Answered by:
Failed to retrieve site state

Question
-
Hi!
We have the problem described in this post.
The solution offered, setting up HTTP-bindings to an "Unauthorized" page, is good, but not for us.
My question is then, which workflow(s) in the MP creates the Events (that triggers this Rule)?.
We could disable the rule "Failed to retrieve site state" but it would be much more appropriate to disable the failing workflows.
/Roger
This posting is provided "AS IS" with no warranties, and confers no rights.Thursday, March 24, 2011 9:17 AM
Answers
-
In general, management packs don't create events - they can respond to events. The rule you are siting, "Failed to retrieve site state" is a workflow - so it isn't clear to me what other type of workflow you are looking for.
One thought is you are thinking about the discovery that finds the sites.
Microsoft Corporation- Marked as answer by Roger MorellMicrosoft employee Tuesday, March 29, 2011 8:31 AM
Saturday, March 26, 2011 3:50 PM
All replies
-
In general, management packs don't create events - they can respond to events. The rule you are siting, "Failed to retrieve site state" is a workflow - so it isn't clear to me what other type of workflow you are looking for.
One thought is you are thinking about the discovery that finds the sites.
Microsoft Corporation- Marked as answer by Roger MorellMicrosoft employee Tuesday, March 29, 2011 8:31 AM
Saturday, March 26, 2011 3:50 PM -
Hi Dan!
Sorry about being unclear!
I was trying to figure out what to "turn off" to get rid of the Alert.
The Event description,
"Failed to retrieve the state of the following site: 'XYZ'. The operation will be retried. HRESULT: 0x800710d8 Details: The object identifier does not represent a valid object. One or more workflows were affected by this. Workflow name: many Instance name: many Instance ID: many Management group: XYZ",
does not seem to be a generic Health Service Modules error.
However, the site IS discovered, rules and monitors run (although monitors could be inititialised with broken logic).
So, we will disable "Failed to retrieve site state" for this particular server.
Best Regards
Roger
This posting is provided "AS IS" with no warranties, and confers no rights.Tuesday, March 29, 2011 8:37 AM -
An alternative approach is to tune the noise if you can't fix the site is to create a custom version of the rule that includes one more criterion - the name of the site.
i.e. the original rule is as follows
but the actual event has the site name as one of the parameters, and you could choose to NOT consider the event when that parameter matches the name of your "broken" site that you intend to ignore:
Thursday, July 11, 2013 5:41 PM