Search found 53125 matches
- Fri Jun 24, 2005 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find a routine whether that routine exist in project or not
- Replies: 3
- Views: 902
- Fri Jun 24, 2005 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Sequencer
- Replies: 6
- Views: 1805
- Fri Jun 24, 2005 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reporting tool
- Replies: 4
- Views: 1010
- Fri Jun 24, 2005 12:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic table loading
- Replies: 8
- Views: 1761
- Fri Jun 24, 2005 12:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: merge
- Replies: 7
- Views: 1744
- Fri Jun 24, 2005 12:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence fails to compile ... but no error message
- Replies: 3
- Views: 1128
- Fri Jun 24, 2005 12:10 pm
- Forum: IBM QualityStage
- Topic: QS Plugin reinstall?
- Replies: 7
- Views: 3687
- Fri Jun 24, 2005 12:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AFTER JOB: Error Executing DSAttach.....
- Replies: 0
- Views: 737
- Fri Jun 24, 2005 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Phantom error 10819
- Replies: 5
- Views: 3123
"phantom" is DataStage's term for "background process". 10819 is the process ID (user number) of the process reporting the error. The actual error message suggests what the problem is and a possible underlying reason that writeSocket() failed is that the listener on the other end of the socket (JobM...
- Fri Jun 24, 2005 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to initialize importer
- Replies: 4
- Views: 2984
Just guessing here. The import operator is used for most connections to persistent data - its task is to convert from external, human readable, formats into the internal formats used in Data Sets, for example from sequential files and File Sets. So my guess is that there's something wrong with this ...
- Fri Jun 24, 2005 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: best practices
- Replies: 5
- Views: 1669
- Thu Jun 23, 2005 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom
- Replies: 4
- Views: 1236
- Thu Jun 23, 2005 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcgetnext ERROR
- Replies: 4
- Views: 2141
- Thu Jun 23, 2005 5:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where the Log files stored?
- Replies: 3
- Views: 1112
- Thu Jun 23, 2005 5:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check last link status or last stage status
- Replies: 5
- Views: 1307
Something like to extract the first parameter. The result is available when setting the value of a job parameter in a subsequent Job Activity.
Code: Select all
cat filename | cut -d',' -f1