Search found 15603 matches
- Mon Aug 20, 2007 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Load Problem
- Replies: 15
- Views: 4462
- Mon Aug 20, 2007 8:24 pm
- Forum:
- Topic: The Metaverse
- Replies: 5
- Views: 1960
- Mon Aug 20, 2007 8:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple instances in parllel jobs
- Replies: 11
- Views: 3212
You are correct in that the Job Activity will issue a wait and not continue until the called job has finished. If you don't care how many instances are run concurrently, replace the Job Activity stage with a Command stage and build the command line for dsjob manually in the sequence, but don't add t...
- Mon Aug 20, 2007 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing record as parameter
- Replies: 2
- Views: 1528
Yes, it is possible in DS. How you implement it depends upon several factors. If the text file is simple, I would just use some UNIX command(s) to output the date in a single line and call that from a Command stage in a job sequence, then pass the returned values straight through to a job using a Jo...
- Mon Aug 20, 2007 5:35 pm
- Forum:
- Topic: The Metaverse
- Replies: 5
- Views: 1960
- Mon Aug 20, 2007 5:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nls_read_delimited()
- Replies: 4
- Views: 2409
- Mon Aug 20, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle French Accent characters with CFF component?
- Replies: 7
- Views: 9237
- Mon Aug 20, 2007 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nls_read_delimited()
- Replies: 4
- Views: 2409
You have declared some character to be your column separator in your sequential file definition. Row 1123 has at least one less separator than the rows before it, i.e. one less column. You can change your column definitions to ignore that error - but it sounds like in your case you need to correct y...
- Mon Aug 20, 2007 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJobController
- Replies: 2
- Views: 3371
You can lookup the use of the DSJobController code in Basic Programmer's Guide in the chapter on DSGetJobInfo(). It will tell you the DataStage job name that started the current one, and an exception handler is part of the current job (the sequence) so unless the sequence was started by another sequ...
- Mon Aug 20, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to save Job
- Replies: 8
- Views: 2677
- Mon Aug 20, 2007 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issues trying to Import Table Definitions Using ODBC
- Replies: 5
- Views: 970
- Mon Aug 20, 2007 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error
- Replies: 2
- Views: 892
ds_is_fun - Now you have intrigued me, how does restarting DataStage reset which 'config files'? It just happens that the failure occurs on some node, then causes all the other processes to stop. If a fork() call cannot complete it is usually caused by some form of system overload - be it memory or ...
- Mon Aug 20, 2007 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
- Mon Aug 20, 2007 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multi row result set in Parallel job
- Replies: 1
- Views: 392
- Mon Aug 20, 2007 1:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concurrent users in datastage
- Replies: 3
- Views: 1543