Write, Bureaucrats, Administrators
2,725
edits
Line 11: | Line 11: | ||
The Reckon Accounts / QuickBooks API creates a log file for all connections made to their data files. This log file can assist you in debugging connection issues. | The Reckon Accounts / QuickBooks API creates a log file for all connections made to their data files. This log file can assist you in debugging connection issues. | ||
For '''Windows 7/8/10''', the | Before checking the log file, we recommend editing the associated ini file to ensure the logging is set to verbose. | ||
*''C:\ProgramData\Intuit\QuickBooks\qbsdklog.txt'' | |||
For '''Windows 7/8/10''', the files are usually located in the following location. | |||
* Ini File: ''C:\ProgramData\Intuit\QuickBooks\qbsdk.ini'' | |||
* Log File: ''C:\ProgramData\Intuit\QuickBooks\qbsdklog.txt'' | |||
For '''Windows XP and Vista''', the files are usually located in the following location. | |||
* Ini File: ''C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks\qbsdk.ini'' | |||
* Log File: ''C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks\qbsdklog.txt'' | |||
Edit the '''qbsdk.ini''' and add the following lines. | |||
#; ''[Log]'' | |||
#; ''Level=verbose'' | |||
#; ''UnlimitedSize=Y'' | |||
#; ''[Parser]'' | |||
#; ''DumpRequestData=Y'' | |||
When scanning for errors in the log file, we recommend you try to find lines that mentionned the words ''Error'' or ''Failed''. | When scanning for errors in the log file, we recommend you try to find lines that mentionned the words ''Error'' or ''Failed''. |