Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UNIX file creation Authorization Problem

Former Member
0 Likes
601

The user needs to create an Unix file but he is not authorized to do that.I checked the authorization following error occurs:

No authorization to open the file "/data/INTERFACE/QR12/ZXYZ-ES"

No authorization to open the file "/data/INTERFACE/QR12/ZXYZ-PT".

I am not sure if this is really a ABAP dump issue or Security Authorization. If so which object etc..?

Any help from the members is greatly appreciated...

Thank you all

The user needs to create an Unix file but he is not authorized to do that.I checked the authorization following error occurs:

No authorization to open the file "/data/INTERFACE/QR12/ZXYZ-ES"

No authorization to open the file "/data/INTERFACE/QR12/ZXYZ-PT".

I am not sure if this is really a ABAP dump issue or Security Authorization. If so which object etc..?

Any help from the members is greatly appreciated...

Thank you all

2 REPLIES 2
Read only

Former Member
0 Likes
509

Hi Naveen,

This is an authorization issue on the unix(or windows) system. Please talk to your unix administrator and ask for write permissions to the directory for the SAP sytem id(file will be created by SAP system id, not the user who is running the program).

Srinivas

Read only

0 Likes
509

Thank you srinivas..will try contact the Unix admin.