zoukankan      html  css  js  c++  java
  • 我安装了SQL Server2005后,为什么在IIS的默认站点下面并没有发现Reports? 荣

    安装Team Foundation Server的时候,在dv_VSETInstall.chm中,“Team Foundation Installation Guide \Overview of Team Foundation Server Single-Server Deployment /Installing Team Foundation Server/Create and Assign SQL Server Reporting Services Application Pool”下,
    有以下文字:

    2. In Internet Information Services (IIS) Manager, expand the local computer, expand Web Sites, expand Default Web Site, right-click Reports, and then click Properties.

    但是我在ISS的默认站点下面并没有发现Reports,只有
    ReportServer和ReportsManage,我不知道该如何完成上述的步骤。


    缺省的情况下,SQL Server Reporting Servies的Report Manager对应的virtual direcroty是reports。

    REP:

    至于您在IIS的默认站点下面并没有发现Reports,而只有ReportsManage,估计是安装的时候改成这个名字的。在安装SQL Server Reporting Servies时,您可以自己指定ReportServer和ReportManager的名称,缺省是ReportServer和Reports.

    既然在您的环境中已命名为ReportsManage,您可以把它当成文档中Reports,应该没有问题,只是名称而已。比如,缺省是这样访问的: http://localhost/reports, 您现在可以这样访问: http://localhost/ReportsManage


    ASK:
    我检查了一下安装文件,发现在以下路径中,有文件ReportManager和ReportServer:
    1:  I:\Setup\Program Files\Microsoft SQL Server\Report Server\Reporting Services\ReportManager
    2:  I:\Setup\Program Files\Microsoft SQL Server\Report Server\Reporting Services\ReportServer
    注:I为光驱。

    REP:
    没错,在文件夹级别ReportManager是不能改的,只有IIS中虚拟目录的名称可以改。您可以尝试下面的步骤:

    1。打开IIS Manager, 找到ReportsManage, 右键点击它,选择属性。

    2。察看这个虚拟目录的路径指向哪儿。是指向Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager吗?

    3。如果是,那就没有问题。只是您访问是要用http://localhost/ReportsManage,而不是缺省的http://localhost/reports了。

    事实上SQL Server 2005 Reporting Services支持2种安装。一种是缺省安装,这种情况下应该是Reports,另外一种是只安装文件,然后我们通过Reporting Services Configuration Manager来配置。有了这个工具,您就可以随意制定虚拟目录的名称了。

  • 相关阅读:
    k8s 集群多节点 calico指定网卡
    用Python建立最简单的web服务器
    MyISAM与InnoDB两者之间区别与选择,详细总结,性能对比
    转化Excel表格为php配置文件
    dockers的容器删除
    php中csv文件的下载
    Ubuntu下mysql的卸载重装
    centos7的web环境安装配置
    lua随机数函数
    Lua 自定义函数string.split
  • 原文地址:https://www.cnblogs.com/admin11/p/272251.html
Copyright © 2011-2022 走看看