cancel
Showing results for 
Search instead for 
Did you mean: 

XI Monitoring

Former Member
0 Kudos

Dear All,

In production system there are many interfaces are going in and out of XI.

We have inbound interface to SAP and SAP will send ack to FTP legacy system along with other interfaces.

it is very difficult to find out which is the ack response for which inbound interface and it is send successfully or not and it is very time consuming to find out and check one by one message as we have more than 3000 messages flowing in a day.

Is there any way by which I can analyze and monitor the messages and try to find out for this inbound these are the ack send back to legacy system.

Chirag

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

closing the thread...

abhay_rajhans2
Contributor
0 Kudos

Hi Chirag,

it is very difficult to find out which is the ack response for which inbound interface

When you are sending acknowledgment are you using single file adapter or multiple ?

If multiple then you can direct your file adapter to different folders depending on different interface.

If single file adapter then while giving ack use some field from ack from SAP which will indicate interface and pass it to the

file name (Will be easy if you are using proxy at sap end)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Is there any way by which I can analyze and monitor the messages and try to find out for this inbound these are the ack send back to legacy system.

sure there is but it depends on how were your interfaces developed - do they have some number in the message interface (service interface name), how are those alerts triggered

so the thing it - it can be done but you need to think about it while doing the dev and not after

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

User wanted to monitor the interface in monitoring tool like SXMB_MONI, alert in my case will not be useful. Like a dashboard.

Main focus is traceability of the messages.

they wanted to analyze how much time it took for one whole cycle along with finding out the relation between inbound and outbund message.

chirag.

Edited by: Chirag Gohil on Jan 14, 2010 8:36 PM

Former Member
0 Kudos

Hi Chirag,

You can add your XI message ID to your Ack file name. There is a standard function to fetch the Message ID at runtime and then using Dynamic configuraion you can add message id to your Ack file name.