Link to home
Start Free TrialLog in
Avatar of Rick
RickFlag for United States of America

asked on

Restarting Sybase SQL Anywhere Database

When restarting the database (Customer.db) an error occurs. It looks for the (Customer.log) file (which was deleted).  How can I restart the database without the log file?  Can I create a generic log file and place it on the server? Is there some command line switch I can use to restart the database a different way? Looking for a step by step checklist to restart the database.
ASKER CERTIFIED SOLUTION
Avatar of TomJenkins
TomJenkins

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rick

ASKER

Thanks Tom, worked well!
Avatar of stakhanov
stakhanov

>dbeng50 -f customer.db

If it does not work try undocumented key
dbeng50 -o ...
or
remove transaction log
     dblog -n customer.db
and start the database.