cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services Reliable Messaging

Former Member
0 Kudos

Hello Experts,

We are trying implement Web Service Reliable Messaging concept in MII 14.0.Could you please help us getting the step by step procedure to implement this concept?

Regards,

Shanmugam K

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

MII QoS Messaging down from a system like PI or back up to a system like PI?  For down from PI be sure to follow the documentation here:

Message Listeners - Message Services - SAP Library

and here:

Quality of Services - Message Services - SAP Library

For back up to a system like PI see the documentation here on the XI Post action which is used for QoS integration back to SAP PI:

HTTP XI - Content Development - SAP Library

Hope this helps,

Sam

Former Member
0 Kudos

Hi Sam,

Thanks for the reply..Please find the  below requirement

In current scenario we are posting the data from MII to PI and MII to IBM Websphere.Incase of thirdparty system down(PI or Websphere) MII needs to be store the data in MII Queue and once system is up data needs to be posted automotcally.Is there any configuration needs to be performed in MII side?

Regards,

Shanmugam K

0 Kudos

Yes you setup the HTTP Post and XI HTTP to use the standard SAP Data Buffer feature and this is setup in the individual action configurations to buffer data when there is a technical communication issue (ie: network is down or PI is down for maintenance)

Data Buffer - SAP Manufacturing Integration and Intelligence - SAP Library

  • Retention Time in Days
  • Max. Retry Count
  • Retry Interval
  • Processing Type

If you need more control over the buffer you can also use the standard MDO capability, introduced in MII 12.2, and I have outlined how to achieve this here in the MII Examples 12.2 project guide in the MDO section called "Communication Buffer":  http://scn.sap.com/docs/DOC-1777

Sam

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sam,

Thanks..Its working fine.

Regards,

Shanmugam K

former_member196557
Active Contributor
0 Kudos

Hi Shanmugam,

Are you referring to PCo Agent Instance Notification Reliable Messaging configuration?

Regards, Steve

Former Member
0 Kudos

Hi Steve,

Thanks for your reply

Nope.I am referring to Message Posting to SAP PI through HTTP Post action block.

Regards,

Shanmugam K

0 Kudos

I recommend use of the HTTP XI action in place of the HTTP Post when communicating with the SAP PI server.

Sam