Discussion:
IIS Discovery Probe Module Failed Execution
(too old to reply)
NicoDavis
2008-12-12 20:55:00 UTC
Permalink
Hello everyone!
The last week we are getting the following alert in our environment (SCOM
2007 SP1):

************************************************
Alert name: IIS Discovery Probe Module Failed Execution
Alert rule: IIS Discovery Probe Module Execution Failure

Error doing IIS DiscoveryError: 0x80070002
Details: The system cannot find the file specified.

One or more workflows were affected by this.

Workflow name:
Microsoft.Windows.InternetInformationServices.2008.DiscoverAllComponents
Instance name: [hostname]
Instance ID: {B0F2CD79-ED9A-5A6F-F3DD-F746E5F79815}
Management group: [Management group name]
************************************************

We only get these alerts from Windows Server 2008 machines that hold the Web
Server (IIS) Role.

On the servers where the alert originates from an Operations Manager event
appears every hour:

************************************************
Log Name: Operations Manager
Source: Health Service Modules
Date: 2008-12-12 14:51:03
Event ID: 31803
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: [hostname]
Description:
Error doing IIS Discovery

Error: 0x80070002
Details: The system cannot find the file specified.
************************************************

Has anyone seen this behaviour? I have searched newsgroups and forums to no
avail. Please help.

Kind regards
Nico Davis
Derv
2009-01-08 13:34:16 UTC
Permalink
NicoDavis,

Were you able to resolve this issue? We are seeing the same issue for a
Windows 2003 server.
Post by NicoDavis
Hello everyone!
The last week we are getting the following alert in our environment (SCOM
************************************************
Alert name: IIS Discovery Probe Module Failed Execution
Alert rule: IIS Discovery Probe Module Execution Failure
Error doing IIS DiscoveryError: 0x80070002
Details: The system cannot find the file specified.
One or more workflows were affected by this.
Microsoft.Windows.InternetInformationServices.2008.DiscoverAllComponents
Instance name: [hostname]
Instance ID: {B0F2CD79-ED9A-5A6F-F3DD-F746E5F79815}
Management group: [Management group name]
************************************************
We only get these alerts from Windows Server 2008 machines that hold the Web
Server (IIS) Role.
On the servers where the alert originates from an Operations Manager event
************************************************
Log Name: Operations Manager
Source: Health Service Modules
Date: 2008-12-12 14:51:03
Event ID: 31803
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: [hostname]
Error doing IIS Discovery
Error: 0x80070002
Details: The system cannot find the file specified.
************************************************
Has anyone seen this behaviour? I have searched newsgroups and forums to no
avail. Please help.
Kind regards
Nico Davis
Chris Vico
2009-01-12 14:29:01 UTC
Permalink
Hi,

I had the same issue and here is the cause:

- The IIS management tools were installed (The IIS Admin Service) but no
other IIS part.

The discovery looks for \Services\IISAdmin to evaluate whether or not IIS is
installed. So IIS was "discovered". But then de further steps failed as
nothing else is installed.

On the server were the error occurs, I disabled the IIS discovery to fix the
problem.

Not sure how relevant is this for you, but I wanted to share my findings.
Regards,
Chris
Post by Derv
NicoDavis,
Were you able to resolve this issue? We are seeing the same issue for a
Windows 2003 server.
Post by NicoDavis
Hello everyone!
The last week we are getting the following alert in our environment (SCOM
************************************************
Alert name: IIS Discovery Probe Module Failed Execution
Alert rule: IIS Discovery Probe Module Execution Failure
Error doing IIS DiscoveryError: 0x80070002
Details: The system cannot find the file specified.
One or more workflows were affected by this.
Microsoft.Windows.InternetInformationServices.2008.DiscoverAllComponents
Instance name: [hostname]
Instance ID: {B0F2CD79-ED9A-5A6F-F3DD-F746E5F79815}
Management group: [Management group name]
************************************************
We only get these alerts from Windows Server 2008 machines that hold the Web
Server (IIS) Role.
On the servers where the alert originates from an Operations Manager event
************************************************
Log Name: Operations Manager
Source: Health Service Modules
Date: 2008-12-12 14:51:03
Event ID: 31803
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: [hostname]
Error doing IIS Discovery
Error: 0x80070002
Details: The system cannot find the file specified.
************************************************
Has anyone seen this behaviour? I have searched newsgroups and forums to no
avail. Please help.
Kind regards
Nico Davis
Derv
2009-01-12 14:55:01 UTC
Permalink
I added an override prevent further alerts for this condition. How do I
disable the IIS discovery for a particular server?
Post by Chris Vico
Hi,
- The IIS management tools were installed (The IIS Admin Service) but no
other IIS part.
The discovery looks for \Services\IISAdmin to evaluate whether or not IIS is
installed. So IIS was "discovered". But then de further steps failed as
nothing else is installed.
On the server were the error occurs, I disabled the IIS discovery to fix the
problem.
Not sure how relevant is this for you, but I wanted to share my findings.
Regards,
Chris
Post by Derv
NicoDavis,
Were you able to resolve this issue? We are seeing the same issue for a
Windows 2003 server.
Post by NicoDavis
Hello everyone!
The last week we are getting the following alert in our environment (SCOM
************************************************
Alert name: IIS Discovery Probe Module Failed Execution
Alert rule: IIS Discovery Probe Module Execution Failure
Error doing IIS DiscoveryError: 0x80070002
Details: The system cannot find the file specified.
One or more workflows were affected by this.
Microsoft.Windows.InternetInformationServices.2008.DiscoverAllComponents
Instance name: [hostname]
Instance ID: {B0F2CD79-ED9A-5A6F-F3DD-F746E5F79815}
Management group: [Management group name]
************************************************
We only get these alerts from Windows Server 2008 machines that hold the Web
Server (IIS) Role.
On the servers where the alert originates from an Operations Manager event
************************************************
Log Name: Operations Manager
Source: Health Service Modules
Date: 2008-12-12 14:51:03
Event ID: 31803
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: [hostname]
Error doing IIS Discovery
Error: 0x80070002
Details: The system cannot find the file specified.
************************************************
Has anyone seen this behaviour? I have searched newsgroups and forums to no
avail. Please help.
Kind regards
Nico Davis
Chris Vico
2009-01-12 15:15:01 UTC
Permalink
Go to Authoring mode,
Select "discovery",
reduce the scope to IIS related thinggy.

You'll find 3 interesting Discovery:
- Windows IIS Role Discovery Rule (Target Windows Server)
- Windows IIS Services Base Classes Discovery Rule (Target Windows Server)
- Windows IIS Role All component Discovery Rule (Target Windows Server)

On each of these, Right-Click > Override the Object Discovery > For a
specific object.

MAke sure that the object type you're adding are Computer.
Post by Derv
I added an override prevent further alerts for this condition. How do I
disable the IIS discovery for a particular server?
Post by Chris Vico
Hi,
- The IIS management tools were installed (The IIS Admin Service) but no
other IIS part.
The discovery looks for \Services\IISAdmin to evaluate whether or not IIS is
installed. So IIS was "discovered". But then de further steps failed as
nothing else is installed.
On the server were the error occurs, I disabled the IIS discovery to fix the
problem.
Not sure how relevant is this for you, but I wanted to share my findings.
Regards,
Chris
Post by Derv
NicoDavis,
Were you able to resolve this issue? We are seeing the same issue for a
Windows 2003 server.
Post by NicoDavis
Hello everyone!
The last week we are getting the following alert in our environment (SCOM
************************************************
Alert name: IIS Discovery Probe Module Failed Execution
Alert rule: IIS Discovery Probe Module Execution Failure
Error doing IIS DiscoveryError: 0x80070002
Details: The system cannot find the file specified.
One or more workflows were affected by this.
Microsoft.Windows.InternetInformationServices.2008.DiscoverAllComponents
Instance name: [hostname]
Instance ID: {B0F2CD79-ED9A-5A6F-F3DD-F746E5F79815}
Management group: [Management group name]
************************************************
We only get these alerts from Windows Server 2008 machines that hold the Web
Server (IIS) Role.
On the servers where the alert originates from an Operations Manager event
************************************************
Log Name: Operations Manager
Source: Health Service Modules
Date: 2008-12-12 14:51:03
Event ID: 31803
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: [hostname]
Error doing IIS Discovery
Error: 0x80070002
Details: The system cannot find the file specified.
************************************************
Has anyone seen this behaviour? I have searched newsgroups and forums to no
avail. Please help.
Kind regards
Nico Davis
Loading...