目前我正在开发一个项目,我需要使用BizTalk通过AS / 2发送PDF文件。 现在,一切都在BizTalk中设置。
但是,我在BizTalk中有一条错误消息,说明如下:
The receive pipeline:"Microsoft.BizTalk.EdiInt.DefaultPipelines.AS2Receive,
Microsoft.BizTalk.Edi.EdiIntPipelines, Version=3.0.1.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" is trying to suspend a message received on Receive
Location:"/xxx/BTSHTTPReceive.dll". The Adapter/Receive Location however is configured
to never suspend messages on failure. Please change either the receive location or
receive adapter's configuration or the pipeline's configuration.
如果我将适配器配置为在发生故障时暂停消息,则它会部分工作。但是,我想让它使用此设置。有没有办法弄清楚我的邮件被暂停的原因?
错误后面的警告消息如下:
The adapter failed to transmit message going to send port "SendPDFToxxxxOverAS2" with
URL "http://localhost/xxxx/BTSHTTPReceive.dll". It will be retransmitted after the retry
interval specified for this Send Port. Details:"The remote server returned an error:
(500) Internal Server Error.".
我希望有人能说清楚。
为了缩小搜索范围,我还删除了复选框,以便在协议中发送和请求MDN。
答案 0 :(得分:1)
我自己也找到了这个问题。
"成功时返回关联句柄"应该关闭。 "暂停失败的请求"应该在。
无论如何,谢谢你的帮助。
氪