Search found 12 matches

by jeet_81
Wed Feb 29, 2012 5:48 am
Forum: General
Topic: How to use Datastage environment variable in a unix script
Replies: 3
Views: 3128

How to use Datastage environment variable in a unix script

Hi All,
I am using Datastage 8.1 set up on Linux.
Now is there any way, I can use Datastage environment variables in my unix script.

Please help.

Thanks.
by jeet_81
Fri Dec 09, 2011 4:47 am
Forum: General
Topic: Oracle connector connectivity
Replies: 1
Views: 2347

Oracle connector connectivity

Hi All, I have got 2 jobs. (i) Parallel Job. (ii) Sequence Job. When I run the parallel job with credentials ServerName = ABC,USER = DEF and Password encrypted = GHI, it runs fine and gives me the result intended. When I call the parallel job from the sequence job through a job activity and pass the...
by jeet_81
Thu Nov 17, 2011 4:43 am
Forum: General
Topic: Warning while compilation of a sequence job
Replies: 3
Views: 1642

It is already done.
by jeet_81
Thu Nov 17, 2011 3:36 am
Forum: General
Topic: Warning while compilation of a sequence job
Replies: 3
Views: 1642

Warning while compilation of a sequence job

Hi, I have developed a sequence job the design is something as below: Execute Command ---------> UserVariablesActivity1 --------> StartLoopActivity ----------------> UserVariableActivity2 ----------------> NestedCondition----------> JobActivity1 ----------->JobActivity2 ------------>JobActivity3 ---...
by jeet_81
Fri Nov 11, 2011 3:14 am
Forum: General
Topic: Error handling
Replies: 3
Views: 2193

Error handling

Hi All, I am developing a sequence job which has got 5 job activities which calls 5 different parallel jobs. Now is there any way to capture the errors/warnings for the 5 different jobs in the sequencer job so that I can build my error message and throw it. Hope I have made it clear what is the requ...
by jeet_81
Tue Nov 08, 2011 5:33 am
Forum: General
Topic: Batch job calling the sequences mentioned in a file.
Replies: 5
Views: 2226

Please aid me in developing a batch job and calling a txt file containing names of the sequences to run.
by jeet_81
Tue Nov 08, 2011 4:41 am
Forum: General
Topic: Batch job calling the sequences mentioned in a file.
Replies: 5
Views: 2226

Batch job calling the sequences mentioned in a file.

Hi, I am new to batch jobs. I have a requirement such as I cannot develop a server job and I have 8 sequence jobs which are mentioned in a txt file.Now it may be possible that I may have to run all the sequences or I may have to run few. If I need not runn all the sequences, I comment them. Could an...
by jeet_81
Fri Nov 04, 2011 9:29 am
Forum: General
Topic: job run as per the sequence available
Replies: 9
Views: 7366

here are the logs which I have: (i)dummy..JobControl (@Coordinator): Starting new run of checkpointed Sequence job (ii)dummy..JobControl (@Script_to_get_seq): Executed: sh /home/dsdeveloper/dataarea/Dev/Staging/S2l/Emcv/temp/Biswajeet/Script_to_get_Jobnames.sh /home/dsdeveloper/dataarea/Dev/Staging/...
by jeet_81
Fri Nov 04, 2011 7:43 am
Forum: General
Topic: job run as per the sequence available
Replies: 9
Views: 7366

Well the first sequence which ran inside the loop ran absolutely fine.The logs are fine. Trigger from the routine to EndLoopStage is 'ok Conditional' I am attaching the job control code: * Tokens were replaced below as follows: * IdV0S9%%UserVar%%0 <= UserVariables_Activity_9.Seq_Name * IdV0S3%%Resu...
by jeet_81
Fri Nov 04, 2011 3:25 am
Forum: General
Topic: job run as per the sequence available
Replies: 9
Views: 7366

Hi all, The file is comma delimited which has got all the sequences to run. Now I ran a shell script which gives me all the names of the sequence jobs which is comma delimited and is stored in a variable in UserVariableActivity.Now in StartLoopActivity I get the sequence name which I use Routine Uti...
by jeet_81
Thu Nov 03, 2011 9:25 am
Forum: General
Topic: job run as per the sequence available
Replies: 9
Views: 7366

job run as per the sequence available

I have a text file which contains the names of few job sequences new line delimiter. Now I am developing a sequence job which will only run those sequences whose names are retrieved from the text file. (i) I call an script which gives me the names of the sequences. (ii) I store all the names of in U...
by jeet_81
Tue Nov 01, 2011 8:13 am
Forum: General
Topic: Need to run few jobs in a job sequence
Replies: 1
Views: 1127

Need to run few jobs in a job sequence

Hi all,

I have a condition to run only few jobs out of a job sequence. For example I have created a job sequnce which connects multiple job sequnce which are responsible of running multiple jobs.
Please help, how to run only few sequences out of the master job sequence? :)