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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Learn from my experience (Event log Cleanup)Learn from my experience (Event log Cleanup)
Previous
 
Next
New Post
12/29/2007 12:27 PM
 

I always appreciate reviewing and googling the DotNetNuke forums and blogs for chances to learn from other's experiences, so here is my recent DNN experience.

A few weeks ago my System Administrator let me know that the DNN SQL Database was getting quite large.  We're a voluntary group, and he was going away for a week and we didn't have much time to look at it right then, so we moved the SQL Database to a larger hard disk.  (We did a full backup of the database and web server before we did this.  My System Administrator also does scheduled periodic (I believe it's daily) system backups as normal maintenance.) 

Last night he figured out the Event Log was getting a large number of general exceptions and we had not cleared the Event log since our initial install in July!  He cleared the eventlog, truncating it from SQL, as it was too large to look at from within DNN's Administrator's Event Log viewer.  He let me know about the situation and I found this thread that might well apply:

 
 
The bottom line answer was:
There is an issue with DNN where sometimes modules will get a bad value recorded for their supported features (like Searchable, Portable, etc).  This can cause the Search provider to try to create a the module's business class when it doesn't exist.  The easiest fix is to look in the database for bad values.  You'll want to look for a -1 in the SupportedFeatures column in the DesktopModules table, change it to a 0.  Run this from the Host SQL menu.
UPDATE {databaseOwner}{objectQualifier}DesktopModules SET SupportedFeatures = 0 WHERE SupportedFeatures = -1

I turned off logging of the General Exception errors for the Event Log from DotNetNuke in production, (in our case the this is admittably a band-aid approach, but the threat of being affected by the logging event rows is more of a threat than the problem it is reporting) so we shouldn’t see these any more (we can turn it back on if we want to see them). In my opinion, Event logging monitoring should mainly be for the test system.

The update SQL command listed needs to be run. I also made sure that the site log was being cleaned up through the scheduler. Checked this morning and there was just one event log from my login. Cheers.

 

 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Learn from my experience (Event log Cleanup)Learn from my experience (Event log Cleanup)


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