在我们的BizTalk团队将SAP /3从4.3升级到7.4版本(不确定确切的版本号)之后,我在2009年收到IDOC的版本时遇到了问题。
BizTalk 2009事件日志中的错误是:
The adapter "WCF-SAP" raised an error message. Details
System.ServiceModel.CommunicationObjectFaultedException: The communication object, Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredInboundChannel`1[System.ServiceModel.Channels.IReplyChannel], cannot be used for communication because it is in the Faulted state.
at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Close()
at System.ServiceModel.Dispatcher.ErrorHandlingReceiver.Close().我试图增加接收超时时间
但错误仍然存在。
我怎么解决这个问题?
发布于 2014-11-03 12:35:09
通道处于故障状态的erorr是一个顶错误,只是说明发生了错误。
设置WCF追踪以查看基础错误可能是有用的。
看一下上面的链接,看看是怎么做的。
https://stackoverflow.com/questions/26646652
复制相似问题