I have created an SSMA project to transfer data from MySQL to SQL Server and it works fine - unitl I change the database that it will migrate to (same server, different database). The databases are identical except for the database name. The user has sys_admin role. There are no clear error mseesges, only the following:
Migrating data...
Analyzing metadata...
Preparing table rfa_td.td_datapusher...
Preparing data migration package...
Starting data migration Engine
Starting data migration...
Data migration operation has finished.
0 table(s) successfully migrated.
0 table(s) partially migrated.
1 table(s) failed to migrate.
Can anyone shed light on this?