Hi Mitch,
I have set permissions for all tho files and folders that you have specified.
In the installation wizard, permission tests and data base connection tests are successful.
But during installation following error comes:
Installing Database - Version 5.0.0...FAILURE 400 - Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
If i install by running install.aspx then same error comes as shown below:
Awaiting your suggestion asap.
Thanks,
Swaminathan
Installing DotNetNuke
Version: 05.00.01
Installation Status Report
00:00:00.421 - Installing Version: 5.0.0
00:00:00.421 - Executing Script: DotNetNuke.Schema.SqlDataProvider
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Source Error:
Line 94: Response.Write("<h2>Installation Status Report</h2>")
Line 95: Response.Flush()
Line 96: Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
Line 97:
Line 98: Response.Write("<h2>Installation Complete</h2>")
|
Source File: C:\Domains\gullyrhino.com\wwwroot\Install\Install.aspx.vb
Line: 96
Stack Trace:
[InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4863722
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) +72
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +422
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +12
DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, String version, Boolean writeFeedback) +126
DotNetNuke.Services.Upgrade.Upgrade.InstallDatabase(Int32[] intVersion, String strProviderPath, XmlDocument xmlDoc, Boolean writeFeedback) +485
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +176
DotNetNuke.Services.Install.Install.InstallApplication() in C:\Domains\gullyrhino.com\wwwroot\Install\Install.aspx.vb:96
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in C:\Domains\gullyrhino.com\wwwroot\Install\Install.aspx.vb:354
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.