IIS Server Security - iis6 and ixsso query problem

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > November 2007 > iis6 and ixsso query problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author iis6 and ixsso query problem
jerome

2007-11-16, 1:39 pm

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
Jerome

2007-11-16, 1:39 pm

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_...ery-problem.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com