Questions tagged [livelink]

In 1996, the product originally called "Livelink" became OpenText's flagship product. Livelink was the first Web-based collaboration and document management system. At that time, the term "Livelink Server" was also used to describe the Livelink executable file.

Livelink is also known as Livelink ECM – Enterprise Server, Livelink Enterprise Server, Livelink Server

Livelink and Livelink Server

In 1996, the product originally called "Livelink" became OpenText's flagship product. Livelink was the first Web-based collaboration and document management system. At that time, the term "Livelink Server" was also used to describe the Livelink executable file.

Livelink Enterprise Server and Livelink ECM - Enterprise Server

Between 2003 and 2005, "Livelink" evolved from being the name of a single product to being a brand applied to the names of several OpenText software products. As a result of this change, "Livelink Server" became known as "Livelink Enterprise Server" (LES) and later "Livelink ECM - Enterprise Server."

At the same time as this branding change was happening, OpenText began introducing product bundles that included Livelink ECM - Enterprise Server and we stopped selling it as a standalone offering. During this time, customers migrated from the "Livelink" to bundles that contained Enterprise Server that had names like "Livelink for Document Management" (later modified to "Livelink ECM - Document Management") and "Livelink ECM - Content Lifecycle Management" (which bundled records management and archiving capabilities with document management).

OpenText ECM Suite and OpenText Content Server

In late 2008, OpenText introduced the OpenText ECM Suite as the overall name for our portfolio of enterprise content management products. At the same time, we made the decision to market all of our products under the OpenText brand.

As a result of this decision, the technology component formerly known as Livelink ECM - Enterprise Server became known as "OpenText Content Server."

Today, we consider former Livelink customers to be customers of "OpenText ECM Suite, Content Lifecycle Management" or some of its components.

56 questions
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
1 answer

Use Excel VBA to open an Excel file on a LiveLink server

I am working on consolidating some monthly reports from different lines of business into one report for month end reporting. Currently I have to open each Excel file one at a time. This takes a while and my time could be be better used elsewhere so…
AxGryndr
  • 2,274
  • 2
  • 22
  • 45
1
vote
2 answers

German character in Livelink

I want to extract file/folder and other item type that contains some German special characters in their name from Livelink server. Livelink server has encoding UTF-8. Value is Test Dokument äöüß var bytes = new List(value.Length); …
user2537911
1
vote
2 answers

How to set unicode in Livelin API using C#

I am facing Encoding problem in LiveLink API, My code sample is _llsession = new LLSession(Server, Port, "", UserName, Password); _llsession.setEncoding("ISO-8859-6"); Could you please give information about what is default Encoding…
user2537911
1
vote
1 answer

LLIllegalOperationException in Livelink

I have LiveLink or Opentext server verison 10.0.0 and Livelink Client Version 9.5.0. I wish to extract document from server using C# programming. I extracted some documents from server but I got following exception only few…
user2537911
1
vote
1 answer

Parsing a XML Web page file with VBA

I'm working into a MS Access project (2003) and would like to parse a XML code that is returned by a Web page. It is actually on our intranet. For example, I would like to parse…
dan
  • 3,439
  • 17
  • 54
  • 82
1
vote
2 answers

Memo truncated from Access database to VBA string

I have a memo field in my Access (2003) database to store the EntryID of folders from Outlook (about 750 characters). I'm trying to get back that string to move some mail to that folder ID with this code: Dim myNameSpace As Outlook.NameSpace Dim…
dan
  • 3,439
  • 17
  • 54
  • 82
0
votes
1 answer

livelink mapi outlook objId

I am searching for a way to get the livelink objId from a MAPIFolder object (Outlook VBA). I can get the path but its useless when the MAPI comes from favorites. I look at this Is there a list of IDs for the Outlook MAPI namespace? but that's not…
forX
  • 2,063
  • 2
  • 26
  • 47
0
votes
0 answers

MATLAB error handling of SIMULINK (sim) due to external component

My problem is that I am running a sweep study with some parameters. I change them in MATLAB and then run a simulation in MATLAB with the sim command. The simulation in SIMULINK contains an external software component from COMSOL with an FEM behind…
jommil
  • 21
  • 7
0
votes
0 answers

matlab livelink in non-interactive mode on cluster

I am trying to run a comsol matlab livelink script on a cluster. I am trying to do this in non-interactive mode. In interactive mode, I just do "comsol mphserver matlab matlabscript -nodesktop -mlnosplash" and it works. I can't get it to work in…
Nick
  • 81
  • 1
  • 6
0
votes
2 answers

Livelink - OpenText : Call to rmclassifications to update status via API

Is there anyone who has succesfully implemented an API call to update the RM Status for a Node ? I keep getting Bad Request when PUT-ting a request to this url: https://myopentexturl/OTCS/CS.exe/api/v1/nodes/908816/rmclassifications This is my…
Rob Joosen
  • 127
  • 1
  • 9
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
0 answers

Cannot open MS Project file on Livelink via Excel

I am building a tool that allows a user to open and edit an MS Project file that I am going to be storing on a Livelink site. I've done this before where I edit an excel file in Livelink and taking the WebDav link and converting it to a file…
BH57
  • 271
  • 2
  • 7
  • 17
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
0
votes
1 answer

Export data from livelink

I have to export data from livelink and import into other content management application. I am new to the LiveLink and its functionality. Can some one suggest me the best ways to export data from livelink? Please share the links/documents/code…