Activating the application role

<< Click to display table of contents >>

Navigation:  Administration > Security settings > Security of database access  >

Activating the application role

The Application Role TiCon has already been created in the database by MTM and is password-protected.

This role is inactive by default. To use it, the application role must first be activated.

Procedure

Case 1: New database (as of and including TiCon 4.09)

Use a user in the connection string who does not have read/write access.

Activate the users of the AppRole via config.xml by adding: <config name="db.useAppRole" value="true" />

Case 2: Old database before TiCon 4.09

Use a user with db_owner authorization in the connection string.

Carry out the "Konvertierung" with the tool "ticon4converter.exe" or start TiCon once.

Then remove the rights of the DB user or use another user who does not have read/write rights to access the TiCon database.

Activate the users of the "AppRole" via config.xml by adding: <config name="db.useAppRole" value="true" />