cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP comm channels monitoring

Former Member
0 Kudos

Hello,

I am setting up a few communication channels for HTTP sender . Where can see these comm. Channels as they are part of the Integration engine and cannot be seen in the comm. Channel monitoring?

-AR

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206604
Active Contributor
0 Kudos

Hi,

Yes it is part of the Integration Engine and not on Adapter framework you will not have that in the Adapter monitoring.

Thanks,

Prakash

Former Member
0 Kudos

If I set up a ABC comm. Channel for a HTTP sender, is it possible for me to see if this comm. Channel is working or not? like all other comm. Channels which can be seen in the comm. Channel monitoring?

former_member206604
Active Contributor
0 Kudos

Hi,

Do you really need a HTTP Sender communication channel. Generally there is no need for a Sender communication channel for HTTP and IDOC adapter. They directly come into Integration engine.

This would be the URL for communicating

http://<hostname:port>/<path>?<query-string>;

The <query string> contains the following data:

Sender namespace ?namespace=<namespace>

Sender interface &interface=<interface>

These details define the sender interface.

Sender service &service=<service>

Sender party (optional) &party=<party>

Sender agency (optional) &agency=<agency>

Sender scheme (optional) &scheme=<scheme>

Thanks,

Prakash

Former Member
0 Kudos

I am sorry. I should have explained it better..Its not a specific sender HTTP but if I create a communication channel for a HTTP adapter, is there a place I can view its monitoring?

agasthuri_doss
Active Contributor
0 Kudos

Hi Antonio,

HTTP is in ABAP stack..so

You can find whethere it is active or not, To my knowledge the HTTP Adapter will be always Active,

you can check it Whethere HTTP is active or not from Tcode - SMICM ( - services )

Regards

Agasthuri Doss

former_member206604
Active Contributor
0 Kudos

Hi,

As far as I know there is no place that you can monitor your Sender HTTP communiction channel.

Check out this like might help you in checking if HTTP adapter is running

Thanks

Prakash

Former Member
0 Kudos

I am testing my sap/xi/adapter_pain from SICF but I am getting page cannot find server- Page cannot be displayed error. What should actually be the result from testing of sap/xi/adapter_plain? Any help please.

agasthuri_doss
Active Contributor
0 Kudos

Hi Antonio,

This might help you

/people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names

Regards

Agasthuri Doss