Network Management
Opening the Orion Web Console after an upgrade returns the error Cannot read configuration file due to insufficient permissions
After an upgrade, an Internal Server Error is displayed when a user tries to access the Orion Web Console. The Module os IIS Web Core. The Error Code is 0x80070005. The Error is Cannot read configuration file due to insufficient permissions. The Config File is InetPub\SolarWinds\web.config. Rebuilding the Orion website and re-running the Configuration Wizard do not solve the issue. Top menu bar is missing. Top Dashboard is missing from the Orion web console. IIS_IURS user group needs to have read and execute permissions to this folder: E:\inetpub\SolarWinds
First published date
Last published date
Overview
After an upgrade, an Internal Server Error is displayed when a user tries to access the Orion Web Console.
- Module: IIS Web Core
- Error Code: 0x80070005
- Error: Cannot read configuration file due to insufficient permissions.
- Config File: InetPub\SolarWinds\web.config
Rebuilding the Orion website and re-running the Configuration Wizard does not solve the issue.
If the web console is diplayed, the top menu bar is missing.
Product section
Cause
The identity that the SolarWinds website run under needs to have permission to access and read the web.config file.
The group associated with built-in accounts that run IIS worker processes do not have permissions to the Inetpub\Solarwinds folder or the Web.Config file more specifically. This group is called IIS_IUSRS.
Resolution
- Go to inetpub\SolarWinds and
\\InstallationLocation\Program Files (x86)\SolarWinds
- Right-click the folder and choose Properties
- Click the Security tab
- Click Edit then Add
- For the Location, choose the local computer that the SolarWinds server is on. Do not choose the domain
- In the Enter the object names to select box, enter: IIS_IUSRS, and [local computer]\USERS
- Click Check Names
- It should detect the account and automatically change the name to ServerName\IIS_IUSRS
- Ensure the account has Read and Execute rights
- Click OK
- On Windows, bring up cmd.exe (DOS Prompt) and use administrator privileges
- Type in iisreset
See also: