Managing Connections
Disabling Connections

To temporally disable a connection click the "Disable" button. All reports that are using this connection will be disabled. Connection disabling can be useful when access to OLAP reports need to be suspended while the cubes are being processed or a database is being restored during log shipping. The following SQL can be used is a SQL Server Agent job to disable a connection:

update dbo.Connection
set Disabled = 1--, Disabled = 0--to enable
where ConnectionName = 'xmla'

When opening a report with a disabled connection the user will see following message text:

Connection [ConnectionName] used by this report is temporarily disabled.

The text can be customizable by admin by clicking on the edit button next to the message or by going to Admin > Localize > Language = English, Phrase ID = 978. Note that [ConnectionName] is a variable that will be replaced by the actual connection name.


SQL OLEDB, SQL Server and SQL ODBC

SQL Connection types provide support for the following Database Types:

To create a new connection:


XMLA URL

A XMLA URL connection should already be setup during the installation. If it is not, you can setup XMLA connection on the web server automatically using "Application Setup" (Start > Programs > Application Setup) utility.

It is also possible to setup XMLA service and create XMLA connection manually. Here are few articles that explain how to do this:

Once the XMLA service is installed you can register it within ReportPortal by creating XMLA Connection:



To improve performance in connecting to your cube, please click the "Cache" button to cache the cube schema information. Please note that no cube data will be stored - just schema. This option might be useful if you wish reduce the amount it takes for a cube designer to connection to a cube to design a report. Whenever cube schema is changed the Connection Cache should be reset. Please click the "Reset Cache" button t recreate the cache or Delete Cache button to delete it completely.

Properties field allows for additional properties for XMLA connection:




Reporting Services

This type of connection is used by Reporting Services reports.

For Connection String please enter URL to SSRS ReportServer service. The URL typically has this format: http://ServerName1/ReportServer. If SSRS has an instance then URL will have this format: http://ServerName1/ReportServer_Instance1



There are also global settings that applies to all Reporting Services connections. It is accessible via Admin > Settings > Reporting Services



You might need to configure SSRS Web Service URL first. On SSRS server, go to Start > Programs > Microsoft SQL Server 2008 > Configuration Tools > Reporting Services Configuration Manager.