Search found 53125 matches

by ray.wurlod
Mon Jan 05, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator: When binding output interface field
Replies: 1
Views: 2469

Here's another question where a Search would have found your answer immediately. I recommend that you do so, then post any specific question that you need to complete your understanding.
by ray.wurlod
Mon Jan 05, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Column Propagation
Replies: 1
Views: 939

What stage types are you using, particularly for reading from Oracle? How exactly have you set it up, in particular read mode and Runtime Column Propagation?
by ray.wurlod
Mon Jan 05, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion issue.
Replies: 2
Views: 6403

When a thread is marked as Resolved the convention is to make a final post explaining to future searchers exactly how it was Resolved. Please do so.
by ray.wurlod
Mon Jan 05, 2009 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read and write to same hash file
Replies: 5
Views: 2095

It can NOT be cached unless you have set up public caching (there is a separate manual that describes this), whether or not you have set "lock for update". You should set lock for update, as this sets an exclusive lock for the key that you've just failed to read and which you expect to wri...
by ray.wurlod
Mon Jan 05, 2009 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2UDB Bulk Load Stage Question
Replies: 6
Views: 7327

Error writing to named pipe most usually occurs because the reader (in your case the DB2 process) either failed to start or could not keep up with the speed at which data were being written to the pipe. Engage your DBA to investigate how this process may be speeded. Otherwise abandon the named pipe ...
by ray.wurlod
Mon Jan 05, 2009 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need a help on job design
Replies: 16
Views: 5814

Will the country ever be different for the same value of ID?
by ray.wurlod
Mon Jan 05, 2009 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Exporting through DS Manager
Replies: 12
Views: 3131

its very urgent. as mentioned in other posts for the same error ... please reply as soon as possible. DSXchange is not a substitute for your support provider. We don't, indeed can't, do "urgent". We're all volunteers who post as and when we can. If you require urgent assistance, sign up w...
by ray.wurlod
Mon Jan 05, 2009 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC CONNECTOR PX -parameter set
Replies: 1
Views: 1043

Moderator: please move to parallel forum
by ray.wurlod
Mon Jan 05, 2009 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM
Replies: 24
Views: 20044

The system variables @INROWNUM and @OUTROWNUM begin from 1 each time the job is run.

If that's not what you want, investigate the SDK key management functions, which use persistent storage of the next available key value.
by ray.wurlod
Mon Jan 05, 2009 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to wirte logical statement
Replies: 7
Views: 2793

While that is correct as far as it goes, the If expression is not complete until it has both a Then clause and an Else clause. This is because it is a value-producing expression; it must produce a value whether the test condition is true or false. If there is any possibility that any value in the te...
by ray.wurlod
Mon Jan 05, 2009 4:01 pm
Forum: General
Topic: Getting start/end times of all CHILD jobs/sequencers
Replies: 1
Views: 930

You can open the log of the main job sequence, and obtain the start times and end times from there. Director includes a Print option under the Project menu and this, in turn, includes a print to file choice. You could then create a simple job to read that file and write the desired information to yo...
by ray.wurlod
Mon Jan 05, 2009 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning 'delim=end' did not consume entire input
Replies: 5
Views: 22701

It would seem that there's an additional ten characters in the data record that your metadata don't take into account (or 26 based on your "additional info" field). Look at the file using something outside of DataStage, preferably one that has a ruler so it's easy to determine the column n...
by ray.wurlod
Mon Jan 05, 2009 1:18 am
Forum:
Topic: Issue in creating lineage report
Replies: 5
Views: 3235

Ernie spoke of version 8.1 (not version 8.0.1). They have done a lot of work in version 8.1 to make Metadata Workbench a tool that one would like to use. Version 8.0 (including 8.0.1) is acknowledged to be a bit "flaky".
by ray.wurlod
Mon Jan 05, 2009 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between srver jobs and parllel jobs
Replies: 6
Views: 1720

When's the interview?

The answer from hamzaqk pretty much says it all.
by ray.wurlod
Mon Jan 05, 2009 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: release job locks from datastage adminstrator
Replies: 6
Views: 9993

Let me begin by reminding everyone that you do NOT release DataStage locks unless it is safe to do so, usually because the lock is owned by a now-defunct process. The answer to the question is "yes", but precisely how depends on which of the unlocking commands you want to use. I am going t...