DCTM:xCP:Brava Install brava for xCP

Double-click on the Brava! Enterprise for xCP installer file that you downloaded.Example, if you are installing Brava! for Documentum xCP 16.4, you double click on the bravaenterprise_for_xcp_16.4.0.12.exeThe installshield Wizard begins; if .NET Framework components are not detected, they will be installed at this time. On the Welcome screen, click Next and complete the Brava! for […]

Documentum:CTS: Low resolution images in viewer

Problem: Print option for xCP Viewer results in lower pixel quality and produces a smaller document than the original content file Resolution: The OOTB profile pdf_processing_xcp.xml is used by CTS to create a jpeg_lres, XML Info and jpeg_story renditions on import operation which we need to modify in section related to jpeg_lres by changing 96 […]

DCTM:xCP Preview mode as privileged client

In the xCP designer in design-time environment fill the global registry tab. It will make the generated dfc.properties contain “dfc.globalregistry” entries and the client will register itself.  xCP creates the temporary dfc.properties in the user’s %TEMP% folder. The dfc.keystore is created by webby in the same folder.

DCTM:xCP DM_QUERY2_E_TOO_MANY_TYPES_IN_JOIN error

To resolve the issue [DM_QUERY2_E_TOO_MANY_TYPES_IN_JOIN]error: “Your query has too many types in the FROM clause.”; ERRORCODE: 100; NEXT: nullat com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57) Create Environment Variable DM_FROM_TYPES_MAX. and set the value to 50 or above. Default value is 20

DCTM:xCP Verify Events published or not

Ext.define(“eventBusOverride”, {    override: ‘xcp.event.EventBus’,    publish: function () {        console.log(‘Publisher called..!’ + arguments[0]);        console.log(arguments);        this.callParent(arguments);    },    subscribe: function () {        console.log(‘Subscriber called..!’ + arguments[0]);        console.log(arguments);        this.callParent(arguments);    }});

DCTM:xCP Chrome extension xCelerator

As part of our deliverables, our team has implemented several large-scale Opentext xCP projects taking advantage of the opentext xCP robust framework.  As with all other products, our team needed to go into the details of the framework in order to understand how things work and make things extendable. We spent hundreds of hours in exploring the […]