Hi, I'm trying to install a fresh copy of DNN 4.3.3 onto a new SQL Server 2005 database. I always get the following. Can someone please tell me what's not setup correctly?
Thanks!
Ian
Installing DotNetNuke
Version: 04.03.03
Installation Status Report
00:00:00.046 - Installing Version: 4.3.3
00:00:00.046 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.125 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:02.359 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:03.359 - Installing MemberRole Provider:
00:00:03.359 - Executing InstallCommon.sql
00:00:03.921 - Executing InstallMembership.sql
00:00:04.359 - Executing InstallProfile.sql
00:00:04.562 - Executing InstallRoles.sql
00:00:05.093 - Performing General Upgrades
00:00:05.343 - Loading Host Settings:
00:00:05.437 - Configuring SuperUser:
Server Error in '/' Application.
Procedure or Function 'aspnet_Membership_GetUserByName' expects parameter '@TimeZoneAdjustment', which was not supplied.
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.Data.SqlClient.SqlException:
Procedure or Function 'aspnet_Membership_GetUserByName' expects
parameter '@TimeZoneAdjustment', which was not supplied.
Source Error:
The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one of
the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given
application to be compiled in debug mode. The first technique will
cause only that particular file to be compiled in debug mode.
Important:
Running applications in debug mode does incur a memory/performance
overhead. You should make sure that an application has debugging
disabled before deploying into production scenario.
|
Stack Trace:
[SqlException (0x80131904): Procedure or Function 'aspnet_Membership_GetUserByName' expects parameter '@TimeZoneAdjustment', which was not supplied.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857370 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734982 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838 System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31 System.Data.SqlClient.SqlDataReader.get_MetaData() +62 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122 System.Data.SqlClient.SqlCommand.ExecuteReader() +84 System.Web.Security.SqlMembershipProvider.GetUser(String username, Boolean userIsOnline) +1491 System.Web.Security.Membership.GetUser(String username, Boolean userIsOnline) +81 System.Web.Security.Membership.GetUser(String username) +6 DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUserMembership(UserInfo& user) +21 DotNetNuke.Entities.Users.UserInfo.get_Membership() +69 DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) +243 DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1175 DotNetNuke.Framework.Install.InstallApplication() +1171 DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42