Error writing to RT_CONFIG38

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

When you have several users working in a project you need to make sure that they belong to the same primary group and you have to ensure that the umask is set correctly. Setting a umask of 002 means that new files created have the protection attributes of 775 set (XOR of value given). I assume that your umask is currently set so that the 2nd attribute for the group is set such that others in the group have no write and perhaps even no read access.

This load error looks like a continuation of your previous thread on the subject. Have you installed the Oracle plugins?
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

HI,
What happens when clicked Show error, and More error?
What kind of transfermation you use?
Check at $DSEngine/lib for all the libraries to have permissions of -r-xr-xr-x.

-Kumar
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Post by MaheshKumar Sugunaraj »

The problem is related to Permissions on the file, Please contact the AIX group i.e. the System Admin grp and ask them to sent the permissions correctly.

Best of Luck

With Regards
Mahesh
poornagirijab
Participant
Posts: 2
Joined: Wed Jan 04, 2006 12:19 am

Post by poornagirijab »

HI FOLKS, :D
Thanks for your response.

First i will check with my permissions.

Revert back to you later with the good result.
with regards,
Poornagirija

"Don't limit your challenges - challenge your limits"
Post Reply