SQLite Lock issue
I was looking back through the VarAC log and noticed getting SQLite errors regarding not being able to lock the database. I am running the VarAC version 13.0 with an email gateway enabled.
I am only running a single instance of VarAC. Attached is an abbreviated log file.
187 Views

Jason, I have started to get these errors also, and I have noticed it only happens when I launch SuperStation sad to say. It does not happen every time but it has been doing it frequently enough to notice.
26/11/2025 12:20:59 - Starting VarAC (V13.0.1)
26/11/2025 12:20:59 - OS: Microsoft Windows NT 6.2.9200.0
26/11/2025 12:20:59 - OS: Microsoft Windows NT 6.2.9200.0
26/11/2025 12:20:59 - (CN:1) PSKReporter: Sending accumulated records
26/11/2025 12:20:59 - Debug mode disabled
26/11/2025 12:20:59 - FREQ Schedule off
26/11/2025 12:21:00 - Database switched to DELETE (NOT WAL) mode.
26/11/2025 12:21:00 - (CN:5) Instance number: 5
26/11/2025 12:21:01 - (CN:5) Error: updating instance email gateway status in SQLite:database is locked
database is locked
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at VarAC.VarAC.update_instance_email_gateway_status(Int32 instance_id, Boolean email_gateway_active, Boolean email_gateway_sender_node)