Under In this section, you will find instructions on how to create creating connections to various data sources and descriptions to set their associated properties. Kyvos Reporting helps you fetch data from multiple data sources at once. Refer to the description of your required data sources to understand the process of creating the connection and verify if the connection to your data source is made successfully. This process is entirely secure in Kyvos Reporting.Kyvos Reporting Server supports multiple database connections. A database connection needs to be configured for Kyvos Reporting to fetch data for reports and to access metadata.
You need to must have Super Administrator privileges to set up database connections.
Click To create a connection, click Navigate > Administration > Configure > Connections to access the Database Connections page.
...
If Kyvos Reporting runs in security-disabled mode, you can access this page by specifying the following URL in the browser’s address bar.
If you are using a
...
machine that acts as a web server
...
- http://localhost:<portnumber>/Kyvos Reporting/pattern/conf and then click the Databases tab
In other cases
...
- http://<IP of the server:port number>/Kyvos Reporting/pattern/conf and then click the Databases tab
Action Buttons
Add: Configure a new connection using the Connection Name and Provider details.
Test: Test a database connection’s validity. A Connection Test Succeeded message will appear if the selected connection is valid. When the user clicks on the ‘Failed’ marker for an invalid connection, a pop-up will open to show the detailed error message behind the failed connection.
Save: Save the selected connection once it has been successfully tested.
Discard: To discard unsaved connections.
Refresh Schema: To manually refresh the schema of the selected connection. Metadata is cached when a database connection is created. It is refreshed depending on the value set in MetaData Cache Purge Frequency. Select Select the data connection to refresh the metadata manually and click the Refresh Schema button. On the Confirm Refresh dialog, click Yes to proceed. A message ‘A request for refreshing (name of the connection) schema has been sent to the Report Server’ will be displayed.
Remove Connection (available under ellipsis the Actions menu next to Refresh Schema): Remove an existing connection.
For more than 10 connections, use the search bar to find a connection.
Panel | ||
---|---|---|
|
...
| ||||
Note Click the Actions menu next to the help icon to download the database configuration file in encrypted |
...
. |
...
Finding a Connection
...
...
Deciding the preference of connections for a report run
The data the user gets on a report is fetched from a database using a data connection. Based on the Kyvos Reporting edition and license, you can set one or more data connections in Kyvos Reporting.
...
When a report is being run, Kyvos Reporting will use the data connection in the following order:
Use the data Data connection that was selected while running the report from Report Delivery Options
If the connection was not selected on Report Delivery Options page, use the database connection selected at the time of login into Kyvos Reporting (session level).
If the connection was not selected during login, use the chosen data connection on User Preferences.
If a connection is not selected on the User Preferences page, use the chosen data connection while deploying the report (report details).
If a connection is not selected as a report detail, use the connection selected when designing the report (irl file).
If a connection is not selected in the irl file, use the default connection set in Kyvos Reporting on Connection Configuration.
Changing the order of preference
Order is controlled by values specified in <CONNECTIONPRIOIRTY> tag in ProviderInfo.xml located at path: <installation path>Kyvos ReportingReportEngineConfig Kyvos Reporting<installation path>\ReportEngine\Config .
Values (and the default sequence) are:
CALLBACK: The connection is set on the Report Delivery Options page.
SESSION: Connection set from the home page of Kyvos Reporting.
USERPREFERENCE: The connection is set on the user preference page.
REPORTDEPLOYMENT: Connection set at the time of report deployment.
NAMEDCONNECTION: Connection set during report design.
DEFAULT: Connection is set as the default on the Database page of Kyvos Reporting.
To change the order, change the appearance of the above values in the CONNECTIONPRIORITY tag, which is the last tag in the file.
For example, the default order:
Code Block |
---|
<CONNECTIONPRIOIRTY>CALLBACK, SESSION, USER PREFERENCE, REPORTDEPLOYMENT, NAMEDCONNECTION, DEFAULT</CONNECTIONPRIOIRTY> |
Modified order:
Code Block |
---|
<CONNECTIONPRIOIRTY> SESSION, CALLBACK, USER PREFERENCE, REPORTDEPLOYMENT, NAMEDCONNECTION, DEFAULT</CONNECTIONPRIOIRTY> |
To learn connecting different providers, refer the chapter below.
Child pages (Children Display) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|