Tried a complete reinstall, but now using the normal install.aspx (instead of wizard).
Steps performed:
1. cleaned db
2. removed all files and uploaded all files again
3. altered web.config for SQL2005 db
4. loaded domain.com/install/install.aspx
Same issue, however more info here:
Installing DotNetNuke
Version: 06.01.01
Installation Status Report
00:00:00.483 - Checking File and Folder permissions Success
00:00:00.529 - Installing Version: 06.00.00
00:00:00.561 - Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log.resources for more information)
00:00:08.399 - Executing Script: DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log.resources for more information)
00:00:10.176 - Installing MemberRole Provider:
00:00:10.176 - Executing Script: InstallCommon
00:00:10.394 - Executing Script: InstallMembership
00:00:11.578 - Executing Script: InstallProfile
00:00:12.404 - Executing Script: InstallRoles
00:00:12.529 - Upgrading to Version: 06.01.01
00:00:12.607 - Executing Script: 06.00.01.SqlDataProvider Error! (see 06.00.01.log.resources for more information)
00:00:12.747 - Executing Script: 06.00.02.SqlDataProvider Success
00:00:12.747 - Executing Script: 06.01.00.SqlDataProvider Error! (see 06.01.00.log.resources for more information)
00:00:14.555 - Executing Script: 06.01.01.SqlDataProvider Success
00:00:14.571 - Executing Application Upgrades: 06.00.01 Success
00:00:14.695 - Executing Application Upgrades: 06.00.02 Error!
00:00:14.945 - Executing Application Upgrades: 06.01.00 Error!
00:00:15.708 - Executing Application Upgrades: 06.01.01 Success
00:00:15.708 - Cleaning Up Files: 06.00.01 Success
00:00:15.708 - Cleaning Up Files: 06.00.02 Success
00:00:15.708 - Cleaning Up Files: 06.01.00 Success
00:00:15.708 - Cleaning Up Files: 06.01.01 Success
00:00:15.880 - Updating Config Files: 06.00.01 Success
00:00:16.051 - Updating Config Files: 06.00.02 Success
00:00:16.051 - Updating Config Files: 06.01.00 Success
00:00:16.347 - Updating Config Files: 06.01.01 Success
00:00:16.347 - Performing General Upgrades
00:00:16.410 - Loading Host Settings:
00:00:16.737 - Configuring SuperUser:
00:00:18.171 - Synchronizing Host Files:
In the DotNetNuke.Schema.log.resources lots of errors. Only the first ones:
System.Data.SqlClient.SqlException: Line 12: Incorrect syntax near 'max'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)
CREATE TABLE dbo.[Messaging_Messages]
(
[MessageID] [bigint] NOT NULL IDENTITY(1, 1),
[PortalID] [int] NOT NULL,
[FromUserID] [int] NOT NULL,
[ToUserName] [nvarchar] (50) NULL,
[FromUserName] [nvarchar] (50) NULL,
[ToUserID] [int] NULL,
[ToRoleID] [int] NULL,
[Status] [tinyint] NOT NULL,
[Subject] [nvarchar] (max) NULL,
[Body] [nvarchar] (max) NULL,
[Date] [datetime] NOT NULL,
[Conversation] [uniqueidentifier] NOT NULL,
[ReplyTo] [bigint] NULL,
[AllowReply] [bit] NOT NULL,
[SkipPortal] [bit] NOT NULL,
[EmailSent] [bit] NOT NULL,
[EmailSentDate] [datetime] NULL,
[EmailSchedulerInstance] [uniqueidentifier] NULL
)
System.Data.SqlClient.SqlException: Cannot alter table 'dbo.Messaging_Messages' because this table does not exist in database 'stido_db611'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)
Any clue on this?
Thanks!
Jan-Pieter