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:
 
  1. Download
    Privileged Access Manager Server Control
    ISO from http://support.ca.com.
  2. Mount the ISO.
  3. Navigate to \ReportPackages\<Database_Type> and copy the
    JasperReports_<Database_Type>.zip
     to a temporary directory. The values of the
    Database_Type
    variable are: MSSQL, Oracle
  4. 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
  5. Log in to the JasperReports server by using the following default login credentials:
    User ID
    : superuser
    Password
    : superuser
    Leave the Organization field blank.
  6. Create an Organization (named "
    pim
    ") to import the standard reports. 
    Follow these steps:
    1. Navigate to
      Manage
      ,
      Organization
      ,
      Add Organization
      .
      The
      Add Organization
      screen appears.
    2. Provide a
      Name (pim)
      ,
      ID
      ,
      Alias Name
      and
      Description
      for the Organization, and click
      Add Organization
      .
  7. Click
    Manage
    ,
    Server Settings
    ,
    Import
    .
  8. Click
    Browse
    and select the report data file (zip) from the temporary location.
  9. Keep the default Import options, and click
    Import
    .
    On the successful import, you see the message:
    Import Succeeded
    .
  10. Configure a connection between the Enterprise Management Server database and the JasperReports server.
    Follow these steps:
    1. Navigate to
      View
      ,
      Repository
      ,
      Organizations
      ,
      pim
      ,
      capability
      datasources
      .
    2. In the right-pane, right-click the data source name (example, SQL_DS) and click
      Edit
      .
    3. In the
      Edit Data Source
      screen, provide the following information:
      • JDBC Driver
        : Click
        Add Driver
        to 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.
    4. Click
      Test Connection
      to test the connection. If the connection is successful, click
      Save
      .