Search found 53125 matches

by ray.wurlod
Fri Apr 14, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can we split into multiple records
Replies: 10
Views: 2525

There is a server Pivot stage, and this is exactly the task that it is intended to perform. Use the Pivot stage.
by ray.wurlod
Fri Apr 14, 2006 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS & This item has no design time information
Replies: 7
Views: 3257

The contact number is the telephone number of your support provider, at least in the first instance. If they escalate it, then your contact details may be provided to a support group in IBM/Ascential who in turn will make contact with you. But do read the other thread on corrupted DS_JOBOBJECTS.
by ray.wurlod
Fri Apr 14, 2006 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am getting error while calling UtilityRunJob from a routin
Replies: 7
Views: 3226

UtilityRunJob is not cataloged with a "DSU" prefix. From memory it's cataloged as "DSX.UTILITYRUNJOB". Someone with access to DataStage could perhaps verify this. That's the name that must be used in the CALLING clause. And note that it is case sensitive (all upper case).
by ray.wurlod
Fri Apr 14, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while opening thejob, DS_JOBOBJECTS
Replies: 16
Views: 5723

The COUNT command is a quick test to see whether the entire file can be processed. In this case it can not, because at least one backward link (BLINK) pointer has become corrupted. The best repair at this time is to make sure no-one is using DataStage and no DataStage jobs are running then, at the o...
by ray.wurlod
Fri Apr 14, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Entry not found in VOC
Replies: 3
Views: 1084

Use ExecSH rather than ExecTCL to execute mkdbfile command. If you're doing this from your own routine, change the shell argument of DSExecute from "UV" or "TCL" to "UNIX".
by ray.wurlod
Fri Apr 14, 2006 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Function in PX
Replies: 3
Views: 1033

Is the column that supplies a value to Arg1 declared to be nullable?

Yes, there is a separate manual called Advanced Parallel Job Developer's Guide (also in your Docs folder) that covers custom code.
by ray.wurlod
Fri Apr 14, 2006 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File Error
Replies: 10
Views: 6995

You also need "x" permission to be able to execute scripts. Check for this.

The error from j_close is because it was invoked with no job open. It's a consequence of the earlier error. Ignore it for now.
by ray.wurlod
Fri Apr 14, 2006 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Idocload stage
Replies: 3
Views: 1246

From which we can guess that the FKEYCOLS property relates for foreign key columns. I post this surmise against the possibility that others may be searching for this answer in future.
by ray.wurlod
Fri Apr 14, 2006 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ParallelSortMergeOperator,0: Unbalanced input from parti
Replies: 3
Views: 5173

So Search for "unbalanced input". There's even an FAQ on exactly this.
by ray.wurlod
Fri Apr 14, 2006 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CHECKPOINT concept
Replies: 7
Views: 1616

chandra wrote:jod sequencer is not my point

Neither server nor parallel jobs have checkpointing capability, unless you design it in yourself.
by ray.wurlod
Thu Apr 13, 2006 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: architecture of 7.5
Replies: 15
Views: 4065

Please quantify what the "perfect answer" would be.
by ray.wurlod
Thu Apr 13, 2006 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LOG VIEW FAILS
Replies: 4
Views: 964

A job is completed whether it not it fails. I am not aware of any way in which it's valid to claim - as your subject line does - that log view fails.
by ray.wurlod
Thu Apr 13, 2006 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS & This item has no design time information
Replies: 7
Views: 3257

I have removed the premium content restriction since you won't be able to sign up over Easter. Please do so as early as possible - it's less than $1 per week, helps to sustain this site, and gives you access to all premium content. The restriction will be re-established after Easter.
by ray.wurlod
Thu Apr 13, 2006 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File Error
Replies: 10
Views: 6995

OP = "original poster" (you).

Have you checked the permissions as I recommended?

Have you, indeed, read all the information that is available from the messages?
by ray.wurlod
Thu Apr 13, 2006 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ParallelSortMergeOperator,0: Unbalanced input from parti
Replies: 3
Views: 5173

They're not errors, they're messages informing you about what's happening with your data so that you can perhaps optimize buffering and/or partitioning.

See earlier post and/or Search about "will partition despite preserve-partitioning flag".