Search found 53125 matches

by ray.wurlod
Thu May 03, 2007 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in implementing pivot stage
Replies: 11
Views: 3024

My guess is that you already have an output link from the Pivot stage (look carefully for any red color) which is why Designer will not let you draw a second output link from this stage.
by ray.wurlod
Thu May 03, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Cobol File using CFF Stage
Replies: 5
Views: 3635

Does not the manual state that OCCURS DEPENDING ON is not supported in versions 7.5 and earlier?
by ray.wurlod
Thu May 03, 2007 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Putting condition in stage variable
Replies: 7
Views: 2998

This is a misleading comment from you. Why 2 months? Where did you pull that number from?
:lol:
by ray.wurlod
Thu May 03, 2007 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capture SQL error code
Replies: 2
Views: 2032

You can ask your DBA about the database error/reason codes.

SQLState is a general ODBC error code; you can search for these on Google, MSDN and lots of other places.
by ray.wurlod
Thu May 03, 2007 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data load issue
Replies: 6
Views: 1777

If your system generates "unknown network error" how the heck would we be supposed to know?!!!

The "null" error can occur even if your metadata specifies nullable, and will definitely occur if there is any null in, or generated in, the data. Don't assert, check.
by ray.wurlod
Thu May 03, 2007 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cluster/server
Replies: 2
Views: 1273

Re: cluster/server

Is saying extracting from a cluster equivalent to saying extracting from a server Or do they both mean differently. Different. A cluster involves more than one machine. Therefore there are architectural differences. Philosophically one could argue that a cluster of one machine is a possibility, but...
by ray.wurlod
Thu May 03, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

It takes the same connection resources to check whether there are any rows as to process zero rows. There is no gain.
by ray.wurlod
Thu May 03, 2007 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

If the job is being monitored, if the job is being edited, if the job is running; you do not want to unlock anything. The locks are there for a reason.
by ray.wurlod
Thu May 03, 2007 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 6157

Not if the lock is owned by an abnormally disconnected process. That's when you need the UNLOCK command on the server.
by ray.wurlod
Thu May 03, 2007 4:18 pm
Forum: Site/Forum
Topic: another error -Attn Moderator.
Replies: 5
Views: 3709

You did.
by ray.wurlod
Thu May 03, 2007 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in implementing pivot stage
Replies: 11
Views: 3024

For a mere few cents per day you can be a premium member and help to fund the bandwidth costs of DSXchange.
by ray.wurlod
Thu May 03, 2007 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp not working for large volume of Input DB Table
Replies: 3
Views: 1125

Who knows?

You didn't show is the BuildOp code.

Further, what proof do you have that the problem is in the BuildOp? You may have filled some structure, such as tablespace, in the database.
by ray.wurlod
Thu May 03, 2007 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to establish a connection to DB in Batch Jobs
Replies: 6
Views: 1260

Create a job to insert the row. Pass the four values as job parameters. Generate one row.

Pass the parameters to the job from the batch, obtaining the values as described above.
by ray.wurlod
Thu May 03, 2007 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

Why bother? The job will work fine even if there are no rows in the table. It will process zero rows.
by ray.wurlod
Thu May 03, 2007 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: vmdsr_sched.exe???
Replies: 3
Views: 3279

1. There is no such thing as a DS Scheduler. When you use Schedule view from Director, the command executed on the server is AT. 2. Full syntax for dsjob is in both the Server Job Developer's Guide and the Parallel Job Advanced Developer's Guide so I don't understand why you can't find it. Look for ...