Status code = -9999 DSJE_DSJOB_ERROR

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

I have a doubt which i would like to clarify,

when the job is compiled it creates some files in the project directory, for an user who belongs to the same group what permission on these files does he need to have to run the job (is an excecute enough or write is also required); as per umask 022 it looks like execute is enough, is my understanding correct?
datisaq
Participant
Posts: 154
Joined: Wed May 14, 2008 4:34 am

Post by datisaq »

Your understabding is correct.
umask--022 is enough for proj dir..
IBM Certified - Information Server 8.1
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Write is required, btw.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

022 is not enough if you want to run jobs saved/compiled by another user, because you will not be able to write to the job logs.

The alternative is to set the setgid bit on the project directory. This will only affect subsequently-created objects, so should be done immediately the project is created.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
skyboyfli
Participant
Posts: 32
Joined: Fri Jun 04, 2010 8:21 am
Location: hyd
Contact:

Post by skyboyfli »

datisaq wrote:Thanks to all for your valuable inputs....

I am able to run from the command line after explicitly specifying the user,password and server name to the "dsjob" command.
Hey i am also facing the same problem could you send me the syntax
this is nice
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A year later, can you be totally certain that you have exactly the same version that datisaq is running? Or that your issue is exactly the same? Why not start a new thread?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

They did. Skyboy, best to stick with your own post. Let us know if you continue to have issues there, please.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply