Network Management
Fix the required permission to the database issue in configuration wizard
The Configuration Wizard is unable to connect to the SQL database as expected due to permissions issues with the credentials used in the wizard.
First published date
Last published date
Overview
The Configuration Wizard is reporting this error because the SQL account you have assigned to your Orion installation has not been configured with appropriate permissions to access your Orion database. You must create a new SQL account with required permissions for your Orion installation, as indicated in the following procedure.
Note: To create a new SQL account, you must have access to the following:
- Microsoft SQL Server Management Studio on the SQL Server hosting your Orion database.
sacredentials to the SQL Server hosting your Orion database.
Product section
Cause
Resolution
To create a new SQL account with required permissions for your Orion database:
- Using
sacredentials, log in to SQL Server Management Studio on the SQL Server hosting your Orion database (Start > All Programs > Microsoft SQL Server > SQL Server Management Studio). - Click + to expand Security > Logins.
- Delete all existing SolarWinds Orion database accounts, as follows:
Warning: You must be logged-in as the user. Do not delete the user.- Right-click the account name, and then click Delete.
- Confirm that the account to be deleted is highlighted, and then click OK.
- Click OK to accept the user deletion warning.
- Create a new user, as follows:
- Right-click Logins, and then select New Login.
- Click General in the Select a page pane on the left.
- Provide an appropriate Login name.
- Select SQL Server authentication.
- Enter and confirm an appropriate Password
Note: The password provided must meet at least three of the following criteria:- Contains at least one uppercase letter.
- Contains at least one lowercase letter.
- Contains at least one number.
- Contains at least one non-alphanumeric character, e.g., #, %, or ^.
- Confirm that Enforce Password Policy is cleared.
- In the Default database field, select your Orion database.
Note: The default Orion database name isNetPerfMonin older versions andSolarwindsOrionin newer versions. - Click Server Roles in the Select a page pane on the left.
- Confirm that both public and sysadmin are checked.
- Click User Mapping in the Select a page pane on the left.
- Check your Orion database.
Note: The default Orion database name isNetPerfMon. - In the corresponding Default Schema field, click Browse (...), enter
dbo - Click Check Names, and then click OK.
- On the Login - New window, click OK.
- To verify the new user, click + to expand Databases > OrionDatabaseName > Security > Users.. Your newly created user should display in the Users list.
Note: If your newly created user does not display in the Users list, the account you used to initially log in to the SQL Server Management Studio does not have permission to create database accounts.