Search found 6797 matches
- Fri Jan 12, 2007 5:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow Loading Performance - Oracle 10g
- Replies: 21
- Views: 6173
You can set that to 500 as well but thats not the bottleneck. Its your target database that has a backlock effect on the source. If you put @FALSE in the constraint of your output link you will see that the input link rows/sec will soar. An array size of 10 is hardly going to make any difference. Wh...
- Fri Jan 12, 2007 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the engines involve in Server and Parallel Jobs?
- Replies: 6
- Views: 2551
- Fri Jan 12, 2007 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow Loading Performance - Oracle 10g
- Replies: 21
- Views: 6173
- Fri Jan 12, 2007 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to remove record having special characters
- Replies: 16
- Views: 4745
HUH. That doesnt look right. You sure its even working. Try something like
If the value from the above is greater than 0 then reject else pass.
Code: Select all
Index(Convert("#@%", "///",DSLink3.BISGROUP_ID), '/', 1)
If the value from the above is greater than 0 then reject else pass.
- Fri Jan 12, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow Loading Performance - Oracle 10g
- Replies: 21
- Views: 6173
- Fri Jan 12, 2007 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Cannot process ustrings if an NLS character map
- Replies: 6
- Views: 1437
- Fri Jan 12, 2007 4:05 pm
- Forum: General
- Topic: Director JobControl (@Coordinator): Summary of sequence run
- Replies: 3
- Views: 1974
- Fri Jan 12, 2007 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding DSUtility
- Replies: 38
- Views: 5659
- Fri Jan 12, 2007 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Cannot process ustrings if an NLS character map
- Replies: 6
- Views: 1437
- Fri Jan 12, 2007 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow Loading Performance - Oracle 10g
- Replies: 21
- Views: 6173
- Fri Jan 12, 2007 2:07 pm
- Forum: General
- Topic: executing a stored procedure
- Replies: 12
- Views: 6330
- Fri Jan 12, 2007 10:54 am
- Forum: General
- Topic: Datastage developers in the UK......Networking oppourtunity.
- Replies: 3
- Views: 1809
- Fri Jan 12, 2007 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Full warning
- Replies: 17
- Views: 4270
- Fri Jan 12, 2007 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: duplicate record for key column in ODBC stage
- Replies: 12
- Views: 2624
- Fri Jan 12, 2007 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSExecute failing with return code -1
- Replies: 6
- Views: 2811
There are varialbes in your JobControl that were never intialized which is createing the errors Program "JOB.1261378057.DT.1399753353": Line 1078, Variable previously undefined. Zero length string used. Program "JOB.1261378057.DT.1399753353": Line 1144, Variable previously undefined. Zero length str...