Capturing QuickBooks Verbose Logging

Overview

This article explains how you capture verbose logging for QuickBooks issues for Intuit Support. You will need verbose logging when escalating to Intuit, but these may also help our engineering teams.

Capturing QuickBooks Verbose Logging

  1. Go to c:\ProgramData\Intuit\QuickBooks and edit the qbsdk.ini file.
  2. If you can't find the file or directory, go to Start > Run > c:\ProgramData\Intuit\QuickBooks, press, and then edit qbsdk.ini.

      Note

    If qbsdk.ini is not there, create it.

  3. Add or modify the following lines:
    [Log]
    Level=verbose

    UnlimitedSize=Y
    [Parser]
    DumpRequestData=Y
  4. Restart QuickBooks and run your program.
  5. When you are done debugging, restore the Level in qbsdk.ini to the following:

    Level=info
    UnlimitedSize=N
    DumpRequestData=N

  6. Send the qbsdklog.txt file from the directory above to SmartVault Support, and they will look at it.
Was this article helpful?
0 out of 1 found this helpful
...