cancel
Showing results for 
Search instead for 
Did you mean: 

Message with Holding status

Former Member
0 Kudos

Hi All:

I just would like to know in what conditions the message <b>got stucked in EOIO queue in Adapter Engine?</b>Thanks in advance..

<b>Regards,</b>

Farooq.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If it's EOIO processing, then failure of one causes everything behind it to go into Holding status...

Potential causes:

- Communication error between Java and ABAP - e.g. http error encountered while Adapter is calling IE

- Communication error between the specific adapter and external system

- Content/validation error on the adapter - e.g. invalid data passed back from JDBC adapter - you can usually see this from Visual Admin.

Basically anything that will prevent the AE from passing the information in or out (e.g. in to the IS or out to the Target system).

sincerely,

--NM

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI,

If you use EOIO, if any one of the predecessor message has got stuck then all the other following messages will be stucked. As in this case Queue names are given and it will use only that queue. This is the disadantage of EOIO

But if you use EO, then if one of the message has got queue problem, it may not be true for other messages. Because for next message it may pick some other queue.

The reason for messages being stucked are many

1) Huge Message size

2) Receiver is not active

3) Communication failure

etc

Hope this helps,

Rgds,

Moorthy