> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
> Use this file to discover all available pages before exploring further.

# How to fix: "QBWC1085: There was a problem with the log file"

export const Image = ({src, alt, width, align = "center", noShadow = false, noBorder = false, noZoom = false}) => <img src={`https://mintlify.s3-us-west-1.amazonaws.com/conductor${src}`} alt={alt} style={{
  width: width
}} noZoom={noZoom} className={`rounded-xl ${align === "center" ? "mx-auto" : ""} ${!noBorder ? "border border-gray-200 dark:border-0" : ""} ${!noShadow ? "shadow-md dark:shadow-none" : ""}`} />;

<Info>
  This guide is provided by Conductor, the service that powers the QuickBooks
  Desktop integration for many business tools, including the one that sent you
  here.
</Info>

When connecting to QuickBooks Desktop, you might encounter the error shown below, which prevents the Web Connector from syncing your QuickBooks Desktop data. Follow the steps below to resolve this issue.

<Image src="/images/help/connection-errors/there-was-a-problem-with-the-log-file/there-was-a-problem-with-the-log-file.jpg" alt="QuickBooks Web Connector error - QBWC1085: There was a problem with the log file. QuickBooks Web Connector will continue without a log file" width={375} />

## Solution: Delete the Web Connector log file

A corrupted QuickBooks Web Connector log file can cause this error. Typically, this file was already in this corrupted state even before setting up the connection. Deleting the log file will force the Web Connector to generate a new one. To do so, follow these steps:

<Steps>
  <Step title="Close QuickBooks Desktop">
    Ensure QuickBooks Desktop is completely closed.
  </Step>

  <Step title="Terminate the QuickBooks Web Connector">
    Terminate the QuickBooks Web Connector process to ensure it is not running in the background:

    1. Open the Windows Task Manager by searching for "Task Manager" in the Windows search bar (usually located in the bottom-left corner of your screen).
    2. In the Task Manager, find "QuickBooks Web Connector", right-click it, and select "**End Task**". You may need to click "**More details**" at the bottom of the Task Manager window to see all running processes.
    3. Close the Task Manager.
  </Step>

  <Step title="Navigate to the QuickBooks Web Connector log directory">
    Open File Explorer and navigate to the QuickBooks Web Connector log directory by copying and pasting the following path into the address bar:

    ```
    C:\ProgramData\Intuit\QBWebConnector\log
    ```
  </Step>

  <Step title="Delete the log file">
    In the log directory, locate the file named `QWCLog.txt`, right-click on it, and select "**Delete**".
  </Step>

  <Step title="Restart QuickBooks Desktop and the Web Connector">
    Restart QuickBooks Desktop and the QuickBooks Web Connector to generate a new log file:

    1. Open QuickBooks Desktop with the company file you want to sync.
    2. In the top menu bar, click "**File**" → "**App Management**" → "**Update Web Services**" to launch the QuickBooks Web Connector.
    3. In the window that appears, click "**Hide**" in the bottom-right corner to keep the Web Connector running in the background.
  </Step>
</Steps>

After completing these steps, the Web Connector will generate a new log file and you should be able to sync your QuickBooks Desktop data again.
