eRoom Backend Databases

May 6, 2008

eRooom application back end databases for data organisation.There are a few points,every eroom administrator must be aware of.

  1. Every eRoom Facility is having a database.Whenever a facility is created,there is a database created,containing corresponding tables for the facility.
  2. There is a Site database (eRoom_eRoomSite) which contains tables for the site like Community,Facility,Room,Members etc.
  3. eRoom_eRoomSiteUsage database contains all tables that are specific to the usage of the site by members of the eroom.
  4. The System databases include Master,Model,MSDB,tempdb
  5. The Databases are owned by “dbo” owner.

 


eRoom Backup & Restore

May 3, 2008
  • Section 1 - Backing Up eRoom data

eRoom components that need back up are,

  • Data directory - The eRoom Data directory stores important data such as the mail spool,
    eRoom extensions and the Documentum Foundation Classes working directory (if you
    are using eRoom Enterprise).However, do not back up the \~FullText and \~Logs directory.
  • File Server - You specified an eRoom File Server directory when you installed eRoom. It contains files uploaded to eRoom 7.Make regular backup copies of your File Server directory or directories.

Read the rest of this entry »


Some Indexing Facts

May 3, 2008

This topic discusses some indexing facts in eroom Advanced installation.

  1. Indexing is a background task that runs on an indexing server and is managed by the eRoom Scheduler service. The Scheduler indexes the content of all files in eRoom so they are included in eRoom searches.
  2. eRoom Advanced installation is a multi-server application, in which the web server, indexing server,
    database server, and file server typically reside on different machines. Read the rest of this entry »


eRoom Services

May 2, 2008

What services are involved with eroom running?

First of all,eroom runs on an webserver IIS.

So the first and foremost service is IIS Admin Service. There are two related service to IIS Admin Service;they are World wide web publishing Service (Provides Web connectivity and administration through the Internet Information Services Manager) and HTTP SSL service (This service implements the secure hypertext transfer protocol (HTTPS) for the HTTP service, using the Secure Socket Layer (SSL). If this service is disabled, any services that explicitly depend on it will fail to start).

The other services are: Read the rest of this entry »


2008 April « Deep Inside eRoom

May 1, 2008

eRoom Administration Basics

April 30, 2008

The basics of eroom administration can be classified under following sections.

-1- Full Text Administration

-2- SQL server administration

-3- eRoom server Administration

-4- Administration by Coordinators


eRoom API

April 30, 2008

API Script for user status in eroom

How to write a script for generating the report for user login statistics for a particular eroom.

The steps
———
-1- Create Application Object
-2- Supply eroom login name
-3- Get the Facility Name using GetFacilityByName
-4- Get the Room Name using GetRoomByName

Read the rest of this entry »