SAP Send Port Error

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

I have a SQL -> SAP scenario in which i'm getting the following error at the Wcf-sap send port:

 

The messaging engine was unable to resubmit a message for send port "sp_SapReqRes_ReportsIntegration" with URL "sap://CLIENT=100;LANG=EN;@a/10.100.7.18/00?RfcSdkTrace=False&AbapDebug=False". Details:"The adapter failed to transmit message going to send port "sp_SapReqRes_ReportsIntegration" with URL "sap://CLIENT=100;LANG=EN;@a/10.100.7.18/00?RfcSdkTrace=False&AbapDebug=False". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.TimeoutException: The timeout expired while trying to get a connection

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)". ".

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

After which i tried increasing the timeout periods for the Open timeout, Receive Timeout and Send Timeout, but to no avail, can you guys suggest something.

 

  re: SAP Send Port Error

Mohan Raj Aryal replied to Abhishek Iyer
23-Aug-10 01:41 PM
Couple of reasons I can think about:
- SAP system is not responding or responding very slow.
- If you are sending a large batch of Business API (BAPI) messages you might need to install this Hotfix
- Check whether you have already set EnabelBiztalkCompatibilityMode to True

  re: SAP Send Port Error

Abhishek Iyer replied to Mohan Raj Aryal
25-Aug-10 10:41 AM
Thanks for the suggestions, but it got solved on its own as it was an issue with the SAP server. It started working properly after some time.
Create New Account