In this blog post, you’ll learn more about the Sybase Error Unable to start database %1: Cannot use read-only mode since auditing is currently logging to the transaction log and the reason for receiving this error
Sybase SQL Error Message
Unable to start database %1: Cannot use read-only mode since auditing is currently logging to the transaction log
Reason for this Error
The specified database has auditing enabled, and the current settings are preventing it from being started read-only. The audit_log option is set to require the transaction log, so auditing must be turned off or the audit_log option must be changed before the database will start in read-only mode.