cancel
Showing results for 
Search instead for 
Did you mean: 

STATUS_CODE_NOT_OK-Service Unavailable

maheswarareddykonda
Active Contributor
0 Kudos

Hi Experts,

I am working on DPS incoming forms standard interface (Proxy to HTTP_AAE) synchronous flow.

here i am getting STATUS_CODE_NOT_OK-Service Unavailable issue and i have found many threads but none of thread helped me.

even i have tried with content type text/xml and no use of that.

Can any one please helped me how to resolved this issue.

Application attempting to send an XI message synchronously using connection AFW
22.04.2016 11:27:37.189message.InformationTrying to put the message into call queue
22.04.2016 11:27:37.194message.InformationMessage successfully put into the queue
22.04.2016 11:27:37.208message.InformationMessage retrieved from call queue
22.04.2016 11:27:37.229message.InformationMessage status set to DLNG
22.04.2016 11:27:37.231message.InformationExecuting Request Mapping "http://sap.com/xi/E-FILING_GB/2005/DPSrequestToken" (SWCV fe75ed40633811d9ad5fc81c0a114c15)
22.04.2016 11:27:37.469message.InformationDelivering to channel: DPSRequestToken
22.04.2016 11:27:37.470message.InformationMP: processing local module localejbs/sap.com/com.sap.aii.adapter.http/HttpAdapterBean
22.04.2016 11:27:38.417message.ErrorMP: exception caught with cause com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-Service Unavailable
22.04.2016 11:27:38.429message.ErrorException caught by adapter framework: STATUS_CODE_NOT_OK-Service Unavailable
22.04.2016 11:27:38.431message.ErrorTransmitting the message using connection AFW failed, due to: com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-Service Unavailable
22.04.2016 11:27:38.858message.ErrorMessage status set to FAIL
22.04.2016 11:27:38.899message.ErrorReturning to application. Exception: com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-Service Unavailable

Thanks & Regards,

Maheswarareddy

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Maheswareddy,

I think you are setting an incorrect URL in your receiver http_aae adapter. Do you have connectivity from your laptop?, you can try with a browser or http tool to know if there URL path is right or not.

Regards.

maheswarareddykonda
Active Contributor
0 Kudos

Hi Inaki,

Thanks for reply.

i am using below url's in HTTP_AAE channel which are DPS government gateway URL's and when i do ping test in channel monitoring i could see Green status.

do you feel these URL's are wrong? please help me if something i am doing wrong.

https://dps.ws.hmrc.gov.uk/dps/service

https://dps.ws.hmrc.gov.uk /dpsauthentication/service

bhavesh_kantilal
Active Contributor
0 Kudos

The URL seems to be incorrect. Both the URLs return invalid in a Browser.

Hence the error - Service Unavailable in PI as the URL is wrong.

Would suggest you check with the business process owners for the actual URL to be used or any documentation provided by the Service Provider.

Answers (0)