Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I would like configure http access to analysis service.
for that i have copied msmdpump.dll,msmdpump.ini and resources folder into wwwroot/Olap folder.
created virtual directory for olap folder and has given anonymous authentication.
url like has http://ipadress/olap/msmdpump.dll
if the analysis services and iis on computer1(i.e on same computer) it is working fine through sql management studio in computer2
.
if it is two different computers means analysis services in computer1 and iis(virtual directory) in computer2 it gives error.
to overcome this i have modified servername as computer1name\instancename or ip instead of localhost in msmdpump.ini config file even though it gives following error

Cannot connect to http://IPaddress/Olap/msmdpump.dll.

------------------------------
ADDITIONAL INFORMATION:

Errors in the OLE DB provider. An error occurred while named instance information was being retrieved from the SQLBrowser service on the 'computer1' server.
Errors in the OLE DB provider. Could not connect to the redirector. Ensure that the SQLBrowser service is running on the 'computer1' server. (Unknown)

Please help me to overcome this problem
thanks in advance.
Posted
Updated 23-Dec-13 1:34am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900