Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error accessing cube through http after database relocation

Status
Not open for further replies.

tekkerguy

Programmer
Nov 16, 2005
196
0
0
US
I had a working cube that I could access through http, then my coworker backed up the database and moved it to a different drive on the same webserver.

I can still access and browse the cube in sql server BI, but I am unable to open access msmdpump.dll through the browser. I used to get an xml error, which at least told me I could access it, but now I get


HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)


I think it has to do with msmdpump.dll, because if I put in a regular html file, it pulls it up properly.
 
Forgot to ask my question, has anyone heard of this or know what could possibly be causing it?

thanks

 
Ok I figured out the issue, because I had one part of iis pointing to c:\program files\...\isapi\msmdpump.dll and the other pointing to the inetput directory, when the database was moved, one dll was pointing to one place and the other dll to the other. Anyways, I pointed both to the inetpub directory and it works now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top