WCF-SAP adapter error

Asked By Abhishek Iyer
27-Aug-10 10:11 AM
Earn up to 0 extra points for answering this tough question.

I have a SQL -> SAP scenario.

After checking the error, I checked the map for it seemed to be a map issue, but it was fine.

The error is:

A message sent to adapter "WCF-SAP" on send port "sp_sap_req_resp_RI_RL" with URI "sap://CLIENT=100;LANG=EN;@a/10.100.7.18/00?RfcSdkTrace=False&AbapDebug=False" is suspended.

Error details: Microsoft.Adapters.SAP.RFCException: Details: ErrorCode=RFC_SYS_EXCEPTION. ErrorGroup=RFC_ERROR_SYSTEM_FAILURE. SapErrorMessage=Fill in all required entry fields. AdapterErrorMessage=Error returned by RfcCallReceiveEx while calling RFC: ZFI_CASHFLOW_PDF_DOWNLOAD..

Server stack trace:

at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)

at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)

at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)

at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)

at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)

MessageId: {C647780B-B3FC-46A5-81FC-64BC92C86506}

InstanceID: {334907CC-BB5A-478E-8A15-1334837D469D}

 

 

Can anybody help me in this? Any help is invaluable.

  re: WCF-SAP adapter error

Mohan Raj Aryal replied to Abhishek Iyer
28-Aug-10 05:04 AM
It seems like there is some proble on your configuration or mismatch between the metadata you are using to call SAP system and the actual request required.
I would suggest to follow the similar steps given in Retrieving Metadata Using IMetadataRetrievalContract article. This is similar in your case too.
Also the MSDN article Configuring a Port Using the WCF-SAP Adapter will be helpful to you. 

Create New Account