cancel
Showing results for 
Search instead for 
Did you mean: 

Reciever File Adapter problem

Former Member
0 Kudos

Hi all,

all the messages are sitting in receiver file adapter status as "To be delevered"

Can anyone tell me what was the problem.

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Prasad,

See this weblog:

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Regards,

---Satish

Former Member
0 Kudos

please tell me the process for deregister and register the queues in xi.

it is very urgent.

Prasad

agasthuri_doss
Active Contributor
Former Member
0 Kudos

Hi Agasthuri Doss thank you for your help.

which queues must i deregister and register again

prasad

Former Member
0 Kudos

Prasad,

Check this document for registering and unregistering the queues:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972...

Regards,

---Satish

agasthuri_doss
Active Contributor
0 Kudos

Hi Vara,

Try to find the Queue name and do it..If you are unable to find it out try for all the Oudbound Queue

Regards

Agasthuri Doss

Former Member
0 Kudos

I deregister the queues and register the queue again, still the messages are sitting in the queue.

Former Member
0 Kudos

the issue resolved we restart the j2ee engine.

thanks for the help

Prasad

Answers (1)

Answers (1)

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

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

to see if they are blocked

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

Regards

Agasthuri Doss

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Try to unregister and register the queues

Regards

Agasthuri Doss

Former Member
0 Kudos

can you please tell me the process for unregister and register the queue because iam not administrator.

Prasad