ADMD.net connection problem
From: Scott Riehl (scott_riehl_at_remove.b-f.com)
Date: 10/11/04
- Next message: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Previous message: Stefan: "Re: Installation problem on Win2003"
- Next in thread: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Reply: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Reply: avner: "Re: ADMD.net connection problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 11 Oct 2004 10:21:37 -0400
I've just downloaded the ADOMD.net classes and I am trying to use them on a
remote server (Win 2k, AS 2000, sp3 ) The code connects when I run it
against my local machine, but when I switch to the remote server I get the
following:
Server Error in '/WebApplication4' Application.
--------------------------------------------------------------------------------
No connection could be made because the target machine actively refused it
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could
be made because the target machine actively refused it
Source Error:
Line 34: Dim a As New AdomdConnection
Line 35: a.ConnectionString = "Data
Source=172.21.11.52;provider=MSOLAP;Initial Catalog=foodmart 2000;Integrated
Security=SSPI;"
Line 36: a.Open()
Line 37: Label1.Text = a.SessionID
Line 38: Label2.Text = a.ServerVersion
I'm a little confused by the documentation, but does anything need to be
installed on the server for ADOMD.net to work? I've installed the XML for
Analysis on my machine and the server and still the same problem.
- Next message: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Previous message: Stefan: "Re: Installation problem on Win2003"
- Next in thread: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Reply: Akshai Mirchandani [MS]: "Re: ADMD.net connection problem"
- Reply: avner: "Re: ADMD.net connection problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|