Query logging error

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Query logging error

Post by Thunderstone »



I am trying to enable the query logging for Webinator, inserting the
following before or after the <runquery> call in the main function of search:

<sql "insert into querylog values(counter,$REMOTE_HOST,$arg)"></sql>

but when I run a search I get the following error:

002 /webinator/search: Can't create output file
/web/website/webinator/search.vtx: File exists in the function writeobj

Any ideas?


.. Ryan


---
Ryan A. MacMichael (rmacmich@rstcorp.com), Webmaster
Reliable Software Technologies
21515 Ridgetop Circle
Sterling VA 20166
(703) 404-9293 http://www.rstcorp.com/



User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Query logging error

Post by Thunderstone »




Texis is trying to re-compile the Vortex script, and it can't create
its output file. This might occur once if another search happened at
the same time and re-compiled simultaneously; try searching again. If
it happens repeatedly then it's a file permissions issue: whatever user
id texis is running as does not have permission to remove and re-write
the search.vtx file in that directory. Change the directory/file
permissions accordingly.

-Kai


Post Reply