During the installation process, two databases for CA Server Automation are created: dpm and aom2. Change the ownership of these databases to the sa user.
Follow these steps:
The SQL console opens.
use dpm exec sp_changedbowner 'sa', 'true' use aom2 exec sp_changedbowner 'sa', 'true'
The sa user owns the aom2 and dpm databases.
Copyright © 2013 CA. All rights reserved. |
|