cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous RFC Call

Former Member
0 Kudos

Hi All,

I am trying RFC to JDBC Synchronous scenario using stored procedure. Now when I am executing RFC, I get a dump error saying:

call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException.

I don't see anything in SXMB_MONI.

How do I go about executing synchronous RFC calls?

Please guide me on this.

Thanks,

Chandravadan

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

<i>How do I go about executing synchronous RFC calls?</i>

>>>>

In a report use;

CALL FUNCTION <RFCNAME> IN BACKGROUND TASK DESTINATION <DESTINATIONAME>

IMPORTING = <>

.......

.

commit work.

Else in SE37 -> Press F8 on the RFC and give the Program ID in the RFC target sys.

Shabarish_Nair
Active Contributor
0 Kudos

Ref . these !!

Sender-

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

trouble shooting rfc/soap -

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Also SAP note for RFC - 730870

Former Member
0 Kudos

Hi Shabarish,

I have already refered these blogs & have also checked this note.

But still I get same error.

In Synchronous RFC we don't use 'IN BACKGROUND TASK' & rest all I have done the same.

Thanks,

Chandravadan.

Shabarish_Nair
Active Contributor
0 Kudos

<i>In Synchronous RFC we don't use 'IN BACKGROUND TASK' & rest all I have done the same.</i>

>>> My mistake

Well the possible errors can be

1. Error in your connection in SM59 - recheck the destination

2. An error in your adapter configuration.

Former Member
0 Kudos

Hi Shabarish,

I have checked Destination in SM59, it's working fine & the adapter configuration is also ok.

Thanks,

Chandravadan

former_member192798
Active Contributor
0 Kudos

Hi Chandravadan,

Have you checked these OSS Notes:-

97522

377972

Regards.

Praveen

former_member206604
Active Contributor
0 Kudos

Hi,

Did you enable the LOGGING in the SXMB_ADM. If not do enable it and check in SXMB_MONI if you are able to see the message coming in. Hope the RFC sender adapter configuration is fine.

Thanks,

Prakash