Search found 46 matches

by svhari76
Tue Mar 22, 2011 9:10 am
Forum: General
Topic: How to pass job status from one seq to another
Replies: 2
Views: 1921

Please explain little in detail...As i am new to DS, I can not quite catch what you are saying...
by svhari76
Tue Mar 22, 2011 8:11 am
Forum: General
Topic: How to pass job status from one seq to another
Replies: 2
Views: 1921

How to pass job status from one seq to another

Hi I am using 3 different sequences and few jobs to perform a task. If a job fails in one of the sequence i would expect to see the same in the parent sequence, but i am getting success. Eg: Seq1 -->Seq2 -->seq3 -->Server job1,job2 if job2 fails my seq1 should get the status of failed, but i am gett...
by svhari76
Mon Mar 14, 2011 6:17 pm
Forum: General
Topic: How to get job status in a sequence
Replies: 4
Views: 2509

How to get job status in a sequence

Hi I have a sequence in which multiple jobs will be executed. At one point i have to execute 2 jobs based on the success of other job and if both get finished then move forward with new job execution, if any one fails, sequence has to stop. Sequence 1: Job1 -->Cmd-->job2-->Job3--------- /job7 | | --...
by svhari76
Sun Mar 13, 2011 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How restart the job, where it left off
Replies: 1
Views: 2029

How restart the job, where it left off

Hi I am new to datastage, so please bare with me for any dumb questions. I have a server job running and it is taking almost 8-10 hrs and for some reasons we had to stop the job at 7Am in the morning and once the other tasks are completed, i wanted to restart the job where it left off. 1) Is it poss...
by svhari76
Wed Jan 26, 2011 2:00 pm
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

Please forget about the syntax problems here...this is display/copy paste issue. Otherwise it should have been thowing different syntax related issue.
The problem here is trying to kick off the job, but due to not able to create the .wrn or .log file it fails.
by svhari76
Wed Jan 26, 2011 9:40 am
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

:?: Any help would be great :roll:
by svhari76
Fri Jan 21, 2011 3:54 pm
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

Ok, This might help to figure out the issue. These are the sequence of commadns i am executing. cd /dvl/etl/Ascential/DataStage/DSEngine /dvl/etl/Ascential/DataStage/DSEngine>. ./dsenv /dvl/etl/Ascential/DataStage/DSEngine>cd /dvl/etl/Ascential/DataStage/DSEngine/bin /dvl/etl/Ascential/DataStage/DSE...
by svhari76
Tue Jan 18, 2011 10:58 am
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

I should be able to pass the parameters to a job from batch Job( can call this as batch job with out naming it as Batch::?) but when i try the same from sequencer to job i am not getting the parameters.

Any clue?
by svhari76
Fri Jan 14, 2011 9:40 am
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

I am not creating any files. Looks like by default batch file execution causes the creation of the files at root and since my user id doesn't have access permission it is failing.

In execution wise how Batch:: is different from regular job execution?
by svhari76
Wed Jan 12, 2011 10:35 am
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

batch job calls -->Individual job No, the batch job is not working from director too. The individual job runs fine in designer and from director. But when i try from batch job to invoke individual job it fails with the message described in my first post. Another thing i learnt was, If the batch file...
by svhari76
Wed Jan 12, 2011 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggest better design
Replies: 6
Views: 4562

I was inserting the records first in parent table and collecting rejected records in to hashed file. while i am inserting the child table records i am looking up in to hashed fiel for rejected records and corresponding child records will be eliminated from the insertion. More over both parent and ch...
by svhari76
Mon Jan 03, 2011 2:44 pm
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 6224

Job from command prompt

Hi I am trying to run the job from command prompt and i am getting this. Parameter file below is given correct path. Job has been kicked off but getting below error. From command prompt ./dsjob -server SERVERNAME-user userid -password pwd -run -param ParameterFile="SrcDir/ETLParamFile.dat"...
by svhari76
Mon Jan 03, 2011 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggest better design
Replies: 6
Views: 4562

Thanks for the responses.

Please ignore my post. I have implemented easy possible solutions.
by svhari76
Thu Dec 30, 2010 12:00 pm
Forum: General
Topic: dsjob command help
Replies: 14
Views: 7769

Job Activity stage. Before job activity stage i have execute commadn stage and i am seeing the passed file name coming in for this command. But when i execute the job from job activity stage it is not getting passed to job. I can see in the job logs that it is looking for default file and fails.(sin...
by svhari76
Thu Dec 30, 2010 11:23 am
Forum: General
Topic: dsjob command help
Replies: 14
Views: 7769

Ok, Now i should be able to pass the parameter to Sequencer, but this is not getting passed to my job from sequencer. ./dsjob -server Server -user userid -password password -run -param SrcFile=PCC.txt -warn 5000 Project SequencerName My sequencer suppose to pass the paramteres to my job.(All paramet...