August 18, 2014 at 2:23 pm
Hello Folks,
I have a 2008R2 Report Server and I have almost 40 reports, 10 DataSources and aorund 60 Datasets.
I got a new Server with 2012 and SQL Server 2012. I need to move/migrate all the reports to new server (2012).
I moved the ReportServer DB from OLD to NEW Server. Now i need to move the reports. If it is one or two Reports, i can download the RDL file and upload to the new server and add DataSource and DataSet. No issue. But i cant do this for 40 reports manually.
Is there any way i can migrate all the reports, DataSources and Datasets from OLD server to New Server.
Thanks,
SK
August 18, 2014 at 2:36 pm
well, first, the reports are actually stored as binary in tthe ReportServer database, so there's no direct requriement to extract out the RDLs.....but it can still be done.
to migrate your reports, first you need to save the encryption key from the current SSRS reporting instance. if the current server is different, or you rename the server, you have to have that key to restore to get your instance back..
then you just create your server, or do your in place upgrade.
If you create a new server, you need to import the encryption key into reporting services, restore the database on the new server, and finally tell SSRS what database to use.
if you want to extract out the RDL's, there are a number of SSIS packages and powershell scripts out there that can extract the binary from the database, and save them to local disk as rdl and whatever the datasource extensions and all that is.
just google "powershell extract SSRS" or "SSIS extract SSRS" and find one you are comfortable with.
Lowell
August 18, 2014 at 2:39 pm
Thanks Lowell. I will try this.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply