You must have the necessary SQL permissions on the remote SQL server with Genetecâ„¢ Server services where the Incident Manager role
is active.
Before you begin
Install SQL Server Management Studio (SSMS) on your system. You can download an instance
from
Microsoft.com.
For information on installing SQL
Server on a separate drive, see the Security Center Installation and Upgrade
Guide.
What you should know
Security Center offers two modes of user
authentication whilst connecting to the SQL server:
- Windows Authentication
- Configured by default. The SQL server has the same login credentials as the Windows
administrator.
- SQL Server Authentication
- Configure for advanced scenarios. This enables dual authentication because when you
configure this option, the default Windows Authentication is
also available.
Procedure
To configure dual authentication:
-
Open SQL Server Management Studio.
-
In the Object Explorer pane, right-click the SQL Server instance
and select Properties.
The Server Properties dialog box opens.
-
In the Select a page pane, click
Security.
-
In the Server authentication section, select SQL Server
and Windows Authentication mode and click OK.
NOTE: For your configuration to take effect, you must restart your SQL Server.
-
Restart SQL Server:
-
Open SQL Server Configuration Manager.
-
In the Sql Server Configuration Manager pane, select
SQL Server Services.
-
Right-click SQL Server (SQLEXPRESS) and click
Restart.
Dual authentication is now configured.
-
Create a new SQL Server login using SQL Server
Authentication:
-
In the Object Explorer pane, click .
The Login- New window opens.
-
Select SQL Server Authentication.
Tip: Remember the login credentials for your SQL server. You would require
Administrator level access to reset them.
-
Enter a login name.
-
Enter a new password.
-
Clear the Enforce password policy option.
-
From the Default database list, select
IncidentManagement.
-
In the Select a page pane, select Server
Roles.
-
In the Server Roles section, select one of the
following:
- public
- For Security Center versions 5.10.1.0
and later.
- dbcreator
- For Security Center versions 5.10.0.0
and earlier.
-
Click OK.
A new SQL Server login is created.
To test the new SQL Server login:
-
In Config Tool, go to .
-
On the Resources page, configure the following:
-
Database server and Database
- The name for the Database server and
Database must match the name found at name.
- SQL Server login
- From the Authentication list, select SQL
Server and enter the new SQL Server credentials that you created.
-
Click Apply.
The database is connected to the server with the new SQL server
credentials.