cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

Hi,

I am trying to send the data from BW to XI through PROXY.

I am getting HTTP_RESP_STATUS_CODE_NOT_OK and UNAUTHORISED Error.

Can you suggest me some thing here.

Thanks

Mohan

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

HI,

I had a similar error when trying to send a message (via the FF adaptor) to a directory. Since, all adaptor "talk" to the integration engine via HTTP, if the adaptor in question is either available or overwhelm, you can get the 500 error code.

In my case, i had to increase a (retry count parameter in the JAVA stack) to resolve the problem.

(JAVA Stack) SAP XI AF Message, parameter: poolattemps = 5000

A+

moorthy
Active Contributor
0 Kudos

Katta,

Check out the User ID used to create the Http destination in the BW system.. Check out that password.

Also check the http services are active.. btw, what is the Test Connection result in the Http Destination in BW..

Hope this helps.

Rgds,

Moorthy

Former Member
0 Kudos

Murthy,

User id and password are correct.

Result of the RFC destination in BW system is

<SAP:Stack>Empty HTTP query received. No message processing possible</SAP:Stack>

Test Result: 500

Status Text: Empty HTTP request received

Thanks

Mohan

agasthuri_doss
Active Contributor
0 Kudos

Hi,

The HTTP code 500 indicates internal error in your application.

Check on to the stacktrace in

<local drive>:\usr\sap\XXX\YYY\j2ee\cluster\server0\log

check note number 804124 at service.sap.com

Regards

Agasthuri Doss

Former Member
0 Kudos

Mohan,

analsys:

go to transaction sproxy and check with the test reports whether you see any error here.

If while calling the transaction you get a pop up asking for user and password, then it means that your user piappluser or xiappluser is incorrectly set , and you should set the passwords everywhere to the same word - using the same case. I suggest using lower case.

Additionally see the tips provided in the troubleshooting guide, section proxies -

you can find details how to download the guide in note 806546.

Then, please check in the integration directory, whether the data you entered in the communication channels is correct, that is the servers etc, and make sure that these are accessible.

I don't think there is any other possible reason for the error.

Regards,

Jaime

Former Member
0 Kudos

Katta,

<b>I am getting HTTP_RESP_STATUS_CODE_NOT_OK and UNAUTHORISED Error.</b>

Your userid and password might be wrong in your scenario. Check this. OR you may not have enough permissions.

Also check your RFC destination is correct or not? Go to SM59 and do a test connection.

---Satish

justin_santhanam
Active Contributor
0 Kudos

Mohan,

Please check the below blog, it might be helpful.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Best Regards,

Raj.

Former Member
0 Kudos

Raj,

My scenario is Inbound to XI from BW.

No where I give the user id and password.

I do not need any sended agreement or sender XI communication channel.

Can you tell me where are you referring to APPLUSER?

Thanks

Mohan

justin_santhanam
Active Contributor
0 Kudos

Mohan,

Since you are using proxy from BW ,you have to use receiver agreement in XI, am I right. There you have to give the username & pwd for the XI Adapter. Kindly do check with those permissions.

Best regards,

raj.

Former Member
0 Kudos

I am checking in the BW system's SXMB_MONI.

I am getting the erro there itself.

Thanks

Mohan

Former Member
0 Kudos

Katta,

Check your RFC Destination. Go to SM59 and open your RFC destination which is pointing to XI and do a test connection.

---Satish