Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I copy SSRS reports to a new server if I am not the owner of the reports

I have to copy all reports from one SSRS server to another. I plan on doing this by going through each report and downloading the report definition file and then uploading the file to the new server.

I have been given System Administrator and System User site wide roles and I have Browser, Content Manager, My Reports, Publisher and Report Builder roles for the Home folder but I still can't see the Edit button that will allow me to save the report definition file. The reason is because the reports are owned by other users. I can't ask all the users to give me permissions to edit their reports because there are too many users and I think a lot of them will never get round to doing it.

What can I do to copy all the reports to the new server if I am not the owner of most of them?

like image 912
Joe Avatar asked Mar 17 '11 08:03

Joe


People also ask

How do I change the owner of a report in SSRS?

In a similar way, SSRS 2016 now allows you change the owner of a subscription. However, to change the subscription ownership you need to actually select and then edit each individual subscription. Subsequently, as displayed below, on the edit subscription screen you can insert the new owner for that job.

How do I export SSRS reports?

Within the Preview tab, if you click on the Save button, it opens the context menu with available export Options. And they are: XML file with report Data: Report will save in XML format.


1 Answers

Try this tool: http://code.google.com/p/reportsync/

It can sync all reports(or selected folders) from one server to another. In addition you can also download to and upload from local folders.

Data sources with the same name will automatically get attached. Saves a lot of time as you don't have to reattach datasources after uploading.

Note: I wrote this tool myself to suit my needs, but its free and open source.

like image 103
nunespascal Avatar answered Nov 02 '22 05:11

nunespascal