Re: Create RecordSet error "80070005" Access Denied using IXSSO

From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 12/22/04


Date: Wed, 22 Dec 2004 11:56:27 -0500

you will have to use anonymous and change the anonymous account to an
account which has rights to logon interactively on the remote machine.
"SniperOtist" <kpa_team@yahoo.fr> wrote in message
news:1103728149.528423.111790@f14g2000cwb.googlegroups.com...
> Sorry for the lack of documentation :-(
>
> the error appears on : "query://srv2/catalog3"
> when i query the other catalog (local on the web server) it works
>
> srv1 and srv2 are 2003 domain member
>
> on the web server i don't use the anonymous connection ! i use the
> integrated windows auth.
>
>
> Hilary Cotter wrote:
> > your problem is most likely with the remote catalog. Why don't you
> comment
> > it out and see what happens. If this fixes your problem you need to
> change
> > to anonymous authentication only and then change your anonymous
> account to
> > an account which can logon interactively on the remote machine.
> >
> > --
> > Hilary Cotter
> > Looking for a SQL Server replication book?
> > http://www.nwsu.com/0974973602.html
> > "SniperOtist" <kpa_team@yahoo.fr> wrote in message
> > news:1103634807.054282.165790@f14g2000cwb.googlegroups.com...
> > > I've an access denied when i run the query.
> > >
> > > Configuration :
> > > Index Server run on srv1 and srv2
> > > IIS6 run under srv1
> > > http://srv1/search.asp
> > > ASP Script using Ixsso library
> > > and using a multi computer multi catalog.
> > >
> > >
> > > Set IxQuery = Server.CreateObject("ixsso.query")
> > > Set IxUtil = Server.CreateObject("ixsso.util")
> > >
> > > IxQuery.Query = "TOTO"
> > > IxQuery.Catalog =
> > > "query://srv1/catalog1,query://srv1/catalog2,query://srv2/catalog3"
> > >
> > > IxUtil.AddScopeToQuery IxQuery, "/", "deep"
> > > IxUtil.AddScopeToQuery IxQuery, "/", "deep"
> > > IxUtil.AddScopeToQuery IxQuery, "/", "deep"
> > >
> > > Set RS = IxQuery.CreateRecorset("nonsequential")
> > > Can anyone help me please ?
> > >
>



Relevant Pages

  • Re: LogonUser to remote machine fails with error 1326
    ... enable the guest account or have administrator accounts with matching ... also pass credentials to the remote machine to authenticate which sounds ... note that every user account in Windows is either created on the ...
    (microsoft.public.dotnet.languages.csharp)
  • File Find Error Opening File
    ... I'm trying to access a DB on a remote machine. ... following code that uses an ODBC to access the DB: ... OdbcConnection objConnection = new OdbcConnection ... >>under ASPNET account. ...
    (microsoft.public.dotnet.security)
  • Re: Remote Scripting
    ... > If your account on has either local or domain Administrator privileges on ... the remote machine, you can use WMI to shut down the remote machine like ... Check out the alternatives in the WMI SDK. ... > If you need to specify an account, you were on the right track. ...
    (microsoft.public.scripting.wsh)
  • Re: Access remote folder files in the network
    ... If you are using ASPNET (local on web server) account to run the ASP.NET ... > that i should able to access the images files from the remote machine. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Remoting
    ... of authentication to provide appropriate credentials to the remote server. ... You need software on the remote machine that the remoting client can talk to ... > the process and thread account will be the interactive or logged on user ...
    (microsoft.public.dotnet.security)