7 December,21 at 11:03 PM
Question:
How does one migrate databases associated with a Centrify DirectManage Audit installation from one SQL database server to another?
Answer:
Please check the attached document which has the step by step process to migrate databases associated with a Centrify DirectManage Audit installation from one database server to another.
At a high level, the steps are:
Also, verify if 'sa' is the owner. If 'sa' is not the owner of the database, you can run the following query command to set 'sa' account as the owner:
ALTER AUTHORIZATION ON DATABASE::[<DB_NAME>] TO [sa]
Keywords: migrate SQL database changedbowner sa
Note:
Once the above steps are completed, do below steps on the SQL database server:
A. Start > All Programs > Microsoft SQL Server 20xx > Configuration Tools > SQL Server Configuration Manager.
Expand SQL Server 20xx Network Configuration > double click Protocols for DIRECTAUDIT > Please make sure TCP/IP is Enabled
B. Click Start > Administrative Tools > Service, right-click on SQL Server (DIRECTAUDIT) to start/restart the server.
C. Check Trusted Collectors is correctly configured in Audit Store and any Allowed incoming Collectors in the database.
D. The collector server and the database server should be part of the same AD forest.
E. See if the AD domain name matches the issue described in:
KB-2516: Centrify DirectAudit fails to resolve the Fully Qualified Domain Name for the SQL server