To work around this issue, set the
GenerateDefaultFixedNodes attribute to No in the .btm file before you compile the map. To set the
GenerateDefaultFixedNodes attribute to No, follow these steps:
- Click Start, click Run, type notepad, and then click OK.
- Click File, and then click Open.
- In the Files of type list, click All Files.
- Locate and then click the .btm file that you want, and then click Open.
- In Notepad, manually add the GenerateDefaultFixedNodes='No' attribute to the mapsource element. The modified mapsource element may resemble the following code example.
<mapsource Name="BizTalk Map" BizTalkServerMapperTool_Version="2.0" Version="2" XRange="100" YRange="420" OmitXmlDeclaration="Yes" GenerateDefaultFixedNodes="No" TreatElementsAsRecords
- On the File menu, click Save.
- On the File menu, click Exit.