Skip to content

Commit adf3410

Browse files
committed
ssrs migration script rss file plus readme
1 parent 108e094 commit adf3410

File tree

3 files changed

+1108
-0
lines changed

3 files changed

+1108
-0
lines changed

samples/features/reporting-services/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
Branding includes sample branding packages that you can use as examples and further modify to fit your needs.
66

7+
[Reporting Services migration script](ssrs-migration-rss)
8+
9+
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.
10+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SQL Server Reporting Services migration script
2+
3+
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.
33+
34+

0 commit comments

Comments
 (0)