Network Management

Database configuration fails with invalid object name errors

This article provides brief information and steps to resolve database configuration failures with invalid object name errors.SqlException: The locale identifier (LCID) 17417 is not supported by SQL Server.

First published date

11/29/2018 10:48 PM

Last published date

10/6/2021 3:26 PM

Overview

This article provides brief information and steps to resolve database configuration failures with invalid object name errors. 

Product section

Orion Platform

Resolution

Review the Configuration Wizard log for more specific errors:
 

  1. Create a SolarWinds Diagnostics archive, as shown in the following steps:
    1. Click Start > All Programs > SolarWinds Platform > Orion Diagnostics.
    2. Click Start.
    3. Designate an appropriate location, and then click Save.
  2. Right-click the diagnostics archive, and then click Extract all.
  3. Complete the Extraction Wizard
  4. In the extracted archive, browse to LogFiles\Orion, and then open ConfigurationWizard.log.
  5. If the following line, or similar, is in the ConfigurationWizard.log, your SQL Server may be installed with an incompatible locale identifier (LCID):
ERROR ConfigurationProgressScene - Installing NPM Update Descriptor package ....Failed!
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Data.SqlClient.SqlException: A .NET Framework error occurred during execution of user-defined routine or aggregate "NPM_CreateStatisticsProperties":
System.Data.SqlClient.SqlException: The locale identifier (LCID) 17417 is not supported by SQL Server.

 

You can also find the logs:

C:\ProgramData\Solarwinds\Logs\Orion\ConfigurationWizard.log

C:\ProgramData\Solarwinds\Logs\Orion\ConfigurationWizard.log.x

 

Reinstall your SQL Server, recreating your SolarWinds database instance using the English (United States) locale. By default, a full reinstall is required due to the fact that SQL Server, unless otherwise directed, inherits the locale of the host operating system.