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

Internal Server Error with template / Livelink WCMS 9.5.1

i just ran into some serious problems with a historic Livelink system - WCMS-Server 9.5.1. I added a JSP-Topic secondary to another using the same template that prevails at the parent topics. Even though they work great with the parent topics, i…
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
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

Data in second column appears in the first one in html tabular forms

I am creating a form for content server in html. Everything seems to be working fine functionally. However the alignment of some elements is creating problems. There are some elements which should appear in the second column of the table. Instead,…
Atul Rauthan
  • 91
  • 1
  • 1
  • 9
0
votes
1 answer

How to get the workflow item details from livelink using c#?

I have document in livelink and the document having workflow. In that workflow we have attachments and some default attributes. My requirement to retrieve the workflow work item data. I tried to use the workflowservice to access the details. But I…
0
votes
1 answer

OpenText content Web Services metadata

I have following code: have 7 different attributes for ReportDetails. But this code doesn't seem to work, and there is no error. AttributeGroup DocTypeGrp = new AttributeGroup(); DocTypeGrp = docManClient.GetCategoryTemplate(ref otAuthentication,…
rach
  • 669
  • 2
  • 8
  • 31
0
votes
1 answer

Get user name from its id..?

I have to communicate with OpenText LiveLink via its WCF interface. I am using the GetNode function to which I pass a node ID and it returns information about the document. One of the field returned is "CreatedBy": 797207 I would require to get a…
Bruno
  • 4,685
  • 7
  • 54
  • 105
0
votes
1 answer

OpenText LiveLink Search Metadata

I'd like to use the Java CWS web service to perform searches against Metadata stored in categories. When I execute the getFieldInfo method the searchable fields in my categories are not listed. I'm trying to figure out the structure of the query…
ccudmore
  • 193
  • 1
  • 7
0
votes
1 answer

Enterprise Scan: Error archiving documents

I'm using Enterprise Scan software for managing my documents on my local business, but when I try to archive documents into server, I get those error messages: “critical error during archiving content server API function call failed error adding…
Ezzat Ghazi
  • 1
  • 1
  • 4
0
votes
2 answers

If-else for null condition SQL

I am going to create a livereport using three example inputs: Document Start Date Document End Date Emp ID These are 3 rows in the SQL table DocumentData. What I want to reproduce is the following: If the user does not put any value in "Emp ID"…
Shekhar Sharma
  • 85
  • 2
  • 10
0
votes
2 answers

Need a way to copy a file to Livelink from a cmd prompt (a la davcopy)

Has anyone written something like davcopy for Livelink? (davcopy works with SharePoint) I have downloaded davcopy and it hangs when trying to use it with Livelink. I've asked Open Text and their response is "There is not way to do this out of the…
0
votes
1 answer

Getting Image And Alt Text of a livelink channel using LAPI_NETp?

I am new to LAPI so I am having difficulty in getting the image and alt text that I assigned to my created channel. I am able to get other general information of LLValue channel object ... But I would also like to get the image of the channel... I…
0
votes
2 answers

how to export xml from url (function) into a file in VBA

Before we were running on Windows XP and we were using LiveLink, everything was working fine. We recently moved to Content Server and Windows 7. There is a function from Opentext xml export guide that let you export XML from a URL. The vba code use…
trixrabbit
  • 259
  • 7
  • 22