Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smallredville

    Can LAPI support deletion of a category from a document?

    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...
  2. smallredville

    Can LAPI help to add a new event into the audit of an object ?

    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, \...
  3. smallredville

    Error in assigning unique ID to Physical Item with multiple 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...
  4. smallredville

    FetchVersion() Error

    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...
  5. smallredville

    SQL keyword used as filename Error

    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...
  6. smallredville

    LivelinkExplorer Error

    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...
  7. smallredville

    update category of an object (after creation of an object)

    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...
  8. smallredville

    Retrieve specify category version

    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.
  9. smallredville

    Category Version number not maching

    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...
  10. smallredville

    Writing own audit events via LAPI

    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...
  11. smallredville

    Physical Item - pouniqueID

    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 =>...
  12. smallredville

    Creating a Physical Object with Java

    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...
  13. smallredville

    What is the best way to move folder/files from Livelink to Sharepoint?

    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...
  14. smallredville

    Status Code 101104

    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...
  15. smallredville

    Error encountered with &quot;Content Move&quot; module

    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...
  16. smallredville

    Can i get the contents of a compound document with LAPI?

    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...
  17. smallredville

    LLValue unknown field name

    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...
  18. smallredville

    Status Code: -2147482645 --- Status Message: Error executing an Sql

    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...
  19. smallredville

    SSO using SiteMinder

    Hi ALL, anyone know how to use LLSession for SiteMinder SSO? Thank you very much.
  20. smallredville

    Changing document storage provider during runtime

    Hi ALL, How can we change the storage provider of the document to other storage provider during runtime?

Part and Inventory Search

Back
Top