我有LiveLink或Opentext服务器版本10.0.0和Livelink客户端版本9.5.0。我希望使用C#编程从服务器提取文档。我从服务器上提取了一些文档,但我得到了以下异常,只有几个文档:
LLIllegalOperationException:未在com.opentext.api.LLValue.toString(String name)的com.opentext.api.LLInstance.get(String name)为此数据类型实现get(name)
它使用相同的代码在Livelink Server版本9.2.0中工作。有人能帮我解决这个问题吗?预先感谢Shyam
发布于 2013-08-29 17:33:54
您可以使用OpenText企业版WebService来代替过时的LAPI。
我们有从内容服务器下载文档的DocumentManagement服务。
https://stackoverflow.com/questions/18171097
复制相似问题