cancel
Showing results for 
Search instead for 
Did you mean: 

Deliver file with read/write properties on target side using receiver file

Former Member
0 Kudos

Hi All,

Our file-to-file scenario works fine. By default, PI creates file on target directory with the 644 permissions. Files coming inbound from PI are not read/writable to the group. Currently the files from PI are coming across with 644 permissions and they should be 664 or 660. Is there a way to generate read/write files on targer side using SAP PI??

Thanks in advance,

- Riya Patil

Accepted Solutions (0)

Answers (2)

Answers (2)

RKothari
Contributor
0 Kudos

Hello,

Try using Run-Operating system command after processing parameter with the below mentioned command:

chmod 0755 /usr/sap/tmp/test/*

where: /usr/sap/tmp/test/ is the directory path location.

Br,

Rahul

Former Member
0 Kudos

Closing the thread.

VijayKonam
Active Contributor
0 Kudos

I think this is something to do with the USER profile used to write files on the target system rather than PI. Please check the authorizations of the user used to write files on the target system.

COntact you network administrators.. they might be of help.

VJ