ujjval090683
Programmer
I am facing a problem while trying to implement multi-threading to extract content using the LinktoShare extraction tool. The exception occurs when multiple threads try to call an inbuilt LAPI method FetchVersion.I have written a c# code which populates a list with object ID’s and threading is implemented inside a loop which is executed for a count equal to the no of ID’s in the list.
Each thread executes the above mentioned method.It runs the thread till a specific count which is not fixed and then throws exception.
One of the exceptions thrown is:
get(name) not implemented for this datatype
Exception Details: com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
[LLIllegalOperationException: get(name) not implemented for this datatype]
com.opentext.api.LLInstance.get(String name) +46
com.opentext.api.LLValue.toValue(String name) +12
com.opentext.api.LLConnect.unMarshall(String argName) +40
Each thread executes the above mentioned method.It runs the thread till a specific count which is not fixed and then throws exception.
One of the exceptions thrown is:
get(name) not implemented for this datatype
Exception Details: com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
[LLIllegalOperationException: get(name) not implemented for this datatype]
com.opentext.api.LLInstance.get(String name) +46
com.opentext.api.LLValue.toValue(String name) +12
com.opentext.api.LLConnect.unMarshall(String argName) +40