Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Roky
New Member

Pbi Report server Version Upgrade

- we are upgrading the report server version from May 21 to Sep 23 in company on-prem. Need clarification on code backup during version upgrade, any possibility to rollback if there is an error occurs.

- Also is there an option to copy the reports from one remote server to another at a time instead of avoiding downloading and updating

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Roky ,

To copy reports from one server to another, consider the following methods:

  • SSRS Migration Script: You can use the script to migrate report objects (including folders) from one server to another. 
rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SourceServer/ReportServer -u Domain\User -p password -v ts="http://TargetServer/reportserver" -v tu="Domain\User" -v tp="password"
  • Backup and Restore: Another approach is to back up the source ReportServer database (including the ReportServer Tempdb) and restore it on the target server. This method preserves permissions and configuration settings.
  • Reporting Configuration Manager: Use this tool to configure the report server database connection after migration.
  • Restart Services: Restart the SQL Server and Report Server services after migration.

Below is the official link will help you:

Sample Reporting Services rs.exe script to copy content between report servers - SQL Server Reportin...

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
JoanPinto
New Member

I updated to the May 2024 version but I get this message:

JoanPinto_0-1721410173944.png

I don't know if it is because the service becomes unavailable after the update.

 

Need Help!

Anonymous
Not applicable

Hi @Roky ,

To copy reports from one server to another, consider the following methods:

  • SSRS Migration Script: You can use the script to migrate report objects (including folders) from one server to another. 
rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SourceServer/ReportServer -u Domain\User -p password -v ts="http://TargetServer/reportserver" -v tu="Domain\User" -v tp="password"
  • Backup and Restore: Another approach is to back up the source ReportServer database (including the ReportServer Tempdb) and restore it on the target server. This method preserves permissions and configuration settings.
  • Reporting Configuration Manager: Use this tool to configure the report server database connection after migration.
  • Restart Services: Restart the SQL Server and Report Server services after migration.

Below is the official link will help you:

Sample Reporting Services rs.exe script to copy content between report servers - SQL Server Reportin...

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.