2014年12月16日 星期二

SCOM - Duplicate Signature ID usage detected for STT Signature ID

1. The HealthService starts the new rules in the configuration 
2. The STT module starts up attempts to register the signature id and 
    cannot since another version of the same rule is running. 
    The module then logs the event and unloads the workflow. 
3. The HealthService stops any old rules not in the configuration. 
4. The old version of the rule is stopped hence the duplicate signature id 
   is unregistered. 
5. The HealthService reloads any rules which failed during step 1. 
6. The STT module starts up normally (no issues registering the duplicate id) 

2014年12月8日 星期一

Unable to discover IIS 7 web site as ASP.Net Web Application

Symptom
Unable to discover IIS 7 web site as ASP.Net Web Application 

Cause
IIS Web application discovery rule 

Resolution
Override the "IIS 7.0 Web Application Discovery" rule. Set below values to True.

        Discover All directories as ASP.Net web application
        Discover Empty directories as ASP.Net Web Application
        Discover Empty directories as ASP.Net Web Service