> ## 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: "QBWC1039: Unique OwnerID/FileID pair value required"

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" : ""}`} />;

This guide will walk you through resolving the following error that occurs when attempting to add a connection to the QuickBooks Web Connector:

<Image src="/images/help/connection-errors/unique-owner-id-file-id-pair-required/qbwc-unique-owner-id-file-id-required-error.jpg" alt="QuickBooks Web Connector error - QBWC1039: Unique OwnerID/FileID pair value required" width={400} />

This error typically occurs when:

* You previously added a connection to the QuickBooks Web Connector, removed it, and are now attempting to add it again for the same QuickBooks company file.

* You previously added the connection to the QuickBooks Web Connector *on another computer* for the same QuickBooks company file, removed it, and are now attempting to add it *on a different computer*.

#### If you are also getting the "Unhandled exception has occurred" error

In addition to the error above, some users also encounter the following error *at the same time:*

<Image src="/images/help/connection-errors/unique-owner-id-file-id-pair-required/qbwc-unhandled-exception.jpg" alt="QuickBooks Web Connector error - Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue. Index (zero based) must be greater than or equal to zero and less than the size of the argument list." width={450} />

If you are encountering this error as well, we must first force-quit the QuickBooks Web Connector before we can fix the other error at the top of this page. To do this, follow the steps below.

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

After force-quitting the QuickBooks Web Connector, continue to the next section to fix the original error for *"Unique OwnerID/FileID pair value required"*.

## Solution

Complete the following steps to fix the error shown above for *"Unique OwnerID/FileID pair value required"*.

<Steps>
  <Step title="Open QuickBooks Desktop" />

  <Step title="Download and run the QBWC CP3 Tool">
    Download the [QBWC CP3 tool](https://http-download.intuit.com/http.intuit/CP3Tool/QBWC_CP3Tool.exe?_ga=2.67283025.1765810068.1652776906-1422200743.1652776904), created by Intuit (the makers of QuickBooks Desktop), to address this issue. Open the program ("QBWC\_CP3Tool.exe") from your downloads folder.
  </Step>

  <Step title="Select the QWC file">
    In the window that opens, as shown below, click "**Select File**", locate the QWC file that you attempted to open earlier which resulted in the error, and click "**Open**". This file is often found in your downloads folder.

    <Image src="/images/help/connection-errors/unique-owner-id-file-id-pair-required/qbwc-cp3tool.jpg" alt="QuickBooks Web Connector - QBWC1039: Unique OwnerID/FileID pair value required" width={475} />
  </Step>

  <Step title="Click &#x22;Remove Stamp&#x22;" />

  <Step title="Grant permission to the CP3 tool">
    QuickBooks Desktop will prompt you to grant permission to the CP3 Tool to make the necessary changes:

    1. In the QuickBooks Application Certificate window that appears, click "**Yes**", then "**Continue**".

    2. On the Access Confirmation window, select "**Done**".

    3. Follow the instructions, then select "**OK**".
  </Step>

  <Step title="Close the CP3 tool">
    You should receive a confirmation that the Owner ID was removed. Select "**OK**" and close the CP3 tool.
  </Step>

  <Step title="Retry adding the connection">
    Attempt to open the same QWC file you tried opening earlier. This time, it should work without any errors, and you should see the connection added to the QuickBooks Web Connector.
  </Step>
</Steps>

Following these steps should resolve the "Unique OwnerID/FileID pair required" error by removing the old connection stamp, allowing you to successfully add the connection to QuickBooks Web Connector.
