Search found 53125 matches
- Fri May 18, 2007 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Who is connected to a project?
- Replies: 3
- Views: 1920
- Fri May 18, 2007 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to capture error messages in DB2 API Stage
- Replies: 7
- Views: 8108
- Fri May 18, 2007 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Projdef vars in Px transformer - compilation error
- Replies: 3
- Views: 1399
- Fri May 18, 2007 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mapping columns from a spread sheet
- Replies: 6
- Views: 2364
Without even opening the stage, right click and choose Propagate. Within the Transformer stage you can multi-select the input columns (click on the first, shift-click on the last) and do a single drag-and-drop. The column definitions from the spreadsheet you have, of course, previously imported into...
- Fri May 18, 2007 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic variable generation
- Replies: 6
- Views: 1432
- Fri May 18, 2007 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine error
- Replies: 4
- Views: 1515
- Fri May 18, 2007 5:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing in to a sequential file trhru routine
- Replies: 22
- Views: 8126
The code looks OK, albeit rather inefficient. For example, why not write a line at a time to the output file within the loop? You don't need to "clear" the output file - WriteSEQ is a destructive overwrite. If you want to be certain, use WeofSEQ immediately after opening. The line terminators are ap...
- Fri May 18, 2007 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 9
- Views: 3347
- Fri May 18, 2007 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help Required: Sequence Failure
- Replies: 6
- Views: 1496
Are the link to the sequencer from the 10 jobs being triggered on failure condition. i.e constraint as finished trigger next job and otherwise for sequencer. If so you can change the conditions to trigger sequencer if job aborts and trigger next job in all other conditions. This is a less satisfact...
- Fri May 18, 2007 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repository Interface error
- Replies: 9
- Views: 5433
- Fri May 18, 2007 4:39 pm
- Forum: General
- Topic: Best way to process a list and do perform SQL one at a time
- Replies: 14
- Views: 5264
- Fri May 18, 2007 4:37 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Fri May 18, 2007 4:34 pm
- Forum: IBM QualityStage
- Topic: Custom made rules
- Replies: 1
- Views: 1091
They should be co-resident with all the other rules in your Rules folder. Each rule set comprises a number of files. Each has the rule set name as (part of) its base name, and there are suffixes including ".CLS", ".DIC", ".TBL" and so on. Full details are in the User Guide. They should not have been...
- Fri May 18, 2007 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata API loading Data issue
- Replies: 5
- Views: 1568
- Fri May 18, 2007 12:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Projdef vars in Px transformer - compilation error
- Replies: 3
- Views: 1399
Are you using the expression editor to build the expression in the Transformer stage? Environment variable job parameters should (do) work perfectly well in parallel Transformer stages. Can you post one of your expressions? If you're not using the expression editor, can you please do so and note whe...