cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC/IDoc

Former Member
0 Kudos
194

Hi all

In any scenario suppose File system is sender system in that if the file is READ-ONLY file then how to process that file.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Set the File adapter Processing Mode for "Set to Read-Only"

this will change the file property to read-only.

This will cause only new files to be processed.

This set to read only mode for sender file communication channel will process the fiels have write permission and change it to Read only to not to modify it later on.

this option is available for NFS only (Native file system)

Please reward points if it helps

Thanks

Vikranth

former_member194786
Active Contributor
0 Kudos

Hi,

You can try editing the read-only parameter of the file and then go ahead as you wish. If the file is in your own network you can use chmod command in the command prompt. Else if you are accessing file in the clients network, use some ftp tool to access the file and then change the parameter.

Regards,

Sanjeev.

Former Member
0 Kudos

Hey

Then you can set the processing mode as Test,you can't use delete or archive,but this will become a issue in Production coz you might pick the same file again and again,its better to delete/archive the file so that its not picked up again

Thanx

Aamir