First of all make a backup of the database folder.
Next, from the same folder that you ran the dbcheck utility from, run the dbfix utility.
This takes the form
dbfix -a -L casdb;admin;secret DBNAME
The ArcServe documentation suggests that it may be preferable to run dbfix instead of dbcheck in the first instance because dbfix runs a check of the database before fixing it anyway.