-
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 =…
-
Require.config 23.4 replacing paths NOT working anymore?
Hello community, I used to use this technique to replace whole components in Smart View. Example: Extending components with module or require was not possible so I had to create my own component and replace all OPENTEXT instances with my own. Like I do not like how VIEW1 = nodestable.view.js behaves in a method - so I…
-
COMPARE NUMBER RANGE IN REPORT BUILDER
hello, I'm working on report builder and I come to you to ask, how do I compare a range of numbers? I'm using → NumberIFF( sHOURS -01,nTONNET,0,NumberIFF( sHOURS -25,nTONNET,0,0 ) ) because I need to compare several ranges but it doesn't return the correct result.