Hello,

I finally manage to solve my problem. To be honest, it was kinda strange, it 
seems that I also had another issue, somehow related to my initial problem.

When trying to discover new severs, Discovery Wizard was running like forever 
so I found this solution:

http://thoughtsonopsmgr.blogspot.ro/2009/01/scom-discovery-wizard-doesnt-work.html

Basically I had a problem with SQL Broker, from whatever reason it wasn't 
enabled for my "OperationsManager" database.

So from the SQL server I run the following commands:

SELECT is_broker_enabled FROM sys.databases WHERE name = 'OperationsManager'

ALTER DATABASE OperationsManager SET SINGLE_USER WITH ROLLBACK IMMEDIATE

ALTER DATABASE OperationsManager SET ENABLE_BROKER

ALTER DATABASE OperationsManager SET MULTI_USER


Note: Please remember to close and disable all SCOM services first !

After that Discovery Wizard worked like a charm !

The I tried again to validate/test a specific URL and this time was successful. 

Hope it helps. Regards.


From: Radu Bogdan 
Sent: Friday, May 15, 2015 12:21 PM
To: [email protected] 
Subject: [msmom] Web Application Availability Monitoring issues

Hello,

In my environment I have 3 separate SCOM 2012 R2 UR4 (Win 2012 R2) servers with 
2 watchers (Windows 7 Pro) for Web Application Availability Monitoring.


Whenever I tried to validate/test a URL I keep receive the same message over 
and over: "Timeout while waiting for the task to complete, do you want to 
continue waiting?"

I tried to follow/debug this process within the Event Viewer on both my 
watchers and on the SCOM server, but I did not find any information regarding 
this issue.

>From what I understand, to make sure the task is at least running, when you 
>hit run test, you could see that a new “MonitoringHost.exe” process will be 
>launched.

I can  see this process running for a couple of seconds and that`s all..

Any ideas on how to solve this issue ? 


Thank you. Best regards.




Reply via email to