Issue
Getting "Continuum Database Initialization" error message when trying to Initialize a new ContinuumDB on a system that has had multiple ContinuumDB's created.
Environment
SQL Express 2005
Continuum Single-User
Database Initialization
Cause
This error indicates an issue with SQL Express. Seen when having four databases already created and getting the error when trying to create another. This is something to do with the five database limit for SQL Express, This has also been seen when four database had been created at some point, even after removing one of them you are still presented with the same error.
Resolution
The only way I found to get rid of the problem was to remove all of the databases from SQL Express (right-click delete in Management Studio Express), and then I was able to create a new database successfully. Even freeing up space by removing one or two did not help, in the end all database needed to be removed before it would allow a new one to be created.