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...
This happens intermittently.
Sometimes no issue with FetchVersion(executed successfully) for filename "data\test.odt" (once downloaded it will become "datatest.odt" -> as Windows OS does not allow \)
But sometimes, it will give the error :
com.opentext.api.LLIOException: Could not create...
Hi Greg,
Thanks for the reply. Appreciate it very much.
Just to check with you, since this time round, the filename contains characters like :
1) \
2) /
3) :
4) *
5) ?
6) "
7) <
8) >
9) |
not the SQL keywords like "update, insert, etc" anymore
So is...
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 Appnair and ggriffit,
Thanks for the reply.
To be more specific the errors
+++ Start of session errors +++
Status Code: 106603
Api Error:
Error Message:
Status Message: There is illegal string "insert" in the query string
+++ End of session errors +++
occurs when I called the ListObjects...
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 while trying it on (LLExplorer v4.8.6 on Windows 7).
But it worked fine on (LLExplorer v4.8.5 on Windows 7)
Error Message Window displays below:
Error in Explorer : Contact to your Livelink Administrator...
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 found a solution in the following KC post for the above issue:
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3590074&objAction=viewincontainer
Cheers,
smallredville
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 appnair,
Thanks for your fast response. We have tried the FetchCategoryVersion, but only gave us the latest version of the specified category.
Basically, we want to set the specified category version to the new object and add it into the folder with the specified category version.
Please...
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.
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.