Search found 5168 matches
- Mon May 08, 2006 4:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Due to Informix ODBC driver error few rows getting rejected
- Replies: 6
- Views: 2799
- Mon May 08, 2006 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Couting number records coming from DB2 table
- Replies: 5
- Views: 1209
- Mon May 08, 2006 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help in setting Null value..
- Replies: 9
- Views: 3881
- Mon May 08, 2006 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcopen
- Replies: 4
- Views: 2247
Search for Error 11 in GCI Link initialisation as keyword you may find a lot. One such relevent post is
http://www.dsxchange.com/viewtopic.php? ... =dsipcopen
http://www.dsxchange.com/viewtopic.php? ... =dsipcopen
- Mon May 08, 2006 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Mon May 08, 2006 3:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Sun May 07, 2006 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row rejected
- Replies: 3
- Views: 987
- Sun May 07, 2006 9:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with look up
- Replies: 3
- Views: 1688
- Sun May 07, 2006 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing multiple schema files
- Replies: 3
- Views: 855
- Sun May 07, 2006 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error writing from ds to look file set
- Replies: 2
- Views: 794
- Sun May 07, 2006 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error writing from ds to look file set
- Replies: 3
- Views: 869
- Fri May 05, 2006 4:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
nothing to do with transformations we are just using couple of hash files along with transformer for look up. seq------transformer-------hash------transformer | | | | hash | | | odbc----transformer-----transformer-----seq this is the structure. So which part as the issue, is it the two transformer ...
- Fri May 05, 2006 4:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: skip header and tail while reading from seq file
- Replies: 14
- Views: 6583
Code: Select all
head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2 > New_Filename.txtUse the above in the before job subroutine with ExecSH.
Use te New_Filename.txt to read in the sequential stage.
- Fri May 05, 2006 3:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Fri May 05, 2006 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to skip the 1st two lines of a CSV file, then start read
- Replies: 4
- Views: 3611