QuickBooks Error -6000, -832 -- Network Hosting and .ND File Configuration
Error -6000, -832 blocks multi-user access to a company file across the network; our engineers resolve hosting conflicts and rebuild configuration files to restore connectivity.
When a workstation tries to open a QuickBooks Desktop company file stored on another machine and the connection fails, QuickBooks often reports error code -6000, -832. Our engineers see this regularly in multi-user environments, and in nearly every case the cause traces back to hosting being enabled on the wrong machine or a missing, damaged, or stale Network Descriptor (.ND) file.
What the Error Message Says
QuickBooks displays one of the following messages when this error fires:
"An error occurred when QuickBooks tried to access the company file. Please try again. If the problem persists, contact Intuit Technical Support and provide them with the following error codes: (-6000, -832)."
Some installations show a shorter variant: "QuickBooks is unable to open this company file. Error codes: (-6000, -832)."
What the Code Means
The -6000 series covers company file access failures. The sub-code -832 specifically indicates that QuickBooks Database Server Manager cannot establish a proper connection to the company file over the network. The database server either cannot locate the file, cannot read the .ND file that tells it where the file lives, or is not running on the machine that actually hosts the data.
What Triggers It
The most common triggers, in order of frequency from our case history:
-
Hosting is turned on at a workstation instead of the server. QuickBooks only allows one machine to host multi-user access. When a user accidentally enables hosting on their local machine, that workstation tries to act as the server and fails.
-
The .ND file is missing or damaged. The Network Descriptor file is a small text file that tells QuickBooks where the company file is located and how to reach it. If it is deleted, corrupted, or points to an old path, the connection fails.
-
QuickBooks Database Server Manager is not running on the host machine. The service must be active on the server to coordinate multi-user access.
-
Folder permissions or firewall rules are blocking access. The folder containing the company file must have proper Windows sharing and security permissions, and firewall ports must be open for QuickBooks.
How to Fix It
Scenario 1: Hosting Is on the Wrong Machine
- On every workstation that accesses the file, open QuickBooks and go to File > Utilities.
- Look at the hosting options. If you see Host Multi-User Access, hosting is OFF on that machine — that is correct for a workstation. If you see Stop Hosting Multi-User Access, hosting is ON — click it to stop.
- Go to the machine that physically stores the company file (the server).
- Open QuickBooks on that machine, go to File > Utilities, and select Host Multi-User Access if it is not already enabled.
- Confirm the server shows Hosting: Multi-User Access on the F2 Product Information screen.
Scenario 2: Missing or Damaged .ND File
- On the server, navigate to the folder that contains the company file (.QBW).
- Look for a file with the same name as your company file but with a .ND extension (for example, MyCompany.ND).
- If the .ND file is missing or you suspect it is stale, rename the existing one to MyCompany.ND.OLD.
- Open the Windows Start menu on the server, find QuickBooks Database Server Manager, and run it.
- Click Scan Folders, add the folder containing your company file, and click Start Scan.
- After the scan completes, a new .ND file is generated. Try opening the company file from a workstation.
Scenario 3: Database Server Manager Service Is Not Running
- On the server, press Windows + R, type
services.msc, and press Enter. - Scroll to QuickBooksDBXX (where XX is the version number, such as QuickBooksDB33 for 2023).
- Verify the status shows Running and the startup type is Automatic.
- If it is not running, right-click and select Start.
Scenario 4: Folder Permissions or Firewall Blocking
- Right-click the folder containing the company file and select Properties > Sharing > Advanced Sharing.
- Check Share this folder and click Permissions. Ensure the group Everyone or specific QuickBooks users have Full Control or at minimum Change and Read.
- Go to Security tab and verify that the Windows user accounts accessing the file have Full Control or Modify permissions.
- If the firewall is suspect, run QuickBooks File Doctor from the Tool Hub, which can configure firewall ports automatically.
How to Prevent It Recurring
- Designate one machine as the server and never enable hosting on workstations.
- Run QuickBooks Database Server Manager's folder scan any time the company file is moved or renamed.
- After any QuickBooks update or upgrade, restart the server and verify the Database Server Manager service is running.
- Document the correct folder path and share name so users always map to the right location.
- Avoid mapping drives through different paths or IP addresses; use a consistent UNC path (such as
\\ServerName\QBData\CompanyFile.QBW).