cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Engine Queue

Former Member
0 Kudos

Hi.

I got yhe following error in default trace.

==========

Could not get next EOIO QueueMessage from MessageStore. Reason: com.sap.aii.af.ra.ms.api.MessagingException: Error retrieving message from database store. Reason: Could not create Message. Reason: com.sap.aii.af.ra.ms.api.MessagingException: Could not parse XMBMessage due to Binary index out of range: 1613824 Putting message back into sequencer for manual retry.#

#1.5

==========

I check the

http://<host>:<port>/MessagingSystem/monitor/systemStatus.jsp, and found the following information.

?EOIO Status HOLD -> 1

????????? TBDL -> 1

?Matrix one of the Adapter

???????????TBDL -> 6

???????????Size -> 161384

I think the Adapter Engine queue size is overflow.

(It is 161384).

Question1

How can I restart this "TBDL" message?

I tried to restart from RWB -> message monitoring,

but could not deliver cause of error.

Question2

How can I change the "queue size"?

There are documents that refer to "thread count",

not but "queue size".

The thread count is default. It's "5".

best regards,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This link will help you out:-

/people/stefan.grube/blog/2006/04/27/how-to-deal-with-stuck-eoio-messages-in-the-xi-30-adapter-framework

Former Member
0 Kudos

Thank you for your replying.

It's interesting weblog link.

But our message is EOIO, so i could not "cancel" or "delete"

the "TBDL" message.

regards

Former Member
0 Kudos

Hi Gaspard,

I think you need to wait for sometime. In my case its all are 2 MB file its taken much time to pass the XI but the error message is similar to you.But i am not sure it will solve your problem. In worst case to do adpater cache and delete the existing adpater cache.

Let me wait for your answer with solution.

Regards

Vijay.

prateek
Active Contributor
0 Kudos

Try this

/people/stefan.grube/blog/2006/04/27/how-to-deal-with-stuck-eoio-messages-in-the-xi-30-adapter-framework

Regards,

Prateek

Former Member
0 Kudos

Thank you for your replying.

I retry the message, but the error occured again.

I check this message by performance monitoring on RWB.

Nomarry this inerface process the "5 messsages" at one time.

The average message size is "2MB".

The "TBDL" message size is 2MB(I mean average size),

but the number of the message is "19"!!

Should I increase the number of threads?

regards,