By Suhas Das
Author
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:
-
File System (Operating System level)
- Stores the actual content files (documents, images, videos, etc.)
-
Database (RDBMS)
-
Stores metadata such as:
- Document properties (name, type, owner)
- Relationships between objects
- Indexes for searching
-
Stores metadata such as:
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:
- The request goes to the Content Server
- The server checks permissions (via ACLs)
- Metadata is retrieved from the database
- The actual file is fetched from the file system
- 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.