Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

Investigate the link variable LASTERR. That is the error text generated by the database server (or by the ODBC driver, perhaps).
by ray.wurlod
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

What setting do you use for "Automatically handle activities that fail"?

Have you considered including an Exception Handler?

What precisely do you wish to happen if one of the jobs under control aborts? The Exception Handler may need to lead to a Terminator.
by ray.wurlod
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

Did you even try what I suggested? If so, please post from the first two events in the job log for the current run:
(a) the values supplied to the job parameters from the first log event ("job starting")
(b) the value of the APT_CONFIG_FILE environment variable from the second
by ray.wurlod
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

You have to supply 100 characters. That is an absolute requirement - you are using a fixed width field that is 100 characters wide. You must provide precisely 100 characters. There is no "lazy way". Please don't confuse bytes and characters. It is not always the case that one byte = one character.
by ray.wurlod
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...
by ray.wurlod
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

Please mark the thread as Resolved
by ray.wurlod
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...
by ray.wurlod
Sat Jul 14, 2007 2:22 am
Forum: Site/Forum
Topic: Gross!
Replies: 6
Views: 3279

Why that subject? Why indeed? There may be some clue here or perhaps here
by ray.wurlod
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

No such configuration parameter of which I'm aware.
by ray.wurlod
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!
by ray.wurlod
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

What is the value of APT_STRING_PADCHAR environment variable?
by ray.wurlod
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

There is very little experience with parameter sets here, since they are new in version 8.0.

Please bounce this back to your support provider - ideally with a reproducible case that they can send to IBM when asked to - and keep us informed about what they say.
by ray.wurlod
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 ...