ConfigurationProgressScene - Exeception while configuring plugins.
2007-10-10 11:15:53,169 [1] INFO Program - Configuration Wizard Starting.
2007-10-10 11:16:19,854 [1] DEBUG DatabaseHelper - SQL Server on "(local)" reports its edition as "Express Edition with Advanced Services".
2007-10-10 11:16:29,891 [1] DEBUG UserAccountProcessor - Checking if user can create database.
2007-10-10 11:16:37,129 [1] DEBUG DatabaseAccountScene - Does account "SolarWindsNPM" exist: False
2007-10-10 11:16:37,129 [1] DEBUG UserAccountProcessor - Checking if user can create login.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Database Server Name - (local)
2007-10-10 11:17:05,330 [1] INFO SettingsController - Database User - sa
2007-10-10 11:17:05,330 [1] INFO SettingsController - Use SQL Security - True
2007-10-10 11:17:05,330 [1] INFO SettingsController - Database Name - xxxxx
2007-10-10 11:17:05,330 [1] INFO SettingsController - Create New Database - True
2007-10-10 11:17:05,330 [1] INFO SettingsController - SQL Account - SolarWindsNPM
2007-10-10 11:17:05,330 [1] INFO SettingsController - Website IP - x.x.x.x
2007-10-10 11:17:05,330 [1] INFO SettingsController - Website Port - 80
2007-10-10 11:17:05,330 [1] INFO SettingsController - Website Folder - C:\InetPub\SolarWinds
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Database' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Website' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'SolarWinds Network Performance Monitor' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'SolarWinds Alerting Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'SolarWinds Syslog Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'SolarWinds Custom MIB Polling Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,330 [1] INFO SettingsController - Component 'SolarWinds Module Engine Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-10-10 11:17:05,346 [1] INFO ConfigurationProgressScene - Shutting down services ...
2007-10-10 11:17:05,346 [1] DEBUG ConfigurationProgressScene - Configuring Plugin "Orion Network Performance Monitor" - Component "Orion Network Performance Monitor Database"
2007-10-10 11:17:05,377 [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.
2007-10-10 11:17:32,125 [1] ERROR ConfigurationProgressScene - Exeception while configuring plugins.
System.Runtime.InteropServices.COMException (0x80004005): [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
at ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String Password, Int32 Options)
at SolarWinds.ConfigurationWizard.Plugin.Common.DBStructureProcessor.UpdateTableStructure(_Database dataBase, XmlNode tableNode, ConfigurationLogDelegate configLog)
at SolarWinds.ConfigurationWizard.Plugin.Common.DBStructureProcessor.UpdateDatabaseStructure(_Database dataBase, String fileName, ConfigurationLogDelegate configLog)
at SolarWinds.ConfigurationWizard.Plugin.Common.DBStructureProcessor.CreateDatabaseStructure(String server, String databaseName, String user, String password, Boolean useSQLSecurity, String targetDirectory, String dbStructureFile, ConfigurationLogDelegate configLog)
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()