cancel
Showing results for 
Search instead for 
Did you mean: 

exactly once(option) in QOS filesender

Former Member
0 Kudos

hi.

i want to know the difference between EXACTLYONCE,EXACTLY ONCE IN ORDER,BEST EFFORT options in quality of service.

waiting for your response.

cheers.

seeta ram.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey

just to add to other replies

File adapter supports EO,EOIO and Partial BE(for sender File adapter)

Thanx

Ahmad

Former Member
0 Kudos

Hi,

Quality of Service SAP XI term for describing the way to handle the transmission

and processing of messages. Possible values are:

BE = BestEffort (synchronous call, no transactional guarantees

for transmission and processing)

EO = ExactlyOnce (asynchronous call, guarantee for local

transactional handling, exactly-once transmission and exactlyonce

processing)

EOIO = ExactlyOnceInOrder (as for EO but with serialization

guarantee on a given queue name).

Reward points if Helpful

Regards

Khanna

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>EXACTLYONCE,

standard way

>>>EXACTLY ONCE IN ORDER,

file will be send in one queue to XI (so if you send 10 files they will be queued)

meaning they will be processed one by one

and not all at one as in EXACTLYONCE

Regards,

michal

Former Member
0 Kudos

hi michal.

thanks for your answer.

but i just want clear my doubt.

here in my scenarion iam testing file to bapi by putting exactly once in(QOS)Of file sender adapterand the procesing mode of sender file adapter as test.

but i forgot to deactivate file sender adapter and now iam getting ptoblems with ICM IN MESSAGE MONITORING(SXMB_MONI)

ITS SHOWING IN XMLPAYLOAD AS

400</SAP:P1>

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3 />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

wat would be the reason for this.

waiting for yur answer.

cheers.

seeta ram.