Liicense Violation: max rows

Post Reply
ksalt
Posts: 15
Joined: Thu Jul 10, 2003 4:21 am

Liicense Violation: max rows

Post by ksalt »

We have a free Webinator (and our purchasing procedure is so tedious we couldn't get the commercial version in time to fix this problem) so ...

I added a new site to our list of sites to spider, and now I get a "max rows" license violation error. I checked, and my max rows count has gone up to 10001 (for a couple of days texis halted before 10000 - and there were no problems) ...

So now I'm in a pickle. I can't get into the admin screens to remove the offending new site and get back below my allowed maximum because I get license violation for everything I try to do with Texis.

So how can I get my DB back below the limit so that I can restart the admin, delete the offending site and get my user search back online ???
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Liicense Violation: max rows

Post by mark »

You'll need to delete the offending database by hand
rm -r THE_DATABASE_DIRECTORY
Then run
INSTALLDIR/monitor -k
ipcs -m
and find the ID for KEY 0xdbaccee5 and run
ipcrm -rm THE_ID
rm INSTALLDIR/license.key

When creating a new profile set your max pages to 9990 to avoid the problem in the future. We've found that the walk can sometimes get a few more pages than the specified max.
ksalt
Posts: 15
Joined: Thu Jul 10, 2003 4:21 am

Liicense Violation: max rows

Post by ksalt »

grat stuff again Mark .. it worked fine.

K
Post Reply