You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this .RSS file to migrate content from one report server to another. The script supports report server versions SQL Server 2008 R2 and later and Power BI Report Server, and both native mode report servers and SharePoint mode report servers. It can be run from the source or target server.
This is a Microsoft SQL Server Reporting Services RSS script that migrates content from one Reporting Services server to another.
4
+
5
+
Run the script with the rs.exe utility. Rs.exe is installed by Reporting Services.
6
+
7
+
For details about rs.exe see: https://docs.microsoft.com/sql/reporting-services/tools/rs-exe-utility-ssrs
8
+
9
+
For more detailed instructions and examples of using the script, see: https://docs.microsoft.com/sql/reporting-services/tools/sample-reporting-services-rs-exe-script-to-copy-content-between-report-servers
10
+
11
+
The script supports report server versions SQL Server 2008 R2 and later and Power BI Report Server, and both native mode report servers and SharePoint mode report servers. It can be run from the source or target server.
12
+
13
+
## To use the script
14
+
15
+
1) Download ssrs_migration.rss
16
+
17
+
2) Open a command prompt and navigate to the folder containing ssrs_migration.rss, for example c:\rss
18
+
19
+
3) Run the command in the rss file in one line.
20
+
21
+
## Limitations
22
+
23
+
- Passwords are not migrated, and must be re-entered (e.g. data sources with stored credentials)
24
+
25
+
## Additional info
26
+
27
+
The virtual folder structure presented to the user in SharePoint might be different
28
+
from the physical structure that is used by this script.
29
+
30
+
Open http://servername/_vti_bin/reportserver in a browser to see the non-virtual folder structure.
31
+
32
+
This is helpful for setting SrcFolder and SnkFolder to something other than "/" for a server in SharePoint integrated mode.
0 commit comments