Search found 53125 matches

by ray.wurlod
Mon Oct 31, 2011 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job performance of huge data volumn
Replies: 7
Views: 1992

That's exactly what I'm suggesting. Whether you double the number of scratch disk spaces or double the number of process nodes, ultimately you need to be able to provision sufficient scratchdisk space. Breaking the job into pieces plays havoc with your sorting - you would need to introduce measures ...
by ray.wurlod
Mon Oct 31, 2011 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bypass in ds
Replies: 1
Views: 667

No idea. Where did you find it?
by ray.wurlod
Mon Oct 31, 2011 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector to Flat File
Replies: 18
Views: 12276

Do you have any columns defined on your reject link?

Is it possible to drag all the input columns for the stage onto the reject link?
by ray.wurlod
Mon Oct 31, 2011 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load Transformer library file (on DB2 server)
Replies: 3
Views: 3963

Nothing special. LD_LIBRARY_PATH should automatically be adjusted for the process that executes the transform operator.
by ray.wurlod
Mon Oct 31, 2011 8:58 pm
Forum: General
Topic: Unlocking a job via another job
Replies: 36
Views: 9218

Using ExecTCL it is not the developers who access dssh, it's the user ID under which the job runs. This is likely to be dsapi_server if the job is run from one of the clients.
by ray.wurlod
Mon Oct 31, 2011 8:56 pm
Forum: General
Topic: Server jobs only project
Replies: 2
Views: 693

It is, of course, possible to set up a server so that only server jobs and sequences can be created. That's achieved by not licensing the parallel engine. But, as noted, it's not really possible at a project level. Why do you want to accomplish this? You could, of course, remove all the parallel sta...
by ray.wurlod
Mon Oct 31, 2011 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding 0's
Replies: 11
Views: 4236

Unless you get more specific than "doesn't work as expected" we can't help you. What did you expect, what did you actually get? Why do you think this is?

This is Unit Testing 101 stuff!
by ray.wurlod
Mon Oct 31, 2011 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in Job Design
Replies: 1
Views: 1025

Not possible. For two files you need two Sequential File stages. Use a Copy stage, with a Column Generator stage on one stream to generate the constant 0 for the amount field.

Logic for the rest can be managed in a parent sequence.
by ray.wurlod
Mon Oct 31, 2011 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise stage
Replies: 5
Views: 2295

So inspect the stage to let us know whether it's generated or user-defined SQL. We suspect it's the latter, and that whoever constructed the SQL did not know how to reference the ORCHESTRATE object in the VALUES clause.
by ray.wurlod
Mon Oct 31, 2011 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not use RCP with checksum stage
Replies: 5
Views: 4148

Disable operator combination and run again, so that we (and you) can determine which stage, or operator, is throwing the error.
by ray.wurlod
Mon Oct 31, 2011 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load Transformer library file (on DB2 server)
Replies: 3
Views: 3963

You need to make sure that LD_LIBRARY_PATH includes the parent directory of the library referred to in the error message.
by ray.wurlod
Mon Oct 31, 2011 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in Web Service Call
Replies: 4
Views: 1330

Perhaps Finance_WS.Finance_Call.Ln_Ac_Bal was not found because of something in the job design (you will need to check this) or because no value for it was returned from the web service you invoked.
by ray.wurlod
Mon Oct 31, 2011 11:49 am
Forum: General
Topic: Install 8.5 with out effecting the existing version 7.5.3
Replies: 2
Views: 763

You can not use the same instance tag. You can give the same name as DataStage administrator. (You will also need an Information Server administrator and WebSphere Application Server administrator and an owner for the shared metadata repository database.)
by ray.wurlod
Mon Oct 31, 2011 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDENT1: OCI has fetched truncated data
Replies: 5
Views: 2207

Do all the VARCHAR fields have Precision set? Do all the VARCHAR fields have Precision set large enough for the data?
by ray.wurlod
Mon Oct 31, 2011 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Map detected
Replies: 11
Views: 2909

No idea. The logs from the other projects won't affect the job in the new project, but if the job is throwing a bazillion events into its log in the new project, then that will have an effect. Only you can see how large the log is, and it may not be the log that is the cause - I had to guess about t...