cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.af.ra.ms.api.RecoverableException

Former Member
0 Kudos

Hi All,

I encountered one problem during my implementation of SOAP scenario and JDBC scenario. The detailed error message is as below:

JDBC:Transmitting the message to endpoint http://host:80**/sap/xi/engine?type=entry using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: Error writing to server.

SOAP:Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK.

I think this two may due to the same error of the system. But,until now, I still haven't found the solution. Could any of you can give me some reference to resolve this? Thanks.

B.R.

Golden

Message was edited by:

Zhang GuoDong

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Golden,

the first mesage could indicate that you are trying to send quite a huge message, and that the timeout parameters are set to small to accept the huge message.

Check on XI side if you can find an entry in the SMICM log.

Please check out the timeout settings for the XI ICM (transaction SMICM - HTTP protocol specific entry) and an increase might solve your issue.

Example entry:

Services

icm/server_port_0 = PROT=HTTP, PORT=50000, TIMEOUT=900,PROCTIMEOUT=60

Beside of the timeout, it could be also that the size of the message is larger than the parameter of SMICM.

Example entry:

icm/HTTP/max_request_size_KB = 2097152

Best regards,

Silvia

Former Member
0 Kudos
Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 - have a look into this to troubleshoot your SOAP scenarios.

Former Member
0 Kudos

Thank you two!

I've resolved the SOAP issue. But the JDBC problem is still existing. More advice or reference is welcome. Thanks.

B.R.

Golden

Former Member
0 Kudos

Zhang,

Try to run same scenario with less number of records ( inserting into database)

Nilesh

Former Member
0 Kudos

I've tried to send less number of records and the problem became "com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 401 : Unauthorized." Very theatrically.

Go on to resolve it.