Page 1 of 1

Unable to change the job create by another user.

Posted: Tue Dec 29, 2009 11:40 pm
by AmeyJoshi14
Hi All,

In our project we are facing some strange problem.
The job DS_JOB_user01 has been created by user01, this job is running fine; now there is change request from the bussiness side due to this we have to add few columns in the DS_JOB_user01
Another user user02 has changed the job but user is unable to save any changes, following is the error message: :x

Code: Select all

Unable to write to RT_* files
I guess there is permission issue!! :shock: So we changed the permission of the all the RT_* files (for the specific job), then the user02 was able to complied and run the job. :)

So while developing a job by particular user is there any way where in user(owner) of the job can assign the write permission to all the user? :?

Thanks in Advance!!

Posted: Wed Dec 30, 2009 12:47 am
by ray.wurlod
I reckon the users have not got their umask set to 002 or, perhaps, that they're not members of the same group.

Posted: Wed Dec 30, 2009 6:58 am
by chulett

Posted: Wed Dec 30, 2009 3:03 pm
by ray.wurlod
Yes, because the problem may be something else, such as some clown actually changing the permissions and getting it wrong.