Search found 53125 matches

by ray.wurlod
Sat Aug 19, 2006 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer
Replies: 3
Views: 2100

The error message suggests that your APT_COMPILER environment variable value is set to "cl" but no executable of that name can be found. This may be because the command search list environment variable (PATH) does not include "cl", or because "cl" simply does not exist on your system. Check that PAT...
by ray.wurlod
Sat Aug 19, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer
Replies: 3
Views: 2100

The error message suggests that your APT_COMPILER environment variable value is set to "cl" but no executable of that name can be found. This may be because the command search list environment variable (PATH) does not include "cl", or because "cl" simply does not exist on your system. Check that PAT...
by ray.wurlod
Sat Aug 19, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer
Replies: 3
Views: 2100

The error message suggests that your APT_COMPILER environment variable value is set to "cl" but no executable of that name can be found. This may be because the command search list environment variable (PATH) does not include "cl", or because "cl" simply does not exist on your system. Check that PAT...
by ray.wurlod
Fri Aug 18, 2006 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same problem
Replies: 13
Views: 3380

RMM version 2.0 needs a recursive option, methinks. :twisted:
by ray.wurlod
Fri Aug 18, 2006 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier error
Replies: 5
Views: 1681

Your DBA owes you at least an apology!
by ray.wurlod
Fri Aug 18, 2006 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 6804

Welcome aboard, and thank you for posting a solution. :D

Should that last line be "PTION" or "OPTION"?
Do you know what its purpose is?
by ray.wurlod
Fri Aug 18, 2006 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is there any easy way of replacing basic transformers with..
Replies: 2
Views: 1179

No.

The language is different, the logic is different, and parallel Transformer stage does not support reference inputs.
by ray.wurlod
Fri Aug 18, 2006 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Cannot get exclusive access to executable file for job
Replies: 9
Views: 5828

Maybe one of the sub-processes is still running. Try using a Monitor to see whether any stages are still running - choose the "show instances" option. Check using the list_readu command to see whether the job is locked by DataStage. Try switching to a different job in Director (status view) to see w...
by ray.wurlod
Fri Aug 18, 2006 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Attempting to Cleanup after ABORT raised in stage"
Replies: 5
Views: 3768

SMP or MPP environment? You can't use the BASIC Transformer in a multi-machine environment unless DataStage server is installed on every machine whose fastname appears in the current configuration file. DSD.RUN is the piece of DataStage that runs "server" (DataStage BASIC) components. It is trying t...
by ray.wurlod
Fri Aug 18, 2006 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Portability of Datastage Code?
Replies: 6
Views: 1984

Identical means exactly that - including operating system patches.
by ray.wurlod
Fri Aug 18, 2006 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 10
Views: 2948

Have you tried re-loading the table definition, in case what's in your job is out of synch with what's in the Repository? Or re-importing, even?
by ray.wurlod
Fri Aug 18, 2006 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0
Replies: 3
Views: 1854

What stage types are involved? You may need to run the job with APT_DISABLE_COMBINATION set to True to diagnose this one properly.
by ray.wurlod
Fri Aug 18, 2006 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Extract Data from DB2 on z/OS
Replies: 3
Views: 909

As far as DB2 is concerned, your DataStage job is just another client application. So all you need to do is exactly what you would need to do to connect via the DB2 command line interface. Nothing more. Remember that environment variables for DataStage processes are set in the dsenv script on UNIX p...
by ray.wurlod
Fri Aug 18, 2006 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Progress table definitions
Replies: 3
Views: 1282

They are being recognized as NChar or NVarChar, and two bytes per character are being reserved.
by ray.wurlod
Fri Aug 18, 2006 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replacing
Replies: 11
Views: 2897

True. Nested Ereplace() functions would but, like you, I would prefer the clarity of separate, cascading stage variables for ease of maintenance.