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
Last published date
Overview
Product section
Resolution
Review the Configuration Wizard log for more specific errors:
- Create a SolarWinds Diagnostics archive, as shown in the following steps:
- Click Start > All Programs > SolarWinds Platform > Orion Diagnostics.
- Click Start.
- Designate an appropriate location, and then click Save.
- Right-click the diagnostics archive, and then click Extract all.
- Complete the Extraction Wizard
- In the extracted archive, browse to LogFiles\Orion, and then open ConfigurationWizard.log.
- If the following line, or similar, is in the ConfigurationWizard.log, your SQL Server may be installed with an incompatible locale identifier (LCID):
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.