Forum Discussion
1 Reply
- ForbinCSDContributor
Are you using Windows Authentication, or native SQL Server authentication?
If you are using Windows Authentication, do you have “LocalSystem” added in your SQL Server instance as an authorized user?
The windows service for the Groundplex runs as this user, and if you were previously using your working login and Windows Authentication, it won’t work.
You’ll need to either add the credentials to the SQL Server instance, or else you’ll need to switch to native SQL authentication on your server, set up an account in the instance, and then configure the Snap’s account object to use the new credentials. I recommend the latter method, as it gives you more visibly direct control of how you are logging into SQL Server.