cancel
Showing results for 
Search instead for 
Did you mean: 

Http Receiver Monitoring

Former Member
0 Kudos

Hi Experts,

I have configured an plain http receiver adapter to send messages to an apache server.

All parameters in communication channel are configured.I am able to see a checked flag in monitor.But the message doesn't reach the target system

Also tried looking at the message display tool : http://<HostName>:<Port>/MessagingSystem/monitor/monitor.jsp

which shows a success :

2010-02-04 12:02:23 Success The message was successfully transmitted to endpoint http://<HostName>:8000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System.

2010-02-04 12:02:23 Success The message status set to DLVD.

The message display tool shows till my XI Integration engine successful post.How can i determine where the message is failing?

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

check RWB -> Message monitoring -> Adapter engine and check the logs

another idea is to use the TCPGateway

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

VijayKonam
Active Contributor
0 Kudos

Which log did you check? the sender side adapter or the receiver side? it looks like your message is posted to integration engine.. there it got processed successfully (hence the checkered flag in sxmb_moni). But it might be failing on the receiver http adapter side. Check the communication channel monitoring for that channel in rwb.

VJ