clive.haynes_1 Posted January 27, 2016 Posted January 27, 2016 Hi there,Just a quick question please. In version 6.2 of jasper server I am testing the async methods of the reportExecutions Service using Jmeter.I have noticed that I can successfully do the followingTest One result SuccessLogin as jasperadminRun report asynchronously (save returned request and export ids in variables)get staus using the request idWait for the report status to equal "Ready"get the outputsave to disklogoutTest Two Result: failsLogin as jasperadminRun report asynchronously (save returned request and export ids in variables)logoutLogin as jasperadminwait 10 secondsGet status using the same request ID (http: resource not found 404)get the outputsave to disklogoutTest Three Result: SuccessLogin as jasperadminRun report asynchronously (save returned request and export ids in variables)Login as jasperadminwait 10 secondsGet status using the same request IDWait for the report status to equal "Ready"get the outputsave to disklogoutSummaryFrom my observations is appears as soon as a logout command is issued the request ID is lostand so therefore it is not possible to use the async reportExecutions services, as you always have toremain logged in, which defeats the whole purpose of running a report asynchronouslyCan someone please let me know if I am missing something, I can supply the JMeter scripts if required
clive.haynes_1 Posted January 28, 2016 Author Posted January 28, 2016 Its ok problem solved, Logging out frees resources on the server, resources being the report which is a resource.
wailinho20 Posted June 2, 2016 Posted June 2, 2016 i had the same problem, use cookies it will resolve the problem.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now