cancel
Showing results for 
Search instead for 
Did you mean: 

Document Orders.

Former Member
0 Kudos

Hi All :

I have one querry regarding the orders of message sent to XI.

Scenario: File to JDBC

I deactivated the JDBC adapter and sending 3 records to SAP XI lets say

r1

r2

r3

Now JDBC adapter is inactive so no records will be sent to database, but the moments I activate the adapter its send all the records in the reverse order

r3

r2

r1

Its means SAP XI is using (STACK) thats hold the message and sent to target when adapter is active.

Can any one let me know how can I send it in the same order to database.

Thanks

Farooq.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to use the QoS: EOIO and specify a q `name.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi Shankar,

Are you sure we can use QoS = EOIO in the JDBC receiver adapter??? also can we assign the queue name in the JDBC adapter??

Thanks

Farooq.

Former Member
0 Kudos

>>Are you sure we can use QoS = EOIO in the JDBC receiver adapter???

You have to do this in sender File adapter. You cant select the QoS for receiver adapters.

Once you have done this, the same QoS will be maintained for the entire msg.

You dont need to do it explicitly in receiver adapter.

Regards,

Jai Shankar

Former Member
0 Kudos

What in case if I have HTTP to JDBC scenerio.

justin_santhanam
Active Contributor
0 Kudos

Farooq,

HTTP Adapter supports EOIO, se the QOS as EOIO while sending messages to IS. Then rest of the things as above said by Jai.

Best regards,

raj.