Error deleting URL

edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Error deleting URL

Post by edev »

I thought it was an "aspell" error, so I disabled spelling check in the search setting, and tried to reindex again using dowalk, and got the following error:

Thunderstone - EPI, Inc.
Commercial Webinator Version 5.01.1160077904 20061005 (i686-intel-winnt-64-32)

id Profile Name Type Int Float
String Strlist
------------+------------+------------+------------+------------+------------+--
----------+------------+

C:\Program Files\Thunderstone Software\Webinator>texis profile=profile1
dowalk/reindex.txt
Reindex started: 2006-12-07 15:10:04

002 dowalk(updatemmindex) 2099: Could not find index xh_TiByDsMtKyUr_ViMoDpPp
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################

002 dowalk(updatemmindex) 2107: Could not find index xh_TiByDsMtKy_ViMoDpPp
Creating spell-checker dictionaries...Done.
Reindex finished: 2006-12-07 15:10:05
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Error deleting URL

Post by edev »

I disabled "query log" in search options, and ran reindex again, and got the following results:



C:\Program Files\Thunderstone Software\Webinator>texis profile=profile1
dowalk/updateindex.txt
updateindex started: 2006-12-07 15:17:45
Creating spell-checker dictionaries...Done.
updateindex finished: 2006-12-07 15:17:48

C:\Program Files\Thunderstone Software\Webinator>texis profile=profile1 dowalk/remakeindex.txt
Remakeindex started: 2006-12-07 15:18:00
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Creating spell-checker dictionaries...Done.
Remakeindex finished: 2006-12-07 15:18:02

C:\Program Files\Thunderstone Software\Webinator>texis profile=profile1 dowalk/reindex.txt
Reindex started: 2006-12-07 15:18:10
Indexing data:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Final merge to index:
0%----------------25%-----------------50%-----------------75%--------------100%
###############################################################################
Creating spell-checker dictionaries...Done.
Reindex finished: 2006-12-07 15:18:11

I know nothing was indexed because the process finished too fast for almost 1 million records.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Error deleting URL

Post by mark »

Is profile1 the profile with dataspace of E:\CultureCaWalks\CultureCa_testAll ?

Check vortex.log.
Make sure your disk isn't full or read-only.

If you create a completely new profile and walk a few pages with it does that work?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Error deleting URL

Post by mark »

Are you using the standard dowalk script or a customized one? If custom, try the standard one.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error deleting URL

Post by John »

If you stopped the walk, rather than pausing it you can use the indexmakelive entry point to index what was walked, and use that for search, which would be if the live database is db1, and the walked data is in db2 for example.
John Turnbull
Thunderstone Software
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Error deleting URL

Post by edev »

I'm using the standard dowalk script. The dataspace was a c&p mistake it's always "profile1", and the dataspace all show up correctly on the dowalk admin screen. I will try the "indexmakelive" today...thank you!
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Error deleting URL

Post by edev »

Hi again,

I tried the indexmakelive and go this error

002 dowalk(imakelive) 5590 cannot open E:\profile1/db1/makelive.pid: no such file or directory in the function dowrite

I did a texis -d INSTALLDIR/texis/testdb -s "select Name,String from options where Profile='profile1' and Name='SS_db'"

and it returned E:\profile1/db2, so the live database is db2 (which is correct), but indexmakelive is getting db1 for some reason. I'm not sure where else to change other than SS_db?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Error deleting URL

Post by mark »

Actually that is correct. The makelive.pid file is created in the alternate directory which appears to not exist in your case. That error shouldn't stop the process.
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Error deleting URL

Post by edev »

Is there any way to change that? I'm now giving up on this profile and I'm starting a new one.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Error deleting URL

Post by mark »

Obviously you can edit the dowalk script to do whatever you like. The simplest however is to make sure the alternate directory exists when directly manipulating the databases.
Post Reply