Error "UNSAFE ASSEMBLY permission was denied on object 'server', database 'master'" during synchronization of eWay-CRM Desktop
Description
The error may appear when the eWay-CRM is installed on the terminal server.
UNSAFE ASSEMBLY permission was denied on object 'server', database 'master'
Version
All versions of eWay-CRM
Difficulty
High
Resolution
The error occurs when users don't have sysadmin permission on the database. You can resolve the error by adding the sysadmin permission to users, but it is rather recommended to grant "UNSAFE ASSEMBLY" permission:
USE [master] GRANT UNSAFE ASSEMBLY to [DOMAIN\user]
For more information: Installation of eWay-CRM on Terminal Server