cancel
Showing results for 
Search instead for 
Did you mean: 

HttpAdapterException: STATUS_CODE_NOT_OK in multi-mapping

helloanikolkata
Explorer
0 Kudos


Hi,

I have a multi-mapping (message splitting) which is creating multiple files from a single file and then those files need to be post to a URL (not SOAP but HTTP only). The target system is SAP Aii. As traditional HTTP receiver adapter does not support multi-mapping, I have used HTTP_AAE. But it is giving the below error..

Exception caught by adapter framework: STATUS_CODE_NOT_OK-OK

Delivery of the message to the application using connection HTTP_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-OK

I have also set the content type with text/xml, still same error. I am using PI 7.3 and for this HTTP_AAE it is successfully processing single file.

How the multiple file can be posted in Aii system?

Thanks,

Anirban

Accepted Solutions (1)

Accepted Solutions (1)

former_member183908
Active Contributor
0 Kudos

please refer below link

Thanks

helloanikolkata
Explorer
0 Kudos


Hi Pavan,

I am not using single stack, but 7.3 dual stack. For receiver HTTP_AAE, I have already maintained the below, still the issue.

ContentType : text/xml

CharacterEncoding: UTF-8

helloanikolkata
Explorer
0 Kudos

I have removed the software component version from interface mapping and it works.

Answers (0)