cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter

Former Member
0 Kudos

Hi

I am new to XI. Can you guys help me with these questions about File adapter

1) How do we use Operating Systems command in processing parameters tab ?

2) Is it possible only in FTP to select additional files, I mean can we do the same thing in NFS ?

3) What is the difference between EO and EOIO ?

4) When do we use anonymous login in FTP server ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

1. Refer - Call UNIX Shell Script

2. it is possible only in NFS Refer http://help.sap.com/saphelp_nw70/helpdata/EN/3c/b4a6490a08cd41a8c91759c3d2f401/content.htm

3. EO (Exactly Once):

The message is sent asynchronously. The sender does not wait for a response. The Integration Engine and the Adapter Engine guarantee that the message is sent and processed exactly once.

EOIO (Exactly Once In Order):

Messages are delivered with the same queue names (supplied by the application) in the same sequence that they were sent from the sender system. Message processing is asynchronous in this case.

Refer

http://help.sap.com/saphelp_nw70/helpdata/EN/41/b714fe5ffc11d5b3ea0050da403d6a/frameset.htm

4. you can use anonymous when the FTP server allows to do so. Specifically i have used it for intra network FTP communication where at the server level authentication is not implemented and any one can login and access the files.

Thanks

Gaurav

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Radhika,

1) How do we use Operating Systems command in processing parameters tab ?

Operating System command can execute program/script/command at operating system level.

Go go throgh this link for clear understanding.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapXIFileAdapterOSCommandLine+Feature

2) Is it possible only in FTP to select additional files, I mean can we do the same thing in NFS ?

Yes it is possible to select the additional files in the NFS also.

3) What is the difference between EO and EOIO ?

EO and EOIO QOS are used for asynch processing of messages.

If we mention EOIO which is Exactly Once In Order, the messages will be processes one after the other in the queue as they are received.

So, you can get sequential processing of messages.

When we have EO which is Exactly Once, messages are processed in any order inside the queue.

when we say EOIO , all messages are processed in the same Queue ( we need to mention a Queue name in adapter) but, when you say EO , messages are processed in random queues of XI.

4) When do we use anonymous login in FTP server ?

When user is having access the FTP server without giving the User credentials, then we use Anonymous Login.

If we select "Anonymous Login" check box no need to provide the Username/password, directly it access the FTP server.

Regards

Sridhar Goli