Import a Report Package
The report package is a zip file that contains artifacts and descriptors for deploying standard reports on the JasperReports reporting server. To use standard reports, import the report package zip file on the JasperReports reporting server.
cminder140
The report package is a zip file that contains artifacts and descriptors for deploying standard reports on the JasperReports reporting server. To use standard reports, import the report package zip file on the JasperReports reporting server.
Follow these steps:
- DownloadPrivileged Access Manager Server ControlISO from http://support.ca.com.
- Mount the ISO.
- Navigate to \ReportPackages\<Database_Type> and copy theJasperReports_<Database_Type>.zipto a temporary directory. The values of theDatabase_Typevariable are: MSSQL, Oracle
- Open a Web browser and access http://<hostname>:<tomcat-port-number>/<WebAppName> in the system where you have installed JasperReports Server.Example: http://localhost:8080/jasperserver-pro
- Log in to the JasperReports server by using the following default login credentials:User ID: superuserPassword: superuserLeave the Organization field blank.
- Create an Organization (named "pim") to import the standard reports.Follow these steps:
- Navigate toManage,Organization,Add Organization.TheAdd Organizationscreen appears.
- Provide aName (pim),ID,Alias NameandDescriptionfor the Organization, and clickAdd Organization.
- ClickManage,Server Settings,Import.
- ClickBrowseand select the report data file (zip) from the temporary location.
- Keep the default Import options, and clickImport.On the successful import, you see the message:Import Succeeded.
- Configure a connection between the Enterprise Management Server database and the JasperReports server.Follow these steps:
- Navigate toView,Repository,Organizations,pim,capability,datasources.
- In the right-pane, right-click the data source name (example, SQL_DS) and clickEdit.
- In theEdit Data Sourcescreen, provide the following information:
- JDBC Driver: ClickAdd Driverto add the JDBC driver. By default, the driver for the selected data source appears.
- Host: Enter the host where the Enterprise Management Server database is installed.
- Port: Enter the port used by the Enterprise Management Server database.
- User Name: Enter the name of the user that you created while preparing the Enterprise Management Server database.
- Password: Enter the password of the user that you created while preparing the Enterprise Management Server database.
- ClickTest Connectionto test the connection. If the connection is successful, clickSave.