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
2
votes
1 answer

How can I add a new document to Content Server with Category Attribute value (BuilingId )using the postman

How can I add a new document to Content Server with Category Attribute value (BuilingId )using the postman
user202
  • 758
  • 10
  • 26
2
votes
2 answers

Getting error while calling user validation on a clustered OpenText CS/AS Server Environment

I have a clustered OpenText Content Server 10.5 Update 2015-09 installation along with a clustered Archive Server operating with Microsoft Cluster on Windows 2012R2. The cluster mode is active/passive. The configuration is the following: MS Server…
abarisone
  • 3,707
  • 11
  • 35
  • 54
2
votes
2 answers

OpenText Content Server Search API: Retrieve a file's category data via URL link in XMLformat?

I've been looking long and hard at documentation and have been googling non-stop but I am falling short. I am using the OpenText Content Server Search API. My goal: I would like to be able to fetch a file via URL, e.g.…
Mark
  • 87
  • 1
  • 2
  • 11
2
votes
1 answer

COM Exception with Hummingbird DM API x64

I have a web application which severs as a SAML bridge to Authenticate between the Google Search Appliance and Hummingbird. I am using the Open Text eDOCS DM 5.1 Extensions (x84) PCDClient.dll to connect For some reason I keep getting Retrieving…
Joe
  • 23
  • 4
1
vote
1 answer

Powershell find and move password protected PDF files

I'm working on a script to identify password protected pdf files in a folder. If the pdf is password protected then it will move the folder and all files and sub folders to another folder. I can get the script to work correctly with a copy but it…
1
vote
2 answers

Programatically add document to Hummingbird/OpenText eDocs database

I am working with the the (formerly Hummingbird Enterprise) OpenText eDocs document management system. http://www.opentext.com/2/global/products/products-opentext-edocs-products/products-opentext-edocs-document-management.htm We are still using…
odoenet
  • 234
  • 1
  • 4
  • 11
1
vote
1 answer

A replacement for the simple SQLTalk

I am using SQLTalk for Windows, version 10.0.0-PTF1 Build 13914. It is a very simple database administrator: I use PgAdmin for PostgreSQL and it has many tools. But SQLTalk doesn't have, for example, undo feature (CTRL+Z). So I would like to know if…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
1
vote
2 answers

C# Variable Scoping

I'm new to C#, having written a little in a CMS, but my background is mostly JavaScript related. That said, I am working in the "Scripting" client in OpenText Capture Center. When executing the code below I get the error "The Name 'srfOnly' does not…
TheSellout
  • 11
  • 1
1
vote
0 answers

Unable to reach Tomcat server through AppWorks OpenText mobile application

I deployed a sample app to my OpenText Tomcat server. In the Opentext console of the sample app, the gateway url is set as my local IP address and port is 8080. Installed the opentext android app and iphone app available in playstore and appstore in…
1
vote
1 answer

Content Server - How to add Classification in a document (node )from REST API

I am developing an Java app to upload documents in Content Server 16.2 using REST API. I need add a defined classification to a document (node) via REST API but I'm not found how to do. For example: This is my REST call: POST…
MA Prado
  • 21
  • 5
1
vote
1 answer

Opentext -Webservice to add Records to Database

Dears, I have OpenText ECM with Several Documents, I need to add one more Column to an existing table of OpenText DB.I have another DB in DB2 with all the information, I need a solution for updating Column from DB2 Table to SQL Table of OpenText…
user3616746
  • 45
  • 1
  • 5
1
vote
0 answers

Dockerized DCTM 7.3 and Dockerized DCTM REST 7.3 not able to retrieve global registry or its documents

My setup consists of Documentum Content Server 7.3 (dctm-cs) running in a docker container (from EMC) Documentum REST Services 7.3 (dctm-rest) running in a docker container (from EMC) I am definitively able to get information from within dctm by…
zealoushacker
  • 6,766
  • 5
  • 35
  • 44
1
vote
1 answer

F# - fileReplace, overwriting words in txt, but when running it overwrites exisiting content in txt

open System //helpfunction let fileReplace filename needle replace = let replaceIn (reader:System.IO.StreamReader) needle (replace: String) = while not(reader.EndOfStream) do let mutable allText = reader.ReadToEnd() allText <-…
1
vote
2 answers

PL/SQL-How to implement multiple count statements in a single query when tables and conditions are all different

I'm working on Open Text Content Server Tool that uses PL/SQL Database. What I am trying to do is to fetch count data through 6 different queries all having different conditions and different tables too. I was trying to combine all these 6 count…
nemish nigam
  • 65
  • 2
  • 10
1
vote
1 answer

c# how to read same line from multiple files after a search from 1 of the files?

This is something similar from what I am working on, I have to do the 3 files at the same time sequentially, and when string is found it displays the data from that line of each file. My problem so far is that it does not read data from the second…
1
2
3
9 10