Search found 53125 matches

by ray.wurlod
Thu Mar 30, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule mutliple instance
Replies: 4
Views: 989

DataStage is not, and never will be, a scheduling tool. It has a GUI interface to the operating system scheduler and that's all it will ever have. You can use the (documented) command line interface with any third party scheduler.
by ray.wurlod
Thu Mar 30, 2006 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file having complex flat structure
Replies: 3
Views: 752

CFF stage can have an input in version 7.5. Time to upgrade?
by ray.wurlod
Thu Mar 30, 2006 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings on preserve-partitioning
Replies: 7
Views: 3075

Insufficient information. What is your source? How are these data partitioned? Clearly a Sequential File stage (which operates in sequential mode) can not preserve partitioning. You should not be expecting it to. Exactly why the Lookup stage is choosing to override your "preserve partitioning" setti...
by ray.wurlod
Thu Mar 30, 2006 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recieves 81002 error after new client install
Replies: 9
Views: 6633

Do you have the Ascential DataStage XP SP2 patch installed?
by ray.wurlod
Thu Mar 30, 2006 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing & character
Replies: 9
Views: 1603

The original statement of the problem specified that a BASIC Transformer stage was being used, where both Change() and Ereplace() might legally be used. This is not the problem. The problem is that something, somewhere, is locking. Can you please explain exactly what you mean by "the processes are g...
by ray.wurlod
Thu Mar 30, 2006 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage server migration
Replies: 11
Views: 2632

The configuration file used/reported is whatever is currently pointed to by the APT_CONFIG_FILE environment variable.
by ray.wurlod
Thu Mar 30, 2006 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: derivation in parameter
Replies: 4
Views: 956

Put the logic in a routine, invoke the routine from a Routine activity, and use its $ReturnValue activity variable to supply the value to the Job activity as a job parameter value.
by ray.wurlod
Thu Mar 30, 2006 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

Is there any additional error message (specifically a DB2 error code) in the job log? If you reset the aborted job, is there an event logged "from previous run..." containing diagnostic information?
by ray.wurlod
Thu Mar 30, 2006 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

How long between the stage starting and the error message appearing? How busy is DB2 doing other things? How busy is the DataStage machine?
by ray.wurlod
Thu Mar 30, 2006 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows to colums using pivot stage
Replies: 3
Views: 1313

A good search topic would be vertical pivot. Several techniques exist.
by ray.wurlod
Thu Mar 30, 2006 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 4
Views: 1199

You can read "311205" as string[6] then in a Modify stage use a date_from_string function specifying "%dd%mm%yy" as the date picture. You will then have a date. It can be fed into any database table as a date, or you can convert it back to a string with a different picture if that's what you want.
by ray.wurlod
Thu Mar 30, 2006 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anybody ever recieve a 'Player Terminated' error? (REPOST)
Replies: 3
Views: 1145

Curiously a search for (all terms) "player terminated" got 26 hits. Of those this one is probably the most relevant. Take the actions suggested therein and post what you find.

Are you aware what conductor, section leader and player processes are in parallel jobs?
by ray.wurlod
Wed Mar 29, 2006 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anybody ever recieve a 'Player Terminated' error?
Replies: 5
Views: 2123

Only parallel jobs have player processes.
by ray.wurlod
Wed Mar 29, 2006 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in hashed file
Replies: 9
Views: 2390

The "line feeds" lead me to suspect that, somehow, you have (illegal) "mark characters" (value mark, field mark, etc.) in the key. Check whether this is the case.
by ray.wurlod
Wed Mar 29, 2006 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sub-Record occurs 6 times in main record....Cobol file
Replies: 8
Views: 2068

If you use a Complex Flat File stage you can specify exactly how the repeating group is to be handled - in your case normalized.