When a scheduled task is finished, you can view the results of the scheduled report as required. To view the results, first of all you need to know the corresponding results' location. To get the location information:
To view report results that are scheduled to version, you can choose whether to view via the JReport Console page or via URL.
One way to view results that are scheduled to version on the JReport Console page is via the scheduled task records. To do this:
And another way to achieve the same purpose is via the server resource tree which to some extent varies with the archive location type specified in the Publish > To Version tab:
Tip: The unviewed version results are highlighted in bold. You can cancel the highlighting by setting the property web.version.mark_unviewed to false in the server.properties file in <install_root>\bin
.
For the report results that are scheduled to version, you can also view them via URL. One important thing in the URL method is that you need to know the file name of the result that you want to view. To get this information, you can take the steps explained at the beginning of the document.
Using command jrs.view_ver_rst
See the example:
http://localhost:8888/jrserver/SampleReports/SampleReports.cat/EmployeeInformation.cls?jrs.cmd=jrs.view_ver_rst&
jrs.hist_file=1%5cJReport_System_User327406359%5cEmployeeInformation.rst&jrs.result_type=1.
See details about the usage of the command jrs.view_ver_rst.
Using viewVersion.jsp
For example:
http://localhost:8888/jinfonet/viewVersion.jsp?jrs.cmd=jrs.view_ver_def&jrs.rst_version=2&jrs.ver_suff=.html&
jrs.report=%2fSampleReports%2fEmployeeInformation.cls&type=rstfile&jrs.path=%2fSampleReports%2fEmployeeInformation.cls
Notes:
http://localhost:8888/dhtmljsp/dhtml.jsp?jrs.rst_version=10&jrs.report=/SampleReports/Banded_Link.cls&type=rstfile&jrs.path=/SampleReports/Banded_Link.cls
jrs.is_pls_result=true
in the URL, for example: http://localhost:8888/dhtmljsp/dhtml.jsp?jrs.rst_version=1&jrs.is_pls_result=true&jrs.report=/SampleReports/PLS.cls&type=drstfile&jrs.path=/SampleReports/PLS.cls
When scheduling a report to disk,
Example: /USERFOLDERPATH/admin/report1.pdf
Example: /SampleReports/report2.html.
If the specified folder which is the parent folder of the result file has a real path, the generated result file will be saved to the real path; if the folder doesn't have a real path, the generated result will be saved to <server_install_root>/jreports/
, which is the mapped disk path of the root node "/" in the specified path.
When a report is scheduled to e-mail, printer, fax, or FTP, you can view the scheduled results if the specified addresses or locations are available to you.