Search found 88 matches

by kishoreramachandran
Sun Nov 11, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing sql
Replies: 2
Views: 1490

itis oracle database.
by kishoreramachandran
Sun Nov 11, 2007 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing sql
Replies: 2
Views: 1490

executing sql

2 new fields are added to oracle table.to populate this I need to execute a sql which willbe using 2 tables and if itsatisfies the criteria of the sqli i need to populate the field with yes. for the 2nd field i have a different sql which i need to execute and then populate that with yes. can you ple...
by kishoreramachandran
Thu Oct 04, 2007 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence
Replies: 1
Views: 1087

sequence

I have to run 2 jobs parallely and if both of them are ok I need to do the 3rd job, how can i design it and how do i check the status of the first 2 jobs.
this is on windows.Everthing has to be scheduled to run.
by kishoreramachandran
Tue Mar 13, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to run a job before the exit of sequencer
Replies: 10
Views: 3804

you have the trigger option where you can specify that if the job is successful ( status = 0 that is ok) then do the next job, if the status is not ok then you do a different job as per your choice.
by kishoreramachandran
Tue Mar 13, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this the right way to execute a script in a sequence
Replies: 2
Views: 1372

please execute the script outside datastage first and check if it is working.
then what ever command you gave to execute, the same thing should be given from datastage.
by kishoreramachandran
Sat Feb 17, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

thanks a lot kduke , it works fine.
thanks to others also who offered help
by kishoreramachandran
Thu Feb 08, 2007 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

the first dsjob command is ok problem with the second one only
by kishoreramachandran
Thu Feb 08, 2007 6:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

when I compile and execute it the first resetting part gets executed but after that its giving the same error
by kishoreramachandran
Thu Feb 08, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

./rama1.sh: !/bin/ksh: not found
Error running job

Status code = -2 DSJE_BADSTATE
Status code = -9999 DSJE_DSJOB_ERROR
by kishoreramachandran
Thu Feb 08, 2007 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

when i run it from designer it is perfect, problem only with the script, the job name is pa1 and the project is MANC
by kishoreramachandran
Thu Feb 08, 2007 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

i left the last line it is
-warn 10000 MANC pa1
by kishoreramachandran
Thu Feb 08, 2007 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

/bin/ksh DSHOME=/usr/local/Ascential/DataStage/DSEngine export DSHOME . $DSHOME/dsenv $DSHOME/bin/dsjob -run \ -mode RESET \ -warn 10000 MANC pa1 $DSHOME/bin/dsjob -run \ -param '$APT_CONFIG_FILE=/usr/local/Ascential/DataStage/Configurations/node1.apt' \ -param '$APT_IMPEXP_ALLOW_ZERO_LENGTH_FIXED_N...
by kishoreramachandran
Thu Feb 08, 2007 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

./rama1.sh[17]: -param: not found
./rama1.sh[21]: -param: not found
by kishoreramachandran
Thu Feb 08, 2007 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

it tells me the line number param not found, but everything looks fine
by kishoreramachandran
Thu Feb 08, 2007 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 17
Views: 6935

dsjob

in dsjob when I get error in param how do i find the bug