lena - Monday, March 24, 2014 5:08 AM:
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 FilesArasInnovatorInnovatorServerdll auc31yi 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?
gks - Tuesday, March 25, 2014 9:56 AM:
I asume a problem in a method that triggers onBeforeAdd on Part.
Maybe a Regex that can not be interpreted or another string with a bad charactar that is only detected on runtime not while compiling
pankaj - Tuesday, June 24, 2014 5:45 AM:
Hi Lena,
Are you still facing this issue.
Go to the location where aras is installed ==> right click on aras folder ==> select Properties ==> Give Read and Write Permission to aras Folder.
Regards,
Pankaj B