12.4. HTTP Connectivity to Analysis Services

We expect customers would want to expose the data from Analysis Services to the end users through web application. Analysis Services 2000 supported data access from the Web through a component called DATA PUMP. Analysis Services 2005 uses a similar architecture to support data access for Web applications. The PUMP component needs to be loaded within Internet Information Server (IIS) as an ISAPI dll. In order to provide web access to data from Analysis Services you need to configure your IIS appropriately. You need to set up virtual directories, copy appropriate DLLs provided by Analysis Services 2005 and setup appropriate permission on IIS so that users can access data from Analysis Services. The PUMP does not necessarily have to be setup on the same machine as Analysis Services. Using Analysis Services 2005 you can configure several data PUMPs to be directing queries to various Analysis Services instances. Each PUMP has a configuration file where the server name and certain other properties are configured. In order to access Analysis Services data over the web a user would connect to IIS using HTTP. IIS in turn directs the request to Analysis Services instance over TCP/IP with appropriate credentials set up on IIS. The architecture of the connection to Analysis Services over HTTP is shown in Figure 12-31.

You can configure security on IIS to either use anonymous connection to Analysis services, perform username and password authentication ...

Get Professional SQL Server™ Analysis Services 2005 with MDX now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.