Issues with the following Management Servers…The following Management Group Function failed “Data Access Service Group” The following Management Group Infras

John Ingram 0 Reputation points
2026-04-27T19:46:32.93+00:00

User's image

System Center Operations Manager
System Center Operations Manager

A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.

0 comments No comments

2 answers

Sort by: Most helpful
  1. SChalakov 10,861 Reputation points MVP Volunteer Moderator
    2026-04-28T11:21:38.4466667+00:00

    Hi @John Ingram

    The AI-suggested reply is on the right track, and I would encourage you to review all the listed points.

    One additional important remark: it is not a good idea to publicly post server names, as this may pose a security risk to your environment. The screenshot also contains other visible sensitive information. I would highly recommend masking or hiding this information, as exposing it could represent a potential vulnerability.

    Please let me know if the suggestions from Q&A Assist were not helpful, and I will try to assist you further.

    Best regards,
    Stoyan


    "If my response was useful, please consider marking it as the answer. It keeps the forum clean, structured, and more helpful for everyone. Thank you for supporting the community."

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-27T19:46:50.7133333+00:00

    The “Data Access Service Group” health state reflects the health of the System Center Data Access Service across the management servers in the management group. When this management group function shows as failed or critical on multiple servers, the issue is typically with:

    • Connectivity from those management servers to the Operations Manager operational database (and possibly the data warehouse database)
    • The Data Access Service itself not running or failing to start
    • Incorrect configuration of the database server name on the management servers

    Use the following steps on one of the affected management servers and then repeat as needed on others:

    1. Verify the Data Access Service
      • On each listed server (for example, ODSDMMDWSVR7, ODSDMMDWSVR8, ODSDMMDBSVR6, etc.), open Services.msc.
      • Locate System Center Data Access Service.
      • Ensure the service is set to Automatic and is Running.
      • If it is stopped or repeatedly failing, restart it and immediately check the Operations Manager event log for related errors.
    2. Confirm database connectivity configuration
      • On an affected management server, open Registry Editor.
      • Navigate to: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Operations Manager\3.0\Setup
      • Check the value of DatabaseServerName.
      • Confirm that this value matches the actual SQL Server name (and instance name, if not default) that hosts the Operations Manager operational database.
      • If the value is incorrect, update it to the correct ServerName or ServerName\InstanceName.
      • After correcting, restart the System Center Data Access Service and recheck the health state.
    3. Check SQL Server availability
      • From each affected management server, verify that the SQL Server hosting the Operations Manager database is reachable (for example, via ping and SQL tools if available).
      • Ensure the SQL Server service and the SQL instance that hosts the Operations Manager database are running.
    4. Review Management Group Health dashboard
      • In the Operations console, go to Operations ManagerManagement Group Health.
      • Confirm the health state of:
        • System Center Data Access service group (function level)
        • Management servers (infrastructure level)
      • Use Health Explorer from this view to drill into the specific monitors and alerts that are critical for the Data Access Service Group and affected management servers.
    5. Validate data warehouse and other functions
      • If the Data Warehouse DB or other management group functions also show critical, review their alerts and event logs on the management servers and SQL servers, as data warehouse connectivity or processing issues can also impact overall management group health.

    Once the registry configuration and connectivity are corrected and the Data Access Service is running successfully on all affected management servers, the Data Access Service Group and Management Group Infrastructure states should return to healthy after the next monitoring cycle.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.