Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Time out error during installation of dnn in ftp, though db connection test is successfulTime out error during installation of dnn in ftp, though db connection test is successful
Previous
 
Next
New Post
4/25/2009 12:11 AM
 

Hi

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

Web Application Engineer,

www.steadfastglobal.com


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:


Source File: C:\Domains\gullyrhino.com\wwwroot\Install\Install.aspx.vb    Line: 96

Stack Trace:


 


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.

 

 
New Post
4/25/2009 3:34 AM
 

Hi Time out error got solved on it's own.

Now while installing dnn in ftp domain i face the following error (note:db connections and file permissions are tested successfully)

Awaiting your suggestion asap.

Thanks

Swaminathan


Installing DotNetNuke

Version: 05.00.01



 

Installation Status Report

00:00:00.015 - Installing Version: 5.0.0
00:00:00.015 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log for more information)
00:00:23.046 -   Executing Script: DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log for more information)
 

 

 

 


 

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: The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.

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: The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.]
   System.Data.SqlClient.SqlCommand.DeriveParameters() +1962973
   System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +121
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +242
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +343
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +175
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +45
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) +207
   DotNetNuke.Data.SqlDataProvider.UpdateDatabaseVersion(Int32 Major, Int32 Minor, Int32 Build, String Name) +218
   DotNetNuke.Common.Globals.UpdateDataBaseVersion(Int32[] version) +59
   DotNetNuke.Services.Upgrade.Upgrade.InstallDatabase(Int32[] intVersion, String strProviderPath, XmlDocument xmlDoc, Boolean writeFeedback) +582
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +172
   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.

The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.

 

 
New Post
4/25/2009 6:03 AM
 

make sure to restart with blank database, if you experience an issue during installation.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/25/2009 7:38 AM
 

Hi Sebastian,

I deleted existing database and created a new database, that error is gone and now dnn got successfully installed in my ftp domain( i have even set login details for host and admin and also message "Congratulations you have sucessfully installed dnn")

But now when i run default.aspx, it gets redirected to following url http://www.gullyrhino.com/Default.aspx?tabid=38&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0 displaying following as shown below:

 

 

Thanks,

Swaminathan

 

DotNetNuke

DotNetNuke Error: - Version 05.00.01


 

Error An error has occurred.
An error has occurred.

 

Return to Site
 

 
New Post
4/25/2009 8:31 AM
 

Is it because i am hosting dnn in  a shared web server?.

If so, then what needs to be done.

Awaiting your suggestion asap.

Thanks

Swaminathan 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Time out error during installation of dnn in ftp, though db connection test is successfulTime out error during installation of dnn in ftp, though db connection test is successful


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out