To ensure successful creation of a new database user and schema, delete the user that was created when importing the sample data, as well as the schema of the same name if one exists.
About this task
A database user in SQL Server exists on two levels, as an account on the SQL Server level and as an account on your database. Depending on the kind of initial database setup dump you received, you could have problems creating your new database user. Therefore, you should delete the
Content Manager database designated user (by default named
isource) and schema if one is present.
Note: The user listed within the created database part is to be removed and not the general SQL Server part listed under Security > Logins.