Corresponds to warning on UI / Exception in Logs:
SeSecurityPrivilage
The account under which Sql Secure collector is running does not have enough permissions in Active Directory
In order to fix this, perform following steps:
-Debug Programs
-Manage auditing and Security log
-Restore files and directories
-Take ownership of files or other objects
Corresponds to warning on UI / Exception in Logs:
UnauthorizedAccessException
The path parameter specified a directory that is read-only.-or- This operation is not supported on the current platform.-or- The caller does not have the required permission.
Example from collector logs:
Failed to get file permissions for \\MACHINE-NAME\C$\Program Files\Microsoft SQL Server\MSSQL13.MSSQL16\MSSQL\Binn\Xtp\gen\include\hkengdef.h: System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
In order to fix this, we need to go to the sql server installation directory and make sure that the user under which Sql Secure collector is running have enough access permissions on all the folders and files inside installation directory(uncheck "Read Only" checkbox in the properties) and not Read-only access.
|