Cannot see the Report Server Email option
Hi all,
I can see the below Setting at my RSWebApplication.config. But at the subscription delivery option, i can't see this option. It only diplaying the report server file share. May i know why? Where i need to configure to allow it show at the subscription delivery
option?
<Extension Name="Report Server E-mail" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider">
<DefaultDeliveryExtension>True</DefaultDeliveryExtension>
<Configuration>
<RSEmailDPConfiguration>
<DefaultRenderingExtension>MHTML</DefaultRenderingExtension>
</RSEmailDPConfiguration>
</Configuration>
</Extension>
Thanks for any help!
Regards.
November 3rd, 2010 6:43am
Have you actually configured the report server with your email server settings? ie specified the smtp server name and also the email account you want the subscriptions to be sent from?
If not, you need to run the Reporting Services Configuration Manager and make sure you've filled in the Email Settings tab
HTH
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 9:52am
Thanks for the reply. Sorry that i forgot to tell you that i am using the reporting server 2000. Do you mean that i can only see the option after i specified the smtp server name and also the email account?
Thanks!!
November 4th, 2010 6:31am
yes you will only be able to see that option once you have configured the values in the
rsreportserver.config file
look for the following xml tags and update as appropriate
<SMTPServer>YOURMAILSERVER</SMTPServer>
<From>EMAILADDRESS@YOURCOMPANY.COM</From>
have a look here also if in doubt
http://msdn.microsoft.com/en-us/library/aa972234(SQL.80).aspx
I think you'll probably have to restart the reporting services service to pick up the new changes
HTH
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2010 10:29am
Hi HTH,
Thanks for the replied. I had tried it and it works. Thanks!! :)
Regards.
November 7th, 2010 11:28pm
Hi HTH,
Thanks for the replied. I had tried it and it works. Thanks!! :)
Regards.
Free Windows Admin Tool Kit Click here and download it now
November 7th, 2010 11:28pm
Hi HTH,
Thanks for the replied. I had tried it and it works. Thanks!! :)
Regards.
November 7th, 2010 11:28pm