Showing posts with label Logs. Show all posts
Showing posts with label Logs. Show all posts

22 Mar 2011

Track Deleted Files in the Server Logs

It is possible to configure the Vault Server logs in 2011 or later, so that Administrators can get a record of files deleted by Users.

To do this, you will need to go to the Web.Config file on the Server (Important: Make a copy before making changes), this will be located here:

C:\Program Files (x86)\Autodesk\ADMS Professional 2011\Server\Web\Services

Open the Web.Config file in Notepad, then after < switches > add the following:

< add name="LogFileDeletesBooleanSwitch" value="1"/ >