Re: Create RecordSet error "80070005" Access Denied using IXSSO
From: SniperOtist (kpa_team_at_yahoo.fr)
Date: 12/22/04
- Next message: jmhmaine: "Limit Result Set when using SQL Statement"
- Previous message: Michel Smit: "Does / can indexserver search databases?"
- In reply to: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Next in thread: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Reply: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Messages sorted by: [ date ] [ thread ]
Date: 22 Dec 2004 07:09:09 -0800
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: jmhmaine: "Limit Result Set when using SQL Statement"
- Previous message: Michel Smit: "Does / can indexserver search databases?"
- In reply to: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Next in thread: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Reply: Hilary Cotter: "Re: Create RecordSet error "80070005" Access Denied using IXSSO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|