cancel
Showing results for 
Search instead for 
Did you mean: 

http error code 110

Former Member
0 Kudos
126

Hello Experts,

In IDOC to HTTP scenario I am getting error http error code 110 for matmas idoc type.

For rest of the idoc type it is going fine.

what could be the reason

Thanks,

vishal

Edited by: Vishal Gadkari on Mar 11, 2010 11:11 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Vishal,

My scenario is file to HTTP using SSL.

I am getting same error "HTTP client code 110 reason".

In sm59, When I test connection, RFC is showing green tick.

Since you have solved this problem, any clues ?

Regards,

Rehan

MichalKrawczyk
Active Contributor
0 Kudos

hi,

in the HTTP url make sure you didn's specify HTTPS instead of HTTP

Regards,

Michal Krawczyk

Former Member
0 Kudos

It is HTTP in the url....

The issue is that i am getting error only for one message type MATMAS and for the other types of messages it working fine with same url.

I guess It is something related to time out..

Thanks,

Vishal

Edited by: Vishal Gadkari on Mar 11, 2010 12:28 PM

Former Member
0 Kudos

In Smq2 i am getting : Command to tRFC/qRFC: Execute LUW again.

Former Member
0 Kudos

Note 1031733 - Http transmission of XI messages with huge payload fails

It could be the size of Idoc and the J2ee JVM engine limitation to process large message if you use any Java adaspter in your scenario. I am struggling with a similar one now.

Try with a similar idoc with less segment.

Former Member
0 Kudos

In my case i am having idoc to Http scenario......

In sxi_monitor i am seeing this error but receiver side is able to receive the xml file.

Previously i was getting this error when the webmethod at receiver side was down...but this is not the case now

Edited by: Vishal Gadkari on Mar 25, 2010 7:33 AM

Former Member
0 Kudos

The issue is resolved.

the problem was present because receiver system was not sending acknowledgement to PI system