Skip to Content
Author's profile photo Former Member

PI 7.3 : How-to replace sxmb_moni functionalities in Adapter Engine context

Thanks to the new improvements of PI 7.3 Advanced Adapter Engine, we are now able to make massive shifts of interfaces from Integration Engine to Adapter Engine using the Integrated Configurations objects. Thanks to the adapters type IDOC_AAE and http_AAE, it is now possible to go for a full Java PI project without any sacrifice considering monitoring functionalities.

Well, this is the customer or end user point of view. On my own developer opinion, my first steps with Java stack only shifts were quite different. My main issue was not really related to development itself. Mapping tools remains the same; I can keep testing mappings directly in the Enterprise Service Builder, no drawbacks here. Main issue is when I started testing End to End scenarios… How can I replace my SXMB_MONI?

Basically, this is the question I have faced a few months ago. I will here answer to simple cases scenarios were SXMB_MONI was my reference tool.

PIMON Overview:

In order to fulfill these requirements, SAP provides PI with a new monitoring set of tools: The PIMON. You can access it using the directory just like other tools or directly with the following URL: http://<host>:<port>/pimon

/wp-content/uploads/2012/10/blog1_150705.jpg


The screen is divided into 3 main tabs: Monitoring, Configuration and Administration and Testing. We will focus on the first one. This tab is also divided into several parts. We will focus on the Adapter Engine tab.

/wp-content/uploads/2012/10/blog2_150706.jpg

Among all the functionalities, the most important to deal with if you search for an alternative to SXMB_MONI is the Message Monitor.

/wp-content/uploads/2012/10/blog3_150716.jpg

Message Monitor quick Start:

We will only talk about the 2 first tabs. The first one, Message Status Overview will allow you to get a quick overview of the entire message flows sorted by interfaces and status. Then, selecting a line and a status type, you will be directed to the Database tab. Each message is here listed in the bottom table. You can also access directly to this Database tab by clicking on it.

Note that in addition to the level detail difference, both screens also have a quite different level of selection. Indeed, Overview tab can only offer predefined time periods, while Database tab will allow you to define your own time periods but also to search by Interface/Partner type or by Message ID.

/wp-content/uploads/2012/10/blog4_150717.jpg

HOW-TO… :

1…Get the error type?

One of the basic things you expect to find in monitoring. Assuming that you already have selected the message in Database tab, you can select Message Log tab at the bottom of the screen. If an error has occurred, you will find at least one line with status “Error”. The improvement here is that you do not have to check content of 2 different monitoring tools, the entire log is displayed here. No need of communication channel monitoring then.

/wp-content/uploads/2012/10/blog5_150718.jpg

2… Get the Header Content?

As per before, you must have selected the relevant message in the Database tab. Go to the Message Details tab. If you parse it, you will find most of the data you are looking for.

/wp-content/uploads/2012/10/blog6_150719.jpg

3… Get the dynamic Configuration objects?

In the same Database tab now switch to Message Content tab. You can view a similar tree as the one displayed in SXMB_MONI. Double-clicking on DynamicConfiguration section allows you to display the Dynamic Configuration Objects.

/wp-content/uploads/2012/10/blog7_150720.jpg

4…Get the different steps from message processing?

First, you have to select a message in the Message List table of the Database tab. When it is done, just click on the Open Message button.

/wp-content/uploads/2012/10/blog8_150721.jpg

This will open a new window. From there, you can have access to all the processing steps (if you have activated monitoring for all the steps). You can see the Payloads, Message Headers and Message Attributes.

/wp-content/uploads/2012/10/blog9_150723.jpg

5…Restart/Edit a message?

From there, you can use the Edit and Resend buttons to modify the message (header, attributes and/or payload) and restart its process. Please note two important things. As per before, messages in success cannot be reprocessed and you can choose from which step you want to restart. Just select the desired step line before clicking the Edit button.

Do not forget to save your modifications before clicking on the Resend button.

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Guislain,

      I want to thank you for posting this informacion. It helped me a lot getting started in my first time working with PI 7.4.

      Once againg, thanks for sharing.

      Best regards,

      Eric

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Hi Eric,

      You're more than welcome, happy to see that this blog helps !

      Cheers,

      Guislain

      Author's profile photo Former Member
      Former Member

      Very useful blog, thank you for sharing.

      Best regards,

      Litza

      Author's profile photo Yes SAP Team
      Yes SAP Team

      Hi Guislain,

      In the "Message Content" tab, of the "Database" tab, you cannot see the actual content and you have to click it to open it in another editor.

      Is there a way to see the actual content of the message (the XML data) in the "Message Content" tab?