Search found 53125 matches

by ray.wurlod
Mon Sep 26, 2011 11:16 pm
Forum: General
Topic: problem running a job which has a shared container
Replies: 3
Views: 1510

You are being really parsimonious with the information you're giving.

So, why do YOU think the job is hanging? Is anything happening within the logic that might cause a lock? Is there any database access within the shared container?
by ray.wurlod
Mon Sep 26, 2011 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Decimal value conversion issue.
Replies: 13
Views: 4598

saraswati wrote:Can anyone help me on this?

This is bit urgent.
It's not usual for me to be monitoring DSXchange at 4am. If somebody wanted to pay me handsomely for doing so, that might be another matter.
by ray.wurlod
Mon Sep 26, 2011 8:54 pm
Forum: General
Topic: Wait For File Activity generating incorrect code?
Replies: 4
Views: 5467

Timeout IS regarded as "failure" in the Wait For File activity. All you need are success and failure triggers. No other trigger will be honoured.
by ray.wurlod
Mon Sep 26, 2011 8:50 pm
Forum: General
Topic: Failed to authenticate the current user against the selected
Replies: 9
Views: 17755

It's more likely, given what's in the error message, that the root cause is not the DataStage services at all. Read the error message carefully. Cannot connect on port 9080 means that you can not connect to the services tier - so that in all probability your WebSphere Application Server (server1) is...
by ray.wurlod
Mon Sep 26, 2011 8:47 pm
Forum: General
Topic: Executing 8.0.1 Windows jobs from Unix command line
Replies: 3
Views: 1018

By this question can we infer that you have both UNIX-based servers and Windows-based servers, and want to be able to initiate jobs on the one from the other? If not, what DO you mean?
by ray.wurlod
Mon Sep 26, 2011 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help needed in generating logic
Replies: 5
Views: 1424

Generating how? What are the specifications?
by ray.wurlod
Mon Sep 26, 2011 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range look up 8.1 key field not found in input schema
Replies: 1
Views: 2061

The IBM training materials do provide a good level of detail.
by ray.wurlod
Mon Sep 26, 2011 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statistics
Replies: 5
Views: 8018

The Copy stage is not optimized out when the job is compiled - you will always see it in the generated OSH. However, the Copy stage may be optimized out when the score is composed. You can verify whether this is the case by dumping the score into the job log.
by ray.wurlod
Mon Sep 26, 2011 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job appears in DS_JOBS but not in clients
Replies: 2
Views: 1561

There is more than one process, if your job includes Transformer stages. You may have killed the job process but left the Transformer stage processes (DSD.StageRun) as zombies, still locking the job.
by ray.wurlod
Mon Sep 26, 2011 2:46 pm
Forum: General
Topic: Comparing the CommandOutput of 2 Execute Command Activities
Replies: 4
Views: 12975

Make sure you eliminate trailing newline characters. They will be returned as field marks (@FM). Add some diagnostics to verify that the commands' outputs are being returned correctly to DataStage.
by ray.wurlod
Mon Sep 26, 2011 2:42 pm
Forum: General
Topic: need to findout job related to one table
Replies: 3
Views: 1020

If it doesn't work, you are not managing your metadata properly. Always load table definitions into jobs and don't edit them there.
by ray.wurlod
Mon Sep 26, 2011 4:34 am
Forum: General
Topic: Checking job status in script
Replies: 16
Views: 4766

Read the warnings carefully, extract every bit of information you can from them, and change your job design so that they don't occur.

Yes, I had to learn that too, when parallel jobs came in.
by ray.wurlod
Mon Sep 26, 2011 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DataStage to find Hex Values in an ASCII text file
Replies: 6
Views: 3305

That would be fairly easy. Do you want to write the entire record to this file, or just the non-printable characters?
by ray.wurlod
Mon Sep 26, 2011 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Parallel Shared Container
Replies: 4
Views: 2427

What does this job look like when you deconstruct the container? (Show us.)
by ray.wurlod
Mon Sep 26, 2011 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Message - Operator of type "APT_TSortOperator&quo
Replies: 3
Views: 2060

That question has been answered at least a dozen times on DSXchange.Search for "will partition despite".