Environment
Appmanager 7.x
Control Center 7.0.4
Situation
Cache Manager fails with the following error message:
[SQL COMMAND: execdbo.SyncComputerEvent 'xxxxx.QDB' ] The EXECUTE permission was denied on the object 'CC_SyncComputerEvent', database 'QDB',schema 'dbo'.
[SQL COMMAND: execdbo.SyncComputerEvent 'xxxxx.QDB' ] The EXECUTE permission was denied on the object 'CC_SyncComputerEvent', database 'QDB',schema 'dbo'.
Resolution
To fix this issue perform the following steps:
- Open up SQL Server Management Studio
- Expand Server Objects
- Expand Linked Servers
- Right click and choose properties for the specific repository in the error message
- Choose the Security page
- Change the Security setting to "Be made using the login's current security context"
- Click OK to save changes
Cause
This error is a result of incorrect security settings on the linked server properties for the QDB specified in the error above. The "Be made using this security context" option is selected.
Additional Information
Formerly known as NETIQKB71889