Skip to content

DMS error - Failed to get the capture list from the endpoint

0

Hi - I am trying to replicate data from SQL Server to S3, the endpoint testing for both source and target is successful, however while starting the task, I get the below error - Failed to get the capture list from the endpoint. Any advise ?

asked 2 years ago691 views
2 Answers
1

Hello.

Have you cleared all the prerequisites when targeting S3 with DMS?
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Prerequisites

Although it may not be very relevant, try creating an S3 VPC endpoint in the VPC where the DMS replication instance is located and see if it improves.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_VPC_Endpoints.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
0

DMS expects the username to be dms_user whilst connecting to SQL server. Once this new user is created, the task gets completed successfully. The below documentation has further details related to it.

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.Permissions

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.