Products

Solutions

Resources

Partners

Community

About

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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 7.4 database at 1.2 Gig, Exceptions tableDNN 7.4 database at 1.2 Gig, Exceptions table
Previous
 
Next
New Post
4/1/2016 12:40 AM
 
Hi Sebastian,
Thanks for your reply. I try your script with success. The site is up :)

I have another question regarding with performance, specifically about your script TurboDNN.

Currently, the start up time is very long. Once the site show up, everything go faster. I thought the TurboDNN script could help. I'm right? In any case, I try the script and receive the following message:

------------
-- make sure, all constraints are enabled
IF (ServerProperty(N'EngineEdition') != 5) --Check for not running on SQL Azure
EXEC sp_msforeachtable "ALTER TABLE ? WITH CHECK CHECK CONSTRAINT all"
Msg 547, Level 16, State 0, Line number 1
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_TanLD_ContactUsLocalization_Modules". The conflict occurred in database "DotNetNuke731", table "dbo.Modules", column 'ModuleID'.
------------

Appreciated any suggestion.

Julio
 
New Post
4/1/2016 7:07 AM
 
Julio,
you may ignore the message, or clean your database.
The issue is caused by ContactUsLocalization module, where table TanLD_ContactUsLocalization still contains records for a module, which has been deleted.
DELETE * FROM TanLD_ContactUsLocalization WHERE ModuleID Is Not IN (SELECT ModuleID from Modules)
should fix the issue (I assume, TanLD is your ObjectQualifier).
(Background: the module developers created a foreign key constraint from their module to Modules table but forgot to enable it.)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/2/2016 2:25 AM
 
Hi Sebastian,

Thanks for the suggestion.

My ObjectQualifier is ''. With you input, I check the table and the tanld correspond with a custom module (TanLD Contact Us, http://store.dnnsoftware.com/vendor-p...).

I will ignore the message and assume everything work fine (including the TurboDNN script).

Do you suggest to apply the rest of the scripts to improve the performance?

Thanks

Julio

 
New Post
4/2/2016 5:05 AM
 
the script should have run completely, only this improvement hasn't been applied.
You should run TurboSchema afterwards, to gain full improvements.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 7.4 database at 1.2 Gig, Exceptions tableDNN 7.4 database at 1.2 Gig, Exceptions 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