<?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: An Error occurred try again later when trying to modify subscription in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/An-Error-occurred-try-again-later-when-trying-to-modify/m-p/710880#M10594</link>
    <description>&lt;P&gt;I found the answer after reading a myriad of articles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem for me is that the RSExecRole was created without any grants added to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I found this very helpful article that tells you how the RSExecRole should be setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Create the RSExec Role in Reporting Services" href="https://docs.microsoft.com/en-us/sql/reporting-services/security/create-the-rsexecrole?view=sql-server-2017" target="_self"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/security/create-the-rsexecrole?view=sql-server-2017&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bottom line is that you need to run this script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;USE master;&lt;BR /&gt;GO&lt;BR /&gt;IF NOT EXISTS (SELECT 1 FROM sys.database_principals WHERE [type] = 'R' AND [name] = 'RSExecRole') BEGIN&lt;BR /&gt;CREATE ROLE [RSExecRole];&lt;BR /&gt;END&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_enum_jobs TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_is_starting TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_notify TO [RSExecRole];&lt;BR /&gt;GO&lt;BR /&gt;USE msdb;&lt;BR /&gt;GO&lt;BR /&gt;IF NOT EXISTS (SELECT 1 FROM sys.database_principals WHERE [type] = 'R' AND [name] = 'RSExecRole') BEGIN&lt;BR /&gt;CREATE ROLE [RSExecRole];&lt;BR /&gt;END&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_category TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobschedule TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobserver TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobstep TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_delete_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_category TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_jobschedule TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_verify_job_identifiers TO [RSExecRole];&lt;BR /&gt;GRANT SELECT ON dbo.syscategories TO [RSExecRole];&lt;BR /&gt;GRANT SELECT ON dbo.sysjobs TO [RSExecRole];&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I could edit subscriptions and users could create and edit them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 22:44:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-10T22:44:26Z</dc:date>
    <item>
      <title>An Error occurred try again later when trying to modify subscription</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/An-Error-occurred-try-again-later-when-trying-to-modify/m-p/710791#M10593</link>
      <description>&lt;P&gt;I am attempting to do an upgrade on Reporting Services 2012 to upgrade it to PowerBI Reporting Services 2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I attempt to edit a subscription, I get an error message that says oops, an error occured, try again later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I look at the RSPortal_xxxxx.log I see the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019-06-10 12:12:45.6858|INFO|12|Sending response. Response code DOM\Username 500, Elapsed time 0:00:00.0040419| RequestID = s_685be2a2-c124-42e1-8c12-19ba3758d78c&lt;BR /&gt;2019-06-10 12:13:25.7974|INFO|6|CONFIG : AccessControlAllowCredentials = [false] (env)&lt;BR /&gt;2019-06-10 12:13:25.7974|INFO|6|Received request POST /api/v2.0/Extensions/Model.ValidateExtensionSettings| RequestID = s_b6e58aad-1a8c-42dc-968f-f923b502bde3&lt;BR /&gt;2019-06-10 12:13:25.8130|INFO|7|Sending response. Response code DOM\Username 200, Elapsed time 0:00:00.0178095| RequestID = s_b6e58aad-1a8c-42dc-968f-f923b502bde3&lt;BR /&gt;2019-06-10 12:13:25.8130|INFO|6|CONFIG : AccessControlAllowCredentials = [false] (env)&lt;BR /&gt;2019-06-10 12:13:25.8130|INFO|6|Received request PUT /api/v2.0/subscriptions%28d91760f6-730d-4393-b1de-92a2f5c95e64%29| RequestID = s_fb5ea4e3-6b85-4a47-a129-0fabb864e6e3&lt;BR /&gt;2019-06-10 12:13:25.8287|ERROR|6|OData exception occurred: System.InvalidOperationException: (processing): Adding more than one data source with null original name&lt;BR /&gt;at Microsoft.ReportingServices.Diagnostics.Utilities.RSTrace.DefaultRSTraceInternal.Fail(String componentName, String message)&lt;BR /&gt;at Microsoft.ReportingServices.Diagnostics.Utilities.RSTrace.Assert(Boolean condition, String message)&lt;BR /&gt;at Microsoft.ReportingServices.DataExtensions.DataSourceInfoCollection.Add(DataSourceInfo dataSource)&lt;BR /&gt;at Microsoft.ReportingServices.Library.DBInterface.InnerGetDataSources(Guid itemID, Boolean&amp;amp; itemIDisModelID)&lt;BR /&gt;at Microsoft.ReportingServices.Library.DBInterface.GetDataSourcesAndResolveModelLink(Guid itemID)&lt;BR /&gt;at Microsoft.ReportingServices.Library.SubscriptionDB.GetSubscription(Guid id, IPathTranslator pathTranslator, Boolean isCacheRefreshPlanExpected)&lt;BR /&gt;at Microsoft.ReportingServices.Library.SubscriptionManager.GetSubscription(Guid id, Boolean includeEncryptedSettings)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.SubscriptionService.GetSubscription(IPrincipal userPrincipal, Guid key)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.SubscriptionService.UpdateSubscription(IPrincipal userPrincipal, Guid key, Subscription subscription)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.V1.Controllers.SubscriptionsController.PutEntity(String key, Subscription entity)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.EntitySetReflectionODataController`1.Put(ODataPath oDataPath, T value)&lt;BR /&gt;at lambda_method(Closure , Object , Object[] )&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.&amp;lt;&amp;gt;c__DisplayClass10.&amp;lt;GetExecutor&amp;gt;b__9(Object instance, Object[] methodParameters)&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ApiControllerActionInvoker.&amp;lt;InvokeActionAsyncCore&amp;gt;d__0.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ActionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__2.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ExceptionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__0.MoveNext().| RequestID = s_fb5ea4e3-6b85-4a47-a129-0fabb864e6e3&lt;BR /&gt;2019-06-10 12:13:25.8287|INFO|8|Sending response. Response code DOM\Username 500, Elapsed time 0:00:00.0036945| RequestID = s_fb5ea4e3-6b85-4a47-a129-0fabb864e6e3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see an error that cays "Adding more than one data source with null original name"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go into the dataset for this report.&amp;nbsp; I can validate the dataset and it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:30:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/An-Error-occurred-try-again-later-when-trying-to-modify/m-p/710791#M10593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T19:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: An Error occurred try again later when trying to modify subscription</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/An-Error-occurred-try-again-later-when-trying-to-modify/m-p/710880#M10594</link>
      <description>&lt;P&gt;I found the answer after reading a myriad of articles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem for me is that the RSExecRole was created without any grants added to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I found this very helpful article that tells you how the RSExecRole should be setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Create the RSExec Role in Reporting Services" href="https://docs.microsoft.com/en-us/sql/reporting-services/security/create-the-rsexecrole?view=sql-server-2017" target="_self"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/security/create-the-rsexecrole?view=sql-server-2017&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bottom line is that you need to run this script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;USE master;&lt;BR /&gt;GO&lt;BR /&gt;IF NOT EXISTS (SELECT 1 FROM sys.database_principals WHERE [type] = 'R' AND [name] = 'RSExecRole') BEGIN&lt;BR /&gt;CREATE ROLE [RSExecRole];&lt;BR /&gt;END&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_enum_jobs TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_is_starting TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.xp_sqlagent_notify TO [RSExecRole];&lt;BR /&gt;GO&lt;BR /&gt;USE msdb;&lt;BR /&gt;GO&lt;BR /&gt;IF NOT EXISTS (SELECT 1 FROM sys.database_principals WHERE [type] = 'R' AND [name] = 'RSExecRole') BEGIN&lt;BR /&gt;CREATE ROLE [RSExecRole];&lt;BR /&gt;END&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_category TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobschedule TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobserver TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_add_jobstep TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_delete_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_category TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_job TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_help_jobschedule TO [RSExecRole];&lt;BR /&gt;GRANT EXECUTE ON dbo.sp_verify_job_identifiers TO [RSExecRole];&lt;BR /&gt;GRANT SELECT ON dbo.syscategories TO [RSExecRole];&lt;BR /&gt;GRANT SELECT ON dbo.sysjobs TO [RSExecRole];&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I could edit subscriptions and users could create and edit them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 22:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/An-Error-occurred-try-again-later-when-trying-to-modify/m-p/710880#M10594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T22:44:26Z</dc:date>
    </item>
  </channel>
</rss>

