D
dbeavon
Guest
From gus bjorkland - server 11 was disconnecting user 1532. user 1532 had a partially completed transaction and the server was in the process of rolling it back when it ran out of memory for record locks. (rollback sometimes requires additional record locks) because of this, the server could not finish rolling back the transaction so it declared a fatal error which then caused the database to be shut down. the subsequent error messages are side effects of this.
Continue reading...
Continue reading...