문제

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