Has anyone had any experience with error XA:XMLAnalysisError.80020009 under XML/A SDK 1.1 (Version 8.0.558.0)? There is an article in MSDN, but it only specifies that it occurs for version SDK 1.0. http://support.microsoft.com/default.aspx?scid=kb;en-us;831902 We are updating from an earlier version. Presumably, all you need to pre-install is MSXML 4.0. We have installed MSXML 4.0 SP2 followed by XML/A SDK 1.1, and we are connecting to a MS Analysis Server with SP3a installed (version 8.0.760) . I do not believe there are any other dependencies (for example ADOMD) ?! (Can someone confirm this?) Thanks. Russel
Here are more details of our installation and issues: We have installed MSXML 4.0 SP2 and XML/A SDK 1.1 on a Windows 2003 server. This server does not have MSOLAP installed on it directly, as we use this as a middle-tier between our WebApp server and our DB server. We are able to make a DISCOVER_DATASOURCES request with no problem, but most all other requests results in the following error: <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <SOAP-ENV:Fault xmlns:XA="urn:schemas-microsoft-com:xml-analysis"> <faultcode>XA:XMLAnalysisError.80020009</faultcode> <faultstring>An error occurred while processing the request.</faultstring> <faultactor>urn:schemas-microsoft-com:xml-analysis</faultactor> <detail> <Error ErrorCode="2147746132" Description="" Source="urn:schemas-microsoft-com:xml-analysis"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> We have also received error number 80040154, but 80020009 is the most prevalent. This server likely had previous versions of MSXML and XMLA installed (likely including beta versions), but I believe they have all been "properly" uninstalled. Also, we use other Windows 2003 XMLA servers that do not have this problem. Any suggestions would be appreciated! Thank-you, Russel.
You do need PTS (msolap) on the machine... 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. "rsk" wrote in message news:eVkFMcNpFHA.3960@TK2MSFTNGP12.phx.gbl... > Here are more details of our installation and issues: > > We have installed MSXML 4.0 SP2 and XML/A SDK 1.1 on a Windows 2003 server. > This server does not have MSOLAP installed on it directly, as we use this as > a middle-tier between our WebApp server and our DB server. We are able to > make a DISCOVER_DATASOURCES request with no problem, but most all other > requests results in the following error: > > <?xml version="1.0"?> > <SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > <SOAP-ENV:Body> > <SOAP-ENV:Fault xmlns:XA="urn:schemas-microsoft-com:xml-analysis"> > <faultcode>XA:XMLAnalysisError.80020009</faultcode> > <faultstring>An error occurred while processing the request.</faultstring> > <faultactor>urn:schemas-microsoft-com:xml-analysis</faultactor> > <detail> > <Error ErrorCode="2147746132" Description="" > Source="urn:schemas-microsoft-com:xml-analysis"/></detail></SOAP-ENV:Fault>< /SOAP-ENV:Body></SOAP-ENV:Envelope> > > We have also received error number 80040154, but 80020009 is the most > prevalent. > > This server likely had previous versions of MSXML and XMLA installed (likely > including beta versions), but I believe they have all been "properly" > uninstalled. Also, we use other Windows 2003 XMLA servers that do not have > this problem. > > Any suggestions would be appreciated! > > Thank-you, > Russel. > >