简体   繁体   中英

AWS DMS connection error

I configured source and target endpoint for DMS services, both of them are postgresDB one on EC2 machine, one on RDS.

when I test connection on both of them, I got the following error:

Operation:testEndpointDetails:[errType=ERROR_RESPONSE, status=122500, errMessage=Cannot connect to ODBC provider [122500] ODBC unkown error., errDetails= RetCode: SQL_ERROR SqlState: 28P01 NativeError: 210 Message: [unixODBC]FATAL: password authentication failed for user "docker" [122502] ODBC general error.]

what does that mean ? How could I possibly debug this ?

thanks a lot

您需要在定义端点时授予用户docker权限和/或使用正确的密码。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM