Status code = -99 DSJE_REPERROR

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
gayathrisivakumar
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 17, 2009 1:36 am

Status code = -99 DSJE_REPERROR

Post by gayathrisivakumar »

Hi All,

I am getting an error 'Status code = -99 DSJE_REPERROR' when trying to run a script from command line. After logging into the server I sudo to dsadm, for running this script. I am able to run couple of other jobs in the same server the same way.

Only a particular set of jobs are having this issue. These jobs I am able to run from director and able to run if I login as root user. Can anyone suggest any possible reason for this?

Thanks
gayathrisivakumar
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 17, 2009 1:36 am

Re: Status code = -99 DSJE_REPERROR

Post by gayathrisivakumar »

Can somebody please provide any input on this?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That sounds like a permissions issue. Have you looked at the permissions of the project's job related tables in the repository, comparing the ones that work to the ones that don't?
-craig

"You can never have too many knives" -- Logan Nine Fingers
gayathrisivakumar
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 17, 2009 1:36 am

Post by gayathrisivakumar »

Thank you. Changing the ownership of one of the folders from individual user id to dsadm fixed the issue.
Post Reply