Connect Error -
12-06-2005
, 07:16 PM
Hi All,
I have a client ASP.Net application that can access AS via XMLA 1.1 with
no problem. However, in an attempt to set the AS Roles using DSO, I get
the following error:
"Cannot connect to the Analysis server on computer
'myserver'.\r\nConnection to the server is lost"
This error occurs when I attempt to connect to AS during the following
code:
DSO.Server dsoServer =new DSO.Server();
dsoServer.Connect("myserver");
I have searched some newsgroups and articles and have tried the
following suggestions with no avail:
- turned on Impersonation.
- turned off anonymous authentication.
- Added windows login to olap_administrators group in "myserver".
One odd thing I noticed is that this article
http://support.microsoft.com/default.aspx?kbid=823066
attributes the above error message when connecting to the local computer
that is running Analysis Services. "myserver", however is a remote
computer that is running Analysis Services.
Does anyone have any ideas why I get the connection error?
thx,
kr
*** Sent via Developersdex http://www.developersdex.com *** |