Search found 42189 matches
- Tue Jan 06, 2009 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record delimiter warning in Job Sequence
- Replies: 1
- Views: 761
- Tue Jan 06, 2009 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Exporting through DS Manager
- Replies: 12
- Views: 3131
- Tue Jan 06, 2009 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM
- Replies: 24
- Views: 20044
- Mon Jan 05, 2009 9:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read and write to same hash file
- Replies: 5
- Views: 2095
OK... I can see where you'd have to worry about that if your hashed file was being shared while you were working with it, especially with public caching in the mix. For me, I ensure that the hashed file being used for that kind of operation is unique to the job so there's no surprises. One of my ear...
- Mon Jan 05, 2009 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read and write to same hash file
- Replies: 5
- Views: 2095
OK, new information here. We've discussed this technique any number of times in the past and this is the first I recall seeing you mention anything about public caching which I thought was all about hashed file cache 'sharing' between jobs. And there's no mention of a 'public caching' prerequisite i...
- Mon Jan 05, 2009 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM
- Replies: 24
- Views: 20044
- Mon Jan 05, 2009 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PXEngine metadata search - need help!!
- Replies: 3
- Views: 1135
I built a stripped down version of what Chuck put together, something that simply searches through a dsx file for a string and reports both the individual occurances of that string and a summary of the object names that string was found in. It doesn't need to know anything about 'server' versus 'par...
- Mon Jan 05, 2009 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage B040_Load_Treaties_Update..Cop
- Replies: 1
- Views: 1004
You would get normal ORA errors for duplicate or other non-unique problems and duplicate values in a 'key' field would just update multiple records rather than one. This would be something else. How many columns defined? Any problematic data types like a CLOB? What array size are you using? First th...
- Mon Jan 05, 2009 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Anonymouse SQL block in after SQL of Oracle stage
- Replies: 3
- Views: 1296
- Mon Jan 05, 2009 1:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read and write to same hash file
- Replies: 5
- Views: 2095
- Mon Jan 05, 2009 1:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Anonymouse SQL block in after SQL of Oracle stage
- Replies: 3
- Views: 1296
No, not possible - PL/SQL is a different animal from straight SQL. You should be able to use the Store Procedure stage as long as you uncheck the 'generate procedure call' option, depending on exactly what your code is trying to accomplish. You may be able to use the ODBC stage for that, don't recal...
- Mon Jan 05, 2009 12:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SERVER Crash
- Replies: 3
- Views: 1811
- Mon Jan 05, 2009 10:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Exporting through DS Manager
- Replies: 12
- Views: 3131
- Mon Jan 05, 2009 10:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2UDB Bulk Load Stage Question
- Replies: 6
- Views: 7327
- Mon Jan 05, 2009 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Exporting through DS Manager
- Replies: 12
- Views: 3131
:!: If you read the other posts, then you should know that a reindex makes all of the jobs appear to disappear if you didn't have exclusive access to the project. That literally means no jobs, no other client connects, no defunct connects, nothing. If you have to restart DataStage to ensure that, th...