cancel
Showing results for 
Search instead for 
Did you mean: 

How to change default permission of Cofiles

Former Member
0 Kudos

Hello Team,

While releasing the TR from development the file permission for cofiles is set to 664 (-rw-rw-r--) by default. Hence we have to give 777 permission to the cofile manually before importing the TR to quality and production.

Kindly help me in assigning 777 as a default permission for cofiles to enable auto import of TR to quality.

I had tried env variable umask=000 and parameter install/umask=000. Both didn't worked in my case.

Thanks you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You need to mention the umask in the .login file, and restart the sap instance to ensure that the current parameters are picked up during system startup. Also please check that the quality and prod systems are:

- sharing the same trans directory AND

- OS users sidadm/sapsys have the same UID/GID as in Dev (where the trans folder is mounted)

In case both these are already set, and the issue still persists, please try to set the parent folder with 777 permissions, and the import will work thereafter.

Do note that its not recommended to grant 777 permission to trans directory, as it could be a possible security threat to the system.

For further information, please refer to below link and you will understand the details:

https://help.sap.com/saphelp_nw70ehp2/helpdata/en/4d/3dce7bd936391ee10000000a15822b/content.htm

Let us know in case it still doesnt work!

Former Member
0 Kudos

Thank you Anchit.

Group id on all servers made unique and the issue get resolved.

Answers (0)