Applications Systems
Orion Configuration Wizard Error while executing script- Invalid column name 'WarningPolls', 'WarningPollsInterval', 'CriticalPolls' and 'CriticalPollsInterval'
This article provides resolution when the Configuration Wizard fails after a SAM installation. Error is shown as: Error while executing script- Invalid column name 'WarningPolls', 'WarningPollsInterval', 'CriticalPolls' and 'CriticalPollsInterval'
First published date
Last published date
Overview
This article describes the issue in Orion when you receive this Configuration Wizard errors as below:Database configuration - Components FAILEDServices configuration failed:Error while executing script- Invalid column name 'WarningPolls'.Invalid column name 'WarningPollsInterval'.Invalid column name 'CriticalPolls'.Invalid column name 'CriticalPollsInterval'.
Product section
Cause
Resolution
NOTE: Create a backup of your database before making direct changes.
- Confirm using the following SQL script if the column exists in APM_DynamicEvidenceColumnSchema
- If it does not exist, drop the table using SQL script below:
- DROP TABLE APM_DynamicEvidenceColumnSchema
Cannot DROP TABLE 'dbo.APM_DynamicEvidenceColumnSchema' because it is being referenced by object
'APM_MultiValueAlertsDataInternal'.
Run script below to drop 'APM_MultiValueAlertsDataInternal' view, then proceed to running script in Step 2.
- DROP VIEW APM_MultiValueAlertsDataInternal
In case of errors:
- Collect fresh diagnostics for investigation.
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.