-
Hacakthon Top 25
Hi Everyone, Thank you for your patience. We had 5 judges; two technical, one business focused, one hospital readiness and one Clinical Doctor that has a wide set of experiences. Here is the top 25 projects - in no particular order. Prize winners are being finalized by category, winners will be contacted and the…
-
D2 Smartview SDK - Overriding OnClick Actions
We are publishing the following how-to encase in a zip file. This will be included in 23.4 as a sample but exists today in 23.2 as well, this is just a how-to to help you figure out how. Here is the READ_ME.txt file in the zip so you can get an idea of what is required then dive into the sample: Assuming your SDK workspace…
-
How do I override/change the Dialog Controls using Smartview Framework
Here we have a video recorded by D2 Engineering that shows the Advanced Properties dialog control sample and how to change the drop-down control originally used to select the property page config into a list/table view with single select.
-
Reminder: The Capture Service demo app and tutorial are available
Just a reminder that video walk through, Code used in the video and a step-by-step guide are available.
-
TIP: How to determine your Tenant ID, and Tenant Username & Password
Accessing OpenText APIs require you to know your Tenant ID, and Tenant Username and Password. If you were not able to capture these during the Trial signup, here is another way to find these out. 1. Login to your Developer account on developer.opentext.com. 2. Select Console - OpenText NABT from the dropdown menu. This…
-
When to use this forum and when to use suppport forum...
Just an FYI… It might not be obvious, but this developer forum is more geared towards "developer" level of questions. If your question is around development, this is the place! If your question is more around usage, install, administration, etc. This is your place:…
-
Documentum D2 Smart View SDK is GA in 23.2
FYI… Documentum D2 23.2 is released now and is GA. We are VERY excited for this. Partners are invited to participate in an SDK challenge. We will be giving you showtime at the Documentum User Group meetings and finalist at OT World in Vegas. To download the SDK (for everyone), here is a short URL link:…
-
Incorrect/Inconsistency ECM PDF Filename retrieve by SAP program
Hi All, We encounter an issue of inconsistency ECM PDF Filename retrieve by SAP program. Issue : 1 of 20 Print out will able to encounter retrieve wrong PDF Filename by SAP program - Refer to Figure 1 - How to print PDF File by SAP Program Sample code used LOOP AT gt_response_headers INTO gs_response_headers WHERE line CS…
-
TeamSite Database Compatibility
going to be migrating teamsite (and we dont use livesite) to new servers, does anyone have the latest compatibility matrix for DBs for the latest TS version? I dont have the release notes handy, still working on access.
-
How to generate Custom log by using log4j2.properties in DFS
Hi, I am trying to generate custom log by using log4j2.properties in DFS. I am using below version of s/w Content server 23.2 Documentum Foundation Service 23.2 EMC Composer 23.2 Kindly help.
-
CS23.2 REST Java Client not working after JDK 17 upgrade
We wrote a Java Client program to call the REST APIs of OpenText for Uploading the Files to Content Server. The Program is working on Windows 10 / JDK 1.8 platform. But when the code is migrated to Linux / JDK 17 platform, we are not able to get the OTCS Ticket. 'response' object is coming as null in the below code in…
-
DCTM REST authentication via SSO
Has anyone managed to get DCTM REST working via SSO authentication? i.e. a small web app which uses DCTM REST via SSO authentication (SAML, Kerberos, OTDS or any other method). I've got BASIC auth working. Any help, example, documentation or a point in the right direction would be much appreciated. Many thanks
-
OTCS get user image from Active directory.
Hello, As mentioned in the title, I'm wondering if there is a way to get all user's images from active directory at once. Best Regards.
-
Sortable option is not available for Custom Column creation in Facets
Hello all, I created a custom column, however; the "Sortable" option is fixed as "No" Are there is a reason why? Sorting the column will be greatly beneficial.
-
Extract metadata from DXF files, import into Core Content and search on added metadata
Like the previous article however this time the target will be Core Content and just like the previous article, where the target was xECM. The purpose of this article is to show and share knowledge on how easy it is to make Engineering Drawings, in this example, DXF ( Drawing Exchange Format ) files searchable by…
-
Magellan BI& Reporting CE 22.4 - iHub failed to generate the reports which contains 84K+ records
iHub report is unable to generate the results if the report contains more than 84K+ recorders And in the report it shows 700+ sheets but not updating.
-
D2Rest throwing the E_INPUT_MESSAGE_NOT_READABLE
Hello, I'm trying to make POST API call using custom REST client code. On execution I'm getting the 400 status code and following error message {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in parsing the JSON into object class: class…