1st interface is a pass through scenario
Sender system (S) sends 4 flat files data using (File adapter -NFS) to PI and PI places the files into PI file directory (AL11) using file NFS
The flow order of the eight files named as Ab,cd, ef,gh all files with .txt extension
Where gh.txt file will send as last file to PI
Arriving last file is the key note to trigger the second flow chain of the interface process
Flow 2 file to RFC.
Once the last file gh.txt arrived into PI folder location, the second flow will start functioning
gh.tx was used in sender communication channel because once this file arrives then we need to
Sender communication channel (processing mode set to read only) uses file name and reads file content and sends a request to RFC using message mapping.
RFC will trigger event in BW system to start the process chain to pick all the 8 files from the directory
Issue:
The files are getting placed with -rw-rw-r- - in AL11 at pass through scenario.
The file permissions are getting changed once we read the file from the second flow.
When the source system triggers the files again we are getting error in communication channel that file access is denied, is this because of file permissions?
will Set - to - ready only option in channel changes the file permissions at the folder location where we read the file?
How and why this file permission get changed?
we can change the permissions with UNIX script but need a root casue
please help with your valuable suggestions.