cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Proxy not triggered automatically

Former Member
0 Kudos

Hi,

I have created a receiver proxy. Im calling this proxy using SOAP adapter with XI 3.0 message protocol. Messages are delivered to the target system. But all the messages are in waiting status in the queue and i can see the messages in the scheduled status in the SXMB_MONI. When i run the LUW in the queue it is running successfully. How can i make the proxy code triggered automatically .

Regards,

Ramalakshmi.G

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Goto SMQR t_code in ECC system.

Register new queue:-

Queue name - *

Type - R

Mode - D

Max runtime - 60

Attempts- 30

Pause - 300

Message will start flowing automaitically...

Regards,

Krishna Chauhan

Former Member
0 Kudos

Hi,

Please check the Message Monitoring and Audit Log for further details, it can help to find out why the message is not getting executed.

Regards,

- Pooja.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>How can i make the proxy code triggered automatically .

This is queue management issue. Register and activate the queue again.

former_member192238
Participant
0 Kudos

Go to Tcode SXMB_ADM in that go to Manage Queues - Deregister Queues - Register Queues - Activate Queues.

Also go through this link

http://wiki.sdn.sap.com/wiki/display/XI/Step-by-stepFTPtoABAPProxy

hope this helps

Regards

Praveen Reddy

Edited by: Maareddy Praveen Reddy on Dec 28, 2011 3:30 PM

Former Member
0 Kudos

Hi RamaLakshmi,

Make sure that ABAP Proxy configuration is done properly and activates.

Check this link:

Also try to reactivate the queue and try again. Hope this should help you to fix the issue.