cancel
Showing results for 
Search instead for 
Did you mean: 

Monitering IDOC and HTTP adapters

Former Member
0 Kudos

HI Guys,

as idoc and http adapters doesnt lies on j2ee stack we cannot moniter them on RWB. now i have a task to monitor an interface which is an idoc.

basically i want to know when it has been last used and the status, can i check in the MONI for the same.

please frwd any blog regarding this.

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Rama Raju,

Go thru these threads,

HTTP

To test the HTTP adapter you can just test the adapter_plain service in TCODE SICF.

Also TCODE : SMICM and then Shift + F1 and you can see the status of the HTTP server

IDOC

Use transaction IDX5 for IDOC Adapter Monitoring

Check this links

http://help.sap.com/saphelp_nw04/helpdata/en/9b/f12541c3d3f323e10000000a155106/frameset.htm

/people/michal.krawczyk2/blog/2005/01/02/simple-adapter-and-message-monitoring

With Regards,

Raju.

Please Reward with Points

Former Member
0 Kudos

Hi

For IDOC:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344...

IDOC Monitoring

http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b815e43d711d1893e0000e8323c4f/frameset.htm

/people/vasanthakumar.balasubramani2/blog/2005/12/21/complete-reference-for-idoc-queuing-and-monitoring

For HTTP:

there is an error in your reciever HTTP adapter you will find the red flag in XI itself in SXMB_MONI.

To monitor your HTTP adapter, you need to use the SXMb_MONI itself.

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

To monitor Idocs, you have the transaction IDX5 in XI.

The rest of the monitoring can be done from what is said in the blog below;

Ref: /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process

prasanthi_chavala
Active Contributor
0 Kudos

Hi Raj,

>><i>basically i want to know when it has been last used and the status, can i check in the MONI for the same.</i>

You can go to TCODE idx5 and choose particular idoc object and execute. we can able to see how many messages has processed and its start time and end time of messages. I think there is nothing like to check the status of idoc adapter.As the source triggers idoc it will hit integration engine and it will start processing further at mapping level and if again the target is idoc then it will route to particular destination via idoc rcv channel.

Cheers,

Prasanthi.