<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing! in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3537212#M31822</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reporting the issue!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found the fix and it will be available with the next releases of PBIRS, as well as SSRS19 and 22.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, at the moment I don't have a precise ETA for the next release or QFE to share.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until it's done, as a workaround you may edit your datasets to set empty strings instead of NULLs, it will help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about the inconvenience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexandra&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 15:42:56 GMT</pubDate>
    <dc:creator>v-alipat</dc:creator>
    <dc:date>2023-11-16T15:42:56Z</dc:date>
    <item>
      <title>Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3499333#M31551</link>
      <description>&lt;P&gt;Hi, We have updated our Power BI Report Server from January 2023 to September 2023, email delivery data-driven subscriptions (pageinated reports) were working, but not now!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the update, reports displayed properly. I could download and upload report definitions after making changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was an issue with regular email subscriptions not triggering but I found references to permission problems on the MSDB and Master databases for SQL Agent and granted them. Errors like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'sp_help_category'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;after fixing that, then had this one;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'xp_sqlagent_enum_jobs'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Permissions granted:&lt;/P&gt;&lt;PRE&gt;GRANT EXECUTE ON msdb.dbo.sp_add_category TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_add_job TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_add_jobschedule TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_add_jobserver TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_add_jobstep TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_delete_job TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_help_category TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_help_job TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_help_jobschedule TO RSExecRole
GRANT EXECUTE ON msdb.dbo.sp_verify_job_identifiers TO RSExecRole
GRANT SELECT ON msdb.dbo.syscategories TO RSExecRole
GRANT SELECT ON msdb.dbo.sysjobs TO RSExecRole&lt;/PRE&gt;&lt;PRE&gt;use master;
GO

GRANT EXECUTE ON master.dbo.xp_sqlagent_enum_jobs TO [RSExecRole]
GRANT EXECUTE ON master.dbo.xp_sqlagent_is_starting TO [RSExecRole]
GRANT EXECUTE ON master.dbo.xp_sqlagent_notify TO [RSExecRole]
GRANT EXECUTE ON master.dbo.sp_helplogins TO [RSExecRole]&lt;/PRE&gt;&lt;P&gt;After the permission updates the email subscriptions started working. Test of File share type subscriptions were also successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have tested my data-driven subscription, the data source\dataset SELECT - it still works for the user defined. I can't seem to see anything else in SQL Server that may be the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas where to look next? Should we just rollback the server and try the update again? Completely uninstall and reinstall?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gord&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error log details:&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;schedule!WindowsService_2!5d0!10/25/2023-14:30:09:: i INFO: Handling event with data: TimeEntered: 10/25/2023 14:30:09, Type: Event, EventType: TimedSubscription, SubscriptionID: 992cbf9a-d7ec-4456-91da-a7087a3c6306.&lt;BR /&gt;library!WindowsService_2!5d0!10/25/2023-14:30:09:: i INFO: Schedule 037d0970-8df9-4bc0-9006-54effd424f0c executed at 10/25/2023 14:30:09.&lt;BR /&gt;schedule!WindowsService_2!5d0!10/25/2023-14:30:09:: i INFO: Creating Time based subscription notification for subscription: 992cbf9a-d7ec-4456-91da-a7087a3c6306&lt;BR /&gt;library!WindowsService_2!5d0!10/25/2023-14:30:09:: i INFO: Schedule 037d0970-8df9-4bc0-9006-54effd424f0c execution completed at 10/25/2023 14:30:09.&lt;BR /&gt;schedule!WindowsService_2!de8!10/25/2023-14:30:09:: i INFO: Handling event with data: TimeEntered: 10/25/2023 14:30:09, Type: Event, EventType: DataDrivenSubscription, SubscriptionID: 992CBF9A-D7EC-4456-91DA-A7087A3C6306.&lt;BR /&gt;library!WindowsService_2!1100!10/25/2023-14:30:09:: i INFO: Handling data-driven subscription 992cbf9a-d7ec-4456-91da-a7087a3c6306 to report /SubscriptionTesting/SSRSReportTesting, owner: (xxxADxxx)\(xxxUserxxx), delivery extension: Report Server Email.&lt;BR /&gt;library!WindowsService_2!1100!10/25/2023-14:30:09:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties.&lt;BR /&gt;dataextension!WindowsService_2!1100!10/25/2023-14:30:09:: i INFO: Opening SqlConnection with ClientConnectionId f3c89dba76ae4b07a895ccd8d1eae9ba&lt;BR /&gt;library!WindowsService_2!694!10/25/2023-14:30:09:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties.&lt;BR /&gt;notification!WindowsService_2!694!10/25/2023-14:30:09:: i INFO: Handling subscription 992cbf9a-d7ec-4456-91da-a7087a3c6306 to report SSRSReportTesting, owner: (xxxADxxx)\(xxxUserxxx), delivery extension: Report Server Email.&lt;BR /&gt;emailextension!WindowsService_2!694!10/25/2023-14:30:09:: e &lt;STRONG&gt;ERROR: Error sending email. Exception: System.NullReferenceException: Object reference not set to an instance of an object.&lt;/STRONG&gt;&lt;BR /&gt;at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification). Additional Information:&lt;BR /&gt;notification!WindowsService_2!694!10/25/2023-14:30:30:: &lt;STRONG&gt;e ERROR: Error occurred processing subscription 992cbf9a-d7ec-4456-91da-a7087a3c6306: Failure sending mail: Object reference not set to an instance of an object.Mail will not be resent.&lt;/STRONG&gt;&lt;BR /&gt;notification!WindowsService_2!694!10/25/2023-14:30:30:: i INFO: Notification f85c3820-d88a-4b79-92e7-bb9bd16caaed completed. &lt;STRONG&gt;Success: False, Status: Failure sending mail: Object reference not set to an instance of an object.Mail will not be resent., DeliveryExtension: Report Server Email, Report: SSRSReportTesting, Attempt 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 15:10:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3499333#M31551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-26T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3502322#M31562</link>
      <description>&lt;P&gt;You can raise an issue at &lt;A href="https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues&lt;/A&gt; . If you have a Pro license you can consider raising a Pro ticket at &lt;A href="https://admin.powerplatform.microsoft.com/newsupportticket/powerbi" target="_blank"&gt;https://admin.powerplatform.microsoft.com/newsupportticket/powerbi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 00:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3502322#M31562</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-28T00:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3507255#M31585</link>
      <description>&lt;P&gt;Same issue here. Exactly like you, we have recently upgraded Report Server from January 2023 to September 2023. Now, the previously working data-driven subscritpions doesn't work anymore.&lt;/P&gt;&lt;P&gt;So far no solution or workaround found.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 13:28:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3507255#M31585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-31T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3507623#M31588</link>
      <description>&lt;P&gt;Posted to "Issues"&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Issues/Data-driven-subscriptions-not-emailing-after-update-from-January/idi-p/3512203#M100316" target="_blank"&gt;Data-driven subscriptions not emailing after updat... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 14:07:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3507623#M31588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-02T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3514974#M31644</link>
      <description>&lt;P&gt;"Issues" forum has sent it back to this "Report Server" forum&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 17:37:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3514974#M31644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-03T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3536398#M31818</link>
      <description>&lt;P&gt;In the meantime we have found out that the problem is caused by the fields in the dataset that contain the "NULL" value. For instance, if the field [CC] is used in the data-driven subscription, but you don't have always an email to send to, and you leave NULL in the [CC] column of the dataset, then the email will not work. If you set the [CC] column to empty (delete the NULL), then the email will work again.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 06:47:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3536398#M31818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-16T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3537145#M31820</link>
      <description>&lt;P&gt;Thanks so much&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;for this answer it also works for us!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft - add this to your breaking changes list on this update!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 13:36:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3537145#M31820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-16T13:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update from January 2023 to September 2023, now data-driven subscriptions not emailing!</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3537212#M31822</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reporting the issue!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found the fix and it will be available with the next releases of PBIRS, as well as SSRS19 and 22.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, at the moment I don't have a precise ETA for the next release or QFE to share.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until it's done, as a workaround you may edit your datasets to set empty strings instead of NULLs, it will help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about the inconvenience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexandra&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 15:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Update-from-January-2023-to-September-2023-now-data-driven/m-p/3537212#M31822</guid>
      <dc:creator>v-alipat</dc:creator>
      <dc:date>2023-11-16T15:42:56Z</dc:date>
    </item>
  </channel>
</rss>

