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
Copy file name to clipboardExpand all lines: docs/reporting-services/tools/sample-reporting-services-rs-exe-script-to-copy-content-between-report-servers.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The script can be used to copy content between report servers of the same mode o
60
60
|Subscriptions|Yes|Yes||
61
61
|History Settings|Yes|Yes|The history settings are migrated however the history details are NOT migrated.|
62
62
|Processing options|Yes|Yes||
63
-
|Cache refresh options|Yes|Yes|Dependent settings are migrated as part of a catalog item. The following is the sample out of the script as it migrates a report (.rdl) and related settings such as cache refresh options:<br /><br /> - Migrating parameters for report TitleOnly.rdl 0 items found.<br />- Migrating subscriptions for report TitleOnly.rdl: 1 items found.<br />- Migrating subscription Save in \\\server\public\savedreports as TitleOnly ... SUCCESS<br />- Migrating history settings for report TitleOnly.rdl ... SUCCESS<br />- Migrating processing options for report TitleOnly.rdl ... 0 items found.<br />- Migrating cache refresh options for report TitleOnly.rdl ... SUCCESS<br />- Migrating cache refresh plans for report TitleOnly.rdl: 1 items found.<br />- Migrating cache refresh plan titleonly_refresh735amM2F ... SUCCESS|
63
+
|Cache refresh options|Yes|Yes|Dependent settings are migrated as part of a catalog item. The following output is the sample out of the script as it migrates a report (.rdl) and related settings such as cache refresh options:<br /><br /> - Migrating parameters for report TitleOnly.rdl 0 items found.<br />- Migrating subscriptions for report TitleOnly.rdl: 1 items found.<br />- Migrating subscription Save in \\\server\public\savedreports as TitleOnly ... SUCCESS<br />- Migrating history settings for report TitleOnly.rdl ... SUCCESS<br />- Migrating processing options for report TitleOnly.rdl ... 0 items found.<br />- Migrating cache refresh options for report TitleOnly.rdl ... SUCCESS<br />- Migrating cache refresh plans for report TitleOnly.rdl: 1 items found.<br />- Migrating cache refresh plan titleonly_refresh735amM2F ... SUCCESS|
64
64
|Cache refresh plans|Yes|Yes||
65
65
|Images|Yes|Yes||
66
66
|Report parts|Yes|Yes||
@@ -69,10 +69,11 @@ The script can be used to copy content between report servers of the same mode o
69
69
|Excel Workbooks|No|No|**Only available with Power BI Report Server**<br /><br />Using [Reporting Services PowerShell commands](https://github.com/microsoft/ReportingServicesTools), such as Out-RsRestFolderContent and Write-RsRestFolderContent, may be used as an alternative.|
The permissions required to read or write items and resources isn't the same for all of the methods used in the script. The following table summarizes the methods used for each item or resource and links to related content. Navigate to the individual article to see the required permissions. For example the ListChildren method topic notes the required permissions of:
76
+
The permissions required to read or write items and resources isn't the same for all of the methods used in the script. The following table summarizes the methods used for each item or resource and links to related content. Navigate to the individual article to see the required permissions. For example, the ListChildren method topic notes the required permissions of:
76
77
77
78
-**Native Mode Required Permissions:** ReadProperties on Item
78
79
@@ -193,7 +194,7 @@ The script can be used to copy content between report servers of the same mode o
0 commit comments