cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP client code 110 reason

former_member58757
Participant
0 Kudos

I am getting "HTTP client code 110 reason" with my HTTPS scenario. I have an FTP sender to receiver HTTP wiht SSL to an external internet address where the file should be attached and I am getting the below error mesage.

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

- <!-- Call Adapter

-->

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

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

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

<SAP:P1>110</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>HTTP client code 110 reason</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

Thanks,

Menaga

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member58757
Participant
0 Kudos

issue resolved

Thanks

Former Member
0 Kudos

Hi Menaga,

We are recieving the same error: HTTP client code 110 reason.

When I try in sm59 with test connection , GREEN TICK appears at the buttom, no error is displayed in SM59 RFC test connection.

Please let us know how did you resove the issue. If you have any screen shots please help .

Regards,

Rehan

Former Member
0 Kudos

Check in SMICM if your HTTP service is running. Also in RFC destination one of the parameter (SSL client Certificate) might be wrong which could also cause this problem.

Have a look at this discussion. Similar error is answered in here.

Regards

Soumen...

former_member58757
Participant
0 Kudos

Thanks, I resolved the issue , ssl wasn't set up correct in PI. I deleted recreated and the error gone but still receiver didnt receive the file and I am getting "Internal server error 500" in the rfc destination connection test , no error is monitor.

Thanks,

Menaga

Former Member
0 Kudos

Hi Menaga,

Check SAP Notes u2013 804124, 807000

Also check

http://help.sap.com/saphelp_nw2004s/helpdata/en/9a/e74d426332bd30e10000000a155106/content.htm

If you need more detailed info in the log files under the following folder. /usr/sap/<SID>/JCOO/J2ee/cluster/server0/log

Regards

Ramesh

Former Member
0 Kudos

Check if HTTPs been enabled on the XI server.

former_member58757
Participant
0 Kudos

How do I check? I checked STRUST and I do see SSL is active for the XI server.

Thanks,

Menaga