-
Application Extender Rest Service API to export documents.
Trying to export all the docs from repo, i was going through the REST API and found AXDocWorkingCopy to export documents.Can you please guide me if thats possible using AXDocWorkingCopy rest call or if i have to use AXDocExportJob Rest call instead. If AXDocExportJob is better than AXDocWorkingCopy what could be the…
-
Content Server CWS - Underlying protocol for Transferring document from CWS Client to OTCS Server
Hi All, We have a java program which uploads documents to Content Server using CWS SOAP Web services, We are creating document using below piece of code. Attachment attachment = new Attachment(); byte[] fileInBytes = null; try { fileInBytes = Files.readAllBytes(path); } catch (IOException e) { throw new Exception("Error…
-
Microsoft Doc file (.docx) is not previewing in browser
Hi Expert, I am facing one issue while opening microsoft doc file (.docx) file . It is not opening at browser while clicking rather it is directly getting downloaded into the system. Where Other documents like .txt file, .pdf document or any image documents are getting previewed at browser. Could you please suggest what…
-
GOS-create Business workspace button doesnt appeared in Business partner Screen
Dears , we face a strange behaviour in Business partner(Bu1006),with t-code BP , the Business workspace buton doesnt apeared Although all configuration fine, and the butoon apeared in other transaction . why the behaviour differnet for the two screen although the configuration is the same Any Help?
-
GOS-create Business workspace button doesnt appeared in Business partner Screen
Dears , we face a strange behaviour in Business partner(Bu1006),with t-code BP , the Business workspace buton doesnt apeared Although all configuration fine, and the butoon apeared in other transaction . why the behaviour differnet for the two screen although the configuration is the same Any Help?
-
Embed custom HTML inside Widget
Hi, We are looking for a solution to embed customized HTML page inside a “widget window” of the Perspective Manager. So far I tried looking for a solution in Opentext Learning Services and in the forums, but no luck yet.. I managed to embed a WR inside widget, but it only works in Classic not in SmartView. Any guidance…
-
OTDS Push Connector API - how to increase response timeout of OTDS Generic RestAPI
We are working developing pushconnector, Our login API responded in responded 200 in 11789.7003 ms (11 seconds), Generic restime api has below log. synchronized resource Pushconnector (42cb96c6-1695-428b-87b7-e5a92176cc7c). Reason: jakarta.ws.rs.ProcessingException: java.net.SocketTimeoutException: Read timed out Other…
-
Teamsite/OpenDeploy current version Release Notes
does anyone have a copy of the current release notes pdf for TeamSite and OpenDeploy that show all support platforms (OS version, JDK, etc) and configurations and upgrade paths as well? Waiting for my support contract to be renewed to get access to the portal (likely next week) but would like to pre-read if possible.
-
How to get started with the Magellan Text Mining Engine Service?
I am reviewing the Magellan Text Mining Engine documentation on the Opentext Developer API site. However, the following information is missing: Which endpoint should be used to access the Magellan Text Mining Engine? Tutorial/documentation that shows how to use the APIs. Please check the next point. For example, how do I…
-
How to use TreeView alongside folder browser
Hi all, Fairly new to smart view development and the SDK. I'm in fact not trying to develop anything custom but just use the CSUI in an external application. I've gotten the folder browser loaded up with no issue. I've read the documentation and it references a tree view which I take to mean a directory structure view of…