使用BizTalk服务器将EDI 837I转换为XML格式文件

时间:2018-02-28 09:34:19

标签: xml biztalk data-conversion edi biztalk-2013

当我使用BizTalk server 2013将EDI 837I转换为XML格式文件时,我收到以下错误

An output message of the component "Unknown " in receive pipeline "Microsoft.BizTalk.Edi.DefaultPipelines.EdiReceive, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" is suspended due to the following error: 
     Error: 1 (Miscellaneous error)
    22: Invalid Control Structure

Error: 2 (Miscellaneous error)
    1: Control Number in ISA and IEA do not match

Error: 3 (Miscellaneous error)
    21: Number Of included groups do not match.
 The sequence number of the suspended message is 1. 

2 个答案:

答案 0 :(得分:0)

  

22:无效的控制结构

     

1:ISA和IEA中的控制编号不匹配

这意味着您基本上是在尝试处理无效的X12 EDI

第二条信息非常明确,应按面值进行。 ISA和IEA之间的控制号不匹配。

看起来有人试图手动编辑EDI。您可以这样做,但所有控件和计数也需要更新。

答案 1 :(得分:0)

有时手动更改定界符(可能是由某些文本编辑器中的打开引起的)会导致上述错误。确保ISA和IEA中的以下值匹配。

ISA and IEA