When I create Part BOM structure through AML in NASH tool ,I write follow code:
<AML>
<Item type="Part" action="add" >
<item_number>123456</item_number>
<description>Blahblah</description>
<Relationships>
<Item type="Part BOM" action="add" >
<quantity>10</quantity>
<related_id>
<Item type="Part" action="get" select="ID">
<item_number>A-3</item_number>
<generation>3</generation>
</Item>
</related_id>
</Item>
</Relationships>
</Item>
</AML>
Then I submit it. It show the error:
<af:legacy_detail>Details in 7 temporary files C:\Program Files\Aras\Innovator\Innovator\Server\dll\nauc31yi Line number -23, Error Number: BC30037, invalid character。 </af:legacy_detail>
I useed to apply it ,it works well.Now I apply the same temple code it says wrong. What should I do for help? whrere is Line Number -23?