Home > Database > Mysql Tutorial > body text

Win7下IIS 7.5配置SSAS(2008)远程访问

WBOY
Release: 2016-06-07 15:09:54
Original
1489 people have browsed it

环境:Windows 7,IIS 7.5,SQLServer 2008 新建站点: 开始-右键单击我的电脑 -点管理-打开IIS 新建网站,指定硬盘上的一个目录。 应用程序池默认(也可以指定经典.net)。 指定应用程序池: 拷贝支持文件: 拷贝以下文件夹里的所有文件到这个IIS新指定的目录

 

 

环境:Windows 7,IIS 7.5,SQLServer 2008

 

新建站点:

开始->右键单击我的电脑 ->点管理->打开IIS

新建网站,指定硬盘上的一个目录。

应用程序池默认(也可以指定经典.net)。

 

指定应用程序池:

 

拷贝支持文件:

拷贝以下文件夹里的所有文件到这个IIS新指定的目录中:

C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\bin\isapi

这些文件是安装SQLServer的时候自动安装的。

 

新增处理映射:

新增处理映射,Features View->双击Handler Mappings->Add Script Map…

按下图填写。

Executable里填写msmdpump.dll就可以。

 

测试:

在Content View视图中,浏览msmdpump.dll文件。

出现以上xml信息说明配置成功。

 

其它:

通过类似http://localhost:8088/msmdpump.dll的路径连接可能看不到任何的SSAS DB。需要配置SSAS下相关的Role.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!