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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List object API call is disabled 1

Status
Not open for further replies.

smallredville

Programmer
Aug 18, 2008
115
SG
Hi All,

Recently, I wrote a batch program to convert the OpenOffice document to PDF document.

It works fine in Livelink 9.6.0

Note : lapi.jar for 9.6.0 is used

However, during migration to 9.7.1, and the batch was run, I always got the following error message while calling the ListObjects().

The following is the extract of my code:
if ((status = doc.ListObjects(volumeID, fileto, null, "NAME = '" + objName + "'", 0, results)) != 0)
{...}


I would like to check have anyone ever encountered the following error message as given by livelink session :

+++ Start of session errors +++
Status Code: 106602
Api Error:
Error Message:
Status Message: ListObjects API call is disabled
+++ End of session errors +++


Another question, is it because I need to use lapi.jar from livelink 9.7.1 instead of 9.6.0?

Lastly, I would like to say many thanks in advance =)

Regards,
smallredville
 
Thanks ggriffit for the reply.

I will try it ...

Regards,
smallredville
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top