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...SQL and SQL Ser...SQL and SQL Ser...delete from dnn_packages = ables without a clustered index are not supported in this version of SQL delete from dnn_packages = ables without a clustered index are not supported in this version of SQL
Previous
 
Next
New Post
9/22/2014 7:48 AM
 
it looks like it already got created.
do you still get the message about the missing clustered index?
Not: a Primary Key may use one or more fields of (nearly) any type, not limited to Int with identity.
A clustered Index may be any index, but should be unique.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/23/2014 5:42 AM
 

Yes, I still get the error when trying to delete a line form the Dnn_packages table  (delete from dnn_packages where PackageID = 144)

I run select * from sys.indexes and I see those CLUSTERED index :

PK_Dnn_PackageTypes_1%
PK_Dnn_Packages *
PK_Dnn_PackageDependencies *
PK_Dnn_PackageAssemblies
PK_
Dnn_LanguajePacks *
PK_
Dnn_JavaScriptLibraries *
PK_
Dnn_DesktopModules *
PK_Dnn_SkinControls * 
PK_Dnn_SkinPackages * 
PK_
Dnn_Authentication *

First I notice that the one for the PackageTypes are "_1" and not with just the name, that shouldn't matter

And two tables that have dependencies with  Dnn_Packages are without index :

Dnn_Assemblies **
Dnn_Dashboard_Controls *

may be a missing PK on one of those tables ?

I have given a look to all the dependant tables (* are ones with PackageID fiels as Required, ** as not required) and I only found the lines 144 and 145 (the ones belonging to the skins I want to delete) on the Dnn_SkinPackages, where I delete without problem

Still, I cant delete from Dnn_Packages :: Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.

 

 

 

 

 

 

 
New Post
9/23/2014 5:46 AM
 
it might be indeed the dependant tables causing the issue, I sugggest adding a clustered index to both

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/23/2014 5:52 AM
 
seem I overlook, as both seems to have already CLUSTERED index

CREATE UNIQUE CLUSTERED INDEX PK_Dnn_Assemblies ON Dnn_Assemblies (PackageID); -> 'PK_Dnn_PackageAssemblies'
CREATE UNIQUE CLUSTERED INDEX PK_Dnn_Dashboard_Controls ON Dnn_Dashboard_Controls (PackageID); -> 'PK_Dnn_Dashboard'
 
New Post
9/23/2014 3:05 PM
 
not sure what has been the reason for all this issues, but I believe that was due to the installation of a module "not really supported in Azure", (Nuntio content) which I believe cause the error

I cant say loud enough, test very exhaustive a module before importing into your "good" environment, even you are on development mode

I have opted for a radical solution, and restore a backup few days old, copy the data that has change since them, and do not waste more time on the solution (sometimes the hardest solution is the easier one)

Sebastian, of course, thanks for all the help, as I have learned a lot ;-)
 
Previous
 
Next
HomeHomeDevelopment and...Development and...SQL and SQL Ser...SQL and SQL Ser...delete from dnn_packages = ables without a clustered index are not supported in this version of SQL delete from dnn_packages = ables without a clustered index are not supported in this version of SQL


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