Graphite Fails to connect to a DB when the SQL credentials are anything other than "sa"? |
One of the possible solutions for this issue is sometimes the Master DB is not accessible to the User or The Default DB is empty for that user. To fix this issue Go to 1) SQL Management Server -> Expand the Security option in object explorer -> Expand Logins -> Right on the User which is failing --> Select Properties --> Select default Database in the bottom of the Login Properties Pane and select a DB or you can select the DB you expect the user to connect to from the Default Database dropdown Thanks |