Search found 53125 matches
- Fri Jan 06, 2006 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash files and lookups
- Replies: 17
- Views: 8131
HFstage1 HFstage2 | ^ | | V | --------> TransformerStage --------> Both hashed file stages refer to the same hashed file. Use an annotation to warn future developers/maintainers that this is the case. HFstage1 performs lookups (cache disabled, lock for update). This sets a row-level lock in the has...
- Fri Jan 06, 2006 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLSTATE=IM002,Code=0,Data source name not found
- Replies: 3
- Views: 7123
If you see "#" characters in that style of error message it means that a job parameter of that name has not been found/resolved in the job. This probably means that it has been: - omitted - mis-spelled - mis-cased You must make sure that any job parameter reference in the job design - no matter wher...
- Fri Jan 06, 2006 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Entrps Stage and tenacity
- Replies: 4
- Views: 1185
- Fri Jan 06, 2006 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Entrps Stage and tenacity
- Replies: 4
- Views: 1185
- Fri Jan 06, 2006 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use key management routines in parallel jobs??
- Replies: 8
- Views: 3572
The server (SDK) key management routines use persistent storage (a hashed file called SDKSequences) to store the next value. These routines can be thwarted by any non-DataStage process adding new surrogate key values to the target table without updating SDKSequences. If you were to implement somethi...
- Fri Jan 06, 2006 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transpose a row Question in Parallel jobs
- Replies: 18
- Views: 7576
- Fri Jan 06, 2006 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I C stage and Java Stage?
- Replies: 4
- Views: 1145
- Fri Jan 06, 2006 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cofigaration File
- Replies: 2
- Views: 928
The only thing that Chapter doesn't cover well - it's elsewhere in the manual - it how node pools and disk pools are used. A stage can be restricted to operate on fewer nodes than are specified in the configuration file, by specifying that that stage will executed in a node pool. For example, you ma...
- Fri Jan 06, 2006 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing parameters through a file
- Replies: 11
- Views: 3681
- Fri Jan 06, 2006 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dastagage 7.5 ea2
- Replies: 2
- Views: 975
- Fri Jan 06, 2006 3:58 pm
- Forum:
- Topic: difference between parllel and server jobs
- Replies: 4
- Views: 1952
Server jobs have the word "Server" on the design canvas, parallel jobs have the work "Parallel" on the design canvas. By they use the same table definitions (though parallel jobs can represent those table definitions in an extra way, as an Orchestrate schema). They use an almost disjoint set of stag...
- Thu Jan 05, 2006 10:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage
- Replies: 1
- Views: 973
Welcome aboard. :D We help those who first help themselves. There is an admirable Search facility on this site, and this question has been asked and answered on more than one occasion. Search for your answer first, then seek clarification on anything that might remain unclear. Also search on the ven...
- Thu Jan 05, 2006 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I C stage and Java Stage?
- Replies: 4
- Views: 1145
Welcome aboard. :D There is no C stage. There is no Java stage. You've been misinformed as to the names. There are other ways to execute external commands, but from server jobs you are going to need an interlude of some kind (ExecSH before/after subroutine, or DSExecute() function). DataStage server...
- Thu Jan 05, 2006 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access DataStage Env Values in Unix
- Replies: 4
- Views: 1304
- Thu Jan 05, 2006 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Error
- Replies: 1
- Views: 795
Disk space. The disk you're writing to. If this is a sequential file, then it's the disk where the file lives. If it's Oracle, there are several possibilities; the logs most likely, since much of the other stuff is on raw disk. Get your Oracle DBA to monitor and to advise. Check the available space ...