-
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…
-
Asking fo best-practice for effective backup of the CAS server db
Greetings we are migrating our installation from the obsolete Streamserve to ExStream 16 with CAS and versioning management on SQL EXpress server. Before the migration, the project files were on the file system so, once versioning had been set up on the files with any versioning program and a backup of the "projects"…
-
RightFax COM API --> Web API conversion setting UniqueId
I'm converting a COM API client to WebAPI, and encountering a problem setting UniqueId when sending a fax. In COMAPI we would create a Fax Object, add attachments and set the fax.UniqueId, add attachments, set phone and send RFCOMAPILib.Fax fx = faxServer.CreateObject[RFCOMAPILib.CreateObjectType.coFax];fx.UniqueID =…