in reply to Re: DBD::SQLite "file is encrypted or is not a database" in running application
in thread [SOLVED]: DBD::SQLite "file is encrypted or is not a database" in running application

Yes, as I said, this is in a live running program, where the DB handle has been opened for 2+ hours already with no issues. It crashes during this live run.

I'm definitely feeling it's a locking issue as BrowserUK said, so tomorrow, I'll focus my efforts there.

  • Comment on Re^2: DBD::SQLite "file is encrypted or is not a database" in running application

Replies are listed 'Best First'.
Re^3: DBD::SQLite "file is encrypted or is not a database" in running application
by Anonymous Monk on Aug 14, 2017 at 16:26 UTC
    For me, it was just a wrong SQLite DB password. When I put in the right one, all was well again.