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

OpenText System Architecture Diagram

Does anyone know where I can find the System Architecture Diagram for reddot? I know they are now Web Solutions Group. If someone can retag this so it makes more sense that would be appreciated also. Thank you.
griegs
  • 22,624
  • 33
  • 128
  • 205
0
votes
0 answers

Mapped Drive of windows is not accessible via 3rd party software named IGC of OpenText

I am trying to solve the problem of long path which is greater than 260 characters. I am using a 3rd party product namely IGC(Informative Graphics Corporation) of OpenText. For the solution, I am using mapped drive of windows so that my long path…
0
votes
1 answer

Export a file listing from DM5 (opentext)

I have a folder structure in our DM. How can I export a list of subfolders and all files? In DOS (*gag) I could do a "Dir star.star /s>list.txt" to get a list. Is there a way do get this? Thanks.
RickyD
  • 37
  • 1
  • 8
0
votes
1 answer

Fax Current WebPage using RightFax OpenText WebService

I have a page with a fax button on it... when clicked it uses a dialog to capture the destination of the fax from a drop down list. What I need to do is apply the print stylesheet and capture the webpage. I am using RightFax webservice "OpenText"…
WeePecky
  • 57
  • 1
  • 8
0
votes
1 answer

VBA excel make read only a text file

Is it possible to open a text file as readOnly with the workbooks.opentext method? When I try to run a macro while the file is opened by an other user I get the message "file in use". There is no readOnly option avalaible in the Opentext expression;…
adri
  • 3
  • 2
0
votes
3 answers

eDOCS DM API - setting file extension

Bit of a long shot but I haven't had any luck finding the answer documented anywhere. I'm writing a custom tool using the eDOCS DM API to bulk upload files into eDOCS. The tool almost works as intended, I create a task list of files and metadata…
AliJH
  • 1
  • 3
0
votes
0 answers

Attaching category to items through OpenText content server Web services

Has anyone ever implemented a solution of how to attach category to an item through OpenText SOAP Web services? I am trying to apply a category to an existing document/folder which is possible through the attribute group and metadata classes and…
0
votes
1 answer

Centura Team Developer (previously Gupta Team Developer)

This question might not be very constructive but my reason for asking this question here is to know the view of fellow TD developers about the career scope of this niche technology in India. I have been working with this technology from the last 4…
Abhishek Guha
  • 154
  • 1
  • 9
0
votes
1 answer

Opentext enterprise connect edit option error

when i click the edit option in enterprise connect i am receiving the following error. "Unable to process the response from server.Server returned: Unexpected XML declaration. The XML declaration must be the first node in the document , and no white…
Dina
  • 1
  • 2
0
votes
2 answers

Need a way to delete a file in Livelink from a cmd prompt

Would there be a way to delete a file in Livelink (OpenText Content Server 10 to be exact) from a command prompt? I should delete more than 7000 documents, thus it would be quite slow to do it manually. I could generate the object ID's from SQL…
0
votes
0 answers

How can we search on attribute in a workflow instance in OpenText Content Server 16.0.1?

I am configuring workflows in OpenText Content Server 16.0.1. I am using very standard and basic features and added a few attributes. e.g. Division. I am trying to user the tool capabilities to search on the Division. None of the out-of-box search…
0
votes
2 answers

How to wait for 3rd party JavaScript function to return

Given the following snippet of code var empowerInstance = null; function onClick_btnSendMessage() { var childIFrame = window.document.getElementById("editorFrame"); if (!empowerInstance) { empowerInstance =…
Stephen Patten
  • 6,333
  • 10
  • 50
  • 84
0
votes
2 answers

How to increase download size in Livelink

I'm using Livelink to download files through Enterprise Connect. When I download files to desktop, after downloading some files, it shows me an error message that I have exceeded download limit set by the administrator. My question: is there any…
32113
  • 39
  • 6
0
votes
1 answer

OpenText LiveLink : How can use ImpersonateUser function?

I'd like to have from an admin user the context of the current loggin user. For that, I use the admin token to have the current one with the function impersonateUser() because I don't have the password of the user. I have the following error when I…
Thomas
  • 170
  • 1
  • 12
0
votes
1 answer

How do I use select2 object events stored in an array?

I'm trying to hack my way around some Opentext forms and I've created and array below containing my select2 objects. How do I use the array index of the object that has triggered an event? Or is there a better way to do this? The joblink variable is…