I got this error when trying to add a new server to an existing AD RMS cluster
Active Directory Rights Management Services: Installation succeeded with errors
Error: Attempt to configure Active Directory Rights Management Server failed. Cannot find the object "Certificate" because it does not exist or you do not have permissions. at System.Data.SqlClient.SqlConnection.OnError(SqlException
exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at Microsoft.DigitalRightsManagement.Utilities.DrmsSqlConnection.ExecuteSqlCommand(String database, String format, Object[] args)
at Microsoft.DigitalRightsManagement.Utilities.DrmsSqlConnection.ExecuteSqlResource(String database, String resource, Object[] args)
at Microsoft.RightsManagementServices.Configuration.DbCreator.executeOnDb(String[] args)
at Microsoft.RightsManagementServices.Configuration.LogCreator.Upgrade(DRMServerVersion LogDbVersion)
at Microsoft.RightsManagementServices.Configuration.LogProvisioning.CreateLogDb()
at Microsoft.RightsManagementServices.Configuration.LogProvisioning.Run()
at Microsoft.RightsManagementServices.Configuration.ProvisioningBase.ProvisionLogging()
at Microsoft.RightsManagementServices.Configuration.ProvisioningBase.Run()
at Microsoft.RightsManagementServices.Configuration.ProvisionerBase.DoProvision()
at Microsoft.RightsManagementServices.Configuration.ProvisionerHelper.Run(OperationType operationType, Object data)
at Microsoft.RightsManagementServices.Configuration.CmdLineHandler.Run()
Remove and re-install AD RMS to attempt provisioning again.
Warning: Before you can administer AD RMS on this server, you must log off and log on again.
Informational: <a href="rms_help.chm|html/a928c435-77a8-49fe-b08e-bfdc6bcc1fa7.htm">If the AD RMS cluster has been configured for SSL, you must import and configure the cluster's SSL certificate on this server.</a>
The following role services were installed:
Active Directory Rights Management Server
This happened at the last steps. I do the setup as an account with Domain Admin, Enterprise Admin, RMS SQL DB sysadmin privileges.
I did import the SSL certificate to IIS, and bind it to the default website.
Please help.