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

rest_v2 Requesting Report Execution Details can not find report


droben

Recommended Posts

Hello,

My server is Jasper community 6.0 and api Finding Running Reports and Jobs returns me following xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportExecutions>    <reportExecution>        <reportURI>/reports/Reports_To_Integrate/Verka_Report</reportURI>        <requestId>2023164579_1481194811399_18</requestId>    </reportExecution></reportExecutions>[/code]

But if I try to gety more info about running job, using Requesting Report Execution Details api, it failed with following message:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><errorDescriptor>    <errorCode>resource.not.found</errorCode>    <message>Resource 2023164579_1481194811399_18 not found.</message>    <parameters>        <parameter>2023164579_1481194811399_18</parameter>    </parameters></errorDescriptor>[/code]

Can anybody help please? 

The report was called from web application and my api calls ran from bash on server using curl command, but both under the same user - jasperadmin, which should be able to do this according to the documentation.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 4 years 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...