0

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

受信タイムアウトを増やしてみました

しかし、エラーはまだここにあります。

どうすればこれを解決できますか?

4

1 に答える 1

0

The erorr that the channel is in a Faulted state is a top-error just stating that an error occurred.

It might be useful to setup WCF tracing to see the underlying error.
Take a look at the above link to see how.

于 2014-11-03T12:35:09.420 に答える