routine failed

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

Post Reply
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

routine failed

Post by attu »

When trying to compile a routine, it is failing because of this error

Code: Select all

basic: Can't open object file 'DSU_BP.O/DSU.Myroutine'
[EACCES] Permission denied
Any help is appreciated...

Thanks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Did you originally create and compile the routine or someone else did, or perhaps, with a different id?
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Your Repository permissions are incorrect. You are not the owner of or in the group associated with the Repository objects, in this case DSU_BP.O but, I dare say, most of the other objects as well. Alternatively, whoever created this routine has had their umask set too tight (probably 022) which makes anything they create non-editable by anyone else.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

Gentlemen:

we had to change the owner and set permissions for the DSU_BP.O.
it is working fine.

Thanks for your responses.

Have a good one.
Post Reply