XMLAnalysisError.80004005 -
06-24-2005
, 05:02 PM
I get this error, when I run a soap query:
Basically it can't find the database, but it's fine if I log in as that user
and view my cubes on analysis services?
Anything I can do, or test?
l== HTTP/1.1 500 Server Error
l== Connection: close
l== Date: Fri, 24 Jun 2005 21:58:47 GMT
l== Server: Microsoft-IIS/6.0
l== X-Powered-By: ASP.NET
l== Content-Type: text/xml
l==
l== <?xml version="1.0"?>
l== <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
l== <SOAP-ENV:Body>
l== <SOAP-ENV:Fault>
l== <faultcode>XMLAnalysisError.80004005</faultcode>
l== <faultstring>Database 'CRM Oracle' does not exist.</faultstring>
l== <faultactor>XML for Analysis Provider</faultactor>
l== <detail>
l== <faultstring>
l== <Error ErrorCode="2147500037" Description="Database 'CRM Oracle' does
not exist." Source="XML for Analysis
Provider"/></faultstring></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-EN
V:Envelope> |