Before executing the steps described in this article, make a backup of your web.config file which can be found on the administration server in „<RMS-Install-Dir>\DotNet\“.
After creating the backup, open the file in an editor and search the following entry:
Old entry:
<add key="ImportTypesProcessedDirectly" value="logs, inventories, discovery, securityanalysis, systemstatus, usagedata, securityevent, actionstatus" />
Delete all entries in value and set the value to none.
New entry:
<add key="ImportTypesProcessedDirectly" value="none" />
Save and close the web.config file and restart the IIS.
Comments