Deleting Records
Beginning with version 6.0 SP2, the Agent enables to activate the temporary Private Mode. User activity is not monitored in this mode. Individual users can use Private Mode also ex post, using the Delete records command. If you do not want users to be able to use the Private Mode ex post, you can disable this command:
Warning:
This is a direct intervention in the ALVAO database.
- Open Microsoft SQL Management Studio and connect to the SQL Server running the ALVAO database.
- In the tree on the left, select the Databases node and click on the ALVAO database.
- Click on New Query.
- A tab will open where you need to enter the following string
exec spUpdateInsertProperty 'Mon.UserCanRemoveRecords', NULL, 0, NULL, NULL
- Click on Execute.
If you want to enable this command in future, use the same steps, but this time replace 0 with 1 in Step 4.
Did not find what you were looking for? Ask our technical support team.
|