DMS Task Fails with RECOVERABLE_ERROR but no other info

0

I have logging enabled but nothing is output to CWL.

Full error is:

Last Error Task error notification received from subtask 0, thread 0 [reptask/replicationtask.c:2673] [1022502] Stop Reason RECOVERABLE_ERROR Error Level RECOVERABLE

so I have no info to go on

asked 5 years ago6202 views
2 Answers
0

Should note that logging is enabled and all log levels are set to LOGGER_SEVERITY_DETAILED_DEBUG and yet no log streams are created. Both endpoints pass connectivity checks. DMS replication instance is almost certainly over provisioned (have run more extensive DMS tasks on other sources with lower tier instance types) and reported instance metrics are very very low.

answered 5 years ago
0

So logging was failing because when you create DMS resources via Cloudformation the dms-cloudwatch-logs-role doesn't exist and won't be created.

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.APIRole.html

Was then bouncing off of errors along the lines of "No suitable plugin found" - i had not yet run the following scripts to support legacy function names:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.v10

Hope this info helps someone in the future.

answered 5 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.

Guidelines for Answering Questions