Hi,
I have a report which needs to move from one server to another, I use a sample script which found from MSDN. Everything are OK, report has been copied to another server, but I got an error on Subscription copy
System.Web.Services.Protocols.SoapException: The permissions granted to user 'Domain\user' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user .. are insufficient for performing this operation.
at Microsoft.ReportingServices.Library.ReportingService2010Impl.ListSubscriptions(String ItemPathOrSiteURL, String Owner, SubscriptionImpl[]& SubscriptionItems)
at Microsoft.ReportingServices.WebServer.ReportingService2010.ListSubscriptions(String ItemPathOrSiteURL, Subscription[]& SubscriptionItems)
But this user is a system administrator already and I see "generate event" checked for system administrator, so I don't know what else permissions that need for just copy subscription with the report.
Can anyone help me with this?
Thank you,
Carque