cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with HTTP Adapter.

Former Member
0 Kudos

Hi

I am working on HTTP to HTTP Interface. When i am giving input TestMessage under component monitoring following error was showing. Can anyone suggest me how to resolve.

Error while sending message: com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=MIRXIMBBUS;TS=MIRXIMBBUS;AN=Mirximb_2BF2_PurchageOrder_Smi;ANS=http:
Mirximb_2BF2_Simplepassthrough_dt;

Thanks&Regards,

venkatk

Edited by: venkat k on Aug 22, 2008 4:46 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

aashish_sinha
Active Contributor
0 Kudos

Hi,

Check your interface's configuration and try to refersh the cache.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47...

and then also if it wont work then try to create your agreements once more.

Regards

Aashish Sinha

Former Member
0 Kudos

You might be trying to post message in

RWB>ComponentMonitoring> AdapterEngine -->TestMessage

Try to post it from

RWB>ComponentMonitoring> IntegrationEngine -->TestMessage

Former Member
0 Kudos

check if FP=;TP=;FS=MIRXIMBBUS;TS=MIRXIMBBUS;AN=Mirximb_2BF2_PurchageOrder_Smi;ANS=http:

Mirximb_2BF2_Simplepassthrough_dt;

exists in cpa cache.

Refresh CPA Cache.

Thanks,

Beena.

Former Member
0 Kudos

Hi,

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

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

For HTTP adapter it is not required to have sender agreement. As this adapter is part of Integration Server. SO the message will be automatically put into XI pipeline.

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

In your Http client , you need to give Sender Message Interface name, host information , namespace information etc

Compulsory Sender Agreement- http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm

This might help you

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Check these links for the configuration part.

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Weblog :

- although this weblog is

aimed at explaining the sync-async bridge.. Sriram has taken http-to-file scenario as the example

HTTP adapter :

https://media.sdn.sap.com/SDNTV/main.asp?mediaId=107

Adapter settings :

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

For reference, you can see this http client code -

/message/266750#266750 [original link is broken]

In this thread , you can find the http client code , save this code in the notepad with .html extention and open it in a browser. Then you can see all input parameters required to do this scenario.

some good How-To Guides:

https://service.sap.com/netweaver

Verzeichnis SAP NetWeaver --> SAP NetWeaver 2004 – Release Specific Information --> How-to-Guides --> Exchange Infrastructure

You will find your requirements solved here.

Regards,

Suryanarayana

Former Member
0 Kudos

Hi rama suryanarayana,

In SXMB_MONI not showing any messages.