Re: XMLAnalysisError.8007007E - The specified module could not be found
Which request fails? Are you able to do even DISCOVER_DATASOURCES?
- if DISCOVER_DATASOURCES succeeds, then the issue is not with MSXML
(because it would be loaded). So I would look instead to see if the OLE DB
driver is perhaps raising this error
- if DISCOVER_DATASOURCES does fail, then probably MSXML is still the issue
- lastly, you could try regmon and/or filemon tools to see what activity
occurs and it may help determine which module cannot be found.
- another possibility is that IIS security is preventing loading of the
ISAPI DLL for POST operations, so you could check the IIS logs.
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
wrote in message
news:1121813935.487727.284510@g43g2000cwa.googlegroups.com...
> Hi,
>
> we have installed XML for Analysis version 1.0 on Windows 2003 Server,
> however we are getting the following error message when connecting from
> a client application:
>
> "XMLAnalysisError.8007007E - The specified module could not be found"
>
> We have setup a Web Services Extension in IIS and have got this running
> successfully - we get the "POST operation not supported" error message
> in internet explorer when requesting the
> http://localhost/xmla/msxisapi.dll url.
>
> We have confirmed that MSXML 3.0 is installed on the server.
>
> We have tried re-installing XML/A numerous times, but this has no
> effect.
>
> Previous posts have suggesting manually registering the dlls - we have
> tried this with the commands below but are not sure this is correct:
>
> regsvr32 C:\Program Files\Microsoft XML For Analysis SDK\msxaserv.dll
> regsvr32 C:\Program Files\Microsoft XML For Analysis SDK\msxaprv.dl
>
> We have also confirmed that the permissions on the dlls above are
> correct.
>
> There are no errors in the windows event log.
>
> Anyone any ideas? Is there a way to find out which module cannot be
> found?
>
date: Thu, 21 Jul 2005 12:44:45 -0700
author: Akshai Mirchandani [MS]