Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
date datatype problem in using lapi with java (successful send)
Richard_Ma_(mtrcadmin_-_(deleted))
hi all,lapi and livelink: 8.0.2os: winnt sp3java: jdk1.1.8When I use LAPI with JAVA, I get an error which seem odds.Here is a small JAVA program to reproduce the problem:The error is:get(name) not implemented for this datatypecom.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype at com.opentext.api.LLInstance.get(LLInstance.java) at com.opentext.api.LLValue.toValue(LLValue.java) at com.opentext.api.LLConnect.unMarshall(LLConnect.java) at com.opentext.api.LAPI_DOCUMENTS.CreateObjectEx(LAPI_DOCUMENTS.JAVA) at qq.main(qq.java:56)It seem that something is not implemented in the Date datatype.So, I want to ask, is there any work arround of this problem? or is there any method to do the same job?I only want to do is create a task list and a task with preset start date.thx a lotWaimailto:leungkw@mtrcorp.com
Find more posts tagged with
Comments
Kent_Jordan_(KJordan_(Delete)_792853)
I had the same error message when I forgot to check that the opentext.ini file was set to wantLAPI=TRUE. After I made the change to ini file everything worked ok from that point on with the testLAPI.java app.