question

SSRSquestions-0833 avatar image
0 Votes"
SSRSquestions-0833 asked Joyzhao-MSFT commented

Upload all reports/dataset/datasource to SSRS server from folder in desktop

Hi.
I downloaded all my reports, datasets and datasource from my SSRS server with a PowerShell script. Now that I have all my reports and datasets in that folder (and subfolders) in my desktop, how can I upload all my reports and datasets (with the same subfolders directory) to the SSRS server and keeping the connection settings?

Is there some script or utility or other way to upload a full folder with subfolders and reports to the SSRS server?
Thanks.

sql-server-reporting-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Joyzhao-MSFT avatar image
0 Votes"
Joyzhao-MSFT answered Joyzhao-MSFT commented

Hi @SSRSquestions-0833 ,
The Write-RsFolderContent command seems to be able to deploy your reports/dataset/datasource to the report server. For detailed examples, you could refer to: PowerShell Commands for SQL Server Reporting Services.
Regards,
Joy


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi.
Thank you for your help.
The problem of ReportingServicesTools module is that do not support mobile reports (.rsmobile).
https://github.com/microsoft/ReportingServicesTools/issues/330

Is there another alternative to download and upload mobile reports from an SSSRS server?

Thanks.

0 Votes 0 ·

Sorry for the late reply. Please refer to the link given by Olaf.

0 Votes 0 ·
OlafHelper-2800 avatar image
0 Votes"
OlafHelper-2800 answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.