Minor installation bug, but I've been fighting this for an hour now to find out it's something stupid. I'm reporting this so it hopefully gets resolved in future versions, and so others can learn from my pain.
If you have password complexity requirements configured, during the Orion database user account creation you enter a password that doesn't meet these requirements you get the error "Exception while configuring plugins"
The configuration log located - "C:\Program Files\Solarwinds\Orion\ConfigurationWizard.log" shows the following message
System.Runtime.InteropServices.COMException (0x80043B0E): [Microsoft][ODBC SQL Server Driver][SQL Server]Password validation failed. The password does not meet Windows policy requirements because it is not complex enough.
at SQLDMO.Logins.Add(_Login Object)
at SolarWinds.ConfigurationWizard.Plugin.Common.UserAccountProcessor.CreateUserLogon(IDatabaseInfo databaseInfo, SQLServer dbServer)
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()
I wasted so much time because I thought this problem was related to "plugins". It didn't occur to me until the third try to check the configuration log. Silly me.
Anyway here's a screenshot for good measure. I'll even over look that someone misspelled "Exception" 