accessing remote OLAP cube through WSS cause an error...

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default accessing remote OLAP cube through WSS cause an error...

    Hi,

    I receive this error when I try to access an olap cube with the DSPanel web
    part:
    No connection could be made because the target machine actively refused

    this error appear only when I access my server remotly and if the NT
    authentication is activated.

    if I use the clear/text authentication, all works fine or if I use the NT
    authentication and access the server locally ([url]http://localhost[/url])
    then all works fine!!!

    But I suspect I've the same problem out of WSS because some times I have
    some problem to access remote ressources.
    My WSS Web server is Windows 2003; my OLAP server is Windows 2000 server; my
    DC is a SBS 2003 on a third server.

    So, I'm not sure if the problem is at the WSS level, the ASP.NET level, at
    the IIS level or at the network config himself!

    any idea?

    thanks.

    Jerome.


    Jéjé Guest

  2. Similar Questions and Discussions

    1. Accessing remote server
      Hello, I'm trying to access MySQL server version 5.0.22 with the MySQL Administrator version 1.1.9. This MySQL server is running on a remote...
    2. accessing remote resources from ASP.NET app
      Hi all, I know this issue has already been discussed in several threads of the newsgroup and I read several of them However, I would...
    3. accessing OLAP with PHP
      This is probably a basic question, but I'll ask anyway: how is it possible to query an OLAP cube (on a MS SQL 2000 server) using PHP? I'd really...
    4. Accessing remote MS Access DB thru IIS App
      Hi I have a VB 6 IIS Application running as a compiled DLL under IIS 5.0 on Win2K. It uses the ADO 2.5 library to give users OLEDB and ODBC...
    5. Problem in accessing remote DB
      Hello, I am facing a strange problem. Problem accessing remote database from ASP using COM+ server application having VB components (ActiveX DLL)...
  3. #2

    Default Re: accessing remote OLAP cube through WSS cause an error...

    You are experiencing the "double hop" problem with IIS and ntlm
    authentication.
    The only way to correctly pass the authentication token from IIS to the OLAP
    server is to enable and use Kerberos authentication.
    You'll find more infos at:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326089[/url]

    HtH,
    Andrea

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.

    "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
    news:eIb59xSPEHA.2444@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    > I receive this error when I try to access an olap cube with the DSPanel
    web
    > part:
    > No connection could be made because the target machine actively refused
    >
    > this error appear only when I access my server remotly and if the NT
    > authentication is activated.
    >
    > if I use the clear/text authentication, all works fine or if I use the NT
    > authentication and access the server locally ([url]http://localhost[/url])
    > then all works fine!!!
    >
    > But I suspect I've the same problem out of WSS because some times I have
    > some problem to access remote ressources.
    > My WSS Web server is Windows 2003; my OLAP server is Windows 2000 server;
    my
    > DC is a SBS 2003 on a third server.
    >
    > So, I'm not sure if the problem is at the WSS level, the ASP.NET level, at
    > the IIS level or at the network config himself!
    >
    > any idea?
    >
    > thanks.
    >
    > Jerome.
    >
    >

    Andrea D'Onofrio [MSFT] Guest

  4. #3

    Default Re: accessing remote OLAP cube through WSS cause an error...

    Well, for a companent I've found the solution.
    I've added the component (which call my OLAP cube) in COM+ on my web server
    and then all works fine.

    I'll test other similar components to see if I'll have the same problem or
    if all will be solved.

    "Andrea D'Onofrio [MSFT]" <andreado@online.microsoft.com> a écrit dans le
    message de news:%233Tvml0PEHA.3380@TK2MSFTNGP11.phx.gbl...
    > You are experiencing the "double hop" problem with IIS and ntlm
    > authentication.
    > The only way to correctly pass the authentication token from IIS to the
    OLAP
    > server is to enable and use Kerberos authentication.
    > You'll find more infos at:
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326089[/url]
    >
    > HtH,
    > Andrea
    >
    > --
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
    > news:eIb59xSPEHA.2444@TK2MSFTNGP12.phx.gbl...
    > > Hi,
    > >
    > > I receive this error when I try to access an olap cube with the DSPanel
    > web
    > > part:
    > > No connection could be made because the target machine actively refused
    > >
    > > this error appear only when I access my server remotly and if the NT
    > > authentication is activated.
    > >
    > > if I use the clear/text authentication, all works fine or if I use the
    NT
    > > authentication and access the server locally ([url]http://localhost[/url])
    > > then all works fine!!!
    > >
    > > But I suspect I've the same problem out of WSS because some times I have
    > > some problem to access remote ressources.
    > > My WSS Web server is Windows 2003; my OLAP server is Windows 2000
    server;
    > my
    > > DC is a SBS 2003 on a third server.
    > >
    > > So, I'm not sure if the problem is at the WSS level, the ASP.NET level,
    at
    > > the IIS level or at the network config himself!
    > >
    > > any idea?
    > >
    > > thanks.
    > >
    > > Jerome.
    > >
    > >
    >
    >

    Jéjé Guest

  5. #4

    Default Re: accessing remote OLAP cube through WSS cause an error...

    That's right, the component configured in COM+ has all it needs (Username
    and password that you set in the snap-in) to succesfully have a security
    token that can do an authenticated request to any server in the domain. But
    in this way you loose the security context of the requester and you access
    to the OLAP cube always with the COM+ configured credential.

    HtH,
    Andrea
    --
    This posting is provided "AS IS" with no warranties, and confers no rights.

    "Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
    news:OGDnaU2PEHA.3748@TK2MSFTNGP09.phx.gbl...
    > Well, for a companent I've found the solution.
    > I've added the component (which call my OLAP cube) in COM+ on my web
    server
    > and then all works fine.
    >
    > I'll test other similar components to see if I'll have the same problem or
    > if all will be solved.

    Andrea D'Onofrio [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139