Giter VIP home page Giter VIP logo

Comments (10)

jtarquino avatar jtarquino commented on May 17, 2024

@ClaudioESSilva have you see it?

from reportingservicestools.

ClaudioESSilva avatar ClaudioESSilva commented on May 17, 2024

No, I didn't.

@vishyonline can you provide more details?
What is your source and target SSRS versions?

from reportingservicestools.

vishyonline avatar vishyonline commented on May 17, 2024

Thank you both for looking into this.

Both my source are target SSRS is on SQL 2016. Please let me know if you need any more details.

from reportingservicestools.

petjoe avatar petjoe commented on May 17, 2024

I get the same error message when i try to save a subscription to disk and load it back:

Get-RsSubscription |  Export-Clixml
Import-Clixml | Set-RsSubscription 

Not shure if this is a serialization issue or is the same thing as above.

from reportingservicestools.

ClaudioESSilva avatar ClaudioESSilva commented on May 17, 2024

@vishyonline I can't reproduce the error. Can you try to do that one a single instance. Like copying the Subscription from one Folder/Report to another Folder2/Report2.
Do you get the same error? Trying to eliminate variables :-)

Also can be some kind of subscription configuration that I haven't test before.

from reportingservicestools.

markwragg avatar markwragg commented on May 17, 2024

I am working on an amendment to the module that deals with the serialization issue by adding an Import-RsSubscription cmdlet that recreates the .ExtensionSettings property so that its a valid object for use with Set-RsSubscription.

PR: #79

from reportingservicestools.

markwragg avatar markwragg commented on May 17, 2024

Per PR #79 I've now amended the Set-RsSubscription cmdlet so that it recreates the .DeliverySettings property for a Deserialized object and removed the Import/Export-RsSubscription cmdlets that I proposed adding.

As a result if this PR is merged you should then be able to:

Get-RsSubscription -Path /some/path | Export-CliXML .\somefile.xml
Import-CliXML .\somefile.xml | Set-RsSubscription -Path /some/path

Successfully.

This PR also contains a new New-RsSubscription cmdlet which is useful to anyone looking to create subscriptions from scratch directly with PowerShell.

from reportingservicestools.

markwragg avatar markwragg commented on May 17, 2024

I've discovered today that Get-RsSubscription and Set-RsSubscription were not handling Data Driven subscriptions successfully as they require using different underlying SOAP methods. I'm working on fixes for this.

from reportingservicestools.

petjoe avatar petjoe commented on May 17, 2024

@markwragg: that's awesome, thank you very much

from reportingservicestools.

parthsha avatar parthsha commented on May 17, 2024

It seems like this issue is resolved, so I am going to go ahead and close it. Please feel free to reopen it if that is not the case.

from reportingservicestools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.