How to Download and Import a Package to the JasperReports Server
How to Download and Import a Package into the JasperReports Server
To generate reports, the package .zip files must be downloaded and imported into the JasperReports Server. A package (.zip) contains the Jasper Reports source code for respective databases, such as MySQL, Oracle, MSSQL.
How to Download Package Files
To download a package, follow these steps:
-
For current version reports, log in to Download Selected Files in FlexNet Operations End-User Portal
-
To download older version reports, log in to https://community.hclvoltmx.com/downloads/archive/manual
Click the Download button. The jasper-reports zip is downloaded to your local system.
Extract the downloaded zip files. The jasper-reports zip folder contains supported database repositories (for MySQL, Oracle, MS SQL) for JasperReports Server V8.2.0
How to Run Database Scripts to Import Packages
To import a package to the JasperReports Server, follow these steps:
Important: Ensure that the user must have read/write execute permissions to the JasperReports Server install folder.
Windows:
- In the Jasper installed system, open the Windows command prompt.
- Go to the <path of the extracted package> of the required database.
- Run the voltmx_imports.bat script followed by the JasperServer location as the input.
VoltMXreports_import.bat<jasperinstall-dir>
C:/Jaspersoft/jasperreports-server-<8.2.0>
Linux:
- Open the Linux terminal.
- Go to the <path of the extracted package> of the required database.
- Run the voltmxreports_import.sh script followed by the JasperServer location as the input.
voltmxreports_import.sh<jasperinstall-dir>
/usr/jaspersoft