Skip to content

Creation of a New Database

The creation of a new database instance that will interact with the RMS software.

Step 2 Create the RMS database. Right click on "Databases" and select "New database".
Microsoft SQL Server Database
Step 3 Add the database name: rms.
No other settings require updating. Click on "OK".
remote desktop install 24
Step 4 Create a user for the database login. Got to "Security" and expand. Right click on "Logins" and select a "New login".
remote desktop install 25
Step 5 General: Add the login data for the SQL database user.
Remove the enforce password policy.
Recommendation:
- Login name: rmsUser
- SQL Server authentication password: Rotronic123
IMPORTANT:
- This user login must be specified later for the WebService so that the RMS server software can access the database.
- Use only letters and numbers for the password. The password will be used when installing the server software. Special characters could create a conflict.
- Default database: rms
Click "Server Roles".
clip0035
Step 6 Server Roles: Select the "Public" role. Click "User Mapping".
remote desktop install 27
Step 7 User Mapping: Select "rms" in users mapped to this login.
Select "db_datareader" and "db_datawriter" as well as "Public" from the database role membership for: rms. Click "OK".
Configuration of the database is finished.
clip0036