SAP チームが SAP R/3 を 4.3 から 7.4 バージョンにアップグレードした後、BizTalk 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().
受信タイムアウトを増やしてみました
しかし、エラーはまだここにあります。
どうすればこれを解決できますか?