Hi Team,
I am trying to run a livereport without input parameters.
//code
LLValue LLvalueInputs=new LLValue().setList();
LLValue LLvalueOutputs=new LLValue().setAssocNotSet();
int rc = doc.RunReport(-2000,89778,LLvalueInputs,LLvalueOutputs);
I get the below error ,
"toInteger() not implemented for this datatype
com.opentext.api.LLIllegalOperationException: toInteger() not implemented for this datatype
at com.opentext.api.LLInstance.toInteger(Unknown Source)
at com.opentext.api.LLValue.toInteger(Unknown Source)
at com.opentext.api.LLConnect.unMarshall(Unknown Source)
at com.opentext.api.LLSession.unMarshall(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.RunReport(Unknown Source)
at com.opentext.livelink.livereport.RunSimpleReport.main(RunSimpleReport.java:73)"
I am stuck here. Please help me! Thanks in Advance!