Cybersecurity
DevOps Cloud
IT Operations Cloud
Control Point 5.9.2
Error message: An error occurred when deploying: Updating security for standard accounts failed with error: Could not get user details for username: DOMAIN/USERNAME
To perform the change required, you'll need to re-run the config tool to update the admin account. If you have already tried running that, you can change it manually in the Global Settings:
Update [ControlPoint].[dbo].[CPGlobalSettings]
set SettingValue = 'specify new domain\user'
where SettingName = 'Autonomy.ControlPoint.Security.AdminAccount'
NB: Restart CP Engine, DataAnalysis SQLAgent & Metastore after making the change.