Re: Problems Connecting using ADOMD.NET
From: Mary Potapova [MS] (marypo_at_online.microsoft.com)
Date: 06/02/04
- Next message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Previous message: Akshai Mirchandani [MS]: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- In reply to: JS: "Re: Problems Connecting using ADOMD.NET"
- Next in thread: JS: "Re: Problems Connecting using ADOMD.NET"
- Reply: JS: "Re: Problems Connecting using ADOMD.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 11:59:54 -0700
hello,
could you please clarify if you use the rtw version of adomd.net?
could you give more details on the Inner Exception (you get in ConnectTo=8.0
case)? (what is the message/stack, does it have inner exception itself?)
> >> InnerException:
> >> {System.Runtime.InteropServices.COMException}
thank you.
--
- mary
This posting is provided "AS IS" with no warranties, and confers no rights.
"JS" <jamie.shaske@gbmail.com> wrote in message
news:16a1801c4481b$c6408310$a401280a@phx.gbl...
> I have MSXML4 SP2 Parser and SDK installed according to my
> add remove programs on my dev machine.
>
> >-----Original Message-----
> >Be sure you have installed msxml4, it is required and you
> get that exact
> >error if you don't have it installed on the dev machine.
> >
> >Zach
> >
> >JS wrote:
> >> I am having some problems when trying to connect to my
> >> server when using the ADOMD.NET client. I have no
> problems
> >> with the exact same connection in C# using the interop
> >> assembly for ADOMD.
> >>
> >> Here is my connection string.
> >> "Data source=MyServer;Provider=msolap;Initial
> >> Catalog=MyCatalog;"
> >>
> >> This is the exception I am getting when I call the Open
> >> method of the Connection object.
> >>
> >>
> {Microsoft.AnalysisServices.AdomdClient.AdomdConnectionExce
> >> ption}
> >> ExceptionCause: Unspecified
> >> HelpLink: Nothing
> >> InnerException: {System.Net.Sockets.SocketException}
> >> Message: "A connection cannot be made. Ensure that
> the
> >> server is running."
> >> Source: "Microsoft.AnalysisServices.AdomdClient"
> >>
> >> I have tried adding the ConnectTo=8.0; to my connection
> >> string, but I get a different exception that I can't
> seem
> >> to get around.
> >>
> >>
> {Microsoft.AnalysisServices.AdomdClient.AdomdConnectionExce
> >> ption}
> >> ExceptionCause: Unspecified
> >> HelpLink: Nothing
> >> InnerException:
> >> {System.Runtime.InteropServices.COMException}
> >> Message: "The connection either timed out or was
> lost."
> >> Source: "Microsoft.AnalysisServices.AdomdClient"
> >>
> >> I don't think it is timing out as it is going to the
> >> exception immediately after the call, there is no wait
> >> time in between when stepping through the Open method.
> >>
> >> Any help would be greatly appreciated.
> >.
> >
- Next message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Previous message: Akshai Mirchandani [MS]: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- In reply to: JS: "Re: Problems Connecting using ADOMD.NET"
- Next in thread: JS: "Re: Problems Connecting using ADOMD.NET"
- Reply: JS: "Re: Problems Connecting using ADOMD.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|