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
0 answers

default value - Opentext category attribute

Hi I am trying to update the attribute of type user with the currently logged in user but I didn't see any options to add a default value to the attribute of type user. Is there any option to add the default values to the Category Attributes…
0
votes
0 answers

OpenText Content Server SmartView customization

We have a requirement to customize the add document screen. We need to disable the '+' sign on the screen which is used to add categories or classifications. Please let me know if it is possible. Also is it possible to create the "Add Categories" to…
0
votes
0 answers

OpenText Brava HTML Viewer pagenumber parameter

We are using OpenText Brava viewer for document review and annotations. We are using Brava HTML Viewer as ActiveX viewer is not supported by latest browsers. In ActiveX viewer we have an option to add the page number in the Brava URL which will…
0
votes
1 answer

Livelink WCF Webservice - Auth Issues

I'm a Sharepoint/MS Developer and not too familiar with Livelink. Anyways, I see they have a .NET WCF Service. I'm attempting to do Authentication using this web service and as far as I can read from the API docs, It shouldn't be too…
Fox
  • 891
  • 3
  • 9
  • 30
0
votes
1 answer

How to copy URL of an open chrome session OR How to make selenium iteract with an open chrome session

During the automation a third party server (Legedo - Powerdocs - OpenText) will be started and this one is not supported from my Siebel UI. I was using perl to controll this third party, i stopped since perl needs physicall screnns. My questions are…
0
votes
1 answer

Iterate through the files in a given folder in Enterprise Connect with Outlook

I want to iterate through the files in a given folder in Enterprise Connect to check, if file exists, delete or add files. I am able to access the folders, but can't iterate through the items: Sub IterateEnterpriseConnect() Dim FP As MAPIFolder Dim…
morebus
  • 33
  • 3
0
votes
1 answer

POST request (form data) with JetBrains HTTP Client doesn't work

This request to a OpenText Content Server works with the curl, but doesn't work with the JetBrains HTTP Client. curl --location --request POST 'http://myserver/api/v1/auth' \ --form 'username="myuser"' \ --form 'password="mypassword"' This command…
0
votes
1 answer

Nested table in BIRT opens too meny db cursors, causing cursor error

Im designing a report in BIRT, where I have 2 data sets and one parent table and under that a child table. For each parent row, I'm firing child table, so it's hitting database everytime. For example if I'm having 100 rows of parent records, for…
Soumyadeep
  • 11
  • 1
  • 3
0
votes
1 answer

How can I get document hash from documentum using DQL?

Using DQMan or Document Admistrator, what's DQL statement to get hash of document in DCTM? Select ... ? If it's not possible how can I get it? (I know exactly which is the document, r_chronicle_id, r_object_id, etc...)
Falco
  • 1,458
  • 3
  • 19
  • 47
0
votes
1 answer

BIRT Report dynamically set width

I am having few rptDesign files in which width and height is set. When the report renders on browser this values (width and height ) shows with pt unit. I wanted to have this as % so that with the screen size it should enhance the generated report…
JAVA_CAT
  • 737
  • 3
  • 13
  • 33
0
votes
1 answer

How to sync several application instances without breaking the integrations?

There is ServiceNow, OpenText and SAP systems which have been integrated across their DTAP environments. (e.g. ServiceNow DEV <-> SAP DEV; OpenText UAT <-> SAP UAT; etc.) Periodically we clone over sub-production instances to keep them the same as…
Jakulon
  • 1
  • 1
0
votes
1 answer

Performing full-text content search with OpenText eDOCS DM

How can I perform a document full-text search using Hummingbird DM PCDClient in C#? I have tried to use following API helper to perform searches: https://github.com/dotnetnick/edocs. Classes DMSearch and DMSql could be able to do this, but I can't…
Threnloe
  • 66
  • 1
  • 3
  • 10
0
votes
1 answer

I need SQLBase documentation

I am using Open Text SQLBase and I need the official documentation. I have the documentation (called "SQLBase Language Reference") for the version 11.7 but I need it for version 12.2. I search for it in https://www.opentext.com but I couldn't find…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
0
votes
0 answers

Recursive Query to calculate Folder Size

I have the following scenario which I am trying to execute in my SQL Server: Root Folder (dataID - 001) Folder A (dataid-123) child folder 1 doc1 (size-6 mbs) …