0

我有一个 .NET 程序集对 MS Dynamics AX 2012 中的 GeneralJournal 导入文件执行转换

有时我收到与超时有关的错误报告(看起来像 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 回答