Enterprise and/or Watch not starting — error in logs:
This occurs because the SYSTEM user does not have authorization rights for the database.
Manual Configuration via SQL Management Studio
Open SQL Management Studio and connect to the SQL Server instance used by the application.
- Navigate to
- Open the folder
- Double click
- Select
- Check the box
- Apply changes and close
Automated configuration using batch files
You can use the provided batch files to apply the same change:
Download batch files:
If your SQL instance name is different from the default (SQLEXPRESS) or the database is on a remote server, edit the batch file and replace
'sqlexpress' with the correct instance name.
Run the batch file with privileges.