Questions tagged [opentext]

Open Text is a company based out of Waterloo, Ontario, Canada. It offers software for Enterprise Information Management.

Open Text provides products to organize and maintain storage of information on an enterprise scale.

The core product is Content Server 2010 (formerly Livelink). The system is implemented in a proprietary language called OScript (which is similar to JavaScript, LISP, SELF, Smalltalk-80). Content Server offers a SOAP and a limited ReSTful/JSON interface. Integrations exist with SAP, MSExchange, Lotus Notes, a variety of storage systems.

A complete list of opentext products can be found here: http://www.opentext.com/2/global/products.htm

143 questions
0
votes
1 answer

Highcharts- Creating a dynamic x-axis to maintain bar spacing with less data points but maintain x-axis "width"

I'm looking for a solution to add to my clientscript in actuate opentext studio. In the first image I have the columns of the grid lining up with the table bars; this is for a 28 day period. I need a similar display when having less data points-…
0
votes
1 answer

How to download a LiveLink (OpenText) file using REST API and .Net (C# /VB)

Using LiveLink Server 16.2.9 (2019-06), build 851 This is the code I use to download a LiveLink file named Active_Time.xlsx. If I paste the link below in the browser, then the file is downloaded. However, when using this code the result is a small…
user10157300
0
votes
1 answer

Delete OTDS user using REST Api - Cannot delete synchronized objects

I have been trying to find a way to delete a user using OTDS Rest web service, but I am not able to do so as I am receiving the following error while deleting a user. "Cannot delete synchronized objects" Can anyone please help on how can we delete…
0
votes
1 answer

Which of these functionalities are available through the OpenText AppWorks REST API?

I have no experience with OpenText. I have a client who hosts a large amount of documents on OpenText Content Server. They would like to do things such as: Navigating through the file system and moving files between directories in the file…
KOB
  • 4,084
  • 9
  • 44
  • 88
0
votes
1 answer

Opentext ECM - List all Folders and Files with C# GUI

I want to develop a tool for my company using C# and .net to access our opentext ECM Documents. I need to be able to search in opentext ECM "Folders" for Word Documents, search inside old document links and update. I see opentext ECM in the Windows…
0
votes
0 answers

How to download file from OpenText ECM page using C#

I am seeking feedback on how to download any file from ECM (Enterprise Content Management) of OpenText. Using the following code I can download any file from the web except the ECM site. using (var client = new WebClient()) { …
Sohel
  • 656
  • 2
  • 11
  • 31
0
votes
1 answer

documentum rest services issue

Documentum authentication error I am able to run repository list api but when I am running repository detail api and in authorization i am passing username :- dmadmin and password : - password . I am getting { "status": 401, "code":…
rupali mittal
  • 195
  • 1
  • 8
0
votes
0 answers

How to scroll the whole table in Grid automatically

How to scroll the whole table in Grid automatically. I also have also given overflow: SCROLL to grid it was not showing any scrollbars to the GRID in viewer. Where in Open source BIRT it was showing scrollbars to GRID but not for Commercial BIRT.…
0
votes
1 answer

Reading and using OpenText's exported XML

We're working on a migration project to migrate OpenText content into another content management system. We have been provided a sample exported Xml from OpenText but it's not very intuitive and we can't find any documentation or tools to help us…
TamerM
  • 722
  • 7
  • 25
0
votes
2 answers

OpenText Content Suite Platform: Database table for finding Type of user

We need to write a report to find the number of below categories of users on our OpenText Content Suite Platform installation: Content Suite Platform Read-Only Named Users Content Suite Platform Standard Named Users SAP Extended ECM by OpenText…
0
votes
1 answer

Searching metadata attributes in opentext using REST API - POST

How to search for documents using REST API Post method? I am looking to search by category attributes for a particular classification. I have not found any examples for REST API with POST method. I get a "You have either not specified any search…
stackMan10
  • 732
  • 6
  • 25
0
votes
1 answer

How do I search for an Exact phrase in Solr

How do I search for an exact phrase in solr. Suppose, when I search for "How_to_Search_this" then it should give me the results of 1. "how_to_search_this" (case insensitive) 2. "How_to_search_this" but not the results like 1.…
sanjeeda
  • 131
  • 1
  • 10
0
votes
1 answer

How to index special characters in Solr

I have a list of special characters, which needs to be indexed. How can I include these characters in my Solr search? What configurations need to be done in Schema.xml file of Solr? List of Characters: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ Quick help…
sanjeeda
  • 131
  • 1
  • 10
0
votes
1 answer

Document not archiving in Opentext Archive Server 10.5

Documents are not getting archived from external directory to pipeline. After putting the document in external directory, the LOG file is gone but leaving behind the remaining 3 files. While looking the tomcat AS logs following is the error and…
0
votes
1 answer

What search engine does OpenText Content Server 10.x use?

I'm working on a project with an older version of Content Server and am looking to integrate C.S. search with another portal via federated search.
Martin Muldoon
  • 3,388
  • 4
  • 24
  • 55