problem with db

08/21/2016 23:45 Grytolle#1
well i have problem while opening global manager as it cant login into account db well i checked odbc and iis they are fine im sure its all about sql account password well because in sql i can login with 2 passwords my password and sql default pw and i think that global manager needs the default pw so is there any way to get it?
08/27/2016 17:24 Nediateam#2
account gm or normal account?
09/26/2016 23:37 St0rmSRO#3
You set the main (sa) SQL password when first installing SQL Server, you should never use this in applications for security reasons, create a seperate one with all the permissions you need.
You also set the SQL instance name during first setup

Check that your certification module is setup correctly with the correct SQL path and login credentials.
10/12/2016 13:32 MrCatGardens#4
You are using Windows-Authentification or SQL-Credentials (User "sa"....)