-
How to update attributes of some documents with values from an Excel file?
We need to update couple of attributes for hundreds of documents stored in Documentum. We cannot manually update one by one. Therefore, we would like to update the attributes of documents through a script / query, which should read the attributes value from Excel file and accordingly update the attributes of documents.…
-
Define mime type in API call?
We have an automated process using the API that creates a folder structure and uploads PDFs to Content Server. Unfortunately, this proicess does not define the mime type so it's set as "application/octet-stream", which means that these documents are excluded from renditioning, since our rendition rule is set for PDFs and…
-
REST API - Upload a document to add a new version
Does Rest API support the function to upload a document to exiting item as a new version? What's the correct structure to make the call? Thanks.
-
400 Bad Request error: "Could not get parent" Creating Node
Content Server 10.5 Update 2014-12 (version 10.5.0.10) Hi, Issue occurred in my apps REST request, however to troubleshoot and simplify I've used Chromes extension Advanced REST Client. When I try and add a node to OTCS (have tried both documents and folders), I receive the following response: error: "Could not get parent"…
-
CreateDocument VIA RestAPI - Getting bad request.
This is a method I wrote with c# that uses the post request to create a new document on CS : public async Task<string> CreateDocumentAsync(string fileName) { var values = new Dictionary<string, string> { { "type", "144" }, { "parent_id", "2000" }, { "name", fileName }, { "file", @"C:\Users\blabla\Documents\New Text…
-
Connecting a third party system using OTCS REST API
We have to connect the OTCS with a web application called Document Locator using the OTCS REST API. Requirements are, 1. Adding a new folder/document. 2. Updating the metadata. 3. Creating a workflow in OTCS and call that from Document Locator. Can someone help me how to do that? Is there any documentation that I can…
-
Documentum Upgrade to 20.4 from 16.4
Hi All, During upgrade, we have exported all the tables(full schema) from 16.4 and Imported in 20.4 version. Got many errors after doing that and fixed them one by one by manually updating the tables. The references of 16.4 tables(dm_acs_config. dm_jms_config) are still in 20.4 DB. I have updated them manually to fix few…
-
Documentum upgrade from 16.7.5 to 22.x
Hi Team. My requirement is to upgrade my existing Documentum server from 16.7.5 to 22.x please let me know is this possible to upgrade direct from 16.7.5 to 22.x, if yes then what approach/steps I have to follow. Thanks.
-
Variable Page Size and Scale in Communications Builder
I am attempting to vary the page size, etc., in Communications Builder/Storyteller. Setting the orientation (portrait/landscape) is simple, but what I need to do is essentially "shrink-to-fit" when the data would produce a larger document. For example, if have a document that is portrait and the font is "Courier New", 10.…
-
Documentum Smartview SDK
Documentation for the Smartview SDK provides information to set up the SDK locally and develop custom implementations. The Documentum Smartview SDK consists of sources, binaries, documentation, and samples for: Documentum Smartview UI extension environment. D2-REST services extension environment. D2 plugin development…