Comments
2 comments
-
What is the error message that is reported by Windows when the service fails to start? What is the error message recorded in the Event Log?
-
Redgate development did work with me on this issue and the resolution was very simple (of course getting there is a different story).
SQBCoreService service could not start because the syntax to start the service was not correct. This server had a named instance of sql. There must be a -I nameofinstance specified in the path to the executable.
Example
C:\Program Files\Red Gate\SQL Backup\SQLPROD7\SQBCoreService.exe -i instancenamehere
Once this was added the service started with no issue. For some reason an uninstall of redgate and reinstall did not fix the path issue.
Add comment
Please sign in to leave a comment.
Rebooting
installing older versions
installing the latest version 4.6
using system accounts
using other administrator equivalent accounts
using sql accounts vs windows authenticated accounts
The only error message I get from sql backup is;
"Error: Failed to contact service application. Please ensure that the SQL Backup Agent service startup user name and password are valid, and that the service has been started on the server"
There are two sql 2000 instances on this 2003 server.
Please help.