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

Rest v2 report execution success, but can't get check status of the report.


rajasingh012

Recommended Posts

I run http://localhost:8081/jasperserver/rest_v2/reportExecutions and it returns 200 ok message.

<reportExecution><exports>   <export>      <id>5eb00aeb-0f42-4195-8aec-b306535c325f</id>       <outputResource>          <contentType>application/pdf</contentType>          <fileName>ReportTest1.pdf</fileName>          <outputFinal>false</outputFinal>      </outputResource>      <status>ready</status>     </export></exports>          <reportURI>/reports/test/ReportTest1</reportURI>          <requestId>8da22862-35b7-448a-8169-e282d12a02f5</requestId>          <status>ready</status>          <totalPages>0</totalPages> </reportExecution>[/code]

But i can't access the report using localhost:8081/jasperserver/rest_v2/reportExecutions/5eb00aeb-0f42-4195-8aec-b306535c325f/status. The xml returns totalpages 0 is it a problem.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...