cancel
Showing results for 
Search instead for 
Did you mean: 

File->XI->RFC (Error: Received HTTP response code 500..)

Former Member
0 Kudos

Hi,

I am working on File->XI->RFC scenario, getting Processed Successfully status in "SXI_MONITOR".

But Data is not posted in SAP R/3. I check <b>Runtime Workbench </b> Getting following Error in one step.

Can any one help me in analyzing the error.....??????

2006-06-09 14:36:32 Success output 1149888992513 Channel WEBMETHOD_SENDER_SOAPFMTEST: Send binary file "/usr/sap/transx42/data/xi_input.xml". Size 175 with QoS EO

2006-06-09 14:36:38 Success output 1149888998592 Application attempting to send an XI message asynchronously using connection AFW.

2006-06-09 14:36:39 Success output 1149888999757 Trying to put the message into the send queue.

2006-06-09 14:36:40 Success output 1149889000823 Message successfully put into the queue.

2006-06-09 14:36:40 Success output 1149889000824 The application sent the message asynchronously using connection AFW. Returning to application.

2006-06-09 14:36:41 Success SAPEngine_System_Thread[impl:5]_12 1149889001577 The message was successfully retrieved from the send queue.

2006-06-09 14:36:41 Success output 1149889001591 File "/usr/sap/transx42/data/xi_input.xml" deleted after processing

2006-06-09 14:36:41 Success SAPEngine_System_Thread[impl:5]_12 1149889001745 The message status set to DLNG.

<b>2006-06-09 14:37:47 Error SAPEngine_System_Thread[impl:5]_12 1149889067522 Transmitting the message to endpoint http://SAPR3001.bently.com:8042/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 500..</b>

2006-06-09 14:37:47 Success SAPEngine_System_Thread[impl:5]_12 1149889067585 The asynchronous message was successfully scheduled to be delivered at Fri Jun 09 14:42:47 PDT 2006.

2006-06-09 14:37:47 Success SAPEngine_System_Thread[impl:5]_12 1149889067695 The message status set to WAIT.

2006-06-09 14:42:47 Success SAPEngine_System_Thread[impl:5]_9 1149889367587 Retrying to send message. Retry: 1

2006-06-09 14:42:47 Success SAPEngine_System_Thread[impl:5]_9 1149889367587 The message was successfully retrieved from the send queue.

2006-06-09 14:42:47 Success SAPEngine_System_Thread[impl:5]_9 1149889367643 The message status set to DLNG.

2006-06-09 14:42:48 Success SAPEngine_System_Thread[impl:5]_9 1149889368435 The message was successfully transmitted to endpoint http://SAPR3001.bently.com:8042/sap/xi/engine?type=entry using connection AFW.

2006-06-09 14:42:48 Success SAPEngine_System_Thread[impl:5]_9 1149889368471 The message status set to DLVD.

2006-06-09 14:42:48 Success SAPEngine_System_Thread[impl:5]_9 1149889368472 The message was successfully delivered.

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi Umesh,

I think, the reason is because of huge number messages ..

Also just go to RFC adapter, activate the adapter,refresh the cache and try it..

following guide will help you to solve problem~

https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf

Just refresh the cache-The following guide will help you on that~

https://websmp101.sap-ag.de/~sapidb/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf

Refer these SAP notes- 807000,803145

(some hints)

Regards,

Moorthy

Former Member
0 Kudos

Hi All,

Now I am getting following Error in runtime workbench while posting RFC in SAP R/3 from XI:

"Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling ZUMSOAP_FMTEST in remote system (RfcClient[SAP_RECEIVER_SOAPFMTEST]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILU"

Is it possible that still some Authorization with login ID used in RFC Receiver Adaptor????

Regards

Umesh

Former Member
0 Kudos

Hi Umesh,

Looks like its a data error that the RFC could not handle. You can try testing the RFC Fn Module separately within the R/3 system, using the same message values as seen in SXMB_MONI or as obtained from Adapter Message processing details.

Rgds

RC

moorthy
Active Contributor
0 Kudos

Hi,

>Check the Logon parameters of the RFC adapter

>Go to SM59 and test the connections for the RFC destinations(Pointing to R/3 from XI - of type TCP/IP connection)

Check this blog from Michal to debug the RFC Receiver -

/people/michal.krawczyk2/blog/2006/01/17/xi-debugging-rfc-calls-from-the-xi-not-possible-who-said-that-

Hope this helps,

Regards,

moorthy

Former Member
0 Kudos

Thanks for help.

Error due to missing Authorization with Login ID in RFC Receiver Adaptor.

Regards

Umesh

Answers (0)