Search found 53125 matches
- Fri Aug 26, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error creating named pipe : (231) All pipe instances are bus
- Replies: 3
- Views: 3220
- Fri Aug 26, 2005 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job reports failure (code 134)
- Replies: 3
- Views: 4740
Welcome aboard! :D The first message is a warning that there is a difference between the character map set for DataStage NLS and that set by the environment variable NLS_LANG (which may not be set at all). This may affect handling of non-Latin characters, whether in View Data or in processing. The s...
- Fri Aug 26, 2005 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instance of a job
- Replies: 6
- Views: 2969
- Fri Aug 26, 2005 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture Stage Problem
- Replies: 2
- Views: 1232
- Fri Aug 26, 2005 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert/Update Job Design: Comments?
- Replies: 10
- Views: 4127
- Fri Aug 26, 2005 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
And SystemReturnCode is less than zero, indicating that an error has occurred? Please post ALL the text captured in the third argument, not just one field. I suspect - but don't know without seeing the entire output, that the hashed file name does not exist in the VOC file. How, and where, did you c...
- Fri Aug 26, 2005 1:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
- Fri Aug 26, 2005 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using SAP BW - better performance
- Replies: 1
- Views: 548
Generating flat files (with a Sequential File stage) of the appropriate format and using a loader for SAP BW will probably be quicker in the DataStage segment than using the BW load stage. However you will need to handle authentication to SAP BW and initiation of the load sequence explicitly - perha...
- Fri Aug 26, 2005 1:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem reading a EBCDIC file using CFF Stage
- Replies: 11
- Views: 4303
- Fri Aug 26, 2005 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: telecom project using datastage as ETL tool
- Replies: 1
- Views: 1069
Welcome aboard! :D This really is a vague question. While there are many telcos using DataStage, each has different in-house jargon and different requirements. Of course there are some commonalities, such as the handling of CDRs (call data records) and the large volume of these that must be handled ...
- Thu Aug 25, 2005 11:24 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: ProfileStage polished?
- Replies: 3
- Views: 2574
While it's true that improvements are needed (that's true of any software product!), I believe the main problem people have with ProfileStage is the clunky way it forces you to follow through the various phases one after another, and the less-than-intuitive steps you need to go backwards to re-run a...
- Thu Aug 25, 2005 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OPENSEQ Status Statement
- Replies: 6
- Views: 3008
The sixth field of the dynamic array returned by the STATUS statement is the file size in bytes. You might have more luck with FileInfo<2> (have reached end-of-file) or FileInfo<4> (number of bytes available to read). Preferably avoid FileInfo as a variable name, since it is also the name of an inte...
- Thu Aug 25, 2005 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: netstat -a |grep dsrpc
- Replies: 4
- Views: 3206
When you restart DataStage always make sure that the DataStage RPC daemon starts.
Code: Select all
ps -ef | grep dsrpcd | grep -v grep- Thu Aug 25, 2005 5:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job limited to 1000 rows in overnight batch
- Replies: 6
- Views: 1452
- Thu Aug 25, 2005 5:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01036: illegal variable name/number
- Replies: 13
- Views: 7693