Re: Unable to register msmdpump.dll
- From: Jéjé <willgart@xxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Sep 2005 21:00:07 -0400
you have to create a virtual folder and put the MSOLAP.ASP file on it. (the physical folder used is not important; this virtual folder will allow script execution and must be under its own application pool)
you have to add this virtual folder into the excluded path using the WSS administration web site.
you have to register the dll on the server (regsvr32 msmdpump.dll)
the folder of this file is not important.
you have to allow IIS to execute ASP pages.
you have to modify the msolap.asp page to change the property name called "Server" by the name of the OLAP server
<object>.Server = "MyOLAPServer"
if you use NTLM authentication, you have to configure your server correctly to support the kerberos delegation. but I recommand to test with Basic authentication first.
I hope this help you.
"Web1987" <Web1987@xxxxxxxxxxxxx> wrote in message news:90D22F70-FF3D-4973-8AC1-2E083A6FA9BA@xxxxxxxxxxxxxxxx
Have Ananlysis Services on one server and want to use a seperate server for
http access. The IIS box is running WSS (do not know if it matters). I get
the following error message:
"LoadLibrary("C:\Inetpub\wwwroot\msmdpump.dll") failed - the specified
module could not be found"
I have copied the msmdpump.dll from the analysis server to the wwwroot on
the http server.
.
- Follow-Ups:
- Re: Unable to register msmdpump.dll
- From: Michael Cheng [MSFT]
- Re: Unable to register msmdpump.dll
- References:
- Unable to register msmdpump.dll
- From: Web1987
- Unable to register msmdpump.dll
- Prev by Date: Re: Is nested SUM get slow performance in Cube?
- Next by Date: Re: Get specific set from first member to specific member of specific level
- Previous by thread: Unable to register msmdpump.dll
- Next by thread: Re: Unable to register msmdpump.dll
- Index(es):
Relevant Pages
|