Category Archives: SCOM 2012

SCOM: Report subscription list could not be loaded. Client found response content type of ”, but expected ‘text/xml’.

Just the thing you want to see on a Monday morning, clicking on the Reports node and seeing the following error:

Message: Report subscription list could not be loaded.

System.InvalidOperationException: Client found response content type of ”, but expected ‘text/xml’.
The request failed with an empty response.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.ReportingService.ReportingService2005.ListSubscriptions(String Report, String Owner)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.ManagementGroupReporting.GetSubscriptions(String owner)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.Views.ReportSubscriptionsView.ReportSubscriptionsView.LoadSubscriptionsJob(Object sender, ConsoleJobEventArgs args)

An investigation determined that the reporting services action account needed to be re-registered to the ASP.NET IIS framework using the following command.

aspnet_regiis -ga <Domain\reporting services action account>

Loading

SCOM: Checking for a word on a webpage

Monitoring if a website is available is simple enough with the SCOM 2012 Web application availability wizard but what if you want to check if a specific word appears on that page?

In order to add this additional criteria to your web application monitor first open your web app and click on Change Configuration:
webappconfig

Then in the section titled alerts tick the box for Content Match, then choose if the word or phase you are looking for must be present or missing and type the word or phrase into the criteria box. In this example an alert will be generated if my page does not contain the word Demo.

webappconfig2

And there you have it a web application which will alert you if a word appears on a monitored web page.

Loading

SCOM: Microsoft Dynamics NAV 2015 Management Pack for System Center

A management pack has been released to offer monitoring support for Microsoft Dynamics NAV 2015. It is available for download here.

This monitoring pack supports monitoring the health of Microsoft Dynamics NAV 2015 installations, including the following components:

  • Computers on which Microsoft Dynamics NAV Server is installed and Microsoft Dynamics NAV Server instances are installed.

This includes monitoring of Microsoft Dynamics NAV Server instances and mounted tenants.

  • Computers on which Microsoft Dynamics NAV Web Server components are installed. These include the websites and web server instances for the Microsoft Dynamics NAV Web client.

Loading

SCOM: Updated MP Windows 8 and 8.1 Client Operating System v6.0.7251.0

An updated version of the Client OS MP has been released, 6.0.7251.0 can be found here

New in this version:

  • Changed discovery of Win 8 client computer and Win 8 client OS data sources to fix the issue with discovering Win 10 computers by Win 8 MP. Instead of registry provider now we use registry and WMI to find version of the OS
  • Added Alert Messages to the following monitors: CPU Percentage Utilization, CPU DPC Time Percentage, CPU Percentage Interrupt Time
  • Added a group populator for Win 8.1 Business Critical group
  • Fixed Windows 8 Aggregate Physical Disk Discovery
  • Fixed Discover Network Adapters (Only Enabled) and Discover Network Adapters (Both Enabled and Disabled) discoveries

Fixed Windows 8 MP Aggregate reports failure issue occurring while running reports under standard service account by granting appropriate permissions in Install and Upgrade sections scripts of DW datasets

Loading

SCOM: Updated Windows Server DNS MP v10.0.0.0

A new version of the Windows Server DNS MP has been released it is available for download here.

New in this version:

  • Generic presentation management pack Integration (Management pack with generic views and groups).
  • Generic Management Pack Integration: introduced a common folder structure, which will be used by future releases of Windows Server DNS monitoring packs. This management pack enables version-independent generic views and groups, displaying the information about all versions of Windows Server DNS.

dns

Loading