Forum Discussion

jamezcua9's avatar
jamezcua9
Helper I
6 years ago
Solved

Issues with Power BI Report Server

Hello, I just recently installed the Power BI Report Server.  It's been working well so far creating and uploading reports.  The subscription part is currently an issue when I try to schedule a repo...
  • d_gosbell's avatar
    d_gosbell
    6 years ago

    If you go into the folder "C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer"

    and open the rsreportserver.config file you will find a setting called <SMTPUseSSL> I think this defaults to true. 

     

    If you are sending email via an internal smtp server then either it's SSL certificate is not valid or maybe it's not setup to use SSL. If it's not setup to use SSL, but it's not accessible via the internet then maybe it's OK to change this setting to <SMTPUseSSL>False</SMTPUseSSL>. If should be able to find out from you IT department if the smtp server is configured for SSL connections or not.

     

    ps. I think you will have to stop and re-start PBIRS using the configuration tool for this setting to take effect.