sup03 Posted March 23, 2010 Share Posted March 23, 2010 HiI am working with jasperserver 3.5. I am trying to invoke jasperreport from URL by passing user credentials. I dont want the default header of jasper server (jasper logo and welcome menu etc) to appear. I used the option decorate=no in the URL. If the report does not have any parameter then the URL approach works fine. But for reports with parameters it just shows a blank screen instead of prompting user for input. I dont want to pass parameter value as a part of URL. The URL is http://localhost:8080/jasperserver/j_acegi_security_check/flow.html?_flowId=viewReportFlow&reportUnit=/reports/MyReports/testreport&decorate=no&j_username=jasperadmin&j_password=jasperadminPlease let me know if any one has a solutionThanks Link to comment Share on other sites More sharing options...
swood Posted March 29, 2010 Share Posted March 29, 2010 What behavior do you want when you pass no parameters? To have the server prompt for the parameters? ShermanJaspersoft Link to comment Share on other sites More sharing options...
sup03 Posted March 30, 2010 Author Share Posted March 30, 2010 Hi,Yes. When i try to invoke a report without specifing the parameter values in the URL, it should prompt the user for input.Thanks Link to comment Share on other sites More sharing options...
swood Posted April 14, 2010 Share Posted April 14, 2010 Try URLs like: Run without prompts by providing the parameter: http://robot:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&ParentFolderUri=%2Freports%2Fsamples&decorate=no&reportUnit=%2Freports%2Fsamples%2FEmployeeAccounts&j_username=jasperadmin&j_password=jasperadmin&EmployeeID=sarah_id Run with prompt for parameters: http://robot:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&ParentFolderUri=%2Freports%2Fsamples&decorate=no&reportUnit=%2Freports%2Fsamples%2FEmployeeAccounts&j_username=jasperadmin&j_password=jasperadmin ShermanJaspersoft Link to comment Share on other sites More sharing options...
rairakesh Posted October 6, 2017 Share Posted October 6, 2017 As per the video (Token-based Authentication- ), after making changes and tired to enter the url as suggested, I do not see any results. http://localhost:8080/jasperserver-pro/flow.html?_flowId=homeFlow&pp=u=swood|o=West|r=JRS_ADMIN| Link to comment Share on other sites More sharing options...
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