JDBC data sources are direct connections to your database managed by JasperReports Server. To create one, you must provide the URL and credentials to access your database, along with any database-specific configuration parameters.
JasperReports Server includes JDBC drivers for the most used databases. If your data base is not included, or if you want to use different JDBC drivers, the system administrator must upload the appropriate JDBC driver before creating a data source. For more information on JDBC drivers, see Managing JDBC Drivers.
To create a JDBC data source:
| 1. | Log on as an administrator. |
| 2. | Click View > Repository, right-click a folder's name, and select Add Resource > Data Source from the context menu. Alternatively, you can select Create > Data Source from the main menu on any page and specify a folder location later. If you installed the sample data, the suggested folder is Data Sources. The New Data Source page appears. |
| 3. | In the Type field, select JDBC Data Source. The page refreshes to show the fields required for a JDBC data source. |
| 4. | Select the JDBC driver for your database. If your driver is listed as NOT INSTALLED, a system administrator must first upload the driver as described in Managing JDBC Drivers. |
| 5. | Enter the hostname, port, and database name for your database. The default hostname is localhost, and the default port is the typical port for the specified database vendor. The three fields are combined automatically to create the JDBC URL where the server will access the database. |
For more information about JDBC URLs, including optional parameters, see the troubleshooting section JDBC Database URLs.
You have the option to use profile attributes to derive the values for data source parameters. See Attributes in Data Source Definitions
| As of JasperReports Server 5.6.1, TIBCO provides a set of JDBC drivers in the installed server. These drivers support a slightly different SQL syntax. If you see errors when running reports or creating domains that use scalar functions, see SQL Functions with TIBCO JDBC Drivers. |
|
Setting the JDBC Data Source Type |
| 6. | Fill in the database user name and password. These are the credentials the server will use to access the database. |
| Set the Time Zone field when the date-time values stored in your database do not indicate a time zone. When date-time values are stored in a format other than local time zone offset relative to Greenwich Mean time (GMT), you must specify a time zone so that the server can properly convert date-time values read from the target database. Set the Time Zone field to the correct time zone for the data in the database. The list of time zones is configurable, as described in Specifying Additional Time Zones. When in doubt, leave the Time Zone field blank. |
| 7. | Click Test Connection to validate the data source. If the validation fails, ensure that the values you entered are correct and that the database is running. To diagnose JDBC connection issues, you can turn on logging as described in the troubleshooting section Logging JDBC Operations. |
|
Entering the User Name and Password |
| 8. | When the test is successful, click Save. The Save dialog appears. |
|
Saving the JDBC Connection |
| 9. | Enter the data source name and, optionally, a description. the Resource ID appears based on the name you enter. |
| 10. | Expand the folder tree and select the location for your data source, then click Save. The data source appears in the repository. |
Recommended Comments
There are no comments to display.