Search found 53125 matches
- Fri Mar 09, 2007 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Control Process Failed
- Replies: 61
- Views: 15996
For example there really may be a bug in the software - a thing called a "null pointer", for example, pointing to a non-existent memory location. Segmentation violation can also occur if you try to shoehorn 15 characters into a Char(12) column, depending upon how well (or badly) the processing appli...
- Fri Mar 09, 2007 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bind Variable issues
- Replies: 11
- Views: 3690
- Fri Mar 09, 2007 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row as column
- Replies: 9
- Views: 1784
- Fri Mar 09, 2007 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading the Oracle Table
- Replies: 5
- Views: 1720
- Fri Mar 09, 2007 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dslockd issue
- Replies: 18
- Views: 4484
- Fri Mar 09, 2007 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Various Connection Types
- Replies: 27
- Views: 7900
- Fri Mar 09, 2007 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML
- Replies: 9
- Views: 3281
- Fri Mar 09, 2007 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Job Design
- Replies: 19
- Views: 4129
- Fri Mar 09, 2007 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bind Variable issues
- Replies: 11
- Views: 3690
In a lookup situation, only Key columns are bound to the parameter markers. Therefore, if you have three ? characters in your WHERE clause, you need three columns marked as Key. The first-named Key column (top-down in the Columns grid) substitutes for the first-occurring parameter marker, the second...
- Fri Mar 09, 2007 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow Writing to Hashed files
- Replies: 37
- Views: 7353
- Fri Mar 09, 2007 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Control Process Failed
- Replies: 61
- Views: 15996
- Fri Mar 09, 2007 2:24 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: XML input stage problem
- Replies: 8
- Views: 5967
Yep, that'd sure do it. Maybe you need to build a check for that situation into a job sequence? Perhaps an Execute Command activity (ping or something slightly more esoteric).
Just noticed an anagram.:D
Just noticed an anagram.
Code: Select all
r, E Ostic =~= Esoteric - Fri Mar 09, 2007 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: header and tailer sequential file
- Replies: 7
- Views: 1647
- Fri Mar 09, 2007 10:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Various Connection Types
- Replies: 27
- Views: 7900
- Fri Mar 09, 2007 10:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Log file for DSEE job
- Replies: 5
- Views: 1205
Change your run command to two commands.
Code: Select all
dsjob -run ... ; dsjob -logsum ... > logfile