Problem
When trying to perform some task, it fails and you see something like "permission denied in database 'master'. " in the error logs.
Resolution
- On the main Application Server for FTK Central, navigate to ProgramFiles\AccessData\Forensic Tools\<version>\bin, while logged in as the service account.
- Find DBconfig.exe
- Right Click and "Run as Administrator"
- Click the "Create Master Proc" button
- Choose "Windows Authentication" on the pop-up
- Click "Start Creation"
Cause
Something has corrupted the Stored Procedures for the "master" database. This function will recreate all the stored procedures.
Sample Errors:
CREATE DATABASE permission denied in database 'master'.
The EXECUTE permission was denied on the object 'sp_ADG7X1_ClearCache', database 'master', schema 'dbo'.
(Last updated June 23,2023 - FTK Central 7.6 SP3)