cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SPAU/SPDD

dru_marcellana
Participant
0 Kudos

Hi guys,

Upon running SPAU/SPDD in client 000, after creating a request for the adjustment, an error occured:

"Cannot access file /usr/sap/trans_IW/tmp/user.LOS"

where USER = user id used when logging

The diagnosis of this error is:

access to file .... is not permitted.

The operating system registered the following errors:

Is this an authorization or config issue?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

For the filesystem /usr/sap/trans_IW , ensure that you give recurssive permission as follows

cd /usr/sap

chown -R <sid>adm:sapsys trans_IW

chmod -R 755 trans_IW

hope this helps to continue the upgrade.

Former Member
0 Kudos

Hi,

Looking at the problem description it seems to be an Auth Issue. Inform Basis about the same and in case you are not able to find any clue best way is to take SAP help using OSS message.

In upgrade any time you get stuck and are not sure where to go it is always good to have a word with SAP to make sure that approach we are following is correct.

Hope this would be of some help!!

Regards,

Lalit Kabra

Former Member
0 Kudos

You have to set the access rights on the file system to let <sid>adm read the file.

As it is a UNIX file system you can use cmod for changing the rigths like:

chmod 666 filename