Search found 42189 matches

by chulett
Mon Apr 19, 2010 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multi instance job from sequence job
Replies: 10
Views: 4418

Note that this is now a "from the command prompt" issue and is not something you'll need to do for the Execute Command stage. You will, however, still need to resolve your PATH issue there.
by chulett
Mon Apr 19, 2010 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split text file into multiples based on content
Replies: 5
Views: 3322

Perhaps the csplit UNIX command could be helpful here.
by chulett
Mon Apr 19, 2010 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence hangs at checkpointing
Replies: 9
Views: 15414

Basically, it's just doing a sorted read of the job's log. Is it especially... large? Can you view it in its entirety via the Director? How long before you decided it was 'hung'?
by chulett
Mon Apr 19, 2010 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multi instance job from sequence job
Replies: 10
Views: 4418

Thanks but nothing is helping so I'll just post the same error again? :? SH: dsjob: not found The SHell cannot find the 'dsjob' command. This is because, as Ray noted, its home directory is not in your PATH environment variable. One option to 'fix' that is to fully path the command, as I noted. This...
by chulett
Mon Apr 19, 2010 6:18 am
Forum: General
Topic: Error in parallel jobs
Replies: 1
Views: 971

Something wrong with your original post asking this rather sparse question? :evil:

viewtopic.php?t=133212

If you still need help with this, continue any conversation on this topic over there.
by chulett
Mon Apr 19, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a Parameter file from UNIX Directory & pass value
Replies: 17
Views: 13724

How are you trying to 'read' this file in that stage? What do the contents of the file actually look like? One or many records? Sometimes a simple 'cat' is all it takes, hence the questions.
by chulett
Mon Apr 19, 2010 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multi instance job from sequence job
Replies: 10
Views: 4418

Possible second word: full
by chulett
Mon Apr 19, 2010 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch substring and compare in execute command trigger
Replies: 6
Views: 3810

If that still doesn't work, probably leading spaces are biting you:

Trim(Field(Execute_Command_45.$CommandOutput," ",1,1))
by chulett
Mon Apr 19, 2010 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch substring and compare in execute command trigger
Replies: 6
Views: 3810

Start simple, what does Field(Execute_Command_45.$CommandOutput," ",1,1) return?
by chulett
Sun Apr 18, 2010 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_DB2LOADER_TIMEOUT
Replies: 1
Views: 2408

Do an exact search for "Failed opening fifo", they all seem to be DB2 related. See if any of them help.
by chulett
Sun Apr 18, 2010 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a Parameter file from UNIX Directory & pass value
Replies: 17
Views: 13724

What have you tried? Where do you want to do this - a shell script using dsjob? Some other form of job control code, DataStage BASIC perhaps?
by chulett
Sun Apr 18, 2010 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while execting the Parallel jobs
Replies: 3
Views: 1512

Strange, though, how the View Data error happens while running the job. :?
by chulett
Sun Apr 18, 2010 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Error with XML output stage
Replies: 9
Views: 7877

Introducing a new column is fine, there's no need to include it in the output XML. And just make sure the value changes at the appropriate record count, everything else is automatic. Stage variables in a transformer would probably be the easiest approach, either by resetting a current file counter t...
by chulett
Sun Apr 18, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Error with XML output stage
Replies: 9
Views: 7877

Use the Trigger Column option with a column that changes value every .5M records.
by chulett
Sun Apr 18, 2010 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling huge volume of data
Replies: 2
Views: 996

First let us know what "process" means, what do you actually have to do with this data? And what is your target?