我有一个 .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.