无法向Biztalk发送消息

问题描述:

尝试从应用程序服务器发布消息时,我看到以下错误。所有网络连接似乎都有效。

尝试将消息发送到消息总线时出错 - 消息持久保存到本地文件以便稍后选择。套接字连接已中止。这可能是由于处理消息时出错或远程主机超出接收超时
或基础网络资源问题引起的。本地套接字超时为'00:09:59.9840000'。

 

您能在这里提供更多信息吗?你在哪里看到这个错误?你的实现如何(biztalk / client)?正在使用哪个适配器,要交换的消息大小是多少?我从错误中获得的第一印象是"接收超时",
表示适配器等待入站消息的最长时间(在您的情况下为00:09:59.9840000)由于某种原因不适合您。正在使用哪个BizTalk适配器?你检查了receivetimeout的配置值是什么? (此属性
是Binding配置的一部分)

Can you provide little bit more information here. Where did you see this error? How is your implementation (biztalk/client)? Which adapter is being used, what size of message intended to be exchanged? First impression I have from error is "receive timeout", means maximum amount of time the adapter waits for an inbound message(00:09:59.9840000 in your case) is not suitable for you due to some reason. Which BizTalk adapter is being used? did you check what is the configured value for receivetimeout ? (this property is part of Binding configuration)