-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: mrp
Message 1 in Discussion

I'm unable to connect to my AS2000 from adomd.net,i tried various types of connections 
but all is giving the same error please help me   Dim connection As AdomdConnection
           1. connectionString = 
"Provider=MSOLAP.2;Catalog=AcsellerateBeta;DataSource=http://localhost/XMLA/msxisapi.dll;";
  
           2.connectionString = 
"Provider=MSOLAP.2;Catalog=AcsellerateBeta;DataSource=http://localhost/XMLA/msxisapi.dll;ConnectTo=8.0";
            3.connectionString = 
"Provider=MSOLAP.2;Catalog=AcsellerateBeta;DataSource=localhost;ConnectTo=8.0" 
            connection = New AdomdConnection(connectionString)
          Try
                connection.Open()
            Catch ex As Exception
              
                Response.Write(ex.Message & ex.StackTrace)
            Finally
                connection = Nothing
            End Try 
The connection either timed out or was lost. at 
Microsoft.AnalysisServices.AdomdClient.XmlaClient.EndRequest() at 
Microsoft.AnalysisServices.AdomdClient.XmlaClient.SendMessage(Boolean 
endReceivalIfException, Boolean readSession, Boolean readNamespaceCompatibility) at 
Microsoft.AnalysisServices.AdomdClient.XmlaClient.DiscoverPrivate(String requestType, 
String requestNamespace, ListDictionary properties, IDictionary restrictions, Boolean 
sendNamespacesCompatibility) at 
Microsoft.AnalysisServices.AdomdClient.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection+IXmlaClientProviderEx.Discover(String
 requestType, IDictionary restrictions, Boolean throwOnErrors, Boolean 
sendNamespaceCompatibility) at 
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ReadDataSourceInfo() at 
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectToXMLA(Boolean 
createSession, Boolean isHTTP) at 
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open() at 
Acsellerate.adomdnet.Page_Load(Object sender, EventArgs e) in    i installed all the 
S/W specified over here 
http://www.microsoft.com/downloads/details.aspx?FamilyId=7564A3FD-4729-4B09-9EE7-5E71140186EE&displaylang=en
   10x in advance

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to