Search found 53125 matches

by ray.wurlod
Thu Dec 21, 2006 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why i'm getting this warning DataStage Job 1430 Phantom 7408
Replies: 4
Views: 1463

This usually occurs after the previous run aborted, and simply means that there were some events stored in &PH& that were not transferred to the job log during the aborted run. Shouldn't happen when the job does not abort. If it does, then you *should* have some messages from the ODBC driver...
by ray.wurlod
Thu Dec 21, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CSV File : incorrect column number
Replies: 5
Views: 1253

No applauding emoticon, but there is a separate forum for heaping praise.
by ray.wurlod
Thu Dec 21, 2006 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status 2 (Finished with warnings)
Replies: 2
Views: 1453

Anything that generates a non-fatal error or warning, or even an unusual event occurring, can cause a job to finish with status DSJS.RUNWARN. Metadata mismatch can occur at either end. Constraint violations can occur when writing to the target. Data truncation can occur at either end. I don't believ...
by ray.wurlod
Thu Dec 21, 2006 1:56 pm
Forum: IBM QualityStage
Topic: Scheduled job won't run
Replies: 3
Views: 1413

What makes you think this is the wrong forum, Narashima? The OP has posted quite a few QualityStage job questions recently. And QualityStage forum still forces the choice of server or parallel when posting.
by ray.wurlod
Thu Dec 21, 2006 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error - sort stage
Replies: 6
Views: 3718

Both sets of error messages indicate that you're running out of disk space. If you're trying to write to a Data Set, File Set or Lookup File Set that's the disk resource defined in the configuration file; if not, then it's the file system on which your file exists. The solution: add more disk space....
by ray.wurlod
Thu Dec 21, 2006 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string comparasion
Replies: 4
Views: 907

:lol:
How long is a piece of string?
How long is another piece of string?
by ray.wurlod
Thu Dec 21, 2006 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error - sort stage
Replies: 6
Views: 3718

You can configure the maximum memory (per partition) that the Sort stage will use (by default it is 30MB). Any more than this spills to the scratch disk nominated in the configuration file. Partitioning is irrelevant, except that a poorly chosen partitioning algorithm (for example one that forces al...
by ray.wurlod
Thu Dec 21, 2006 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: select privileges
Replies: 7
Views: 2992

Or Search this forum. You are not the first to have encountered this. There are other SYS tables on which you require SELECT privilege.
by ray.wurlod
Thu Dec 21, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probelm triggering job via Sequence
Replies: 15
Views: 3608

What are the timestamps on the two "starting job" log events?
by ray.wurlod
Thu Dec 21, 2006 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSRoutine
Replies: 24
Views: 4502

Then please mark the topic as Resolved.
by ray.wurlod
Wed Dec 20, 2006 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: double quotes for the numbers
Replies: 6
Views: 1568

With impunity.

Set the format for Quote character to match the quotes on your character strings. Numeric files will be expected not to be quoted.
by ray.wurlod
Wed Dec 20, 2006 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding exporting the jobs created in designer
Replies: 12
Views: 3748

There is no "multi select" capability in the Export dialog's drop-down lists. On the Options tab choose to export individual components or categories. To export a second category, or a second infividual component, you need to do a second export, this time with the Append check box checked. Or you ca...
by ray.wurlod
Wed Dec 20, 2006 7:03 pm
Forum: General
Topic: Help on Datastage earlier versions
Replies: 14
Views: 7069

Different in different countries.
by ray.wurlod
Wed Dec 20, 2006 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage
Replies: 15
Views: 5570

That's not an FTP error. That's DataStage advising that it's giving up.
by ray.wurlod
Wed Dec 20, 2006 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving columns from input tab to output tab
Replies: 10
Views: 4475

You set up Specifications. Each output column must have a specification. You can have a KEEP specification to pass through column(s) that do not need to be modified, or a DROP specification to manage column(s) that do not need to be passed through, but not both. Every other output column needs a Spe...