The SQL Server database {0} was not created with a BIN2 collation. For more information, see the Rational Asset Manager help system.
Explanation
For the Rational Asset Manager core database, the default collation option for SQL Server is not case-sensitive. To work with Rational Asset Manager, the collation option must be case-sensitive.
User response
When you create the database, select a collation sequence that ends with_BIN2, such as Latin1_General_BIN2. For example, in SQL, you might use CREATE DATABASE RAMDB COLLATE SQL_Latin1_General_BIN2