Re: ADOMD.Net connect to a Yukon Analysis services?

From: Mosha Pasumansky [MS] (moshap_at_online.microsoft.com)
Date: 05/20/04

  • Next message: Joe Genshlea: "Re: Web service was working, now not working"
    Date: Thu, 20 May 2004 14:23:33 -0700
    
    

    Yukon Beta 1 is under NDA, therefore discussions about it cannot happen in
    public forum
    We will happily answer this question in the Yukon Beta newsgroup.

    -- 
    ==================================================
    Mosha Pasumansky  - http://www.mosha.com/msolap
    Development Lead in the Analysis Server team
    All you need is love (John Lennon)
    Disclaimer : This posting is provided "AS IS" with no warranties, and
    confers no rights.
    ==================================================
    "Viking" <kyj@ufsoft.com.cn> wrote in message
    news:af9c78e6ea198461455a3409e6e1c935@localhost.talkaboutsoftware.com...
    > I connect to a remote yukon analysis services using Adomd.net8.0,which was
    > released by Microsoft recently, it tells me "System error: : Logon
    > failure: unknown user name or bad password. .". I think it is because of
    > error of connection string. The code is like this:
    > try
    > {
    >  objAdomdConnection = new AdomdConnection();
    >  objAdomdConnection.ConnectionString = @"Provider=MSOLAP;Data
    > Source=svr1;Catalog=olap_test;UserName=sa;Password=ufsoft";
    >  objAdomdConnection.Open();
    > }
    > catch (Exception ex)
    > {
    >   ...
    > }
    > finally
    > {
    >   ...
    > }
    > anyone know what's the matter?
    >
    >
    >
    

  • Next message: Joe Genshlea: "Re: Web service was working, now not working"