A dynamic connection is a group of connection properties that can be used to override the original data source connections in a catalog. The server administrator can modify some of the original catalog connection properties, and then save these modified properties as a dynamic connection property. For a dynamic connection the administrator can define a database user mapping table which is a table containing the columns: SID, database user, and database password.
JReport server manages the dynamic connections in the server system database.
When running a report or scheduling a report to run, if there are multiple dynamic connections available to the log-in user, the user needs to select one. Then the server will pass the changed connection properties of the selected dynamic connection into the report engine. The report engine will merge the changed properties with the other original catalog connection properties to setup the database connection.
Within a dynamic connection, make sure that an SID is mapped to only one pair of database user and name.
See also Add Dynamic Connection dialog for additional information about options in the dialogs.
In the Dynamic Connections panel, the administrator can perform the following actions:
Searching for a dynamic connection
First select a search category from the drop-down list, then type the text in the text box and click to start the search. The x button in the text box is used to clear the input text. After the results are filtered, to return to the state before search, click x in the text box.
There are the following search categories:
For example, in order to find the dynamic connections which use the catalog SampleReprts.cat, you can select Catalog from the search category drop-down list and input sam as the keyword. JReport will search for sam in the Catalog column and the dynamic connections whose catalogs contain the text will be kept in the dynamic connection table.
Editing a dynamic connection
Click the connection name to open the Edit Dynamic Connection dialog, in which you can edit the properties of the dynamic connection as you want.
Deleting dynamic connections
Select the checkboxes ahead of the dynamic connections and then click Delete. To delete all the dynamic connections at a time, select the checkbox on the column header and then click Delete.
One user can have multiple dynamic connections for one catalog data source. When running a report, if there are multiple dynamic connections for the log-in user:
The priority from high to low is: dynamic connection > the connection specified in datasource.xml > catalog connection.