PC Review


Reply
Thread Tools Rate Thread

Re: Adomd .net connection

 
 
Miha Markic [MVP C#]
Guest
Posts: n/a
 
      17th Mar 2004
Hi,

I am bit confused here as there is no adomd.net out there.
Is this an asp.net application?

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

"pzhang" <(E-Mail Removed)> wrote in message
news:B8993677-D7A7-416D-A8C3-(E-Mail Removed)...
> try to use adomd .net beta to connect to a server. I got the XMLA 1.1

working fine. I also got the ADOMD 2.7 working fine with my c#. However,
Adomd .net just won't work for me.
>
> using ADOMDNET = Microsoft.AnalysisServices.AdomdClient;
> .......
> AdomdConnection cnn = new ADOMDNET.AdomdConnection();
> cnn.ConnectionString = "Provider=MSOLAP.2;Data

Source=localhost;Catalog=FoodMart 2000";
> cnn.Open();
>
> I keep on getting a System.Net error when it try to open a socket:
> "No connection could be made because the target machine actively refused

it"
>
> if I use:
> AdomdConnection cnn = new ADOMDNET.AdomdConnection(true);
> cnn.ConnectionString = "Provider=MSOLAP.2;Data

Source=localhost;Catalog=FoodMart 2000";
> cnn.Open();
>
> then cnn has a open state. However, once I try to access the cubedef, I am

getting another error:
> "msmgdsrv.dll not found"
>
> Not sure what this dll is nor why it need to be called.
>
> Anyone knows why???
>
> Thanks in advance
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADOMD.NET connection failures =?Utf-8?B?am9lMjAwMQ==?= Microsoft ADO .NET 0 2nd Mar 2005 10:49 PM
RE: Adomd .net connection =?Utf-8?B?b2l1bnQ=?= Microsoft ADO .NET 0 21st Mar 2004 02:11 PM
ADOMD.Net Connection Backslider Microsoft ADO .NET 1 26th Feb 2004 10:09 PM
Adomd.Net Connection question Backslider Microsoft ADO .NET 0 26th Feb 2004 09:56 PM
ADOMD? Tobias Microsoft ADO .NET 0 3rd Feb 2004 03:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:08 AM.