cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP server code 403 reason Forbidden explanation Forbidden

Former Member
0 Kudos

Hi All,

We are getting below error in Receiver HTTP Scenario. We are using the same HTTP Destination in 2 communication channels. Is that causing problem ?

But other sceanrio is working fine, which using the same HTTP Destn.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--  Call Adapter

  -->

- <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

  <SAP:Category>XIAdapter</SAP:Category>

  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>

  <SAP:P1>403</SAP:P1>

  <SAP:P2>Forbidden</SAP:P2>

  <SAP:P3>Forbidden</SAP:P3>

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:Stack>HTTP server code 403 reason Forbidden explanation Forbidden</SAP:Stack>

  <SAP:Retry>M</SAP:Retry>

  </SAP:Error>

Please let me know what could be the reason for the above failure ??

Regards,

Jeevitha

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member184789
Active Contributor

Hi,

Go to  transaction SICF & activate the Path sap/xi/engine 

Former Member
0 Kudos

Hi,

Service is active..

former_member184789
Active Contributor

Hi,

Check the below threads:

http://scn.sap.com/message/7649144

https://scn.sap.com/thread/743893

The service is to be activated in R/3 system.

BTW, what is your overall scenario?

okrahulkumar
Discoverer
0 Kudos

this has fixed my issue. we were already using https, but in ABAP the service was not active.

thank you!

abhradeepbasu
Participant
0 Kudos

Hi Jeevitha,

Check the userid and password that you are using. If these are correct then check with the IT support people at the site will know what security and authentication is used.

/AB

naveen_chichili
Active Contributor
0 Kudos

Hi Jeevitha,

Please check below notes..

• Because of Inactive Services in ICF –Go to SICF transaction and activate the services. Refer SAP Note -517484, SAP Note -751856.

Thanks and Regards,

Naveen

udo_martens
Active Contributor
0 Kudos

Hi Jeevitha,

that means no authorization. Did you may be use a http address instead of a https?

/Udo

Former Member
0 Kudos

We have give RFC Destn in Communication channel (HTTP Connection to External Serv) . Please let me know where we need to check http. While testing RFC Destination connection test, we are getting BadRequest msg. But still this works fine for other scenario..