Search found 53125 matches

by ray.wurlod
Thu Jul 03, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help Required - Regarding Configuration File
Replies: 11
Views: 3158

Add extra file systems to resource scratchdisk.
by ray.wurlod
Thu Jul 03, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 3127

Is the record delimiter (that you have shown as "Z") also a linefeed?
by ray.wurlod
Thu Jul 03, 2008 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling the job
Replies: 15
Views: 9399

Then the routine is not the cause. Is your compiler licence still valid?
by ray.wurlod
Thu Jul 03, 2008 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to find custom built stage in data stage compilatio
Replies: 6
Views: 2605

Suddenly we're talking Wrapped rather than Build stage? Does a Wrapped stage even need separate compilation?
by ray.wurlod
Thu Jul 03, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check for file existence
Replies: 7
Views: 2669

It's all too much. Use a simple test command, and create both OK and Failure triggers from the Execute Command activity.
by ray.wurlod
Thu Jul 03, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 3277

The value that represents null must, for certain data types and for fixed-width format records, have the same number of characters as defined for the column. For example, for a date in %yyyy-%mm-%dd format (ten characters) the null-equivalent value must have ten characters, though it does not have t...
by ray.wurlod
Thu Jul 03, 2008 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 2
Views: 1008

Moderator: please move to server forum
by ray.wurlod
Thu Jul 03, 2008 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of job vs number of join stages
Replies: 8
Views: 1612

Without understanding your definition of "performance" in an ETL context your question is impossible to answer.
by ray.wurlod
Thu Jul 03, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer error
Replies: 5
Views: 1633

Is opt/SUNWspro/bin/CC installed and licensed?
by ray.wurlod
Thu Jul 03, 2008 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never use basic transformers!!!
Replies: 22
Views: 6435

Not necessarily. But it does incur overheads in translating to and from the typeless environment of BASIC.
by ray.wurlod
Thu Jul 03, 2008 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help on job design: execute task every N rows
Replies: 2
Views: 813

Why not just write all the results to one file, then use a UNIX (MKS Toolkit) split command to divide it into separate files each with the appropriate number of lines, which you can process with script to load into Siebel?
by ray.wurlod
Thu Jul 03, 2008 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted........Error
Replies: 4
Views: 1553

Actually it's tmp (not Temp) that has to exist, but only if UVTEMP or TEMP environment variables refer to /tmp. And it has to exist on the drive on which DataStage was installed, which may not be the C: drive.
by ray.wurlod
Thu Jul 03, 2008 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing Datasets
Replies: 6
Views: 2092

... and, indeed, the APT_ORCHHOME environment variable.
by ray.wurlod
Thu Jul 03, 2008 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Readonly Routines from 7.5-->8
Replies: 3
Views: 1263

Can you change the ReadOnly setting in the export file before importing the routine?
by ray.wurlod
Thu Jul 03, 2008 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Server 7.5.1A migration issue to 7.5.3
Replies: 16
Views: 8460

You have no columns defined on the input link.

But you have one parameter marker in the SQL.

This is not a correct combination, which is what the error message is telling you.