The reason of the issue was MSDE database reached its 2GB size limit. User solved the issue by creating a new database for SelectServer. An alternate solution is a) upgrading SelectServer from 8.11.XX.XX to V9 and using the Data Retention feature to only keep a configured amount of usage history in the DB or b) manually upgrading MSDE to MS SQL 2005 Express which has 4 GB DB size limit and changing the SelectServer database Compatibility Mode to 90 (MS SQL 2005). For more information on how to change the Compatibility Mode refer to this Wiki article: communities.bentley.com/.../4865.aspx
↧