Book Image

Community Server Quickly

By : Anand Narayanaswamy
Book Image

Community Server Quickly

By: Anand Narayanaswamy

Overview of this book

Community Server is Telligent System's award-winning solution for quickly and easily enabling online communities. It includes a suite of integrated applications, such as blogs, discussion forums, photo sharing, file sharing, email lists, newsgroups, and more, which together can help you create your community presence. Community Server is the trusted solution for many organizations ranging from Microsoft and Dell to Conde Nast and Match.com, and powers massive communities like the Microsoft ASP.NET forums (www.asp.net/forums) and the XBOX forums (forums.xbox.com). You can learn more about Community Server, and see it in action, at http://www.communityserver.org. Written in a clear and concise manner, this book will guide you through the installation, administration, customization, and deployment of a Community Server solution. With the help of this book you will be able to start using your Community Server site within minutes of its installation. The book kicks off with a brief overview of Community Server, its various editions and licensing options, and installation procedures and then delves deep into the creation and management of blogs, forums, photo galleries, file galleries, and more. The book also explores the different ways you can customize your Community Server site along with coverage of various add-ons and modules. You will also learn how to manage your Community Server license and other related settings. Towards the end, the book provides an overview of the various steps required to deploy Community Server to a hosting server.
Table of Contents (19 chapters)
Community Server Quickly
Credits
Foreword
About the Author
Acknowledgements
About the Reviewers
Preface

Working with SQL Jobs


As noted earlier, you should create the relevant SQL jobs using SQL Server 2005 Management Studio before beginning to generate user and blog activity reports. This can be done by logging into SQL Server 2005 and starting the SQL Server Agent service (by default, this service is stopped). You can start the service by right-clicking SQL Server Agent and selecting Start from the pop-up menu as shown in the screenshot below:

Note

In order to create SQL jobs you need to install SQL Server 2005 Developer Edition. You can download a trial version of it from http://www.microsoft.com/sql/downloads/trial-software.mspx

SQL Server 2005 will display a progress indicator during the starting of the service. Once the service has been started follow the steps outlined below to set up activity reports:

  1. 1. Add the following code to the<httpModules> section of the web.config file:

<add name="CSVisitors" type="CommunityServer. VisitorCountHttpModule, CommunityServer.Components...