70-466 · Question #135
After you deploy the RegionalSales report, you attempt to configure the subscriptions. You discover that the subscription creation screen does not display the option to deliver the report by email. Yo
The correct answer is B. From Central Administration, modify the SMTP settings of the SharePoint server server farm.. In SharePoint integrated mode, SSRS email subscription delivery requires SMTP to be configured at the SharePoint farm level via Central Administration.
Question
Options
- AModify the Rsmrepolicy.config file.
- BFrom Central Administration, modify the SMTP settings of the SharePoint server server farm.
- CModify the Rssrvpolicy.config file.
- DFrom Central Administration, modify the properties of the Reporting Service Application.
How the community answered
(36 responses)- A3% (1)
- B94% (34)
- D3% (1)
Why each option
In SharePoint integrated mode, SSRS email subscription delivery requires SMTP to be configured at the SharePoint farm level via Central Administration.
Rsmrepolicy.config is a code access security policy file for Report Manager and has no effect on enabling or disabling email delivery for subscriptions.
When SSRS operates in SharePoint integrated mode, the email delivery option for subscriptions only appears when outgoing email (SMTP) is properly configured in SharePoint Central Administration under the farm's outgoing e-mail settings. Without this farm-level SMTP configuration, the report server cannot send subscription emails and the delivery option is hidden from the subscription creation UI.
Rssrvpolicy.config is a code access security policy file for the Report Server service itself and does not control email delivery configuration.
The Reporting Services Application properties in Central Administration manage service-level settings but do not expose the SMTP configuration that enables the email delivery option in subscriptions.
Concept tested: SSRS SharePoint integrated mode email subscription configuration
Source: https://learn.microsoft.com/en-us/sql/reporting-services/subscriptions/e-mail-delivery-in-reporting-services
Topics
Community Discussion
No community discussion yet for this question.