Skip to content

Install Server Software

Extract the ZIP file and save the folder to the following path on the server: C:\\inetpub\wwwroot\rms\{Version}

Install Server Software 1

Setup connection configuration for wPage

In the extracted sub-directory wPage, open the file connections.config. Path: C:\\inetpub\wwwroot\rms\{Version}\wPage

The following information in the connection string must be modified.

  • Data source:
    Is the database instance. SQLEXPRESS as used above. This must be adapted, when external SQL database is used. For example:

Data source = 12.34.56.789\InstanzName

  • Initial catalog
    Name of the database. "RMS" as used above
  • ID
    User ID for database access of the software. "rmsUser" as used above.
  • Password
    Password for database access of the software.

Example:

Setup connection configuration for wService

Repeat the setup above for also for wService, or just copy the connection.config file to this folder.

SQL with Windows authentication only

If SQL authentication is not allowed, then use SQL with Windows authentication.

Application Pool Identity

  • Open "IIS Manager"
  • Select your Application Pool
  • Select "Advanced Settings"
  • Under "Identity", select "Custom Account" and provide a User and Password for an account with access to SQL Server

Connection String

  • Edit the RMS connection string in the file "Connections.config" (Use your server and database name):

The RMS Server Service is now connected to the database.