cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

processing mode

Former Member
0 Likes
1,983

hi SAP_XI experts,

can u explain me what are the different types of processing modes and how they atre used.

View Entire Topic
Former Member
0 Likes

Hi

the processing mode in case of File adapter:

there are different types of processing mode in case of sende fikle adapter.

1. delete mode: when you set the processing mopde as delete then the file adapter will delete the file from the directory after reading.

2.Set to Read -only: when you select the mode as Read only mode then the file adapter only read the file and it you can make any updaton in the file during the testing.

3.Test: in the test mode the file will be not deleted from the directory and the same file will be used each time the adapter ping to the directory during testing.

Thanks

Rinku

Former Member
0 Likes

Hi Rinku,

2.Set to Read -only: when you select the mode as Read only mode then the file adapter only read the file and it you can make any updaton in the file during the testing.

Set to Read - only: File adapter take the copy of the file from the directory and make the file is in Read Only mode(by default this mode is not set...You can check in properties of file).File Adapter does not poll the data from the next poll onwards...(ie take the copy only once....File Adapter cannot read the read only Files)