Page 1 of 1

Compilation Error - for dsadm user

Posted: Fri Aug 10, 2007 3:52 pm
by swades
While i am compiling any job ,
its throw me error,

Error writing to RT_CONFIGXXX(Job Name)

weird thing is that i can compile same job with other user ID.

id
uid=22116(ID) gid=10(staff),

groups
staff dsadmn

for dsadm

id
uid=22111(dsadm) gid=400(dsadmn)

groups
dsadmn

I checked all files under that project directory have permission (0777).And i can compile same job using different ID belongs to "staff" group.

Posted: Fri Aug 10, 2007 9:10 pm
by ArndW
can you 'touch' or 'mkdir' using your dsadm id in the project directory?

Posted: Sun Aug 12, 2007 4:18 pm
by swades
ArndW wrote:can you 'touch' or 'mkdir' using your dsadm id in the project directory?
Yes i can run 'mkdir' command using my dsadm id.

Posted: Sun Aug 12, 2007 4:43 pm
by ArndW
What about the UNIX access rights to the directory RT_CONFIGxxxx and the files in that directory?

Posted: Mon Aug 13, 2007 9:28 am
by swades
ArndW wrote:What about the UNIX access rights to the directory RT_CONFIGxxxx and the files in that directory?
For RT_CONFIGxxxx - 0777
and files in that directory - 0664, i have changed this permission to 0777, now its not throwing me any error ,but it still fail to compile.

Thanks

Posted: Mon Aug 13, 2007 3:34 pm
by ArndW
yes, since if other uses create a job or files through compilation, they won't be accessible by your dsadm, i.e. if you try to recompile a job and the object was created by another user, leaving dsadm "r" but not "wd" rights.

Posted: Tue Aug 21, 2007 8:23 am
by swades
Its Done :D

Thanks ArndW