All Posts

Content Server and Docbase in Documentum

S

By Suhas Das

Author

38 views

In OpenText Documentum, two fundamental components form the backbone of the system: the Content Server and the Docbase. Together, they enable secure storage, management, and access to enterprise content.


What is a Content Server?

The Documentum Content Server is the core foundation of the Documentum content management system.

It is a powerful, multi-functional server responsible for:

  • Providing access to content and data stored in the system
  • Managing read and write operations on documents
  • Controlling user access through Access Control Lists (ACLs)
  • Enforcing security, permissions, and business rules

The Content Server works with the repository (docbase) to:

  • Store content files
  • Maintain indexes and metadata (properties)
  • Process user requests from client applications

Most importantly, it enables the full content lifecycle:

  • Create
  • Capture
  • Manage
  • Deliver
  • Archive

In short, the Content Server acts as the brain of Documentum, handling all logic and ensuring controlled access to enterprise content.


What is a Docbase?

A Docbase is the central repository where all content and related information are stored.

It consists of two main components:

  1. File System (Operating System level)
    • Stores the actual content files (documents, images, videos, etc.)
  2. Database (RDBMS)
    • Stores metadata such as:
      • Document properties (name, type, owner)
      • Relationships between objects
      • Indexes for searching

This separation allows Documentum to efficiently manage large volumes of data.


How They Work Together

  • The Content Server controls access and operations
  • The Docbase stores both content and metadata

When a user requests a document:

  1. The request goes to the Content Server
  2. The server checks permissions (via ACLs)
  3. Metadata is retrieved from the database
  4. The actual file is fetched from the file system
  5. The content is delivered to the user

Conclusion

  • Content Server → Controls access, logic, and operations
  • Docbase → Stores content files and metadata

Together, they form a robust and secure foundation for managing enterprise content in Documentum.

0 Comments

Leave a Comment

Your email will not be published. Comments are subject to moderation.