cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter configuration

Former Member
0 Kudos

Hi ,

In file adapter, when we use quality of service:EOIO ,it asks for Queue name,what do we have to give there?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

EOIO means Exactly Once In Order.

Messages processed in the queue in ‘Serialization’ Fashion.

Prioratize messages in queues :

1.SXMB_ADM ---> Configure Sender/Receiver ID

2.SXMB_ADM --->Configure Filter for Queue Prioritizaion

3.SXMB_ADM->Integration Engine Configuartion>Specific Config.--->QRFC_RESTART_ALLOWED .set

the Value1.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6353] [original link is broken] [original link is broken] [original link is broken];

Former Member
0 Kudos

Hi Guys

When I use EOIO it gives me the below error,it works fine with EO for quality of service.What is causing the error.I am using in file sender adapter.

Thanks

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter -->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Former Member
0 Kudos

whatever.

but u had better fill name to be understood easierly and stand by the naming spec of queue.

such as:

XBQ + AppName for inbound.

XBQ + AppName + Receiver for outbound.

former_member181985
Active Contributor
0 Kudos

Hi

You can give any name.

Internally server allocates a queue with that name for EOIO processing.

Thanks,

Gujjeti