Search found 53125 matches
- Tue May 30, 2006 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 6.0.1, 7.5.1.A on UNIX System (HP)
- Replies: 5
- Views: 1180
You enable it the same way that you debug the dsrpcd - by directing its outputs (stdout and stderr) to somewhere other than /dev/null. You can control the amount of warning via the debug-level switch (most verbose is -d9). There is a noticeable impact in DataStage clients' response times, and startu...
- Tue May 30, 2006 12:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding SortStage
- Replies: 7
- Views: 1644
- Tue May 30, 2006 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mainframe Date Fields
- Replies: 5
- Views: 1041
It could be one of those horrible bit-wise storage formats, where a particular five bits contains the day number (1-31), another four bits contains the month number (1-12), and so on for year, hour, minute, second and, perhaps, millisecond. You really do need to get the doco, because there's no guar...
- Tue May 30, 2006 12:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with flat Files related to date field
- Replies: 8
- Views: 1690
- Tue May 30, 2006 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Special characters and ORAOCI9 stage
- Replies: 5
- Views: 4182
Hi Craig, Thanks for the tip, we have now solved our problem: in the dsenv template the NLS_LANG parameter was not defined, nor did the DS manual mention it. A bunch of other parameters were mentioned, and I had set them all to our NLS settings. But adding the NLS_LANG parameter to the dsenv file d...
- Tue May 30, 2006 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client Connection Error.
- Replies: 5
- Views: 2622
- Mon May 29, 2006 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in the reading of a line of an archive
- Replies: 0
- Views: 911
- Mon May 29, 2006 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file
- Replies: 2
- Views: 955
For only 10 rows to be processed you may as well perform lookups directly against the target table, unless you are constructing a design that is staging data (which is not apparent from your design). Or, since you know these 10 rows, just preload their key values into the hashed file. For so few row...
- Mon May 29, 2006 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding SortStage
- Replies: 7
- Views: 1644
- Mon May 29, 2006 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while executing job in Protected Project
- Replies: 9
- Views: 5532
- Mon May 29, 2006 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 6.0.1, 7.5.1.A on UNIX System (HP)
- Replies: 5
- Views: 1180
- Mon May 29, 2006 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: where is the PATH variable value will be set in DataStage
- Replies: 10
- Views: 4288
As with all variable settings, the most recent has effect. For DataStage processes the setting made in dsenv should be the most recent, unless overridden within the job design itself. The second message of a job run in the log contains all environment variable settings - did you check there to see w...
- Mon May 29, 2006 2:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage
- Replies: 1
- Views: 1115
The error message DOES give you more information. "Abnormal termination of stage <Job Name>..< Transformer Name> detected". (emphasis mine) Look for a problem with the Transformer stage, rather than jumping to the conclusion that the Aggregator stage is at fault. In another thread on exactly this pr...
- Mon May 29, 2006 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Type Varchar 1500
- Replies: 10
- Views: 4314
- Mon May 29, 2006 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage Access Error
- Replies: 3
- Views: 1379