cancel
Showing results for 
Search instead for 
Did you mean: 

Link between SAP XI(BPM) and R/3 is down , it is error on the outbound side

Former Member
0 Kudos

Hi

How could someone resend messages to R/3 when these messaged failed because network error?

These messages are synch and there is a BPM, is there any program that could do it , as

SXMB_MONI does not do that.

Thanks

Antonis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

To enable automatic reprocessing, 2 reports

RSXMB_RESTART_MESSAGES and RSQIWKEX should be executed as background jobs.

Check OSS note 813029

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Answers (4)

Answers (4)

Former Member
0 Kudos

Check with SMQR.if you got any error go thru below links:

handling /checking the Queue , see the below link to get an idea.

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

Try to "Execute LUW" and unlock queue.

You can also activate and deactivate queue:

SXMB_ADM->Queue Management.

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

Try this.....

You can see your message at any stage in XI. This can be viewed with the help of Runtime WorkBench(RWB). A few options available in the Runtime Workbench are:

1. ADAPTER MONITORING This allows you to trace out the errors and problems occuring in your Adapters running on the j2ee engine.

2. END to END Monitoring This is similar to your SXMB_MONI and allows you to monitor the entire message flow.

3. PERFORMANCE MONITORING This is used to monitor the performance of your entire XI server.

Check these PDF's,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f2a9fa2-0a01-0010-32ac-d28...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/34860699-0701-0010-8aa7-d15...

Hope this helps.

Thanks,

Madhu

Edited by: madhusudhan bujala on May 23, 2008 1:15 PM

Former Member
0 Kudos

Hi,

if you're sure that the message will not be restarted

you can take it's payload and post directly to

the integration engine:

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible

Using IntegratioN engine configuration, retry option, you can try for some extent i.e some no of times to retry...

SXMB_AMD--->click on Specific Configuration. Add an entry for category TUNING parameter IS_RETRY_LIMIT with a value some 10/20 etc

Regards,

Madhu

vijay_b4
Active Contributor
0 Kudos

Hi,

If the messages failed due network error.

Then the messages will stuck in queue.

Check both inbound and outbound queues.

smq1-outbound

smq2-inbound

Select the messages and click on resend.

Reward points if this helps

Regards

Pragathi.