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
1
vote
2 answers

How to get all OpenText Content Server categories in one call?

I'm currently on a project that involves OpenText Content Server 10.5 SP1 Update 2015-03. I'm trying to find out if is possible to get all categories from the System Category Volume with one call using Java SOAP web services or REST. On the web…
abarisone
  • 3,707
  • 11
  • 35
  • 54
1
vote
1 answer

OpenText XMLExport url filtered on specific object type

I get the content of a specific folder using XMLEXPORT url: cs.exe?func=ll&objid=1234&objAction=xmlexport&scope=sub This url returns the full content of the folder. I'd like to have only the folders (objtype 0) Is it possible with this method? (An…
Patophe
  • 21
  • 4
1
vote
1 answer

OpenText Livelink Content Server call "GetNode" does not return any document

Hi to all the community. This question is related to a specific product called OpenText Content Server 10.5 (previously named LiveLink) and the usage of his Content Server Web Service (CWS). We use a very simple call to retrieve a document using his…
1
vote
0 answers

How to copy an entire file from Unix throw Open Text Host Explorer

I need to get the logs from certain application hosted in Unix. The only tool allow me to see the logs is Open Text Host Explorer version 14. It is my first time using this tool. I can read the logs one by one screen by using PgDown/PgUp and…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
1 answer

How do I provide windows domain account information to OpenText Livelink ECM programmatically?

I have to implement some functionality with LiveLink 9.7 server via LLAPI (LiveLink API). Livelink Administrator granted my Windows Domain Account permission to access LiveLink via https URL so I have to input my Windows Domain Password when I'm…
Andrew Florko
  • 7,672
  • 10
  • 60
  • 107
0
votes
0 answers

How to override SYS variable in Exstream

I want to override system variable while running the application. Is there way to override SYS variable in page using control file VARSET.
0
votes
1 answer

Select a default value of a Combo box in Centura/Gupta (Team Developert)

I am trying to configure a combo box so that it shows a default value and does not show empty. The structure is as follows: `ccmbDynamic: cmbcombo -List Initialization *Message Action *On PAM_Create -Set nMyObjectID = 1 -Call…
erik1520
  • 1
  • 1
0
votes
0 answers

OpenText server - how to handle Azure authentication with API REST?

We used to connect to OpenText server through the REST API. It worked well as long as we used Active Directory authentication. However, after migrating to Azure AD, the following .Net code (that used to work) returns an “Invalid user/password”…
user8721
  • 39
  • 6
0
votes
0 answers

Deleting columns from a table opentext BIRT Report in the beforeFactory

I am trying to delete few columns conditionally from a table from the report design in the beforeFactory script before the report execution starts,but it does not drop the column . using below…
PPAS
  • 1
0
votes
0 answers

REST API call in OpenText TeamSite

Is there any way to call REST API in TeamSite? For example in .Net application we can use visual studio solution and call REST API via HTTPClient but working pattern in TeamSite is completely different. TeamSite has one admin portal where we can see…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
0
votes
1 answer

Where to find logs of DB request

I am trying to find the documentum logs that tell me the amount of time each request takes to connect to the data base, so I can monitor and their activity. Or maybe if there is a free app that does the monitoring itself, and I just need to connect…
Q_Q_
  • 3
  • 2
0
votes
0 answers

C# - Auto populate the field of Currency Type if the Code is entered

How should I add the code to the application's script that is already there? After entering the specific code, the currency field must automatically populate. I'm new to C#, so I have no idea how to add the code. The code that is currently being…
siennac
  • 37
  • 5
0
votes
1 answer

Is there a way to Manually unlock the Opentext Exstream Design Database?

I have encountered an error after attempting DB Maintenance from within Design Manager, and cannot figure out how to get the DB unlocked. Essentially, ran the DB check for errors utility, and during that process, many errors were thrown. When the…
0
votes
0 answers

Related to opentext core Share REST api

I want to do CRUD operation of file using REST api on opentext core share instead of uploading file to opentext core share from dashboard. So please let me know if opentext is providing api documentation or there is some other way to do…
0
votes
0 answers

Related to opentext CMS and CSS REST api

I uploaded the file using CSS and CMS REST api. Now I want to check where it is uploaded ie I want to check from dashboard. But I can't find the dashboard so please tell me where it is uploading and how can I access it using GUI. i follow this…
1 2
3
9 10