Search found 53125 matches
- Sun Jul 15, 2007 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Logic using two Keys
- Replies: 1
- Views: 670
Create PrevPayrollNbr as an additional column on the stream input, generating its value with stage variables in a Transformer stage. Pass it through the Lookup/Join stage. Downstream of that check for success of lookup (IsNotNull(any_column_from_reference_input) for example) and substitute for payro...
- Sun Jul 15, 2007 1:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hi i am new to datastage please advice me
- Replies: 3
- Views: 1105
The first piece of advice is that you should choose more meaningful subject lines. The second is not to ask vague questions. The best answer to your question as stated is "appropriate data". Create your own functions that invoke the DataStage functions. For example, to learn about the Convert() func...
- Sun Jul 15, 2007 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract Oracle Ora-Error description
- Replies: 7
- Views: 2785
- Sat Jul 14, 2007 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automatically handle activities that fail
- Replies: 3
- Views: 1624
- Sat Jul 14, 2007 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning related to $APT_CONFIG_FILE
- Replies: 9
- Views: 2422
- Sat Jul 14, 2007 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values in sequential file
- Replies: 4
- Views: 1666
- Sat Jul 14, 2007 2:08 pm
- Forum: General
- Topic: Difference between Lookups in Server jobs and Parallel jobs.
- Replies: 3
- Views: 1186
Yes, at a conceptual level. In practice the server job may be able to use host array processing if row buffering is enabled. Parallel jobs will need to buffer the stream input to the Lookup stage (that is, to insert a buffer operator) to manage the difference in flow rates into the Lookup stage. Dum...
- Sat Jul 14, 2007 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Prolblem while loading DB2 enterprise edition stage
- Replies: 3
- Views: 1353
- Sat Jul 14, 2007 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error loading "orchoracle": Could not load "o
- Replies: 7
- Views: 5486
Look in the lib directory under PXEngine. You will probably find a couple of orchoracle libraries there, one for 9i and one for 10g. Check that you have permissions on those and on the symbolic links that point to them. -rwxrwxr-x 1 dsadm dsdev 1348828 Mar 22 2005 lib/liborchoracle10gi686.so -rwxrwx...
- Sat Jul 14, 2007 2:22 am
- Forum: Site/Forum
- Topic: Gross!
- Replies: 6
- Views: 3279
- Fri Jul 13, 2007 8:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CDC Between Sequential File & Teradata Enterprise data s
- Replies: 4
- Views: 3145
- Fri Jul 13, 2007 8:21 pm
- Forum: Site/Forum
- Topic: Gross!
- Replies: 6
- Views: 3279
Gross!
Ernie hits 144 posts.
SO useful to have someone with his XML and WISD experience aboard. I've learned lots!
SO useful to have someone with his XML and WISD experience aboard. I've learned lots!
- Fri Jul 13, 2007 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading Char data from SQL Server with Dynamic RDBMS stage
- Replies: 4
- Views: 786
- Fri Jul 13, 2007 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Param values not being inserted?
- Replies: 3
- Views: 1027
- Fri Jul 13, 2007 8:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Msg : Sequencer 'Sequencer_28' was entered, but never exited
- Replies: 2
- Views: 1446
Welcome aboard. The message means that not all the inputs to Sequencer_28 fired. That is, one (at least) of them did ("Sequencer_28 entered") and the overall sequence ended because everything finished - however one of the activities upstream of the Sequencer did not trigger the output that leads to ...