Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating the entitlement database

Create a new Database called INS_Entitlement

...

Restoring the entitlement database

Restore the entitlement database from - N:\Development\Pre-Flight Setups\Entitlement and overwrite the database you just created.

...

Once installed restored you may will need to set up a sql server user to have access to this database.

Click the dropdown under security - right click Logins and select new login.

...

Create a login name - select SQL Server authentication - create a password (note you will need these details later)

Uncheck Enforce password policy and Enforce password expiration.

...

Click on the User Mapping tab and add the user to your database. Please be sure to checkĀ db_owner.

...

Furthermore, when creating a new SQL login even if you check db_owner under the user mapping tab you will need to go back into the user and check db_owner again.

...

This is important in the final step of logging into the LAN Service for the first time, where we have to connect to the database with a valid user and password.

...