Search found 53125 matches
- Sun May 27, 2007 7:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Problem: Error Calling DSRunJob Code=-99
- Replies: 2
- Views: 2288
-99 is "general Repostiory error" which means that DataStage can not diagnose it. Chances are that the pipe has filled as some point - the writer to the pipe running faster than the reader from the pipe, thus causing a "broken pipe" condition. Do the individual job logs contain any more useful infor...
- Sat May 26, 2007 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pls help me to a string into 4 colums
- Replies: 9
- Views: 1921
- Sat May 26, 2007 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loop through all the records in the DB for every record.
- Replies: 8
- Views: 1745
See what I mean? A specification makes it clearer what your intent is. A full specification would help you (though not us) even more. Is the database Oracle or DB2? If so, you can do this using a sparse lookup in combination with user-defined SQL. Or you might pass the ten key values to a stored pro...
- Sat May 26, 2007 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pls help me to a string into 4 colums
- Replies: 9
- Views: 1921
- Sat May 26, 2007 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connecting to Designer - slow
- Replies: 4
- Views: 1251
- Sat May 26, 2007 5:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Increasing sort "restrict memory size" on non-sort
- Replies: 2
- Views: 901
- Sat May 26, 2007 5:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loop through all the records in the DB for every record.
- Replies: 8
- Views: 1745
- Fri May 25, 2007 3:00 pm
- Forum: General
- Topic: PX Ochestrate Lookup
- Replies: 7
- Views: 1842
- Fri May 25, 2007 2:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loop through all the records in the DB for every record.
- Replies: 8
- Views: 1745
Build stage probably won't help all that much. What you need first is a specification. You can generate the computed comparison value in an upstream Transformer stage, before attempting the lookup/join/merge. Is the comparison against one column in every row, or against more than one column? In the ...
- Fri May 25, 2007 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Substring in PE
- Replies: 2
- Views: 907
Substrings() is not the preferred mechanism in server jobs, as it includes code for dealing with multi-valued data. The square bracket notation is the preferred method in server jobs, as it is somewhat more efficient. Beware, in parallel jobs, that the first ("start") argument for substring is one-b...
- Fri May 25, 2007 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential stage properties
- Replies: 8
- Views: 2741
Import the table definition from the sequential file. Fiddle about on the Format tab until Preview shows the correct data. Then tidy up column names, data types, descriptions on the Define tab. In the Sequential File stage, set "First Line is Column Names" property correctly. On the Format tab click...
- Fri May 25, 2007 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Why we use UNICODE
- Replies: 7
- Views: 3023
- Fri May 25, 2007 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Api stage-datastage director log showing wrong information.
- Replies: 4
- Views: 1374
- Fri May 25, 2007 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate schema file
- Replies: 1
- Views: 1159
- Fri May 25, 2007 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage Condition!
- Replies: 8
- Views: 2946