I am trying to install the latest Orion trial. While installing I am given the error "Error creating website. See Configuration log for details."
When I look at the log, I am not given any information that can help me fix the issue. The log file is below.
I am trying to run this on Server 2003 SP2.
Any tips anyone could give me would be much appreciated.
2007-11-09 16:50:53,100 [1] INFO Program - Configuration Wizard Starting.
2007-11-09 16:51:38,784 [1] DEBUG DatabaseHelper - SQL Server on "XIRTAM" reports its edition as "Standard Edition".
2007-11-09 16:51:44,237 [1] DEBUG DatabaseAccountScene - Does account "SolarWindsNPM" exist: True
2007-11-09 16:52:04,548 [1] INFO SettingsController - Database Server Name - XIRTAM
2007-11-09 16:52:04,548 [1] INFO SettingsController - Database User -
2007-11-09 16:52:04,548 [1] INFO SettingsController - Use SQL Security - False
2007-11-09 16:52:04,548 [1] INFO SettingsController - Database Name - NetPerfMon
2007-11-09 16:52:04,548 [1] INFO SettingsController - Create New Database - False
2007-11-09 16:52:04,548 [1] INFO SettingsController - SQL Account - SolarWindsNPM
2007-11-09 16:52:04,548 [1] INFO SettingsController - Website IP - 192.168.1.100
2007-11-09 16:52:04,548 [1] INFO SettingsController - Website Port - 15623
2007-11-09 16:52:04,548 [1] INFO SettingsController - Website Folder - C:\InetPub\SolarWinds
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Database' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'Orion Network Performance Monitor Website' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'SolarWinds Network Performance Monitor' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'SolarWinds Alerting Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'SolarWinds Syslog Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'SolarWinds Custom MIB Polling Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,548 [1] INFO SettingsController - Component 'SolarWinds Module Engine Service' from 'Orion Network Performance Monitor' plugin will be configured.
2007-11-09 16:52:04,595 [1] INFO ConfigurationProgressScene - Shutting down services ...
2007-11-09 16:52:04,658 [6] DEBUG ConfigurationProgressScene - Configuring Plugin "Orion Network Performance Monitor" - Component "Orion Network Performance Monitor Database"
2007-11-09 16:52:04,673 [1] INFO ConfigurationProgressScene - Updating 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-11-09 16:52:29,000 [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.
2007-11-09 16:52:37,671 [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.
2007-11-09 16:52:46,046 [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.
2007-11-09 16:52:53,967 [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.
2007-11-09 16:53:02,154 [1] INFO ConfigurationProgressScene - Updating Orion database. Updating user account ...
2007-11-09 16:53:04,388 [1] INFO ConfigurationProgressScene - Updating DB configuration file ...
2007-11-09 16:53:04,435 [1] INFO ConfigurationProgressScene - Copying SWNetPerfMon.DB ....
2007-11-09 16:53:04,435 [6] DEBUG ConfigurationProgressScene - Configuring Plugin "Orion Network Performance Monitor" - Component "Orion Network Performance Monitor Website"
2007-11-09 16:53:04,435 [1] INFO ConfigurationProgressScene - Orion database configuration finished.
2007-11-09 16:53:04,451 [1] INFO ConfigurationProgressScene - Creating Orion website folder ...
2007-11-09 16:53:04,451 [1] INFO ConfigurationProgressScene - Configuring OrionNPMWeb.dll ...
2007-11-09 16:53:04,701 [1] INFO ConfigurationProgressScene - Was unable to add user SOLARWINDS_WEBSITE to the group 'Power Users'
2007-11-09 16:53:06,998 [1] INFO ConfigurationProgressScene - Deleting COM+ application
2007-11-09 16:53:37,761 [1] INFO ConfigurationProgressScene - Backing up resources directory ...
2007-11-09 16:53:37,761 [1] INFO ConfigurationProgressScene - Checking ASP.NET Capability
2007-11-09 16:53:38,121 [1] INFO ConfigurationProgressScene - Enabling Active Server Pages
2007-11-09 16:53:38,199 [1] INFO ConfigurationProgressScene - Checking for existing Orion website
2007-11-09 16:53:38,324 [1] INFO ConfigurationProgressScene - No Orion website found; creating new website
2007-11-09 16:53:38,339 [1] INFO ConfigurationProgressScene - Creating website object
2007-11-09 16:53:38,699 [6] ERROR ConfigurationProgressScene - Caught exception while creating website: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
--- End of inner exception stack trace ---
at System.DirectoryServices.DirectoryEntry.Invoke(String methodName, Object[] args)
at SolarWinds.ConfigurationWizard.Common.IISHelper.CreateNewWebsite(Int32 websiteID, IWebsiteInfo website, ConfigurationLogDelegate log)
2007-11-09 16:53:38,699 [6] ERROR ConfigurationProgressScene - Error creating website. See Configuration log for details.