error 005

Post Reply
resume.robot
Posts: 68
Joined: Sat Jan 13, 2001 1:23 am

error 005

Post by resume.robot »

What's the likely cause of this error?

<!-- 005 /webinator/search:456: Corrupt operation at 0x4A435976 in KDBF file /home/httpd/html/resumerobot/pub/webinator/user/html.tbl: error 0: Unknown (Read past EOF) in the function read_head -->

Thanks

Mike Clark
robot@resumerobot.com
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

error 005

Post by mark »

Looks like the file got truncated. Perhaps by a full disk? Use kdbfchk to fix it. You'll probably want to rebuild the indices on it after it's fixed.
neil.munro
Posts: 22
Joined: Fri Nov 09, 2001 1:13 am

error 005

Post by neil.munro »

Hello,
I am using Commercial Webinator version 2.56 but don't have access to the kdbfchk utility.
I have this problem but don't think that it gets corrupted by lack of resources of my system.. maybe limitations on my table...???
I have tried dropping the index and then re-indexing but it doesn't work.
Is there any solution for me, an owner of the commercial version?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

error 005

Post by mark »

I assume you mean that you did
gw -dyourdb -dropindex
then
gw -dyourdb -index
If so and you still get the message you can either rewalk the data to a new database or open a tech support ticket at "Tech Support" on the left menu to see if we can dig up an old version of kdbfchk that matches your webinator version. If the table's not huge it may be simplest to just rewalk the data.
Post Reply