Search found 53125 matches

by ray.wurlod
Fri Mar 09, 2007 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

With write cache disabled you will (I predict) see a slower load rate (than with write cache enabled) that doesn't decline suddenly at the end.
by ray.wurlod
Fri Mar 09, 2007 8:15 am
Forum: General
Topic: Job Sequencer
Replies: 7
Views: 1828

Monitor your server machine to see whether its resource consumption, particularly CPU and memory, is up near 100%
by ray.wurlod
Fri Mar 09, 2007 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture the file name and row number
Replies: 7
Views: 1699

Hi Mister Hasty. If the OP is using File Pattern this implies sequential files and this implies no key.
by ray.wurlod
Fri Mar 09, 2007 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user_lib file deleted in PXEngine Directory
Replies: 3
Views: 770

Rename the wrong user_lib and kill the perpetrator so it doesn't happen again. Then re-install DataStage server.
by ray.wurlod
Fri Mar 09, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 4511

Did you check the Force compile option?
by ray.wurlod
Fri Mar 09, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading a COBOL file using DS
Replies: 5
Views: 1966

WHAT "other numeric value"? Pi?

Your question currently falls into "there a red light on on my dashboard". More information is needed for cogent diagnosis.
by ray.wurlod
Fri Mar 09, 2007 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel stage Operators
Replies: 7
Views: 1527

... in particular the Orchestrate Operators manual.

These do not ship with DataStage. You can search the forum to find a link to a web site from which you can download them. Make sure you get the right version for your DataStage (e.g. 7.5 or 7.1).
by ray.wurlod
Fri Mar 09, 2007 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs keeps running even though the Mload has failed
Replies: 8
Views: 2611

What you see in Director is not the actual status but the last reported status. If the job has failed without being able to update its status to DataStage, it will appear to be running forever. Clear the status file in this case.
by ray.wurlod
Fri Mar 09, 2007 7:59 am
Forum: General
Topic: ODBC Timeout When SP runs more than 30 minutes
Replies: 15
Views: 5077

No evidence that they'd searched at all, so I had to point it out.
by ray.wurlod
Fri Mar 09, 2007 7:58 am
Forum: General
Topic: Job Sequencer
Replies: 7
Views: 1828

IF your job sequence (note, not "sequencer") is as you describe, with no dependency between the four streams, then four simultaneous streams of jobs should run. Please check the start times of the 16 jobs in Director and verify your assertion of consecutive processing. Is there any constraint on the...
by ray.wurlod
Fri Mar 09, 2007 7:53 am
Forum: General
Topic: oracle instant client and datastage connection help
Replies: 23
Views: 11734

Typical Oracle script; loads itself into LD_LIBRARY_PATH and leaves out everything else.
What it should be is

Code: Select all

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/oracle/instantclient/instantclient_10_2; export LIBRARY_PATH 


You will just need to find where lib32 is - typically $ORACLE_HOME/lib
by ray.wurlod
Fri Mar 09, 2007 7:50 am
Forum: General
Topic: ODBC Timeout When SP runs more than 30 minutes
Replies: 15
Views: 5077

An exact match Search on -03113 got 13 hits. Perhaps one of these will help?
by ray.wurlod
Fri Mar 09, 2007 7:46 am
Forum: IBM QualityStage
Topic: Survivorship - Rule expression
Replies: 2
Views: 2202

Unable to check this week (no QS). Hopefully someone else can. If not, I'll check at the end of next week.
by ray.wurlod
Fri Mar 09, 2007 7:45 am
Forum: IBM QualityStage
Topic: regarding qsrtmngr
Replies: 3
Views: 1828

Possibly that qsrtmngr is not running. This is the component that DataStage uses as a special case of a "real time interface" to invoke QualityStage jobs via the QualityStage plug-in.
by ray.wurlod
Fri Mar 09, 2007 7:44 am
Forum: IBM QualityStage
Topic: Warning like Metadata mismatch
Replies: 1
Views: 1481

The column names and/or sizes (or start column in the latter case) that you have used in your QualityStage file definition do not match those you have used in your DataStage job definition. Did you import them from the same place? Check both of them side by side, as it were.