Biztalk AS2 MDN AS2EdiReceive“没有反汇编阶段组件可以识别数据”
好吧,我已经浏览了 MSDN 上的所有演练......但我不知道发生了什么。我有一个异步 MDN,它由我的单向端口接收,其管道为“AS2EdiReceive”。
所有 EDI 文件均正常。生成“无反汇编阶段组件可以识别数据”的 MDN 文件。这是确切的错误:
执行接收管道失败:“Microsoft.BizTalk.EdiInt.DefaultPipelines.AS2EdiReceive,Microsoft.BizTalk.Edi.EdiIntPipelines,Version=3.0.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”来源:“EDI 反汇编器” 接收端口:“prtMicroEDIRCV” URI:“/sorocmicrous/BTSHTTPReceive.dll” 原因:没有反汇编阶段组件可以识别数据
。
如果我检查消息上下文,IsAS2MdnResponseMessage = True。所以它显然知道它是一个 MDN。我不知道如何让这个 MDN 过去。
Okay, I've looked through all the walkthroughs on the MSDN.. and I don't know what's happening. I've got an asynchronous MDN that's being received by my One-Way port which has the pipeline as "AS2EdiReceive".
All EDI files come in fine. It's the MDN files that generate the "No Disassemble stage components can recognize the data". Here's the exact error:
There was a failure executing the receive pipeline: "Microsoft.BizTalk.EdiInt.DefaultPipelines.AS2EdiReceive, Microsoft.BizTalk.Edi.EdiIntPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "EDI disassembler" Receive Port: "prtMicroEDIRCV" URI: "/sorocmicrous/BTSHTTPReceive.dll" Reason: No Disassemble stage components can recognize the data
.
If I check the message context, the IsAS2MdnResponseMessage = True. So It obviously knows it's an MDN. I can't figure out how to get this MDN past this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定我找到了答案。它位于此网页上:
http:// /msdn.microsoft.com/en-us/library/bb728190(v=BTS.20).aspx
在第二段中它说:
我现在正在监视它,但它似乎已经完成了工作。
I'm pretty sure I found the answer. and it was on this web page:
http://msdn.microsoft.com/en-us/library/bb728190(v=BTS.20).aspx
And in the second paragraph it says:
I'm monitoring it now, but it seems to have done the job.