Search found 53125 matches

by ray.wurlod
Thu May 06, 2010 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: servar jobs convart to parallel jobs
Replies: 2
Views: 1121

IBM offers a service to convert server jobs to parallel jobs, but they still use people to do the bulk of the work. Sure they've built some in-house tools to help them to do that, but the tools are not available outside IBM. If you have documented your server jobs well and have source-to-target mapp...
by ray.wurlod
Thu May 06, 2010 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: recovering install.liborchteradata
Replies: 5
Views: 1736

That particular library (install.liborchteradata) is pertinent to Teradata - it has nothing whatsoever to do with Oracle.
by ray.wurlod
Thu May 06, 2010 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with the logic
Replies: 9
Views: 3159

Then ignore my suggestion about Trans() function.

Moderator: please move to Enterprise Edition (parallel) forum
by ray.wurlod
Thu May 06, 2010 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when starting DS engine.
Replies: 14
Views: 8006

If you're on 64-bit UNIX (e.g. AIX 6.1) or Linux, try unsetting LDR_CNTRL.
by ray.wurlod
Thu May 06, 2010 4:35 pm
Forum: General
Topic: [DataStage][SQL Client]Data has been truncated
Replies: 6
Views: 4019

Welcome aboard.

I can only suggest search harder. Could it be decimal numbers with rightmost decimal places being truncated?

Perhaps your DBA could enable a higher level of tracing while you solve it.
by ray.wurlod
Thu May 06, 2010 4:33 pm
Forum: General
Topic: need information on datastage
Replies: 4
Views: 1585

The DataStage RedBook is here.
by ray.wurlod
Thu May 06, 2010 6:02 am
Forum: General
Topic: Processing files
Replies: 2
Views: 1161

I wouldn't bother with step 1 - I'd simply capture a directory listing and process that in a User Variable to produce a delimited list that the Start Loop activity could use. Then you wouldn't need a nested condition either; the "list of things" would contain only the file names that are t...
by ray.wurlod
Thu May 06, 2010 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when starting DS engine.
Replies: 14
Views: 8006

You neglected to mention whether the message was still there when you restarted DataStage.
by ray.wurlod
Thu May 06, 2010 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with funnel
Replies: 6
Views: 2685

Disable operator combination and learn which stage/operator is throwing the error message.
by ray.wurlod
Thu May 06, 2010 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in running status, invoked again due to scheduler
Replies: 5
Views: 1715

DataStage will not permit a job - other than a multi-instance job with a different invocation ID - to be started if that job's current status is Running. The error code is DSJE.BADSTATE.
by ray.wurlod
Thu May 06, 2010 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with funnel
Replies: 6
Views: 2685

In the ten-input Funnel stage, is the size of the VarChar identical on all eleven links?
by ray.wurlod
Thu May 06, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to TimeStamp Conversion
Replies: 8
Views: 3110

Have you got a StringToDate() function in a different derivation?

The error message talks about date_from_string, not timestamp_from_string.

Also, you need a timestamp format string that allows for fractional seconds if you wish to keep these.
by ray.wurlod
Thu May 06, 2010 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent child records
Replies: 10
Views: 2841

Generate the parents and children into text files in a staging area. Use another job to load the parents, then another to load the children. It would not be a merge stage, but a link collector stage. But I don't see how you can order the loads in a single job even in a parallel job (unless you're ma...
by ray.wurlod
Thu May 06, 2010 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Stage Type BuildOp Help
Replies: 9
Views: 3805

Your Index() function syntax is good (assuming you have a Then and an Else clause for the If, and that this is an expression in a Transformer stage rather than in Build stage code). Therefore please post any error message; there is not enough information for us to suggest anything more.
by ray.wurlod
Thu May 06, 2010 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when starting DS engine.
Replies: 14
Views: 8006

Try stopping DataStage, regenerating the shared memory image (uvregen or uv -admin -regen) then restarting DataStage.

If the regeneration reports an error, please post it here, but it basically means that the total size of structures defined in uvconfig is too large.