Thursday, October 25, 2012

[OpsMgr 2012] Unable to install license key on SCOM 2012

 has published an article on issue on adding a product key on  an eval version of System center operation manager. Using the steps  referenced in KB2699998, the PowerShell hangs after you run the
Set-SCOMLicense -ProductId XXXXX-XXXX-XXXXX-XXXXX-XXXXX command and select Y to confirm.


Cause
An “Unauthorized Access Exception” or simply a lack of “permissions” needed to update the database is being prevented from updating the OperationsManager database. Even though the account is a member of the Domain Administrators.

Resolution
Make sure that the account you are using to run the PowerShell registration commands is not only a local administrator on the management server, but more importantly it has the correct rights to make changes to the “OperationsManager” SQL database. A domain admin account may not work for you depending on how you configure the settings in SQL. I would recommend using the SDK account; if the SDK can not make these changes, then you just might have some bigger issues going on that need to be taken care of.
Since the SDK account is one set of credentials that is used to “update” & “read” the information that is in the operational database. The Operations Manager will ensures that the credentials used for the System Center Data Access service and System Center Configuration service account are assigned to the “sdk_user” role in the operational database. For more information you can learn more here.

This posting is provided "AS IS" with no warranties.

No comments:

Post a Comment