cancel
Showing results for 
Search instead for 
Did you mean: 

Java based HTTP receiver Adapter error

Former Member
0 Kudos

Hi,

Server is PI 7.31 (Java only Installation), scenarios is IDoc to HTTP (HTTP_AAE), and my customer provided URL like "http://ab.uat.server.com:9555/invoke/FxPartnerDriverURL.Public/Publish?payloadType=INT-1.0&subject=O...".

Then i have provided host as "ab.uat.server.com" and port as 9555 and URL as "/invoke/FxPartnerDriverURL.Public/Publish?payloadType=INT-1.0&subject=Order&toOrgID=ABC&toLocID=XYZ&..."

Now in the communication channel getting "Exception caught by adapter framework: STATUS_CODE_NOT_OK-Forbidden" error (we are using anonymous login). Could you please suggest me.

Regards,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I think your configuration related to anonymous login might be wrong. Please check the link about configuation

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1e/e19f58136e654d9709befa464314f2/content.htm

Basically the login credentials is wrong. Are you using the http destination or URL?

You might also want to check the thread for the similar situation

http://scn.sap.com/thread/142166

Former Member
0 Kudos

Hi Baskar,

Thanks for your reply.

I am using URL, not using any HTTP destination (it is not showing any authentication error).

In receiver java based HTTP receiver communication channel getting the error.

Could you please suggest me.

Regards,

Ramesh