Network Management
"The settings property 'Account' type was not found" error occurs when adding an AD account to Orion Web
The following error occurs when adding an AD account to Orion Web console: Unexpected Website Error The settings property 'Account' type was not found.
First published date
Last published date
Overview
Unexpected Website Error The settings property 'AccountType' was not found
This article applies to all Orion Platform products with Active Directory (AD) integration, such as NPM, SAM, VNQM, and UDT.
Product section
Cause
The Active Directory Account that is being added has the same SID as another user present in the Orion Database.
The most likely cause of this issue is that a user was previously added into SolarWinds, that account was renamed in Active Directory and then the same account with a new name is being attempted to added into Solarwinds again.
Resolution
Get the Security Identifier (SID) of the user account that is producing the error:
- Open a PowerShell prompt on the Active Directory Server.
- Run the following command.
get-aduser -Identity username | select SID - Copy the SID of the user account.
Check if that SID already exists in the Orion Database:
- RDP to the Orion Server.
- Open Database Manager.
- Add Default Server.
- Right-click the Orion Database > New Query.
- Run the following query.
SELECT * FROM Accounts WHERE AccountSID = '%PasteSIDFromAbove%'
- Execute the query.
The output should produce a different username. This means that the account being tried to be added used to have a different username.
Remove the user account in question in Orion:
- Open the Orion Web Console.
- Go to Settings > Manage Account.
- Find the problematic user account.
- Select the checkbox.
- Click Delete.
The error should no longer reproduce whilst adding the user account.