Re: Sample.Net connection problem
From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 04/05/04
- Previous message: Boris Pesetskiy: "Sample.Net connection problem"
- In reply to: Boris Pesetskiy: "Sample.Net connection problem"
- Next in thread: Boris Pesetskiy: "Re: Sample.Net connection problem"
- Reply: Boris Pesetskiy: "Re: Sample.Net connection problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Apr 2004 14:20:19 -0700
Can you debug the application and see what is raising the exception? i.e. is
it an HTTP error or is it a SOAP fault being returned by the XMLA provider?
I'm guessing here that you have one of the following issues:
- PTS client isn't properly installed
- The server isn't running on local
I can't imagine why the first request would succeed but the second won't
unless its a problem with opening the connection to the server
(DISCOVER_DATASOURCES doesn't open a connection but later requests probably
will).
You can test this by running the MDX Sample application on the XMLA server
machine and connecting to local.
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. "Boris Pesetskiy" <borisip@optonline.net> wrote in message news:17dad01c4199d$86cfed30$a401280a@phx.gbl... > When I start Sample.Net application and in the "Connect" > screen click "Update" for > URL: "http://localhost/xmla/msxisapi.dll", > Application displays "Local Analysis Server" in the "Data > Sources" combobox. > When I click OK, I receive a message "The underlying > connection was closed: An unexpected error occured on a > receive" > > I did not make changes in the datasources.xml. It looks > like this: > <DataSource> > <DataSourceName>Local Analysis > Server</DataSourceName> > <DataSourceDescription>Microsoft Analysis > Server 2000 on local machine</DataSourceDescription> > > <URL>http://localhost/xmla/msxisapi.dll> > <DataSourceInfo>Provider=MSOLAP.2;Data > Source=local</DataSourceInfo> > <ProviderName>Microsoft XML for > Analysis</ProviderName> > <ProviderType> > <TDP/> > <MDP/> > <DMP/> > </ProviderType> > > <AuthenticationMode>Unauthenticated</Authenticatio > nMode> > </DataSource> > > Any help?
- Previous message: Boris Pesetskiy: "Sample.Net connection problem"
- In reply to: Boris Pesetskiy: "Sample.Net connection problem"
- Next in thread: Boris Pesetskiy: "Re: Sample.Net connection problem"
- Reply: Boris Pesetskiy: "Re: Sample.Net connection problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|