Re: Web service was working, now not working
From: Hanying Feng [MS] (hfeng_at_online.microsoft.com)
Date: 05/21/04
- Previous message: Joe Genshlea: "Re: Web service was working, now not working"
- In reply to: Joe Genshlea: "Re: Web service was working, now not working"
- Next in thread: Jéjé: "Re: Web service was working, now not working"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 May 2004 09:30:28 -0700
You probably didn't enable HTTP during XML/A setup. Open C:\Program
Files\Microsoft XML For Analysis SDK\Config\datasources.xml, and change
AllowInsecureTransport attribute of Datasources to 1. After restarting IIS,
you should be able to connect using HTTP.
Thanks,
Hanying
-- 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. "Joe Genshlea" <joegensh@yahoo.com> wrote in message news:%23FqRw6tPEHA.1644@TK2MSFTNGP09.phx.gbl... > More of the same problems... > > I've verified that the AS server is working and available. I can not > connect using the sample app. Looks like something somewhere is configured > to require https -- how do i fix this? > > Here is the debug info: > ----------------------------------------------------------- > > Server: Microsoft-IIS/5.0 > Date: Fri, 21 May 2004 02:49:59 GMT > X-Powered-By: ASP.NET > Connection: close > Content-Type: text/xml; charset="utf-8" > > <?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> > <faultcode>XMLAnalysisError.88BA080D</faultcode> > <faultstring>The Web Server is using an insecure transport (HTTP) but the > XML for Analysis is configured to require a secure transport > (HTTPS).</faultstring> > <faultactor>XML for Analysis Provider</faultactor> > <detail> > <Error ErrorCode="2293893133" Description="The Web Server is using an > insecure transport (HTTP) but the XML for Analysis is configured to require > a secure transport (HTTPS)." Source="XML for Analysis > Provider"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> > Server: Microsoft-IIS/5.1 > Date: Fri, 21 May 2004 02:39:44 GMT > Connection: close > Content-Type: text/xml; charset="utf-8" > > > > > > "Akshai Mirchandani [MS]" <akshaim@online.microsoft.com> wrote in message > news:OYqjSaGNEHA.4036@TK2MSFTNGP12.phx.gbl... > > Are you able to connect to the Analysis Server using the MDX Sample app? > > That would indicate that the database is still accessible. > > > > My other suggestion is to look at the actual contents of the response XML > in > > the VB debugger when you try to connect. Perhaps the full response would > > give a better idea what is happening. > > > > HTH, > > 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. > > > > "Joe Genshlea" <joegensh@yahoo.com> wrote in message > > news:ugn4KtDNEHA.3556@TK2MSFTNGP09.phx.gbl... > > > Hi > > > > > > Environment: > > > Windows 2000 Server > > > Analysis Server Sp 3 > > > Webservice resides on same host as AS > > > > > > The connection to the web service is failing for some reason after > working > > > for over a month. I didn't change anything on the server at all with one > > > exception: I had to restore one of the Analysis Server databases -- I > > don't > > > see how that would affect the web service though. > > > > > > I tested the connectivity using the sample.vbp app and I get "Internal > > Error > > > 500 <fault Code>0</Fault Code>. However, I can navigate to the web > > service > > > in the browser and get the standard response: > > > > > > URL: http://analysis1/xmla/msxisapi.dll > > > > > > Response > > > > > > <?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> > > > <faultcode>XMLAnalysisError.88BA0800</faultcode> > > > <faultstring>The Web Service supports only the POST > > > operation.</faultstring> > > > <faultactor>XML for Analysis Provider</faultactor> > > > - <detail> > > > <Error ErrorCode="2293893120" Description="The Web Service supports > only > > > the POST operation." Source="XML for Analysis Provider" /> > > > </detail> > > > </SOAP-ENV:Fault> > > > </SOAP-ENV:Body> > > > </SOAP-ENV:Envelope> > > > > > > > > > > > >
- Previous message: Joe Genshlea: "Re: Web service was working, now not working"
- In reply to: Joe Genshlea: "Re: Web service was working, now not working"
- Next in thread: Jéjé: "Re: Web service was working, now not working"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|