ujjval090683
Programmer
Hi,
I am trying to fetch livelink category attribute information using lapiDocuments.FetchCategoryVersion(CatID, CatVer);
I am able to fetch using this in my Livelink server, but when I run into other livelink server which is also 9.5 only I am getting below error:
Error in retriving Attribute Information
com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
This is comming in log file. Below comes on console:
java.io.UnsupportedEncodingException:
at sun.io.Converters.getConverterClass(Unknown Source)
at sun.io.Converters.newConverter(Unknown Source)
at sun.io.CharToByteConverter.getConverter(Unknown Source)
at java.lang.StringCoding.encode(Unknown Source)
at java.lang.String.getBytes(Unknown Source)
at com.opentext.api.LLOutputStream.writeString(Unknown Source)
at com.opentext.api.LLString.format(Unknown Source)
at com.opentext.api.LLValue.format(Unknown Source)
at com.opentext.api.LLOutputStream.writeValue(Unknown Source)
at com.opentext.api.LLAssoc.format(Unknown Source)
at com.opentext.api.LLValue.format(Unknown Source)
at com.opentext.api.LLOutputStream.writeValue(Unknown Source)
at com.opentext.api.LLConnect.executeTraditional(Unknown Source)
at com.opentext.api.LLConnect.execute(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.FetchCategoryVersion(Unknown Source)
at LLUtility.getCatDetails(LLUtility.java:318)
at LLUtility.llUtility(LLUtility.java:258)
at LLUtility.main(LLUtility.java:301)
What can be done? It is working fine in my Server. No idea why this is happening.
Fr UnsupportedEncodingException I google and it says some Local is not set to English or characterset.jar is not present, but both are correct. Jar is there and also Local is engish.So I guess tghe first error which I am getting "get(name) is the cause.
Anybody can help me in this?
I am trying to fetch livelink category attribute information using lapiDocuments.FetchCategoryVersion(CatID, CatVer);
I am able to fetch using this in my Livelink server, but when I run into other livelink server which is also 9.5 only I am getting below error:
Error in retriving Attribute Information
com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
This is comming in log file. Below comes on console:
java.io.UnsupportedEncodingException:
at sun.io.Converters.getConverterClass(Unknown Source)
at sun.io.Converters.newConverter(Unknown Source)
at sun.io.CharToByteConverter.getConverter(Unknown Source)
at java.lang.StringCoding.encode(Unknown Source)
at java.lang.String.getBytes(Unknown Source)
at com.opentext.api.LLOutputStream.writeString(Unknown Source)
at com.opentext.api.LLString.format(Unknown Source)
at com.opentext.api.LLValue.format(Unknown Source)
at com.opentext.api.LLOutputStream.writeValue(Unknown Source)
at com.opentext.api.LLAssoc.format(Unknown Source)
at com.opentext.api.LLValue.format(Unknown Source)
at com.opentext.api.LLOutputStream.writeValue(Unknown Source)
at com.opentext.api.LLConnect.executeTraditional(Unknown Source)
at com.opentext.api.LLConnect.execute(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.FetchCategoryVersion(Unknown Source)
at LLUtility.getCatDetails(LLUtility.java:318)
at LLUtility.llUtility(LLUtility.java:258)
at LLUtility.main(LLUtility.java:301)
What can be done? It is working fine in my Server. No idea why this is happening.
Fr UnsupportedEncodingException I google and it says some Local is not set to English or characterset.jar is not present, but both are correct. Jar is there and also Local is engish.So I guess tghe first error which I am getting "get(name) is the cause.
Anybody can help me in this?