cancel
Showing results for 
Search instead for 
Did you mean: 

** 200 messages in the state 'To be Delivered' in Integration Engine

jegathees_waran
Active Participant
0 Kudos

Hi Friends,

We are doing Web Service to Proxy scenraio (Sync to Sync). I have checked in the Message Monitoring --> Message From Component : Integration Engine --> From : Database. A lot of messages are in 'To be Delivered' State from 1st Aug onwards to till date. The Message data of these messages are given below.

Attribute Value

Status To Be Delivered

Repeatable No

Cancellable No

Message Type S

QOS Best Effort

I know that it is not possible to cancel those messages manually. But, my doubt is when will these messages status set to 'Successful'. Will this affect any performance issue to test further messages?

But, there are no messages in Adpater Engine like the states 'Holding', 'To Be Delivered', 'Waiting'.

Kindly clarify, friends.

Kind Regards,

Jeg P.

Accepted Solutions (0)

Answers (3)

Answers (3)

jegathees_waran
Active Participant
0 Kudos

After restart the server, all message goes from the queue

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Status: TO_BE_DELIVERED

Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.

TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.

Solution:

This is done via the Messaging System receive servlet:

http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>;

/<PROTOCOL>

Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING

1. Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER

to see if they are blocked

2. We can check the messages:

AdapterFramework

com.sap.aii.adapterframework.serviceuser.language

com.sap.aii.adapterframework.serviceuser.name = XIAFUSER

com.sap.aii.adapterframework.serviceuser.pwd

ApplicationSystem

com.sap.aii.applicationsystem.serviceuser.language

com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER

com.sap.aii.applicationsystem.serviceuser.pwd

in the exchange profile to make sure the right passwords

Cheers

Agasthuri Doss

Former Member
0 Kudos

Check if any of your same message (same scenario) is in "System Error" state then first cancel them and then try.