We have deployed SSRS 2005 on internet using Forms authentication. every thing works just fine except the email subscription;
when a user who is part of browser role (manage individual subscription) clicks on new subscription his To field is grayed out (unable to modify) and account showing in it is the service account we use to run reporting service.
we need to give users permission to specity To, CC, BCC fields without letting them see other subscriptions.
can you help us configuring this?
Hi Aneel-You need to go into the rsreportserver.config file located in the ReportServer folder and look for the "<SendEmailToUserAlias>" node. If it is "False", change it to "True" and you'll be able to enter e-mail addresses to send to. You will only get the "To" field, not "Cc" or "Bcc" fields.
Note you may have to restart IIS.
Regards,
Scott
No comments:
Post a Comment