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

ajay7reddy

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

Downloads

Everything posted by ajay7reddy

  1. Hi, When I tried to run Analysis View as Jasper Report, it is throwing me /analysis/views/XYZView is not a valid report execption. Below is the code I used to run the view. Please let know how to run Analysis View Thanks, Ajay Code:
  2. Hi, When I tried to run Analysis View as Jasper Report, it is throwing me /analysis/views/XYZView is not a valid report execption. Below is the code I used to run the view. Please let know how to run Analysis View Thanks, Ajay Code:public JasperPrint runMondrianSchema(String reportUri, java.util.Map parameters) throws Exception{ResourceDescriptor rd = new ResourceDescriptor(); rd.setWsType(ResourceDescriptor.TYPE_MONDRIAN_SCHEMA);rd.setUriString(reportUri);System.out.println("INSIDE THE RUN REPORT");return server.getWSClient().runReport(rd, parameters);}
  3. Hi, I deployed Analysis Schema and Analysis View on JasperServer 3.1 and its working fine. I want call this Analysis view from j2ee web app. Please provide me sample code to use ws client to call view. Thanks, Ajay
  4. Hi, I am very much new to JasperServer and . I created Jasper Analysis Schema and Analysis View in JasperServer Which is running fine. I want to run this View in my web app through web service API. Please provide me sample code to call Analysis View using Web service client. Thanks, Ajay
×
×
  • Create New...