Error While executing dsjob

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Error While executing dsjob

Post by I_Server_Whale »

hi All,

I trying to run a job by using dsjob command. I have a job named test2seq.

And my .bat file looks like this:

Code: Select all

e:\ascential\datastage\engine\bin\dsjob -run dev test2seq
Pretty simple one. But when I run this batch file. It gives me this error:

Code: Select all

Status Code = -99 DSJE_REPERROR
I know it is repository access error. but have no clue why I'm getting this error nor have any clue about how to overcome this. Has anyone come across this before? Please help me out!

Thanks much,
Naveen.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

try adding "-mode normal -wait" to the command line. Also, is your job compiled and runnable?
ukyrvd
Premium Member
Premium Member
Posts: 73
Joined: Thu Feb 10, 2005 10:59 am

Post by ukyrvd »

ArndW wrote:Also, is your job compiled and runnable?
yeah!! check for this .. I remember getting error with error_code 99 when the job is not in a runnable state.
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hello Arnd,

You are right again. :). My jobs are not getting compiled or either saved nor executed. It always gives me this error:

Code: Select all

Record J\21\V0 on file DS_JOBOBJECTS cannot be written

Code: Select all

Record J\21\ROOT on file DS_JOBOBJECTS cannot be written
Whats going wrong? And where????? :cry:

We did import a .dsx file because we had to re-install datastage. Is that the cause??? Or do I not have sufficient privileges???


Naveen.
ukyrvd
Premium Member
Premium Member
Posts: 73
Joined: Thu Feb 10, 2005 10:59 am

Post by ukyrvd »

did you tried changing (save as or copy) name of the job and compiling?? most of the time that serves the tric for these types of errors
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hello ukyrvd,

I'll trying doing that and let you know. Thanks man!

naveen.
Post Reply