SSRS subscriptions run un-attended on the Server, which is why so the datasoruce Datasource of the report should have credentials of a generic reporting account stored. Generic reporting account - Please contact TSM SaaS Support, to create a generic Reporting account, as additional setup will be required to configure the non-expiring password.
Configure the Subscription Datasource - Refer to site report for Database Server name, this is usually listed as CNAME.
- Replace <server_name> and <database_name> in the following template to build the connection string:
- Data Source=<server_name>;Initial Catalog=<database_name>
- Alternatively, the connection string can also be copied from other datasources Datasources pointing to same database.
- In SSRS URL, click on + New on the top right and select Data SoruceSource
- After providing an appropriate name for this datasoruceDatasource, paste the connection string from Step 2 in the Connection string textbox
- Under Credential section, select Using the following credentials
- Select Database user name and password from Type of credentials dropdown
- Please paste the credentials of generic reporting account.
- Click Create
|