Search found 65 matches

by wuruima
Wed Aug 17, 2016 4:16 am
Forum: General
Topic: upgrade 11 problem
Replies: 8
Views: 5171

Re: upgrade 11 problem

Even if I just run the command dsjob, the last line is an error. dsjob Command Syntax: dsjob [-authfile <authfile> | -file <file> <domain> <DataStage server> | [-domain <domain> | -url <url>] -user <user> -password <password> -server <DataStage server>] | -domain <domain> [-user <user>] -server <Dat...
by wuruima
Wed Aug 17, 2016 3:50 am
Forum: General
Topic: upgrade 11 problem
Replies: 8
Views: 5171

upgrade 11 problem

dear fri, in my old ds environment, when i run the command , it's able to list out the projects. now I upgrade to 11x, I don't know if anything is missing, I encounter error when I try to list the projects. and this is the error message below. I tried to search in the forum but nothing found . could...
by wuruima
Tue Jun 14, 2016 1:45 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

thanks for ur long response. The job was failed with a message I could not understand, eventhough I get the explaination in the IBM website, I could not make it clear, that's why I send the post here. I suspect this is a server resource issue, but who knows. After the rerun the job resumed, I just w...
by wuruima
Sun May 29, 2016 7:35 pm
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

[info]a..JobControl (DSRunJob): Waiting for job index1 to start
[warn]Job control process (pid 28967492) has failed

After the log, nothing special but shows the sequence job is abort.
by wuruima
Sun May 29, 2016 7:03 pm
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

Yes recently the DS env encounter out of resource problem sometimes.

The error msg will have some words like "resource", however the error msg above is not easy to understand.
by wuruima
Fri May 27, 2016 4:53 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

Re: how to understand this error

I simply rerun the job ,without change. Now it's processing job 1-9. no error.
by wuruima
Fri May 27, 2016 4:39 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

Re: how to understand this error

I design a seq job, which only contains a routine. In the routine, firstly I trigger job A, B, C, D to run one by one.(use a for loop) And then I have a for loop from 1-9, to submit job index1...index9 to run parallelly. This is the log where it abort. [info]a..JobControl (DSRunJob): Waiting for job...
by wuruima
Fri May 27, 2016 4:33 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5997

job control process (pid xxxx) has failed

I met a warning msg "job control process (pid xxxx) has failed" and then the job abort. After search in the IBM, I found this. Problem(Abstract) Sequence job control process (pid xxxx) has failed Cause Sequence job run continuously in a loop, appends to the dsenv after each run, causing th...
by wuruima
Thu May 26, 2016 8:24 pm
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 5779

very useful. Thanks all.
by wuruima
Thu May 26, 2016 2:00 am
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 5779

Re: check job status

I don't want to run DSWaitForJob every time. the jobs could run at the same time.
by wuruima
Thu May 26, 2016 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail job while using Join stage
Replies: 4
Views: 2878

Re: Fail job while using Join stage

I think the "abort after rows" in transfomer could help. you may try.
by wuruima
Thu May 26, 2016 1:31 am
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 5779

check job status in routine without waiting for completion

Hi all. In a routine, I use a for loop to trigger parallel jobs. I would like these jobs to run in parallel instead of in sequentially. But how can I detect the status of the jobs at the end of the routine? I need to make sure the parallel jobs completed successfully and then finish the routine proc...
by wuruima
Thu May 19, 2016 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto split file
Replies: 2
Views: 2400

auto split file

Hi is there a function in the sequtialFile stage, to auto split file. e.g. I output records to the sequtial file. set the file's max record number is 1000000. then the stage will help me to output F1.txt, F2.txt, F3.txt,etc. every file contains 1000000 records. because the output file is about 30 mi...
by wuruima
Tue May 10, 2016 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU and APT file
Replies: 5
Views: 1957

CPU and APT file

The machine I am using, has 16 CPU ------ System configuration: lcpu=16 mem=27648MB ent=1.94 ------ In the DS apt file, I set 4 nodes. like below text. How could I make use of the 16 CPUs? Set 16 nodes? To make the job faster. { node "node1" { fastname "HKxxxxx" pools ""...
by wuruima
Mon May 09, 2016 4:01 am
Forum: General
Topic: Add annotation to job
Replies: 4
Views: 2492

Add annotation to job

For easy reading I would like to add annotation to the parallel job. for example, I would like to help the reader to understand the usage of a transfomer, so I create an annotation panel cover the transformer stage. and input words in it. After I finish, I found the job looks bad, is there any good ...