When installing the RMS it is recommended that the install program uses the 'sa' or similar user to create the database. However, once the database is created we recommend creating a new database user that only has control over the RMS database. This will increase the security of the software.
The RMS install program will:
Setup the components and database during the installation process using the 'sa' account
Launch the Configuration Application
The RMS administrator will need to:
Create a new database user for the RMS
Assign the database user as the owner of the RMS database
Fill in the details of the database user and database server in the Configuration Application
Fill in the detail for the Perception database in the Configuration Application
This section describes how to create database users and assign it to the RMS database created by the installer in:
|
|
These steps will need to be completed after the RMS installer has created the RMS database, for instructions on running the RMS installer please refer to the chapter Running the install program |
The database server also requires mixed mode authentication enabled to ensure that the users created can be accessed. If your database server does not have mixed mode enabled, please refer to the section below for instructions:
Once the database user has been created refer to Using the Configuration application for instructions on how to apply the database user to the RMS database.
Once you have created your database, you need to set up a new login. To do so:
Open the SQL Server Enterprise Manager
Expand the server folder for the server on which you have created your database in the navigation pane
Expand the Security sub-folder
Right-click Logins and select New login...
Enter a name for the new login
Select SQL Server Authentication and enter a password
Select the database created by the RMS installer from the Default database drop-down list, this will be the name supplied in the RMS Database Name text-box during the installation
Open the Database Access tab and tick the database you have created
Tick the db_owner box to assign permissions

Click OK
Re-enter the new password and click OK to complete the login creation process
Once a user has been assigned to the RMS database created by the installer, this information will need to be provided to the Configuration Application.
Once you have created your database, you need to set up a new login. To do so:
Open the SQL Server Management Studio
Expand the server folder for the server on which you have created your database in the navigation pane
Expand the Security sub-folder
Right-click Logins and select New login...
Enter a name for the new login
Select SQL Server Authentication and enter a password
In the Default database list, select the database created by the RMS installer
Open the User Mapping page and tick the database you created
Tick the db_owner box to assign permissions

Click OK
Once a user has been assigned to the RMS database created by the installer, this information will need to be provided to the Configuration Application.
The process of enabling mixed mode authentication varies depending on which version of SQL Server you are using. Select the correct version below for further details.
To enable mixed mode authentication complete the steps below:
Launch the SQL Server Management Studio
Login to the database server with the System Administrator user (this was defined when the database server was installed)
Right-click on the on the database connection in the Object Explorer window and select Properties

Select the Security page
From the Server authentication options click SQL Server and Windows Authentication mode
Click OK to apply the changes
You can now use the database user you created to access the RMS database.
To enable mixed mode authentication complete the steps below:
Launch the SQL Server Enterprise
Login to the database server with the System Administrator user (this was defined when the database server was installed)
Right-click on the on the database connection in the Console Root window and select Properties

Select the Security tab
From the Security options click SQL Server and Windows
Click OK to apply the changes
You can now use the database user you created to access the RMS database.