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

Record error on Win7, not on Win XP (run-time error -2147217895 (80040e19))

Error.Description : Unable to find an object or data matching the name, to the beach or the selection criteria within the scope of this operation. I'm getting this error when I run code on Windows 7. It doesn't appear on Windows XP. I read this…
trixrabbit
  • 259
  • 7
  • 22
0
votes
1 answer

How to send email to Entreprise Connect folder with VBA?

I need to send e-mails to entreprise connect (content server) from outlook. E-mails go in specific project folders already created in Content Server. The user click e-mail and click link, they enter the project number and a function find the…
trixrabbit
  • 259
  • 7
  • 22
0
votes
3 answers

Connect to LiveLink and download document

I need to connect to LiveLink and download some ISO PDF files. The way I connect is: string url = "http://pod.iso.org/isostd/livelink?func=ll.login&Username=user&password=pasword"; string urlDoc =…
0
votes
2 answers

Download document from content server

I'm a developer Opentext and i need know how can download a file from content server Opentext from app Java. I have this code: int nodeID = _id_code_document; OutputStream os = new FileOutputStream(new File(PATHFILE+NAMEFILE)); DataHandler file=…
Roldanhollow
  • 105
  • 5
  • 16
0
votes
2 answers

How do I download a file from LiveLink using c#?

I am writing a c# agent to pull data out of Excel workbooks stored in Livelink but I am unable to download the files. webClient = new WebClient(); webClient.Credentials = CredentialCache.DefaultCredentials; webClient.DownloadFile(strFileLocation,…
Melbz
  • 512
  • 4
  • 14
0
votes
1 answer

How to open file in Livelink using Excel VBA

I am having a difficulties to find the way on how to open the file in LiveLink using VBA in Excel. I know the folder where its placed and I know the name of the file; is there any straightforward way to perform this please? Many thanks in…
0
votes
1 answer

Passing string to function in correct encoding in Java

I have a folder called Test with the following folder: EY 1 P-¦+¡lohy k da+òov+¢m p-¦izn+ín+¡m 2002 - 2004 Then I have the following code public static void main( String[] args ) { File f = new File( "C:\\Test" ); File [] children =…
Bruno
  • 5,772
  • 1
  • 26
  • 43
0
votes
2 answers

Move/copy a folder with its children to Livelink

I'm already using the following code to copy a file to Livelink: Public Function saveFileLL(target As Long, pathSource As String, fileName As String) As Boolean Dim dav As New ADODB.Record Dim files As New ADODB.Recordset Dim objStream…
dan
  • 3,439
  • 17
  • 54
  • 82
0
votes
1 answer

Create a folder in Livelink with VBA

I am looking for the easiest and fastest way to create a folder in Livelink with VBA. I'm working with Microsoft Access 2003. For example, I want to create a folder into Livelink\Enterprise\folder1\folder2\. I also have the folder2 LivelinkID (7…
dan
  • 3,439
  • 17
  • 54
  • 82
0
votes
1 answer

Function Menu in OpenText Content Server 10, not working

I have OpenText Content Server 10, but in my Browser when i click on some docs for Function Menu, my CS10 hangs and also the LiveLink Builder Hangs too. The Function menu is not working, Is there a way i can enable this again.
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
0
votes
2 answers

What is a Node in OpenText LiveLink?

What is a Node in LiveLink? Most of the time I worked with LiveLink, they are using Node many time. What is a Node object?
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
1 2 3
4