BI Publisher (MOSC)

MOSC Banner

BI publisher web-service call when the report has a menu type parameter.

in BI Publisher (MOSC) 3 commentsAnswered ✓

Dear community,

I am trying to call a BI publisher report that has a menu parameter type with a web-service call. In order to do this, I am using the code below to pass the values for the parameter type.

When I the parameter type p_exampple is menu type, the call fails with the error oracle.xdo.servlet.data.DataException: Invalid parameters requested. When I change the parameter type to text, it works fine. Any idea how I can call programmatically a BI Publisher report that has a parameter type "menu"?


ArrayOfParamNameValue arrayOfParamNameValue = new ArrayOfParamNameValue();

ParamNameValue paramNameValue = new ParamNameValue();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center