Hi All,
Through this post, I would like to ask whether it is possible to use lapi.jar to delete/remove one of the categories from a document?
I have this requirement that is to delete the category from a document at the end of a processing.
I have browsed through opentext KC, but cant find...
Hi All,
Through this post, I would like to check whether it is possible to use LAPI to add a new event into the audit of an object?
I understand that in oscript, there is function call :
$LLIAPI.AuditSubSystem.Audit( \
$AuditSendToMeet, \
prgCtx, \
node_copy, \...
Hi All,
Recently, I tried to use lapi 9.7.0 to assign user specified uniqueID to physical item with multiple copy.
I failed and get the followings:
Status Code: 101103
Api Error: Unique ID already in use
Error Message: Unique ID already in use
Status Message: Error Creating node
My code...
Hi All,
Recently i found an error in executing FetchVersion()
-> if (doc.FetchVersion(volumeID, dataID, versionNum, objectFullpath) != 0) {...}
whenever my filename contains :
1) \
2) /
3) :
4) *
5) ?
6) "
7) <
8) >
9) |
The errors I got are:
Exception in...
Hi All,
Recently my colleagues used a file name of SQL keywords such as "insert.odt", "update.odt".
When the JAVA batch program did the processing (JAR file of LAPI 9.7 was used), it gave the following errors:
+++ Start of session errors +++
Status Code: 106603
Api Error:
Error Message...
Hi All,
I found an error in one of our OpenOffice Integration application program.
Error Message Window displays below:
Error in Explorer : Contact to your Livelink Administrator
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to...
Hi All,
I intend to update the category of a object in livelink but to no avail.
I used something like :
...
categoryInfo.add("Categories", categories);
if (doc.UpdateObjectInfo(uploadto_volumeID, objectInfo.toInteger("ID"), categoryInfo) == 0) {
System.out.println("\n\n successful...
Hi ALL,
Is there a LAPI method to retrive a specify category version?
The reason is I need to add a new document with a speficied category i.e category of the designated folder.
Thank you very much.
Hi All,
I encountered an error as shown below after making adding a new attribute in the category:
Status Code: 101103
Api Error:
Error Message: Version number must match the existing category version number being updated.
Status Message: Error Creating node
The above error is resolved as...
Hi All,
Is there a call in LAPI that will let you create your own audit events for objects in Livelink?
I have looked in the SDK documentation and if it is there have missed it.
We want to bring over some historical log data for documents that we have migrated from another system into...
Hi All,
Recently I created a batch program to create multiple copies of physical item successfully (For example : with => request.add("pouniqueID","");).
Now, there is a requirement that the uniqueID needs to be manually created - based on what the user specifies (For example : with =>...
Hi All,
Through this post, has anyone ever experienced in creating a physical item with lapi.jar (in java)?
I found the following as posted by Appnair in 2007. But I am still at a loss.
"I assume you know how to create objects using C#.Physical objects just means that you have to supply the...
Hi All,
Through this post, I would like to check on whether anyone has experienced to move/migrate files/folders from livelink to sharepoint.
I initially intended to do it manually, but it is simply too many. In addition, I found that sharepoint platform has limitation on the length of the...
Hi Everyone,
Through this post, I would like to check is it true to say that if we get status code 101104 - means that an item with the same name already exists?
I got this when running the code:
Status Code: 101104
Api Error:
Error Message: An item with the name '2009' already exists.
Status...
Hi All,
Through this post, I would like to check has anybody got any idea about the followings(in detail):
-> I encountered an error while moving a document using the Content Move module.
The steps to replicate the error is:
1) Setup 2 LEA Storage Providers A and B in LES. Create a new...
Hi All,
I would like to know if there is any way for me to use LAPI to get the contents/children of a compound document?
What I can think of for the time being is to access the DTREE table and do a select statement. But this approach will eat up a lot of resources.
I hope someone who knows...
Hi All,
Through this post I would like to ask if anyone has any idea on the followings exceptions:
Exception in MainController.dumpVersionToDisk() :: dataID : 8911181 :: LLValue unknown field name: FileAttributescom.opentext.api.LLUnknownFieldException: LLValue unknown field name...
Hi All,
Through this post I would like to check anyone who has encountered the following error message :
+++ Start of session errors +++
Status Code: -2147482645
Api Error:
Error Message:
Status Message: Error executing an Sql statement.
+++ End of session errors +++
I encountered the above...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.