Site icon NGCCI

QuickBooks Server Manager does not run on a Windows Server 2012 or 2016 with DNS Server role

quickbooks-will-not-run-db26

I have a client that has QuickBooks Database loaded onto their server. The other day they called and reported they could not get into the program. I checked into the issue and found that I could open QuickBooks but not open a database. The software has been running for over a year with no issues till now.

These are some of the Symptoms of the issue

After much research and reading many articles of how users and intuit tech support was uninstalling and reinstalling with no success I finally found an article that said Stop the DNS server, Start QuickBooks DB Server and finally Restart DNS Server. After some further research I found that QB Database was defaulting to port 55333 and DNS is likely using this port on the server.

To permanently fix the issue:
Stop the DNS service, and the QuickBooks service.
Reserve the port using netsh from an elevated command prompt
netsh int ipv4 add excludedportrange protocol=udp startport=55333 numberofports=5
then start both services