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

amitsd

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by amitsd

  1. Hi,

    I am running JRS-Pro 6.3.0 on AWS.

    I have created a report using Jasper Studio and added it to JSR manually by uploading the jrxml file.
    I need to pass 3 parameters, so I have created 3 Input Controls in the report on JSR and named them same as the parameters names.
    One of them is a multi-select list, so the corresponding param data type is set to java.util.List in jrxml. (I have also tried setting it to java.util.Collection.)

    I tested this in Studio and everything is working fine.

    Eventually, I am embedding this report as HTTP URL in a separate web app.
    So I am passing parameters on the HTTP URL. I am getting error message "HTML response error code: 500".
    My observation is that except multi-select param, all other params are working fine.

    The URL looks like below:
    http://<AWSIP>/jasperserver-pro/flow.html?_flowId=viewReportFlow&decorate=no&viewAsDashboardFrame=true&reportUnit=/organizations/org1/Reports/Report1&j_username=user1&j_password=user@123&USER_ID=1&USER_ID=2&USER_ID=3&START_DATE=2017-03-01&END_DATE=2017-03-05

    Not sure what could be the problem.

    Thank you,
    Amit
     

  2. Hi,

     

    I am running JRS-Pro 6.3.0 on AWS.

    I am embedding the report in my web app using the HTTP URL and passing j_username for authentication.

    This works fine when I am passing userid of the server root. But if I pass userid created under an organization, it returns the error code 400.

     

    The URL looks like below:

    http://<AWS IP>/jasperserver-pro/flow.html?_flowId=viewReportFlow&decorate=no&viewAsDashboardFrame=true&reportUnit=/organizations/org1/Reports/Report1&j_username=user1|org1&j_password=user@123

     

    I have assigned this 'user1' to the role ROLE_USER and made sure that both this, user and the role are given permission 'Execute Only' for the entire organization 'org1'.

     

    Please help me resolve this.

     

    Thanks,

    Amit

     

×
×
  • Create New...