Search found 53125 matches
- Fri May 18, 2007 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: distinguish a particular type of warning
- Replies: 4
- Views: 5875
What a singluarly cumbersome approach! For example, why not use DSGetNewestLogId() and filter for warnings? It will return 0 if there are none. Or process the dynamic array returned by DSGetLogSummary() with a REMOVE statement in a loop. That way one can quickly filter on severity for each and every...
- Fri May 18, 2007 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with Splitting of file
- Replies: 6
- Views: 1937
- Fri May 18, 2007 12:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open job
- Replies: 9
- Views: 3022
- Fri May 18, 2007 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help Required: Sequence Failure
- Replies: 6
- Views: 1496
You've missed the point. An OK trigger will fire ONLY if the job finished with no warnings. Zero. If you want execution to continue if there are warnings you need either an additional, Warning, trigger into the Sequencer from each Job activity, or to replace the OK trigger with a Custom trigger that...
- Thu May 17, 2007 9:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata API loading Data issue
- Replies: 5
- Views: 1568
- Thu May 17, 2007 9:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open job
- Replies: 9
- Views: 3022
The only way you can "do it unix" (sic) is to re-boot the server, which is overkill. You need, using DataStage tools, to identify the owner of the lock, determine whether the lock is validly held and - only if it is not validly held - unlock it. If it is validly held you should negotiate with the cu...
- Thu May 17, 2007 9:43 pm
- Forum: General
- Topic: Best way to process a list and do perform SQL one at a time
- Replies: 14
- Views: 5264
Code: Select all
Left(ExecuteCommand.$CommandOutput, Len(ExecuteCommand.$CommandOutput) - 1)- Thu May 17, 2007 7:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata API loading Data issue
- Replies: 5
- Views: 1568
- Thu May 17, 2007 7:08 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Thu May 17, 2007 5:52 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Thu May 17, 2007 5:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Aborted. Msg is "Could not find Input field"
- Replies: 1
- Views: 1184
- Thu May 17, 2007 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Re-Start DSengine
- Replies: 14
- Views: 5321
- Thu May 17, 2007 5:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset
- Replies: 1
- Views: 756
- Thu May 17, 2007 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Command line utility for re-generating wrapped-stages
- Replies: 2
- Views: 699
- Thu May 17, 2007 5:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help for "Fatal Error: Not a v1.1 type: decimal[20
- Replies: 9
- Views: 2533