TimesTen Error Messages

TT-10003

Unexpected database file exists for new database: error_details.


Cause

When connecting to a database, checkpoint, or transaction log files exist that are incompatible or should not exist. The description field provides more information.


Action

You can destroy the existing database and replace it with a new one by specifying Overwrite=1 in your connect string. For example:

ttisql -connStr "dsn=myDSN; overwrite=1"


Additional Information

The operation fails.