I have SpiceWorks 4.7, installed and added the sql monitor extension to monitor our SQL servers. It does identify our sql servers correctly, but when I put the login information in it can't authenticate, with the following error message.
Authentication failed. Check the login and password, and ensure that the server is configured for remote connections.
I get the same result trying to use windows authentication.
WE do use an alternate port# could this be the problem?
Try this two things:
Make sure to enable allow remote connections on the target server.
Make sure the firewall is opened to allow connections through your new port.
Try to login using
YourServerName,1433
as user name instead of only usingYourServerName
. (don't forget to change the port number 1433 with your port number.)Also make sure mixed mode authentication is on and TCP\IP is enabled on the target server. Good Luck