SSRS 迁移 Sharepoint 集成到独立
SSRS Migration Sharepoint Integrated to Standalone
我正在使用 RS.exe 从 Sharepoint 集成的 SSRS 服务器迁移到独立的 SSRS 服务器。当我 运行 我认为应该工作的命令时,我收到与缺少 SiteURL 参数相关的错误。我想将所有内容从源 SSRS 框复制到目标,所以我的理解是默认值应该是可以接受的。此迁移路径的文档似乎很薄。如果您能帮助我弄清楚如何完成这项工作,我将不胜感激。
下面是命令和错误文本:
c:\IT>rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SPssrs/ReportServer -v ts="http://reporting/ReportServer"
Retrieve and report the list of items that will be migrated. You can cancel the script after step 1 if you do not want to start the actual migration.
Retrieving schedules:
Unhandled exception:
The value for parameter 'SiteUrl' is not specified. It is either missing from the function call, or it is set to null.
尝试
rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SPssrs/_vti_bin/ReportServer -v ts http://reporting/reportserver
我正在使用 RS.exe 从 Sharepoint 集成的 SSRS 服务器迁移到独立的 SSRS 服务器。当我 运行 我认为应该工作的命令时,我收到与缺少 SiteURL 参数相关的错误。我想将所有内容从源 SSRS 框复制到目标,所以我的理解是默认值应该是可以接受的。此迁移路径的文档似乎很薄。如果您能帮助我弄清楚如何完成这项工作,我将不胜感激。
下面是命令和错误文本:
c:\IT>rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SPssrs/ReportServer -v ts="http://reporting/ReportServer"
Retrieve and report the list of items that will be migrated. You can cancel the script after step 1 if you do not want to start the actual migration.
Retrieving schedules:
Unhandled exception:
The value for parameter 'SiteUrl' is not specified. It is either missing from the function call, or it is set to null.
尝试
rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://SPssrs/_vti_bin/ReportServer -v ts http://reporting/reportserver