Hi All,The followings are solutions to Issue about "List object API call is disabled".I got a reply from ggriffit and also got a reference to
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=16302585&objAction=ArticleView.The solution given in the above link is as follows:1. Stop the Livelink Server service.2. Locate the opentext.ini file in the Livelink_home\config folder.3. Using a text editor, edit the opentext.ini file, and ensure that the value of the EnableListObjects parameter, in the [Options] section of the file, is TRUE, as in the following example:[Options]EnableListObjects=TRUE4. Save the modified opentext.ini file.5. Restart the Livelink Server service.When I opened the "opentext.ini" - under the [options] - I didnt find EnableListObjects.So I added in myself EnableListObjects=TRUE to [options].If the above still didnt work, find [lapi] under opentext.ini and paste EnableListObjects=TRUE.Hope it helps.