cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 500 ERROR in RFC connection

Former Member
0 Kudos

Hi SDNers,

I am testing my scenario Proxy to fille . when i am sending less data it is getting pass but with huge data it is throghing error .

for this i have checked the RFC conntecion HTTP type in that in test connection i am getting

Status HTTP Response 500

Status Text Internal Server Error

Duration Test Call 829 ms

~response_line HTTP/1.1 500 Internal Server Error

~status_reason Internal Server Error

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: REQID not found].

Exception id: [005056AF4450008C0000019400000BF400047A5FC22664DF]

please suggest me what action i have to take .

Regards

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

HTTP 500 error is not an issue with the HTTP RFC destination. That is expected.

What do you mean by large data? is it in 50MB+?

In that case may be you need to adjust the SXMB_ADM parameters for time out in the integration engine configuration on both PI and ERP.

VJ

Former Member
0 Kudos

HI Vijay,

yes i am having near abt 100mb data in one message.

reagrds

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gangadhar

Check this link

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

Also

Check SAP Notes u2013 804124, 807000

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

Seems like you have tough time with TImeOut's...As you mentioned there is no problem with less data and the problem recurring only with huge message sizes, this is definitely HTTP connection timeout problem while processing huge messages and you need to increase parameter PROCTIMEOUT which determines maximum processing time.

Please refer these notes and make changes as mentioned in the notes-

SAP NetWeaver PI7.0 TrobleShooting Guide - Section 9.3

Note 1161469 - XI runtime: Interpretation of timeouts

Note 824554 - ICM and SAP Web Dispatcher Timeout Parameter

First, please ask your BASIS team to change the parameters mentioned in the notes and try the scenario.

Let us know if it din't help.Some one can help you with further analysis.