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 ...Update from DNN 4.4.1 to 4.5.1 (and 4.5.0 too) failedUpdate from DNN 4.4.1 to 4.5.1 (and 4.5.0 too) failed
Previous
 
Next
New Post
4/17/2007 8:03 AM
 

Hi,

i'm try to update a DNN 4.4.1 solution to DNN 4.5.1. During the DB conversion an error occurs. As you see in the attached screenshot i should read the 4.4.0.log but it doesn't exits. Had anyone have the same problem or have a solution to this? 

Thanks in advance!

 
New Post
4/17/2007 10:33 AM
 

I cannot see the image you have linked on your post.

Can you provide the text of the error?


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
4/17/2007 2:30 PM
 

Hallo Mitchel,

actually i must go a little bit preciser - i' ve tested 4 sceneries: 3 failed and one fresh out of the box "DNN 4.4.1 Source" with no additional modules then updated to 4.5.1 and it worked. The 3 who were failed was:

1. A prodution server 4.4.1
2. A prodution server 4.3.5
3. DNN 4.4.1 Source Workstation for my module development

Before the update was done, all of  them worked errorfree. Additionally i've of course my modules installed (this was checked - after the DNN 4.4.1 Source out of the box who was successfully updated, i did this again. I installed all of my developed modules on the new DNN 4.4.1 Source. The following update to 4.5.1 was succesful again.) and all DNN UI-components from telerik.
For me is looking like there is a basic error in the install/update procedure. When the db is updating it crashed (maybe a sp itself). Here are the involved logs (coming from 3.)     

STATUS REPORT
...
00:00:00.046 - Installing Version: 4.4.0
00:00:00.046 -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.109 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log for more information)
00:00:02.071 -   Executing Script: DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log for more information)
00:00:02.710 - Installing MemberRole Provider:
00:00:02.725 -   Executing Script: InstallCommon.sql
00:00:03.457 -   Executing Script: InstallMembership.sql
00:00:04.127 -   Executing Script: InstallProfile.sql
00:00:04.283 -   Executing Script: InstallRoles.sql
00:00:04.517 - Upgrading to Version: 4.5.1
00:00:04.532 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:04.610 -   Executing Script: 04.05.00.SqlDataProvider Success
00:00:05.186 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:06.526 - Performing General Upgrades
00:00:07.492 - Loading Host Settings:
00:00:07.555 - Configuring SuperUser:
00:00:07.648 - Installing Modules:
00:00:07.664 -   Installing Module File HTML_04.05.00_Install:  Success
00:00:08.147 -   Installing Module File Links_03.03.07_Install:  Success
00:00:08.427 - Executing Additional Scripts:
00:00:08.427 -   Creating Portal: DMS Finanzservice
00:00:08.645 -   Error: Error creating Profile Definitions
00:00:08.645 -   Portal failed to install:Error!
00:00:08.645 - Installing Optional Resources:
...

SCHEMA.LOG 

System.Data.SqlClient.SqlException: In der Datenbank ist bereits ein Objekt mit dem Namen 'PK_EventLogMaster' vorhanden.
Die Einschränkung konnte nicht erstellt werden. Siehe vorherige Fehler.
   bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   bei DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 143.
   bei DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 286.

ALTER TABLE dbo.[EventLog] ADD CONSTRAINT [PK_EventLogMaster] PRIMARY KEY CLUSTERED  ([LogGUID])


System.Data.SqlClient.SqlException: In der Datenbank ist bereits ein Objekt mit dem Namen 'PK_EventLogTypes' vorhanden.
Die Einschränkung konnte nicht erstellt werden. Siehe vorherige Fehler.
   bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   bei DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 143.
   bei DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 286.

ALTER TABLE dbo.[EventLogTypes] ADD CONSTRAINT [PK_EventLogTypes] PRIMARY KEY CLUSTERED  ([LogTypeKey])


System.Data.SqlClient.SqlException: In der 'dbo.EventLogTypes'-Tabelle, auf die verwiesen wird, befinden sich keine primären oder Kandidatenschlüssel, die mit der verweisenden Spaltenliste im 'FK_EventLog_EventLogTypes'-Fremdschlüssel übereinstimmen.
Die Einschränkung konnte nicht erstellt werden. Siehe vorherige Fehler.
   bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   bei DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 143.
   bei DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 286.

ALTER TABLE dbo.[EventLog] ADD
CONSTRAINT [FK_EventLog_EventLogTypes] FOREIGN KEY ([LogTypeKey]) REFERENCES dbo.[EventLogTypes] ([LogTypeKey]),
CONSTRAINT [FK_EventLog_EventLogConfig] FOREIGN KEY ([LogConfigID]) REFERENCES dbo.[EventLogConfig] ([ID])


System.Data.SqlClient.SqlException: In der 'dbo.EventLogTypes'-Tabelle, auf die verwiesen wird, befinden sich keine primären oder Kandidatenschlüssel, die mit der verweisenden Spaltenliste im 'FK_EventLogConfig_EventLogTypes'-Fremdschlüssel übereinstimmen.
Die Einschränkung konnte nicht erstellt werden. Siehe vorherige Fehler.
   bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   bei DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 143.
   bei DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 286.

ALTER TABLE dbo.[EventLogConfig] ADD
CONSTRAINT [FK_EventLogConfig_EventLogTypes] FOREIGN KEY ([LogTypeKey]) REFERENCES dbo.[EventLogTypes] ([LogTypeKey])

DATA.LOG 

 System.Data.SqlClient.SqlException: 'FK_EventLogConfig_EventLogTypes' ist keine Einschränkung.
Die Einschränkung konnte nicht gelöscht werden. Siehe vorherige Fehler.
   bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   bei DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 143.
   bei DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in E:\Projects\Portals\DotNetNuke_DMS_441\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:Zeile 286.

-- Pointer used for text / image updates. This might not be needed, but is declared here just in case
DECLARE @pv binary(16)

BEGIN TRANSACTION

-- Drop constraints from dbo.[Tabs]
ALTER TABLE dbo.[Tabs] DROP CONSTRAINT [FK_Tabs_Portals]
ALTER TABLE dbo.[Tabs] DROP CONSTRAINT [FK_Tabs_Tabs]

-- Drop constraints from dbo.[TabPermission]
ALTER TABLE dbo.[TabPermission] DROP CONSTRAINT [FK_TabPermission_Permission]
ALTER TABLE dbo.[TabPermission] DROP CONSTRAINT [FK_TabPermission_Tabs]

-- Drop constraints from dbo.[TabModules]
ALTER TABLE dbo.[TabModules] DROP CONSTRAINT [FK_TabModules_Modules]
ALTER TABLE dbo.[TabModules] DROP CONSTRAINT [FK_TabModules_Tabs]

-- Drop constraints from dbo.[Modules]
ALTER TABLE dbo.[Modules] DROP CONSTRAINT [FK_Modules_ModuleDefinitions]
ALTER TABLE dbo.[Modules] DROP CONSTRAINT [FK_Modules_Portals]

-- Drop constraints from dbo.[ModuleDefinitions]
ALTER TABLE dbo.[ModuleDefinitions] DROP CONSTRAINT [FK_ModuleDefinitions_DesktopModules]

-- Drop constraints from dbo.[ModuleControls]
ALTER TABLE dbo.[ModuleControls] DROP CONSTRAINT [FK_ModuleControls_ModuleDefinitions]

-- Drop constraints from dbo.[EventLogConfig]
ALTER TABLE dbo.[EventLogConfig] DROP CONSTRAINT [FK_EventLogConfig_EventLogTypes]

-- Drop constraint FK_EventLog_EventLogConfig from dbo.[EventLog]
ALTER TABLE dbo.[EventLog] DROP CONSTRAINT [FK_EventLog_EventLogConfig]

-- Drop constraint FK_ScheduleHistory_Schedule from dbo.[ScheduleHistory]
ALTER TABLE dbo.[ScheduleHistory] DROP CONSTRAINT [FK_ScheduleHistory_Schedule]

-- Drop constraint FK_ScheduleItemSettings_Schedule from dbo.[ScheduleItemSettings]
ALTER TABLE dbo.[ScheduleItemSettings] DROP CONSTRAINT [FK_ScheduleItemSettings_Schedule]

-- Drop constraint FK_FolderPermission_Permission from dbo.[FolderPermission]
ALTER TABLE dbo.[FolderPermission] DROP CONSTRAINT [FK_FolderPermission_Permission]

-- Drop constraint FK_ModulePermission_Permission from dbo.[ModulePermission]
ALTER TABLE dbo.[ModulePermission] DROP CONSTRAINT [FK_ModulePermission_Permission]

-- Drop constraint FK_EventLog_EventLogTypes from dbo.[EventLog]
ALTER TABLE dbo.[EventLog] DROP CONSTRAINT [FK_EventLog_EventLogTypes]

-- Drop constraints from dbo.[ProfilePropertyDefinition]
ALTER TABLE dbo.[ProfilePropertyDefinition] DROP CONSTRAINT [FK_ProfilePropertyDefinition_Portals]

-- Drop constraints from dbo.[ModuleSettings]
ALTER TABLE dbo.[ModuleSettings] DROP CONSTRAINT [FK_ModuleSettings_Modules]

-- Add rows to dbo.[EventLogTypes]
INSERT INTO dbo.[EventLogTypes] ([LogTypeKey], [LogTypeFriendlyName], [LogTypeDescription], [LogTypeOwner], [LogTypeCSSClass]) VALUES (N'ADMIN_ ll find a solution.
best wishes

guy

 
New Post
4/17/2007 3:59 PM
 

Any chance of an english translation for the error messages??


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
4/17/2007 4:25 PM
 

I am getting a similar error when upgrading from 4.4.1 to 4.5.1

Everything is successful expect for

00:00:00.296 - Installing Module File HTML_04.05.00_Install:  Error

My site comes up but I can't build it, it keeps complaining about DotNetNuke.Modules.Html being Ambiguous.

Any ideas what this means?

Thanks.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Update from DNN 4.4.1 to 4.5.1 (and 4.5.0 too) failedUpdate from DNN 4.4.1 to 4.5.1 (and 4.5.0 too) failed


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