MYOB Export Logs

From BudgetLink Wiki
Jump to navigation Jump to search

Overview

All writes to MYOB get logged (whether manual or automated) under the following folder [BudgetLink Folder]\System\Logs\MYOB Export Logs\.

Your error checking mechanism should scan the file name prefixes or the date modified and work out when the log was generated. These files are generated by MYOB when we write data to MYOB. We simply copy them and archive them. Each time the overnight process run, you should get 4 files (one ending n Customers, Suppliers, Customer Invoices or Supplier Invoices). Your error checking should also make note of anything missing files.

The main parts you want to read are the last three lines which will always be included. See the sample below. 364 records imported without errors. 0 records skipped. 0 records imported with warnings.

Where it says XXX records skipped, this means MYOB rejected some records and implies something didn’t write into MYOB.

Where it says XXX records imported with warnings, this means MYOB manipulated the data somewhat. It may have truncated something, defaulted something or changed something. I believe you should raise this as a possible error as we did try hard to mitigate this from happening. It’s not fatal, but should be looked into.

Any lines above those last three lines indicate the actual error that was raised. As such, any line starting with a negative number is an error. Any line starting with a positive number is a warning. And MYOB will detail the description that applies to those lines. I wouldn’t worry too much about this content, but if you want to know what it’s for or care to interpret, this gives you a rough idea.