Re: Create RecordSet error "80070005" Access Denied using IXSSO
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 12/22/04
- Next message: Hilary Cotter: "Re: Help with search performance"
- Previous message: Hilary Cotter: "Re: Does / can indexserver search databases?"
- In reply to: SniperOtist: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Messages sorted by: [ date ] [ thread ]
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 ?
> > >
>
- Next message: Hilary Cotter: "Re: Help with search performance"
- Previous message: Hilary Cotter: "Re: Does / can indexserver search databases?"
- In reply to: SniperOtist: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|