Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > iis security > november 2007 >

iis security : iis6 and ixsso query problem


jerome
11/6/2007 8:25:28 AM
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
Jerome
11/13/2007 1:32:31 AM
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
AddThis Social Bookmark Button