-
Content Server REST API
Hello, I am using the REST API to connect to my Content Server. How do you pull the User info? I can get the user_id, but I can't do anything with it. I've tried to treat it as a node, but it doesn't return anything. Any help?
-
DM 5.3 Create a folder (c#)
Coming from DM 6 you would define a 'File Part' by creating an object and defining it like so: oDocObj.SetProperty ("ITEM_TYPE", "E"); What is the DM 5 way of defining a folder since File parts and terms have been removed? Many thanks,
-
%PCD_UPDATE_VERSION problems in OpenText DM 5.3.1
I recompiled for DM server 5.3.1 some code which is correctly working with Hummingbird 5.1.0.5. Everything is working the same way except the replacement of the content of a document by setting lobjPCDDoc.SetProperty ("%VERSION_DIRECTIVE","%PCD_UPDATE_VERSION"); In this case I always get an error with ErrNumber -2147220925…
-
Example on how to use the Cordys BPM APIs
Hi, I need some clear examples on how to use Cordys BPM api's. Also some more extended examples on how to configure and use the APIs in general. Thanks, Danny
-
Use PATCH verb to search?
A coworker pointed this out to me, and I couldn't think of a good reason for it... The OpenText RESTful API documentation illustrates how searches are supposed to be performed. The example that it gives cites using the PATCH HTTP verb: URI Method Notes /owners/123/dogs?where_color=tan&where_had_shots=true PATCH For a…
-
change a_storage_type without moving content from filestore
Hello, I want to separate files in documentum by years, Imagine that for year 2014 I create filestore fs_2014, for year 2015 fs_2015 and so on... Now when I create my custom_type and set it default storage to fs_2014 all documents will be stored here. But in year 2015, I want to save all documents to fs_2015 so I will…
-
What is the planned future of EasyLink FTP Upload service for mail/fax jobs?
Hi, we support and maintain an application which utilizes the antique FTP service developped by Xpedite/MessageReach (then Premiere Global Services, then EasyLink, now OpenText). What is the planned future of this service offer? AFAIK the EasyLink XOA 2.2 SOAP API also offers all required functionality to send and manage…
-
What is the planned future of EasyLink XOA SOAP API?
Hi, we support and maintain an application using EasyLink XOA 2.2 API based on SOAP. This API was originally developped by Premiere Global Services back in times when they merged MessageReach and Xpedite to offer an API for the operations actually offered by EasyLink MyPortal. Since you seem to be the new owner of that…
-
How to make IE show JSON output instead of downloading it!
This isn't a question... but if you want IE to display the JSON rather than try to download it: Create a Reg file: Windows Registry Editor Version 5.00;; Tell IE to open JSON documents in the browser. ; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" .; [HKEY_CLASSES_ROOT\MIME\Database\Content…