Home Forums Reporting Services SSRS 2016 Data Driven Subscription Inaccessible: Adding more than one data source with null original name RE: Data Driven Subscription Inaccessible: Adding more than one data source with null original name

  • agerard 65681 - Tuesday, January 9, 2018 4:20 PM

    We implemented a workaround. can i delete this "malfunctioning" subscription from the subscriptions table?

    I'd try one of the supported methods first.
    If you use the web service and SOAP API, you can call the DeleteSubscription method in an app or just write an rss file to use with rs.exe.
    Using Powershell would be faster - download and import the ReportingServicesTools module and then just use the Remove-RsSubscription cmdlet.

    Sue