0

MS Dynamics AX 2012 の GeneralJournal インポート ファイルで変換を実行する .NET アセンブリがあります。

時折、タイムアウトに関連するエラーが報告されます (WCF エラーのように見えます)。

ポート設定で、タイムアウト設定を構成する場所がわかりません。

誰でも知っていますか?

The request failed with the following error:  

This request operation sent to net.tcp://SERVERNAME/DynamicsAx/Services/GeneralJournalPayroll 
did not receive a reply within the configured timeout (00:05:00).  
The time allotted to this operation may have been a portion of a longer timeout.  

This may be because the service is still processing the operation or because the service 
was unable to send a reply message.  Please consider increasing the operation timeout 
(by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) 
and ensure that the service is able to connect to the client.
4

1 に答える 1

2

ポートの WCF 構成を編集するには、[システム管理] > [セットアップ] > [サービスとアプリケーション統合フレームワーク] > [受信ポート] に移動します。ポートを選択します - 構成を編集できるようにするには、ポートを無効にする必要があります。次に、[構成] をクリックし、[バインディング] に移動して、タイムアウト値を設定します。

于 2012-02-27T18:13:03.100 に答える