iis6 and ixsso query problem
am 06.11.2007 17:25:27 von JEROMEi 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