Search found 91 matches

by ssunda6
Fri Dec 07, 2007 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No disk resources found in "sort" pool or default
Replies: 6
Views: 5617

I dint change anything. It was running fine yesterday.
by ssunda6
Fri Dec 07, 2007 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No disk resources found in "sort" pool or default
Replies: 6
Views: 5617

No disk resources found in "sort" pool or default

Hi All, I have a job with change capture stage, join etc. The job was running perfectly well. But then now it is getting aborted with the following warnings: joinProdNum.inCpyoraAdtProd2_Sort,1: Cannot access scratch disk " /opt/etl/scratch " : Permission denied joinProdNum.inCpyoraAdtProd...
by ssunda6
Wed Nov 21, 2007 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference of same job on 2 environments
Replies: 5
Views: 2852

I dont know the differences between the 2 servers. Whenever we complete development on 1st server, for testing purpose we move to the 2nd server. (The job is taking more time on 1st server). The problem is that only for this particular job , we have this problem. For remaining jobs, there is no much...
by ssunda6
Wed Nov 21, 2007 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference of same job on 2 environments
Replies: 5
Views: 2852

performance difference of same job on 2 environments

Hi All, We have 2 servers with datastage installed on both. A particular job is showing huge difference in performance (time) from one server to the other one. As both servers are different, it might be normal to have difference in job completion time because of properties but for other jobs there i...
by ssunda6
Thu Oct 04, 2007 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting invocation Id details from the job
Replies: 4
Views: 2575

Thanks Ray for that information. I will try to use API functions and will get back if any doubts.
by ssunda6
Thu Oct 04, 2007 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of "dsjob -logdetail" for multi instance job
Replies: 6
Views: 3374

DSguru2B,

I am providing both starting and ending event ids (whose log is to be fetched).
by ssunda6
Wed Oct 03, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of "dsjob -logdetail" for multi instance job
Replies: 6
Views: 3374

Thanks Chulett.

"dsjob -logsum" is giving correct log belonging to that particular instance . Only "dsjob -logdetail" is giving this problem.

Has anyone else faced same problem with logdetail? If yes, please provide inputs on how this can be solved.
by ssunda6
Wed Oct 03, 2007 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting invocation Id details from the job
Replies: 4
Views: 2575

Thanks Ray.

Cant we get this information using some "dsjob" command?
In a routine, we can use "DSGetJobInfo(jobhandle,DSJ.JOBINVOCATONID)" to get the invocation id of the specified job. Likewise, any command that we can use in unix?

Thanks,
ssunda.
by ssunda6
Wed Oct 03, 2007 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting invocation Id details from the job
Replies: 4
Views: 2575

Getting invocation Id details from the job

Hi, Using a unix script Iam trying to capture logs of job/sequences and storing them to oracle table. I have a sequence "A", which has jobs "a" and "b". "a" is multiple instance job with around 10 instances. And in this particular sequence I am running only 1 ...
by ssunda6
Wed Oct 03, 2007 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of "dsjob -logdetail" for multi instance job
Replies: 6
Views: 3374

Chulett, I am using the appropriate invocation id. The problem is, lets say for job "A", there are 2 instances - "a" and "b". And both instances ran at the same time. The logs for both instances is maintained in "A" in the directory log . Since both the instac...
by ssunda6
Wed Sep 26, 2007 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of "dsjob -logdetail" for multi instance job
Replies: 6
Views: 3374

usage of "dsjob -logdetail" for multi instance job

Hi, We are trying to capture logs of jobs into a table periodically. The logic used is: -dsjob -logsum -type STARTED <proj name> <job name> -compare timestamps and get the required event ids. -Pass them to "dsjob -logdetail" to get the required log. But "logdetail" is fetching lo...
by ssunda6
Wed Sep 26, 2007 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get all the jobs name in a sequence
Replies: 23
Views: 14837

Hi All,

I think using "dssearch" command is much easier if using version 7.x

dssearch -ljobs -uses -r <Project name> <job name>

"-r" recursively loops through the sub sequences also.

Regards,
ssunda.
by ssunda6
Thu Sep 13, 2007 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference when reading data from dataset/table
Replies: 3
Views: 1482

Hi Ray,

By performance, I meant time improvement.
The job is taking huge time to complete. I want to reduce the job completion time.

Regards,
ssunda.
by ssunda6
Thu Sep 13, 2007 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference when reading data from dataset/table
Replies: 3
Views: 1482

performance difference when reading data from dataset/table

Hi, The requirement of my job is to load update/insert records into target table. I have a sequential file(file is full extract every time) as input. The target table has 4 columns . 3 columns are taken as key and checked for updation in the fourth column. The input file is having 30 million records...