cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to Buffer data in SAP MII when third party system is down.

siriyadav0902
Explorer
0 Kudos
661

Hi

We are using Web service call to post messages to WebSphere from MII.

Our requirement is like when WebSphere or any third party system is down we need to store that messages in SAP MII Data buffer and reprocess latter.

I have seen the below mentioned options in "Processing Type" under Data Buffering Configuration block in Web service call in MII

1. Synchronous processing.

2. Asynchronous Processing on Error.

3. Asynchronous processing.

Please let me know how to keep all the failed messages in SAP MII Data buffer in this scenario and explain the scenario how to use these three options.

Thanks in advance.

Regards,

Srisailam Yadav

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Srisailam,

Here you can find more detailed information for the data buffer -

http://scn.sap.com/docs/DOC-1778

http://scn.sap.com/docs/DOC-1850

in your case you should select processing type "Asynchronous Processing on Error" and consider reasonable retry interval and maximum retry count (these two depend on your scenario and how long do you expect that system to be unavailable).

Best regards,

Krasi

Answers (3)

Answers (3)

siriyadav0902
Explorer
0 Kudos

Thank so much Rohit,Krasimira and Hari for your assistance.

As Krasimira mentioned, "Asynchronous Processing on Error" is working for our requirement.


Regards

Srisailam Yadav

HariCS23
Contributor
0 Kudos

Hello Srisailam , You could try to implement MEINT similar design used by SAP ME to store and process messages asynchronously.

Thanks

Hari

Former Member
0 Kudos

Hi Srisailam,

Have a look at his link.

This will clarify all the doubts.

Data Buffer - SAP Manufacturing Integration and Intelligence - SAP Library

Regards,

Rohit Negi.