I have set up a new MS SQL 2016 Server and successfully created the tables for EA 14.
I have created a SQL user that is a member of
- db_datareader
- db_datawriter
- db_ddladmin
- public
and the server roles public and sysadmin
When I try to Transfer my Source Project from EA 14 to the DB I get the following error messages:
First it says that the credentials are wrong (they are not) and gives me a input window to write the passord again. When I write the password again I get the error message:
The user does not have database level permission to transfer dataAs the selected user I am able to insert data into tables from SSMS