iis6 and ixsso query problem

iis6 and ixsso query problem

am 06.11.2007 17:25:27 von JEROME

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 = "(@filename *.txt) and (@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

RE: iis6 and ixsso query problem

am 13.11.2007 10:32:29 von JEROME

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