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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogBug found in Blog_Categories tableBug found in Blog_Categories table
Previous
 
Next
New Post
6/30/2010 3:26 PM
 

The definition for the Blog_Categories in 5.04.02 (haven't checked later or earlier releases) has a problem in the nonclustered index definition for IX_Blog_Categories_PortalID .  Specifically, it has ALLOW_PAGE_LOCKS set to OFF.

The side effect is that maintenance plans which perform reindexing operations will fail with an error message similiar to the following:

Executing the query "ALTER INDEX [IX_dnn_Blog_Categories_PortalID] ON [..." failed with the following error: "The index "IX_dnn_Blog_Categories_PortalID" (partition 1) on table "dnn_Blog_Categories" cannot be reorganized because page level locking is disabled.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

The fix is to alter the index using the following statement to turn page locks back on (which is the default for sql server):

ALTER INDEX [IX_dnn_Blog_Categories_PortalID] ON [dbo].[dnn_Blog_Categories] SET (ALLOW_PAGE_LOCKS = ON)

I'm not sure why you guys have page locks turned off for that table, but this is not good practice.

 
New Post
3/30/2012 5:06 AM
 
This is logged as a bug here. Please vote for it to increase its chances of being fixed. 
 
New Post
4/10/2012 2:15 PM
 

This table will be removed in the future, it will only exist in the 5.0 Blog release to allow for category migration (to the core). 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogBug found in Blog_Categories tableBug found in Blog_Categories table


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