zoukankan      html  css  js  c++  java
  • Reporting Services 2000报表服务器迁移

     

     

    1. 首先,在源报表服务器上,用RSKeyMgmt.exe命令提取密钥,格式如下:

          RSKeymgmt.exe -e -f Path of file name -p Strong password

    注:Path of file name 存储密钥完整路径和文件名

        Strong password 密码

    关于RSKeymgmt.exeRSConfig命令在命令提示符下使用时,必须将当前的目令路径进入到ReprotingServices安装路径下如果默认安装使用命令如下:

     C:\Program Files\Microsoft SQL Server\80\Tools\Binn

    源报表服务器必须目标报表服务器是相同版本

    下面的操作全在新安装的报表服务器中进行操作

    2. 使用RSconfig.exe 命令行去配置报表服务器实例去数据库

    RSConfig -c -s Server name -d Reporting Services database name -a Sql|Windows -u User name -p User password

    注:Server name SQL Server 的名称

    Reporting Services database name:报表服务器数据库名称(如:ReportServer

    Sql|Windows:先用sqlwindows 连来到报表服务器目录的身份认证类型

    User name:用于连接到服务器的用户名

    User password:用于连接到服务器的密码

    3. 使用 RSKeyMgmt.exe 命令去应用刚才提取的密钥 (将刚才在源报表服务器中提的密钥复制到新安装的报表服务器的一个盘符下 应用下边命令:

    RSKeyMgmt -a -f Path of file name -p Strong password

     

    提示:迁移到新的报表服务器后,源报表服务器就不可用了

    4.重启一下报表服务器这样报表服务器迁移完成

  • 相关阅读:
    相信未来 ————11月份做题记录
    noi 滚cu后7月oi生活
    博客已经迁移到 http://imbotao.top 也会同步到这儿
    构建第一个SpringBoot工程
    Spring 事务管理
    IntelliJ IDEA 使用技巧
    JS 获取字符串实际长度
    读《程序员修炼之道》
    读《如何高效学习》
    SQL 语句优化方法
  • 原文地址:https://www.cnblogs.com/Bigkangaroo/p/1379039.html
Copyright © 2011-2022 走看看