Search found 53125 matches

by ray.wurlod
Sun Jun 17, 2007 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 8
Views: 1610

One thing to keep in mind is that key values from the Update input are consumed - this is different behaviour than that of, say, the Lookup stage. But if that were the "fault" I would have expected you to say something like "nearly all the rows", not an absolute statement such as "all the rows". Unm...
by ray.wurlod
Sun Jun 17, 2007 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while executing jobs
Replies: 8
Views: 1800

<color=blood>Customary practice here is that you make a final post letting future searchers know what the answer is, and mark the thread as Resolved.

Only the original poster can mark the thread as resolved.
</color>
by ray.wurlod
Sun Jun 17, 2007 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems to initiate DataStage project
Replies: 3
Views: 1566

Did you reinstall the loopback adapter?

Can you telnet to 127.0.0.1?
by ray.wurlod
Sun Jun 17, 2007 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [Urgent] Mutiple Input Files and Mutiple Tables
Replies: 11
Views: 1970

<color=blood>Customary practice here is that you make a final post letting future searchers know what the answer is, and mark the thread as Resolved.

Only the original poster can mark the thread as resolved.
</color>
by ray.wurlod
Sun Jun 17, 2007 12:45 am
Forum: General
Topic: Job status, saved date and time?
Replies: 3
Views: 1116

...which, in turn, comes from the most recent DTM value in the DS_AUDIT table entry for that job.

For speed or retrieval to clients, there is a VOC entry called DSR_LAST_UPDATED that contains a summary of this information for all Repository objects.
by ray.wurlod
Sat Jun 16, 2007 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64bit hased file bad performance
Replies: 22
Views: 4848

That's easy. Buy yourself some ghee.
:lol:
by ray.wurlod
Sat Jun 16, 2007 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 8
Views: 1610

Can you please describe all the properties in your Merge stage? What you are claiming is not consistent with the way the Merge stage is supposed to operate.
by ray.wurlod
Sat Jun 16, 2007 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while executing jobs
Replies: 8
Views: 1800

ray.wurlod wrote:...if your derivation expressions have been constructed as assignment statements, which is not correct, then you would usually expect to see zeroes...


I spotted it even earlier!
FIGJAM
by ray.wurlod
Sat Jun 16, 2007 8:09 pm
Forum: General
Topic: Routines - When must they be recompiled?
Replies: 19
Views: 5740

That's what i'm trying to prove to tgmedear.

DataStage DOES preserve case sensitivity. It's Windows that doesn't.
by ray.wurlod
Sat Jun 16, 2007 3:48 pm
Forum: General
Topic: Routines - When must they be recompiled?
Replies: 19
Views: 5740

My point is that is does (keep their executables separate). The routines must have different names. Their different executables are eponymous files in the DSU_BP.O subdirectory in your project. You simply can not have two routines of the same name in the same project. Prove this with the following q...
by ray.wurlod
Sat Jun 16, 2007 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 8
Views: 1610

Try changing the unmatched masters mode to Keep.
by ray.wurlod
Sat Jun 16, 2007 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write into Seq file- Import validation error!!
Replies: 16
Views: 3260

Create a Reject link from the Sequential File stage that reads the file. This will capture all rows that do not match the metadata. Send them to a Peek stage - you can then view the data in the job log in Director.
by ray.wurlod
Sat Jun 16, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64bit hased file bad performance
Replies: 22
Views: 4848

That is correct. But why would you want a DF with less than 999MB of reference data?
by ray.wurlod
Sat Jun 16, 2007 3:37 pm
Forum: General
Topic: Routines - When must they be recompiled?
Replies: 19
Views: 5740

Routines are stored in a hashed file called DS_ROUTINES. The routine name is the primary key. Hashed files are updated via destructive overwrite. It should, as a result, be impossible to have two routines of the same name in the same project. Category is a non-key field in the Routine's record. I th...
by ray.wurlod
Sat Jun 16, 2007 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Null Handling issue
Replies: 12
Views: 7710

Merge stage requires at least two inputs and the same number of outputs. Is this not your entire job design?