Search found 15603 matches
- Mon Aug 16, 2010 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server routine compile error in Version 8
- Replies: 7
- Views: 1943
- Mon Aug 16, 2010 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer of 8.x
- Replies: 3
- Views: 1079
- Mon Aug 16, 2010 3:36 am
- Forum: General
- Topic: Server Routine output in Job sequence
- Replies: 7
- Views: 2519
Perhaps you are not passing the correct "JobName" to the routine. Add after your DSAttachJob() call to try to debug what is happening.
Code: Select all
CALL DSLogWarn('Routine parameter JobName is "':JobName:'", JobHandle is "':JobHandle:'"','')- Mon Aug 16, 2010 3:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined SQL in DB2 Enterprise stage reduce performance?
- Replies: 10
- Views: 2440
That was good work and means that what I wrote earlier in this thread was incorrect, that there is indeed a difference! This means that when the SQL is generated DataStage makes use of the innate parallelism in DB2 to optimize the query and data transport to DataStage, whereas user-defined queries e...
- Mon Aug 16, 2010 2:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bug in Surrogate Key Generator Stage
- Replies: 1
- Views: 939
- Mon Aug 16, 2010 2:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter to Oconv function
- Replies: 7
- Views: 4363
- Mon Aug 16, 2010 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer of 8.x
- Replies: 3
- Views: 1079
- Mon Aug 16, 2010 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined SQL in DB2 Enterprise stage reduce performance?
- Replies: 10
- Views: 2440
- Fri Aug 13, 2010 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv oconv
- Replies: 10
- Views: 5428
Most likely you have an invalid date somewhere.
Try
Try
Code: Select all
OCONV(ICONV(In_MTRANS_DT,'D4-ymd'),'D4-mdy[2,2,4]')- Fri Aug 13, 2010 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server routine compile error in Version 8
- Replies: 7
- Views: 1943
- Fri Aug 13, 2010 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove control M or special character by ds jobs
- Replies: 8
- Views: 11732
- Fri Aug 13, 2010 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error setting up internal communications
- Replies: 6
- Views: 7446
- Fri Aug 13, 2010 2:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error setting up internal communications
- Replies: 6
- Views: 7446
Have you made sure that there are no left-over processes which might still be attached to the FIFO file. The easiest guaranteed solution is to bounce the server, if that is possible. Otherwise check to see if you have any processes left running when nothing is happening on the machine. Alternately, ...
- Fri Aug 13, 2010 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Population of DS_ROUTINES
- Replies: 2
- Views: 1794
- Thu Aug 12, 2010 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading the data from DB ( 2 file systems)
- Replies: 4
- Views: 1947