BUG: The Base EDI adapter may generate incorrect XML for some schemas in BizTalk Server 2004 (890769)
The information in this article applies to:
- Microsoft BizTalk Server 2004 Standard Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Service Pack 1
SYMPTOMSIn Microsoft BizTalk Server 2004, the Base EDI adapter may generate incorrect XML for some schemas. CAUSEThis problem occurs because for some EDI schemas, the generated XML output may have missing information or incorrect information in the loop structures for those schemas. For example, you have the following data to be validated against the D97B PRICAT (Price/Sales Catalog) schema: LIN+1'PIA+5+F2N028EA06:VP::91+F2N028EA06:MF' In this scenario, BizTalk Server generates the following incorrect XML output: <LINLoop1>
<PIA PIA01="5">
<C212_2 C21201="F2N028EA06" C21202="MF" C21204="91"/>
</PIA>
You expect BizTalk Server to generate the following correct XML output: <LINLoop1>
<PIA PIA01="5">
<C212_x C21201="F2N028EA06" C21202="VP" C21204="91"/>
<C212_x C21201="F2N028EA06" C21202="MF"/>
</PIA>
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Minor | Last Reviewed: | 6/1/2006 |
---|
Keywords: | kbpending kbbug kbHotfixServer kbQFE KB890769 kbAudDeveloper |
---|
|