I have LiveLink or Opentext server verison 10.0.0 and Livelink Client Version 9.5.0. I wish to extract document from server using C# programming. I extracted some documents from server but I got following exception only few documents:

LLIllegalOperationException: get(name) not implemented for this datatype at com.opentext.api.LLInstance.get(String name) at com.opentext.api.LLValue.toString(String name)

It works in Livelink Server version 9.2.0 with same code. Anybody help me to fix this issue? Thanks in advance Shyam

没有正确的解决方案

其他提示

You can use OpenText Enterprise WebService instead of LAPI which is obsolete.

We have DocumentManagement Service for download document from Content Server.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top