Network Management
Configuration Wizard fails after Log Analyzer installation
When configuring Log Analyzer, the Configuration Wizard fails during database configuration.
First published date
Last published date
Overview
You can find the following in the Configuration Wizard logs:
ERROR DBConfigProcessor - Error while executing script - Incorrect syntax near '$.Id'.. Error details: System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '$.Id'. (...) Failing Sql command: CREATE VIEW [dbo].[Support_OrionLog_LogRuleFieldsView] AS SELECT (...)
Product section
Cause
The information can be confirmed using Database Manager and running the query below:
SELECT compatibility_level FROM sys.databases WHERE name = '<DatabaseName>'
Resolution
- Make a backup of the database.
- Using SQL Management Studio, execute the query below:
ALTER DATABASE <DatabaseName> SET COMPATIBILITY_LEVEL = 130
- Run the Configuration Wizard again.