CHAPTER 2
PREPARING FOR INSTALLATION
4 smarttech.com/kb/171391
7. Run the RMS_Connector_for_Exchange.exe file, enter the path to the RMSConnector for
Exchange folder you created in the previous step, and click Extract.
8. Repeat step 7 for each EXE, extracting each EXE file to the corresponding folder you created
in step 6.
RMSDatabase installation
Before installing the SMARTTeamWorks Server database, complete the following steps:
1. Set up server authentication
2. Create a new user with SQLauthentication.
3. Create a new database using the collate Latin1_General_CI_AI.
4. Populate the new database.
These steps are described below.
To set up server authentication
1. Open SQL Server Management Studio.
2. In the Object Explorer, right-click the server node and select Properties.
3. On the Security page, select SQL Server and Windows Authentication mode.
4. Click OK.
To create a new user with SQLauthentication
1. Open SQL Server Management Studio.
2. In the Object Explorer, browse to the Security > Logins folder.
3. Right-click the Logins folder and select New Login.
4. Complete these actions:
o
Enter a Login name and password
TIP
Record these credentials for easy reference. You will need them later in this process.
o
Select SQL Server Authentication.
o
Clear the Enforce password policy check box.
5. Click OK.