Hi all,
I'm trying to configure the NPM from configuration wizard, but I'm getting the error during the last configuration setup,
My configuration log is below,
2013-05-28 14:48:37,714 [1] INFO Program - Configuration Wizard Starting.
2013-05-28 14:48:45,266 [1] DEBUG DatabaseHelper - SQL Server on "(local)\SQLEXPRESS" reports its edition as "Express Edition (64-bit)".
2013-05-28 14:48:47,237 [1] DEBUG UserAccountProcessor - Checking if user can create database.
2013-05-28 14:48:49,595 [1] DEBUG UserAccountProcessor - Checking if user can create database.
2013-05-28 14:48:57,694 [1] DEBUG DatabaseAccountScene - Does account "SolarWindsNPM" exist: True
2013-05-28 14:49:14,330 [1] INFO SettingsController - Database Server Name - (local)\SQLEXPRESS
2013-05-28 14:49:14,330 [1] INFO SettingsController - Database User - sa
2013-05-28 14:49:14,330 [1] INFO SettingsController - Use SQL Security - True
2013-05-28 14:49:14,330 [1] INFO SettingsController - Database Name - db_ppp
2013-05-28 14:49:14,330 [1] INFO SettingsController - Create New Database - True
2013-05-28 14:49:14,330 [1] INFO SettingsController - SQL Account - SolarWindsNPM
2013-05-28 14:49:14,330 [1] INFO SettingsController - Website IP - (All Unassigned)
2013-05-28 14:49:14,330 [1] INFO SettingsController - Website Port - 80
2013-05-28 14:49:14,330 [1] INFO SettingsController - Website Folder - C:\solarwinds
2013-05-28 14:49:14,330 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Database' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,330 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Website' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,330 [1] INFO SettingsController - Component 'SolarWinds Network Performance Monitor' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'SolarWinds Alerting Service' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'SolarWinds Syslog Service' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'SolarWinds Custom MIB Polling Service' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'SolarWinds Module Engine Service' from 'Orion Network Performance Monitor' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'NetFlow Database' from 'NetFlow Traffic Analyzer' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'NetFlow Website' from 'NetFlow Traffic Analyzer' plugin will be configured.
2013-05-28 14:49:14,331 [1] INFO SettingsController - Component 'SolarWinds NetFlow Traffic Analyzer Service' from 'NetFlow Traffic Analyzer' plugin will be configured.
2013-05-28 14:49:14,338 [1] INFO ConfigurationProgressScene - Shutting down services ...
2013-05-28 14:49:14,343 [1] DEBUG ConfigurationProgressScene - Configuring Plugin "Orion Network Performance Monitor" - Component "Orion Network Performance Monitor Database"
2013-05-28 14:49:14,345 [1] INFO ConfigurationProgressScene - Creating Orion database. Processing NetPerfMon.DBStructure file ...
Note: The time required to upgrade the Orion database depends on the size of your database. If you have a large database this may take a while.
2013-05-28 14:49:27,014 [1] INFO ConfigurationProgressScene - Updating Orion database. Processing AlertEngine.DBStructure file ...
Note: The time required to upgrade the Orion database depends on the size of your database. If you have a large database this may take a while.
2013-05-28 14:49:28,058 [1] INFO ConfigurationProgressScene - Updating Orion database. Processing SysLog.DBStructure file ...
Note: The time required to upgrade the Orion database depends on the size of your database. If you have a large database this may take a while.
2013-05-28 14:49:30,184 [1] INFO ConfigurationProgressScene - Updating Orion database. Processing TrapService.DBStructure file ...
Note: The time required to upgrade the Orion database depends on the size of your database. If you have a large database this may take a while.
2013-05-28 14:49:30,984 [1] INFO ConfigurationProgressScene - Updating Orion database. Processing OrionCoreDatabaseScheme.dbConfig file ...
Note: The time required to upgrade the Orion database depends on the size of your database. If you have a large database this may take a while.
2013-05-28 14:49:33,845 [1] INFO ConfigurationProgressScene - Updating Orion database. Updating user account ...
2013-05-28 14:49:34,345 [1] ERROR ConfigurationProgressScene - Exeception while configuring plugins.
System.Runtime.InteropServices.COMException (0x80041033): [Microsoft][ODBC SQL Server Driver][SQL Server]The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility level for current database to 80, using the SET COMPATIBILITY_LEVEL option of ALTER DATABASE. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
at SQLDMO._Database.get_Users()
at SolarWinds.ConfigurationWizard.Plugin.Common.UserAccountProcessor.FindDatabaseUser(Database database, String userName)
at SolarWinds.ConfigurationWizard.Plugin.Common.UserAccountProcessor.AddDatabaseUser(Database database, String userName, ConfigurationLogDelegate logger)
at SolarWinds.ConfigurationWizard.Plugin.Common.UserAccountProcessor.AddUserToDatabase(IDatabaseInfo databaseInfo, SQLServer dbServer, ConfigurationLogDelegate log)
at SolarWinds.ConfigurationWizard.Plugin.Common.UserAccountProcessor.UpdateUserAccount(IDatabaseInfo databaseInfo, ConfigurationLogDelegate log)
at SolarWinds.ConfigurationWizard.Plugin.Orion.OrionMainPlugin.ConfigureDatabase(IOrionConfigHost host, ConfigurationProgressDelegate progress, ConfigurationLogDelegate log)
at SolarWinds.ConfigurationWizard.Plugin.Orion.OrionMainPlugin.DoConfigure(IOrionConfigHost host, IComponentInfo component, ConfigurationProgressDelegate progress, ConfigurationLogDelegate log)
at SolarWinds.ConfigurationWizard.Plugin.Common.OrionConfigPlugin.SolarWinds.ConfigurationWizard.Common.IOrionConfigPlugin.DoConfig(IOrionConfigHost host, IComponentInfo component, ConfigurationProgressDelegate progress, ConfigurationLogDelegate log)
at SolarWinds.ConfigurationWizard.Host.ConfigurationProgressScene.DoUpdateConfig()
Any idea what is the problem on my SQL server?
Please help.
Thanks.