Configure SSRS datasource for OnPrem clients
Description of Issue
User needs SSRS shared datasource to create custom reports
Context
SSRS
Self-hosted, OnPrem clients
Database connection
Cause
SSRS shared datasource is needed to create custom reports
Resolution
The following steps illustrate how to create a SSRS datasource
Refer to site report for Database Server name.Â
Replace <server_name> and <database_name> in the following template to build the connection string:
Data Source=<server_name>;Initial Catalog=<database_name>
In SSRS URL, click on + New on the top right and select Data SourceÂ
After providing an appropriate name for this datasource, paste the connection string from Step 2 in the Connection string textboxÂ
Under Credential section, select As a user viewing the report
Click Apply
Additional Information