Does your firm have the ProAdvisor plan? If so, there is higher level support designed for Accounting firms (my wife works on that team, and I used to work for Intuit until recently) Their phone number is 1-888-250-7279.
Steps to setup QuickBooks Database Server Manager:-1. Firstly, open the QuickBooks Database Server Manager and scan the files or folders which you need to configure for the multi-user access. In order to add brand new company files to the server, use Monitored Drives Feature and keep the QuickBooks Database Server Manager up to date. How to Do Quickbooks Update Database Server Manager Update QBDBMS Guide The QuickBooks Database Server Manager permits you design the QuickBooks Server for multi-client get to. This database supervisor apparatus makes organize information file(.ND) for any organization document on the host computer.QuickBooks Database Server Manager (QBDBMS. The Linux Database Server Manager contains the QuickBooks Desktop Enterprise database server which stores the QuickBooks company files. Users running QuickBooks Desktop Enterprise on a Windows client computer can access the QuickBooks company files to perform QuickBooks Enterprise operations and request data.
I did a quick scan of their community, and it looks like you aren't alone:
http://community.intuit.com/post/detail/d2CXUUheKr3yUmabTJhmjm
http://community.intuit.com/posts/quickbooks-database-manager-utility
http://community.intuit.com/post/detail/cjHqF-ewKr3BcRabTJhmjm
http://community.intuit.com/post/detail/b33OHREKWqllvkab8P4pmk
Install Quickbooks Database Server Manager
The most promising avenue looks like checking the status of the QBCFMonitorService, to make sure it is on and has the right privileges.
Quickbooks Database Server Manager Download Software
Quickbooks 2019 Database Server Manager Download
Let me know if you still can't get it to work, and I'll ask some of my contacts for more info.
Download Quickbooks Database Server 2018
- ; https://www.autoitscript.com
- Global Const $qbDSM = 'C:Program Files (x86)Common FilesIntuitQuickBooksQBServerUtilityMgr.exe'
- Global Const $title = 'QuickBooks Database Server Manager';
- Main()
- ; Main Function
- ; check if program already running
- ;program running close it and wait 5 seconds for it close
- WinWaitClose('[TITLE:'&$title&']',5)
- Launch()
- Func Launch()
- ; Check if the Program File Exists
- ; launch the program
- ; wait upto 5 seconds for the window to appear
- ; send keys to start Scan
- Else ; if program not found, message box saying not found
- MsgBox($MB_SYSTEMMODAL,'Error','Program ' & $qbDSM & ' not found')
- ; send the tab key to move to [Start Scan] button
- ; send the enter key to start the scan
- EndFunc