Page 1 of 1

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 12:39 pm
by mykim
I searched this message board and found a posting with the similar problem at http://thunderstone.master.com/texis/ma ... 4141abb715. I tried the suggestion, removing \Keywords; and I also downloaded the latest dowalk and webinatoradmin scripts. However, the problem remains.

Please help.

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 1:13 pm
by mark
Did you do a new walk after getting the latest scripts?
What does the walk settings page show for version at the top right?

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 1:14 pm
by mark
p.s.
Removing Keywords was specific to the other poster who had customized their index to not include Keywords. Do not remove Keywords.

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 1:29 pm
by mykim
I did the new walk before and after getting the latest script but the problem wasn't solved.

The version says "Webinator 4.4.17-Unix-w/plugin."

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 2:44 pm
by mark
Oh, version 4. That's no longer being maintained as of May 2004. In verifynewdb change
<sql max=1 "select Word + '.' tquery from xhtmlbodv"></sql>
to
<sql max=1 "select Word + '.' tquery from xhtmlbodv where Word like '/>>=[\alpha\x80-\xff]='"></sql>
Or skip the verify by placing
<return "ok">
as the first line after
<a name=verifynewdb private cont=N>

Abandoning new walk. Test query `.........................................................................counselor.' f

Posted: Mon Oct 25, 2004 2:53 pm
by mykim
Thanks. I added <return "ok"> and it fixed the problem.