cancel
Showing results for 
Search instead for 
Did you mean: 

xMII Store & Forward

Former Member
0 Kudos

Hi, we are currently looking into using a Store & Forward design to allow updates on our xMII v12.0 (AIX) system to continue during an ECC outage and catch up our SAP system (asynchronous) after an ECC outage. Seems there are multiple ways to accomplish this.

1. MII to XI - [Supporting SAP XI in SAP xMII 11.5|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/403696e3-53bf-2910-ab94-ee4a7d2ea391 ] - Is there a similar document available for xMII 12.0?

2. JMS Queue Integration Custom Action Blocks - [Installing the JMS Queue Integration Custom Action Blocks|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e055b928-d21d-2a10-90be-d10c17c332ea ]

3. MII Queueing Action Blocks

4. MII Web Service XI Action Block

Is there a current preferred or best practice for this type of process?

Any details would be great!

Thank you,

David

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

David,

Allow me to clear up a few of your points.

1. MII to XI - Supporting SAP XI in SAP xMII 11.5 - Is there a similar document available for xMII 12.0?

**These add-on action blocks are now built-in with version 12.0, so the combination of the PDF guide and the 12.0 help docs should help.

3. MII Queueing Action Blocks

**File system (11.5), and NW DB (12.0) based but not likely what you want in this case.

4. MII Web Service XI Action Block

**Built-in with 12.0, check the help docs for more info.

If MII is distributed at your plants, and ECC is centralized at your corporate location, what about XI / PI, is this also centrally located?

Not to add more wrinkles to this, but the JRA action blocks in 12.0 also provide some outgoing (from MII to ECC) retry capabilities, similar to the 'set it and forget it' approach that you would have with an outbound request going from MII to XI.

Many customers tend to use a relational database to handle the outgoing buffers to provide the disconnected operation support you are looking to accomplish. Once the xml payload has been delivered to XI you no longer have the ability to tweak any values that may have been entered incorrectly (sort of a one way process), but customers using to choose the database approach to outgoing buffering also have an opportunity for supervisor/admin users to review or correct/retry the requests.

As you have already observed, MII provides you with plenty of choices and flexibility in this arena, but the typical 'best practice' recommended approach would be to match up your needs with the environment. If you learn the technical ins and outs of these options, it might become very evident as to the right approach.

Regards,

Jeremy

Former Member
0 Kudos

Jeremy,

I will do some more research and get back with you.

Thanks for the info.

David