Troubleshooting the sensor
This topic describes common problems that occur with the Microsoft IIS Web server sensor and presents solutions for those problems.
IIS module dependencies are not included in business applications
- Problem
- Even when IIS module dependencies are created, they are not included in business applications.
- Solution
- The IIS module dependencies are not included in business applications because the default
grouping pattern configuration excludes such relations. To solve the issue, complete the following steps:
- Export the default configuration by running the
bizappscli
tool:$COLLATION_HOME/sdk/bin/bizappscli.sh exportDefaultConfiguration -f conf.xml
- Open the conf.xml file and remove the following
lines:
<exclude relation="{any}" source="app.web.iis.IIsModule" target="{any}"/> <exclude relation="{any}" source="{any}" target="app.web.iis.IIsModule"/>
- Import the modified configuration by running the
bizappscli
tool:$COLLATION_HOME/sdk/bin/bizappscli.sh importDefaultConfiguration -f conf.xml
- Export the default configuration by running the
No Web server information discovered
- Problem
- The sensor does not discover any Web server information.
- Solution
- If the Web server information is missing, check the logs to determine if the tool program AdsiDump and AdsiEnum commands succeeded or failed.
System fails with an unknown error (0x80005000)
- Problem
- While discovering IIS8 on the Windows Server 2012 with User
Account Control turned on, the following error occurs:
System.Runtime.InteropServices.COMException (0x80005000): Unknown error (0x80005000)
- Solution
- To fix the problem, complete the following steps:
- On the target machine, run the Registry Editor, Regedit.exe.
- Set the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System LocalAccountTokenFilterPolicy
value to1
. - In the Control Panel window, click the Administrative Tools tab and open Local Security Policy.
- Expand Local Policies and click Security Options.
- Change the following policies:
- Set the Behavior of the elevation prompt for administrators in Admin Approval Mode policy to Elevate without Prompting.
- Set the User Account Control: Detect application installations and prompt for elevation policy to Disabled.
In order to configure policies on the system with Active Directory, complete the following steps:- In the Control Panel window, click the Administrative Tools tab and open Group Policy Management.
- Choose forest and domain and select Default Domain Policy.
- Click Action > Edit.
- Open Computer Configuration/Policies/Windows Settings/Security Settings/Local Policies/Security options.
- Change the following policies:
- Set the Behavior of the elevation prompt for administrators in Admin Approval Mode policy to Elevate without Prompting.
- Set the User Account Control: Detect application installations and prompt for elevation policy to Disabled.