free geoip CS Tidbits #15: Enable Community Server Reports - Jayson's Blog - jaysonKnight.com
jaysonKnight.com
Welcome to my corner of the internet
CS Tidbits #15: Enable Community Server Reports
[update] It's worth mentioning that this post only applies to standard and higher licenses of Community Server. [/update]

Here’s another common question over on the Community Server forums that site admins might not know how to do as it isn’t “officially” documented anywhere:  “I’ve purchased a licensed version of CS that includes blog and user reporting, but they aren’t enabled by default.  How do I enable them?”  It’s actually a fairly simple process of editing your web.config file and setting up two jobs on your SQL Server database (if you are hosted somewhere, you'll need to ask your hoster to do this for you).  The solution is:
  1. Open your CS web.config file.
  2. Add the following to <httpModules>:  <add name="CSVisitors" type="CommunityServer.VisitorCountHttpModule, CommunityServer.Components" />
  3. Create a SQL Job that runs every morning at 1:00 AM with the command exec cs_BlogActivityNightlyJob
  4. Create a SQL Job that runs every morning at 1:30 AM with the command exec cs_UserActivityNightlyJob
If you're not familiar with creating jobs from either Enterprise Manager/SQL Server Management Studio, please consult the following links accordingly:
You can then view your reports at <root>/controlpanel/Setup.aspx under the Reports section.

Posted Thu, Jun 15 2006 11:46 PM by Jayson Knight
Filed under:

Comments

Community Server Daily News wrote Community Server Daily News for Friday, June 16, 2006
on Fri, Jun 16 2006 1:27 PM
J-O Eriksson elaborates further on a topic discussed here a few days ago, duplicating content on your
Community Server Daily News wrote CS.ORG Forum FAQs for July 24, 2006
on Mon, Jul 24 2006 3:42 PM

This is a compilation of all Forum FAQ content on communityserver.org to serve as a timestamp of where

FAQ wrote FAQ for General Discussion Forum
on Tue, Jan 9 2007 8:22 PM

FAQ posts contain multiple subject items appropriate to this forum, and will evolve over time with new

Community Server Bits wrote CS Tidbits #15: Enable Community Server Reports
on Mon, Mar 12 2007 10:09 AM

Jayson Patrick provides a very useful tidbit for users with Standard and higher licenses of Community

Add a Comment

(optional)  
(optional)
(required)  
Remember Me?

Copyright © :: JaysonKnight.com
External Content © :: Respective Authors

Terms of Service/Privacy Policy