Answer
Most GFI Software Products use or support Microsoft SQL Server 2005 or newer. When using Microsoft SQL Server you may need to add accounts for authentication and access to the relevant databases.- Open Microsoft SQL Server Management Studio and connect to the appropriate instance of SQL
- Navigate to Security > Logins. Right-click Logins and select New Login...
- In the "Login - New" dialog select the name of the account needing to access and manage the database. If creating a SQL account use the SQL Server authentication selection (see important note below).
- Right-click the newly added account and choose "Properties"
- Select the "Server Roles" node and select the "sysadmin" role. The product's service account needs this role in order to create new databases.
NOTE:
By default, Microsoft SQL server has ONLY Windows Authentication Mode selected. If you are going to use a Microsoft SQL Account (such as the "SA" account) you must insure that Microsoft SQL Server and Windows Authentication mode is selected.