iis6 and ixsso query problem

i use the microsoft script to search on indexing server. If i use the property Q.groupBy on my IIS6 machine i have a

CreateRecordset erreur '80070057'

Paramètre incorrect.

/archive/indexation3.asp, ligne 38

if i turn "execute in iis5 mode" or on an other machine it work. If i remove groupBy it work.

I try changing security setting on the application pool... but same result

is there someone to help me.

I use the code bellow :

Set objQ = server.CreateObject("IXSSO.Query")

objQ.Columns = "directory"
objQ.SortBy="rank[d]"
objQ.Query = "( [at] filename *.txt) and ( [at] contents narbonne)"
objQ.GroupBy = "directory[a]"
objQ.Catalog = "Archiveur"
objQ.OptimizeFor = "performance"
objQ.AllowEnumeration = false
objQ.MaxRecords = 10

Set objU = Server.CreateObject("IXSSO.Util")
objU.AddScopeToQuery objQ, "\", "deep"

Set objRS_Parent = objQ.CreateRecordset("nonsequential") (line38!!)

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
JEROME [ Di, 06 November 2007 17:25 ] [ ID #1863830 ]

RE: iis6 and ixsso query problem

i try a lot of things : reinstall iis, indexation service and catalog nothing better.

if i use this script as a cscript it work on the same machine. I try it on an other server with iis 6 but on W2K3 32bit it work.it look like if there is a problem with the 64bits version

May be the only solution is to go back to the 32 bits version

Is there someone to help me please.

From http://www.developmentnow.com/g/91_2007_11_0_0_1035087/iis6- and-ixsso-query-problem.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
JEROME [ Di, 13 November 2007 10:32 ] [ ID #1869469 ]
Webserver » microsoft.public.inetserver.iis.security » iis6 and ixsso query problem

Vorheriges Thema: SSL Certificate
Nächstes Thema: IIS 6.0, ASP.NET, SQL 2000 on one server?