Search found 74 matches

by sourabhverma
Thu May 06, 2010 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need some info on logic
Replies: 7
Views: 3721

Need some info on logic

Hi, We have one parallel job which runs on monthly basis and extracts source data (100 mn records approx) and applying a lookup on that data with 2 reference tables, one is having 5 fields and other one is having 15 fields and propogating all 20 fields along with main stream fields into target table...
by sourabhverma
Wed Feb 10, 2010 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

Yes i executed the dsenv also before triggeringthe DS job:

cd `cat /.dshome`
. ./dsenv

And after that the 'dsjob - run' command.
by sourabhverma
Tue Feb 09, 2010 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

I tried executing the job individually from command line also but again the same issue persists.

Will the userid anyhow cause a problem in the job execution, because the job execution at unix level is through different user while when i run the job from director client it is through other user.
by sourabhverma
Tue Feb 09, 2010 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

The long-running shell script inturn calls other datastage jobs lying in other DS project and always returns zero.
by sourabhverma
Tue Feb 09, 2010 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

Hi ArndW,

yesterday the job was completed without any issue but today after facing the problem when i resetted the job then only i got these phantom logs.
by sourabhverma
Tue Feb 09, 2010 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

Hi Ray,

I did not make any change into the script & DS job, yesterday it ran fine. I tried to check the variables also but they are pretty much fine, i mean all the variables are acepting values properly but script gives the error while trying to trigger the datastage sequencer job.
by sourabhverma
Tue Feb 09, 2010 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

I have not made any changes in the script as well as in the datastage job. when i run the job thru script, nothing is available in the director because the script not at all triggeres the job. These are the logs of the yesterday`s completed run : sqRunMainFlow..JobControl (@Coordinator): Summary of ...
by sourabhverma
Tue Feb 09, 2010 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

Hi ArndW, Thanks for the reply. In the morning when i reset the job this is what the log is saying: From previous run DataStage Job 95 Phantom 8630 DataStage Phantom Finished. Also, This is the command i am using for running the job: ${DSHOME}/bin/dsjob -run -wait -jobstatus -param pEmailLst=${Email...
by sourabhverma
Tue Feb 09, 2010 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

I would like to make one more point here that when i try to run the same job through datastage client, it is working properly.
by sourabhverma
Tue Feb 09, 2010 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running datastage job through Unix shell script
Replies: 19
Views: 21537

Running datastage job through Unix shell script

Hi All, I am trying to trigger the datastage jobs through unix shell script & untill yesterday all the jobs were running fine but today when i tried to execute the same job through same shell script i am getting error. This is the error messge i am receiving after executing the script: Status co...
by sourabhverma
Tue Dec 22, 2009 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 3 shell scripts in parallel within datastage
Replies: 5
Views: 2448

Thanks chulett,

I basically created separate sequencer for each of the shell script & called according to my requirment & i got what i wanted to do.
by sourabhverma
Mon Dec 21, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 3 shell scripts in parallel within datastage
Replies: 5
Views: 2448

Hi All, Thanks for the reply.

Yes i already tried using sequencer activity in between but even then, no parallel execution of scripts.

The design is like :

one DS job -> Sequencer -> 3 links each one having Execute_Command.

I hope the design is clear now.
by sourabhverma
Mon Dec 21, 2009 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 3 shell scripts in parallel within datastage
Replies: 5
Views: 2448

How to run 3 shell scripts in parallel within datastage

Hi All, I am having a requirement wherein i have to execute 3 shell scripts in parallel after one of the parallel job gets completed. So for that, I have created one sequencer where i have attached the parallel job & after that i have attached 3 Eecute_Command stage for executing 3 shell scripts...
by sourabhverma
Thu Nov 19, 2009 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running continously
Replies: 5
Views: 2438

One more info. i want to share, when i use ODBC stage instead of netezza stage as a lookup , then it runs fine.
by sourabhverma
Thu Nov 19, 2009 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running continously
Replies: 5
Views: 2438

Thanks for all of your replies,

Yes i have checked with my DBA , none of the table is getting locked. I want to let you know one more thing that this is not long running job, as the data is very less generally 10000-11000 records and sometimes even 1 or 2 records.