逆水行船

别人的天堂,是我的异乡;无端的繁华,倍添我的惆怅

 

我安装了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来配置。有了这个工具,您就可以随意制定虚拟目录的名称了。

posted on 2005-11-09 13:40  荣-  阅读(1925)  评论(0编辑  收藏  举报

导航