Skip to main content
Skip table of contents

Data Sources

A data source is a resource in the repository that specifies how and where to obtain the data displayed by reports, Domains, Ad Hoc views, and OLAP views. Administrators must define data sources before uploading reports that rely on them. Typically, a data source specifies the URI of the database server and the details you need to access it, such as a user name and password.

Advanced Reporting can access any relational database that supports the SQL query language through the JDBC (Java DataBase Connectivity) API. In this case, you can configure two types of data sources in the repository:

  • JDBC data source – Establishes a direct connection to the database server using its JDBC driver. After installation, Advanced Reporting includes JDBC drivers to access the most popular databases: MySQL, PostgreSQL, Oracle, SQL Server, DB2, and Salesforce. The server also includes JDBC drivers that can access Hadoop-Hive, MongoDB, Cassandra, TIBCO Data Virtualization, Google BigQuery, and more. If you want to install drivers for other databases, or if you want to use alternate drivers, the system administrator can upload and manage JDBC drivers through the UI. With JDBC data sources, Advanced Reporting configures and manages the connections to the database. By default, the maximum number of simultaneous connections for each data source is 20.
  • JNDI data source – This relies on the JNDI (Java Naming and Directory Interface) service of your application server to access a database connection. You must first configure your application server to install its JDBC drivers and configure its database connections. With JNDI data sources, the configuration of the application server determines the number of shared connections. Note that the application server connects to the database using JDBC, meaning that JNDI data sources are available for all databases that support JDBC.

Advanced Reporting also supports some specialized data sources:

  • Amazon Web Services (AWS) data source – Accesses data stored in your AWS data store using Advanced Reporting, either on-premises or in the cloud.

  • Microsoft Azure SQL data source - Allows you to access data stored in your Azure SQL Server database.

  • Virtual data source – Allows you to combine multiple data sources into a single data source and join them within a Domain. You can also wrap a data source for big data to be used in a Domain.

  • MongoDB – This custom data source for MongoDB supports Jaspersoft's own MongoDB Query Language. A MongoDB JDBC driver is also available.

  • XLS and XLSX data sources – Allows you to generate reports based on data in the XLS and XLSX formats.

  • File data source – Allows you to generate reports based on data in XML and JSON formats.

  • Bean data source – Allows you to access data encapsulated in JavaBeans.

  • Internal diagnostic data source – A custom data source for the server's own diagnostic data. The diagnostic information is available only to system admins (superuser by default). For more information, see Using the Diagnostic Data in Reports.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.