Home Page › Forums › BizTalk 2004 – BizTalk 2010 › WCF-SAP adapter error
- This topic has 5 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
August 27, 2010 at 8:56 AM #25769
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.
-
August 27, 2010 at 9:03 AM #25770
Does your message has all fields with paramteres?
The error says it’s not
. SapErrorMessage=Fill in all required entry fields. AdapterErrorMessage=Error returned by RfcCallReceiveEx while calling RFC:
-
August 27, 2010 at 9:23 AM #25771
Fields with parameters? Do elaborate on that, please.
I just map the elements from the SQL schema to the corresponding elements at SAP end. No other functionality involved. Straight one -> one mapping.
-
August 28, 2010 at 10:28 AM #25778
I think that SAP expects to get some parameters you don’t supply in your mapping. (Some non-nullable fields or something like that) – I would check in that direction.
In mapiing, you have source and destination schemas. Are you passig messages with data in all fields? Or sometimes some fields come empty?
-
August 30, 2010 at 1:38 AM #25782
Hi Zx7R,
I have mapped all the contents as according to the requirements, The Sap side BAPI has four elements and i have mapped the same from the SQL schema. What more can be done?
-
August 31, 2010 at 6:32 AM #25813
For mapping it’s OK. And the request which goes to SAP – has all elements with data? Or some of them are empty?
Data types are suitable to data types in SAP?
Those are only things I can think of. Are you the “SAP side” by yourself? or it’s other company/guys? maybe ask them – if there’s any way to read logs on SAP side? Do they have logs? Did the request gets to SAP? things like this – I would check.
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.