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

Accessing folders in Outlook with VBA

I'm using the following to move a mail to a folder in Outlook. Dim chemin() as String chemin = Split(path, "/") Set myNameSpace = Application.GetNamespace("MAPI") Set myFolder = myNameSpace.Folders("LiveLink").Folders("Livelink…
dan
  • 3,439
  • 17
  • 54
  • 82
3
votes
4 answers

How can I add a new document to Content Server 10.5 using the REST api

How can I add a new document to Content Server 10.5 using the REST api? I am following the Swagger docs for creating a node, but it is not clear how I attach the file to the request. Here is (roughly) the code I am using: var folderId = 2000; var…
meataxe
  • 969
  • 13
  • 33
3
votes
2 answers

German character ß encoding in Livelink using C#

I have folder name that contains German special character such äÄéöÖüß.The following screenshot display contents of LiveLink server. I want to extract folder from Livelink server using C#. valueis obtained from LLserver. var bytes = new…
user2537911
3
votes
3 answers

ECM : Migration of documents referencing other documents

Our company decided to move from SharePoint Documents Libraries to OpenText LiveLink for Enterprise Content Management (ECM). We faced the following problem : We have thousands of documents that reference each other currently in SharePoint. When we…
Morano88
  • 2,047
  • 4
  • 25
  • 44
2
votes
2 answers

How to pass Category Attribute value from REST API

I am able to upload files or create node through the Content server(16.0.3) REST Api (POST: api/v1/nodes). But How do I pass Category Attribute value while uploading file to opentext Content server.. Because as per DeveloperGuide there are only 3…
too_cool
  • 1,164
  • 8
  • 24
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
0 answers

livelink ECM: how to attach categories by default to documents

I created a catgory in Livelink ECM system and we need to attach this category to any document being uploaded to the system by default. We also need to show the attributes (of the attached category) while uploading the file. How is it possible?
rajmalhotraml
  • 313
  • 1
  • 5
  • 11
2
votes
1 answer

Livelink LAPI to Content Server web service

currently working on a project upgrading from livelink LAPI to Content Server web service. I wonder if there is some sort of API mapping document out there to convert from LAPI to web service call.
koo9
  • 409
  • 5
  • 15
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

German special characters Ää, Öö, Üü, ß are displaying incorrectly in LiveLink or opentext

I have Document and folder in Live link containing German special characters Ää, Öö, Üü, ß. I extracted the document and folder name using following code of LiveLink API server version 9.2.0.0 and client version API version of LiveLink 9.5.0.0.…
user2537911
2
votes
1 answer

Retrieving OutlookID of a Livelink folder

I'm trying to get the Outlook ID of a Livelink folder within my VBA project (the default VbaProject.otm). It would allow me to quickly move mails from Outlook to Livelink. I already have the Livelink folder ID but I know that Outlook has its own. I…
dan
  • 3,439
  • 17
  • 54
  • 82
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
0 answers

Exporting files from Livelink using Java (LAPI.jar)

I need to connect to the LiveLink server using a java utility. The LAPI(LiveLink API) is not available over the net . Can anyone tell me how to connect to it. Can we connect using URLConnection? Or if the LAPI is available somewhere, please let me…
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

OpenText XMLExport url filtered on specific object type

I get the content of a specific folder using XMLEXPORT url: cs.exe?func=ll&objid=1234&objAction=xmlexport&scope=sub This url returns the full content of the folder. I'd like to have only the folders (objtype 0) Is it possible with this method? (An…
Patophe
  • 21
  • 4
1
2 3 4