I'm trying to setup AWS DMS migration from SQL Server 2019 on a Windows 2022 EC2 instance to an AWS RDS Oracle 19 instance, for a select number (12) of tables.
I created a DMS source endpoint for the SQL Server with the appropriate database schema name, and that seems to test ok.
I tried both Serverless and Migration Task with a Replication instance, but get this error:
No tables were found at task initialization. Either the selected table(s) or schemas(s) no longer exist or no match was found for the table selection pattern(s).
I verified in SSMS that the schema name and table name are correct.
In the Selection Rules, I tried to use the actual schema name in the Source Schema name field and also tried "dbo". I put 1 table name in the Table Name field (AP_Vendor). I tried %AP_Vendor, incase it was looking for something else at the beginning. But no combination seems to work.
The task seems to start ok, but it doesn't return any tables to migrate, based on my input.
Can someone tell me what to put in the schema and table name fields? Actual schema name? Does Upper or lower case matter? dbo.AP_Vendor in the table name field?
I have not found an example in the AWS rabbit hole specifically for SQL Server as the source database.