Ask a Question related to ASP.NET Security, Design and Development.
-
Jéjé #1
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
-
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... -
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... -
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... -
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... -
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)... -
Andrea D'Onofrio [MSFT] #2
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...web> Hi,
>
> I receive this error when I try to access an olap cube with the DSPanelmy> 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;> 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
-
Jéjé #3
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...OLAP> You are experiencing the "double hop" problem with IIS and ntlm
> authentication.
> The only way to correctly pass the authentication token from IIS to therights.> 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 noNT>
> "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
> news:eIb59xSPEHA.2444@TK2MSFTNGP12.phx.gbl...> web> > Hi,
> >
> > I receive this error when I try to access an olap cube with the DSPanel> > 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 theserver;> > 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 2000at> 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,>> > the IIS level or at the network config himself!
> >
> > any idea?
> >
> > thanks.
> >
> > Jerome.
> >
> >
>
Jéjé Guest
-
Andrea D'Onofrio [MSFT] #4
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...server> Well, for a companent I've found the solution.
> I've added the component (which call my OLAP cube) in COM+ on my web> 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



Reply With Quote

