The error messages are as follows:
MotionView(General) Error: HyperworksPostMBD activate-handler 'profile_initialized' failed with (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(sqlite3.OperationalError) database is locked
[SQL: INSERT INTO providers (name, type_key, lastupdate) VALUES (?, ?, ?)]
[parameters: ('mdllib', 1, '0')]
(Background on this error at: http://sqlalche.me/e/14/e3q8)
MotionView(General) Error: Could not enable repository system - Composites will not be available: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(sqlite3.OperationalError) database is locked
[SQL: INSERT INTO providers (name, type_key, lastupdate) VALUES (?, ?, ?)]
[parameters: (`mdllib`, 1, `0`)]
(Background on this error at: http://sqlalche.me/e/14/e3q8)