If the wrong group is configured for the Operations Manager 2007 Administration role, you will be unable to start the Operations console. Use the following procedures, in the order given, to reset the group assigned to the Administrator role.

Note
Active Directory Domain Services integration will not work if local machine group is used as the Operations Manager 2007 Administrators group

To stop the System Center Data Access service

  1. Log on to the computer with an account that is a member of the Administrators group.

  2. On the Windows desktop, click Start, and then click Run.

  3. In the Run dialog box, type services.msc and then click OK.

  4. In the Services dialog box, right-click System Center Data Access and then click Stop.

To edit the MOMAuth.xml file

  1. On the Windows desktop, right-click Start, and then click Explore.

  2. In the <drive letter>:\Program Files\System Center Operations Manager 2007\SDK Service State folder, right-click MomAuth.xml and then click Edit.

    Note
    <drive letter> is the drive on which Operations Manager was installed (for example, C).
  3. In the MomAuth.xml file, search for Description="OperationsManagerAdministrators". Ensure that you have found the AzRole Guid tag.

  4. The following SIDs are listed as members:

    • S-1-5-18 (LocalSystem)

    • The SID for the Administrators group that was entered during setup.

  5. Replace the Administrators group SID with the desired SID.

    Note
    The SID for BUILTIN/Administrators is S-1-5-32-544.
  6. Open Notepad, click File, and then click Save.

To copy MOMAuth.xml into the clipboard

  1. In Notepad, click Format, and ensure that Word Wrap is not enabled.

  2. Click Edit, and then click Select All.

  3. Click Edit, and then click Copy.

  4. Close Notepad.

To replace the contents of the Data field in the AuthorizationStore table

  1. On the Windows desktop, click Start, point to Programs, click Microsoft SQL Server 2005, and then click SQL Server Management Studio.

  2. In the Connect to Server dialog box, click Connect.

  3. In the Object Explorer pane, expand Databases, right-click OperationsManager, and then click New Query.

  4. In the query pane, type update authorizationstore and then press ENTER.

  5. Type set Data = '.

  6. Press CTRL+V to paste the contents of the MOMAuth.xml file.

  7. Type ' (single quote), and then click Execute.

  8. Click File, and then click Exit.

To start the System Center Data Access service

  1. On the Windows desktop, click Start, and then click Run.

  2. In the Run dialog box, type services.msc and then click OK.

  3. In the Services dialog box, right-click System Center Data Access and then click Start.

  4. Click File, and then click Exit.

See Also


Did you find this information useful? Please send your suggestions and comments about the documentation.