I've installed License Manager 8.2.1 on our LF server and set it up. As far as I can tell, it's working OK, but every hour the following error shows up in the event logs:
lflicmgr : "There was a SQL error" (ID : 2028)
I changed logging to Debug mode and it gets some more detailed info:
2014-03-20 15:42:20.226 (Thread ID: 5996): ADGSDomainControllerList::~ADGSDomainControllerList
2014-03-20 15:42:20.226 (Thread ID: 5996): ADGSDomainController::~ADGSDomainController
2014-03-20 15:42:20.226 (Thread ID: 5996): There was a SQL error. (database is locked) (2028)
Query:insert into db_settings (name, value) values (:name, :val)
2014-03-20 15:42:20.226 (Thread ID: 5996): Session::~Session
Any thoughts on how to fix this? Thanks!