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
RunReport via Web Service
Mark_Vujevich_(bankoneadmin_-_(deleted))
Here is my code:LiveServices.DocMan docs = new LiveServices.DocMan();LiveServices.LLValueData inData = new LLValueData();LiveServices.LLValueDataConstants dConst = new LiveServices.LLValueDataConstants();inData.nameType = dConst.STRING;inData.nameString = "inputLabel1";inData.valueType = dConst.INTEGER;inData.valueInteger = 7094692;LiveServices.LLValueData outData = docs.RunReport(sessionInfo, 14538834, inData);When trying to run the code above, I cannot get past the following error."The number of inputs does not match the number of inputs expected by report."To run the report in livelink the following querystring works...?func=ll&objId=14538834&objAction=runReport&inputLabel1=7094692What am I doing wrong?
Find more posts tagged with
Comments
There are no comments yet