Search found 53125 matches

by ray.wurlod
Thu Jun 04, 2009 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with the unix After job subroutine
Replies: 5
Views: 1723

Call DSLogFatal is not available in a shell script. It is only available within the DataStage BASIC programming language, which only executes within the DataStage run machine. The same is true of $INCLUDE, though you've commented this out.
by ray.wurlod
Thu Jun 04, 2009 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exact use of staging tables?
Replies: 6
Views: 1805

Exact use of staging tables? Staging.
by ray.wurlod
Thu Jun 04, 2009 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Running dsenv utility
Replies: 8
Views: 6198

Now put ExecSH into a before-job subroutine and execute ulimit -a from within a running job. See whether you get different results.
by ray.wurlod
Thu Jun 04, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

Not expected. After all the Pivot stage does not change the value - it only moves it to a different place. What happens if you change the output to unsigned BigInt (int64)?
by ray.wurlod
Thu Jun 04, 2009 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add block to queue failed fatal erro
Replies: 3
Views: 3755

Are you using a disk pool called "buffer"? How much of this 116GB is actually allocated (in the configuration file) to DataStage processing? The answer to your question is to mention more file systems in the configuration file.
by ray.wurlod
Thu Jun 04, 2009 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters
Replies: 7
Views: 3106

Many ways. The easiest is to use a server job and put the values into the job's user status area. You can write them to a file and have the sequence job read the file. And so on.
by ray.wurlod
Thu Jun 04, 2009 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update a READONLY routine
Replies: 8
Views: 4172

There isn't any. No-one's hacked (or admitted to hacking) the unified metadata repository database yet.
by ray.wurlod
Thu Jun 04, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use of breakpoints
Replies: 5
Views: 1845

You'll get an empty window if you don't have any breakpoints set.
by ray.wurlod
Thu Jun 04, 2009 3:52 pm
Forum: IBM QualityStage
Topic: Error in QualityStage Job
Replies: 10
Views: 3524

I would really like to read your response. Could you please reply to the id divstands@yahoo.co.in as i am not a premium member and hence cannot view the response. Premium membership is one of the ways that the hosting and bandwidth costs of DSXchange are met. It's not expensive (less than 30c (Rs 1...
by ray.wurlod
Thu Jun 04, 2009 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy stage has different input row number and output row num
Replies: 6
Views: 2796

Can you please capture the report of link row counts for the Copy stage and post it?
by ray.wurlod
Thu Jun 04, 2009 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add block to queue failed fatal erro
Replies: 3
Views: 3755

Re: Add block to queue failed fatal erro

Srimeenadevi wrote:Is this a space constraint in server.
Yes. Actually it's running out of space, so allocating more space will solve it.

Read the entire message carefully.
by ray.wurlod
Thu Jun 04, 2009 1:11 am
Forum: General
Topic: Detecting job restart within a Job Sequence
Replies: 12
Views: 5457

Nah. Horribly gruesome, as you admit. Much easier to check for the existence of the CHECKPOINT record. There is added complexity for multi-instance jobs, which each have a CHECKPOINT record. But viewing the RT_STATUSnnn hashed file will reveal the naming convention. The basis of the technique is: Jo...
by ray.wurlod
Thu Jun 04, 2009 1:05 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Real time data processing using DataStage
Replies: 4
Views: 5626

Triggering the job is not real time. To get real time you need an always-running job that listens - maybe to an MQ series queue, maybe because it's been exposed as a web service using WISD components. What you propose is certainly feasible, but will incur job startup time, which may not be acceptabl...
by ray.wurlod
Wed Jun 03, 2009 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

Is the output field also BigInt, or only Integer or smaller? That would be the typical cause of an arithmetic overflow.
by ray.wurlod
Wed Jun 03, 2009 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage
Replies: 6
Views: 3920

Which part of this statement is unclear?
arndw wrote:I'm not in a position to check and don't remember the details