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

HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...05.06.00 conflict with core forum05.06.00 conflict with core forum
Previous
 
Next
New Post
11/10/2010 8:14 AM
 

Bad start with beta testing: Install gave an error:

00:02:03.610 - Upgrading to Version: 05.06.00
00:02:03.640 -   Executing Script: 05.06.00.SqlDataProvider Error! (see 05.06.00.log.resources for more information)
00:02:05.579 -   Executing Application Upgrades: 05.06.00 Success

05.06.00.log.resources has this to say:

System.Data.SqlClient.SqlException: The constraint 'PK_Roles' is being referenced by table 'Forum_PrivateForums',
 foreign key constraint 'FK_Forum_PrivateForums_Roles'.
Could not drop constraint. See previous errors.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(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)



/*  DNN-13278 - Clustered Primary Key for Roles  */
/*************************************************/

if not exists (select * from dbo.sysobjects where id = object_id(N'PK_Roles') and OBJECTPROPERTY(id, N'CnstIsClustKey') = 1)
 begin
  alter table dbo.[UserRoles]
   drop constraint FK_UserRoles_Roles

  alter table dbo.[Roles]
   drop constraint PK_Roles

  alter table dbo.[Roles]
   add constraint PK_Roles
    primary key clustered ( RoleID ) on [PRIMARY]
  
  alter table dbo.[UserRoles]
   add constraint FK_UserRoles_Roles
    foreign key ( RoleID ) references dbo.[Roles] ( RoleID )
    on update no action
    on delete cascade
 end

The installation completed nevertheless. I will have a peek preview anyway.


____________________________________
The one-eyed in the land of the blind.
 
New Post
11/10/2010 8:53 AM
 
please log the error into both issue trackers at support.dotnetnuke.com and dnnforums.codeplex.com, thank you!

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/10/2010 9:13 AM
 
this item has been rolled back for the 5.6.0 release and will be resolved in 5.6.1 - http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=13278&PROJID=2

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...05.06.00 conflict with core forum05.06.00 conflict with core forum


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