> ## 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.

# Fixing a moved or renamed QuickBooks company file

> Reset your Web Connector connection after moving or renaming your QuickBooks company 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>

If you recently moved or renamed your QuickBooks company file, **this connection may still be trying to open the file in its old location**.

Follow the steps below to reset the saved company file location (on our server) for this connection.

<Steps>
  <Step title="Open the correct company file in QuickBooks Desktop">
    1. Open QuickBooks Desktop.
    2. Open the company file from its **new** location.
    3. Leave that company file open while you complete the remaining steps.
  </Step>

  <Step title="Go back to the setup guide for this exact connection">
    Return to the original QuickBooks Desktop setup guide for this exact connection, provided by the product that sent you this guide. If you do not know how to get back there, contact the support team for that product.
  </Step>

  <Step title="Download a new configuration file">
    Click the button to **download a new configuration file**. This is the step that resets the saved company file location (on our server) for this connection.

    <Warning>
      **Only click the download button in this step.** Do not open or do anything else with the downloaded file, and do not delete the existing connection in QuickBooks Web Connector.
    </Warning>

    <Image src="/images/help/guides/moved-or-renamed-company-file/download-new-config-file.png" alt="Download a new configuration file from the setup guide" width={550} />
  </Step>

  <Step title="Skip to the end of the setup flow">
    Continue through the rest of the setup flow that is already open.

    When you reach the end of the setup flow, it will trigger a new request for this connection. That request will use the company file that is currently open in QuickBooks Desktop.

    <Image src="/images/help/guides/moved-or-renamed-company-file/checking-connection-at-end-of-setup-flow.png" alt="The end of the setup flow checking your QuickBooks Desktop connection" width={550} />

    If the request succeeds, this issue is fixed and this connection will now remember the new file location.
  </Step>
</Steps>

That's it. The connection should now keep using your QuickBooks company file at its new location.
