(private) sorry...!! contact@ecmnotes.com
slide

Custom Java Method for Job

To develop a Java method for job is simple and straight forward. In below example you’ll find a sample which implements IDmMethod. The Legacy Deployment Process In older versions of Documentum, methods were needed to be compiled and archived in a jar file and copied into the Java Method Server’s…

slide

xCP Introduction

According to EMC, Documentum xCP is a powerful solution development platform that enables you to quickly create information-intensive, decision-oriented, process-centric, and case management solutions. With a focus on composition rather than custom code, xCP transforms solution development by making it 50% faster and deploying solutions up to 90% faster. Get…

slide

xCP Features

Process versioning – allows multiple versions of a process to co-exist at design time and at runtime, enabling developers to maintain different versions of a process so that updates follow a new path and older versions are not impacted. ·     Process debugging – enables developers to debug a process at…

slide

xCP Environment Setup

When we worked with xCP 1.x, it was quite difficult to setup xCP environment as there are various products to be installed and configure with xMS to create runtime environment. With xCP 2.1 its very easy to do. Here are the steps to follow to setup xCP environment. 1. Identify…

slide

xCP Development Step by Step – Part 1

xCP Development Environment Setup 1. Quick Tour 2. Environment Setup Ref. EMC xCP 2.1 Tutorial Channel @youtube Proceed to part 2

slide

xCP Development Step by Step – Part 2

1. Create xCP Application (xCP Developer) 2. Create xCP Roles 3. Using xCP Application Parameters 4. Runtime Configuration 5. Developing Main Page 6. Test Run xCP Application Ref. EMC xCP 2.1 Tutorial Channel @youtube

slide

Alfresco – Introduction

Alfresco is a free/libre enterprise content management system for Microsoft Windows and Unix-like operating systems. Alfresco comes in three flavors: Alfresco Community Edition is free software, LGPL licensed open source and open standards. It has some important limitations in terms of scalability and availability, since the clustering feature has been removed from the community repository and is only available in the enterprise edition. Alfresco…

slide

Alfresco – History

John Newton (co-founder of Documentum) and John Powell (a former COO of Business Objects) founded Alfresco Software, Inc. in 2005. Its investors include the investment firms SAP Ventures, Accel Partners and Mayfield Fund. The original technical staff consisted of principal engineers from Documentum and from Oracle. While Alfresco’s product initially…

slide

Cloning / Copying a Docbase

Pre-requisites: The following points need to be strictly adhered to, for Cloning/Copying a Docbase: a. The clone of the Docbase should be created on a machine other than the source Content Server machine. b. The cloned Docbase should be made on a Content server installation version same as that of…

slide

Documentum Repository Pre-Cloning Queries

# Generic select count(*) from # Exceptions both default and custom count # Group select count(*) from dm_group where group_name not like 'dm_%' and group_name not like ' ' select count(*) from dm_group where group_name like 'dm_%' select count(*) from dm_group where group_name like ' ' # ACL select count(*)…