I'm attempting to import orders into accpac.
I've encountered a snag. I have a macro(avb) that I've used in the past to import Items, PO's and receipts. So I'm not strictly a virgin. The code is written to be portable and when given the correct XML template file it imports perfectly, and spits out a report file.
To generate the template file I do a manual import of one file and record the script.
Now when I run it for orders the record isn't imported.
Here's my report.
<AccpacImpExp Status="161"/>
Internal error. Must compose with Order Header.
Internal error. Must compose with Order Header.
Failed to insert record
Stopped processing at record 0 in Orders.
Now I have a couple questions.
- What does this mean?
- Why does this not happen when I do the manual import?
- How can I find the answers to these questions without posting on a forum?