Jump to content
We've recently updated our Privacy Statement, available here ×

Getting REPORT_PARAMETERS_MAP does not exist error when attempting to grab fields


bfundak

Recommended Posts

 So I managed to connect to my data source, but when I actually attempt to use it I get the following error:

Parameter "REPORT_PARAMETERS_MAP" does not exist.

Does anyone know what's going on here? I tried to search for a solution, but I'm not finding anything. 

Any help is greatly appreciated.

Brandt

Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

 Veaceslav,

Do you want the stack trace? The error I get is the one I have listed in my post. It throws an exception and then states:

Reason: Parameter "REPORT_PARAMETERS_MAP" does not exist.

 

I looked at the source code for the latest version of JasperReports/JasperServer, and this is due to code in the JRAbstractQueryExecuter. If the code can't find the parameter in question, it throws this error. But how can I create the parameter on the report if I can't connect to the datasource? I tried to create a REPORT_PARAMETERS_MAP reference on the report, but that did not work.

Brandt

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...