[BCB:3:Network warning:ECB] [BCB:4:Operating system warning:ECB] [BCB:5:Third-party support:ECB]
The connection manager runs as a service on the computer. To remove the connection manager, follow the steps below.
- The first thing you’ll need to do is identify the name of the service:
- So open up Services through the Start menu or Control Panel,
- Find the service in the list that you want to delete.
- Open the properties by double-clicking on the service name,
- Highlight the “Service name” value and copy it to the clipboard.
- This is what we’ll need to delete.
- The service name should be "Simply Accounting Database Connection Manager" or "Sage 50 Database Connection Manager" depending on the versions of sage that are installed.
- Open up a Command Prompt:
- Windows 7 or Vista: right-click the command prompt and choose Run as Administrator.
- The syntax used to delete a service is this:
-
- sc delete "ServiceName"
- If your service name has spaces in it, you’ll need to wrap the service name in quotes, like this:
- sc delete "Simply Accounting Database Connection Manager"
- If you receive an error [SC] OpenService FAILED 1060:, on the command line type in
- on the command line type: sc query type= service state= all
- Then re-enter the sc delete "ServiceName" command with the correct service name
- Now if you use the F5 key to refresh your Services list, you’ll see that the service is gone.
- Once you confirmed the service has been deleted, bring up task manager (CTRL+SHIFT+ESC)
- On the process tab click or check Show processes from all users
- End the Simply.SystemTrayIcon.exe and the mysqld.exe proccess if they are running.
- Go to the appropriate winsim folder:
- 32 bit computers go to: C:\Program Files\winsim
- 64 bit computers go to: C:\Program Files (x86)\winsim
- Delete the ConnectionManager folder
- Reinstall Sage 50 (The version that was working)
- Install any updates that you need, prior to the update that just caused the problem
- Restart the computer.
- Open Sage 50 again
DocLink: Error: "Database engine timed out" when opening files to upgrade
|