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.