錯誤提示 | 原因 | 解決方案 |
HTTP Status: 404 Error:InvalidAccessKeyId.NotFound Specified access key is not found. RequestID: XXXXXXXXXXXXXXXXX
| 調用OpenAPI時使用的AccessKey ID不正確。 | 傳入正確的AccessKey ID和AccessKey Secret,查看方法請參見存取金鑰常見問題。 |
HTTP Status: 400 Error:IncompleteSignature The request signature does not conform to Aliyun standards. server string to sign is:......
| 調用OpenAPI時使用的AccessKey Secret不正確。 |
RDS engine doesn't support, this is only for RDS SQL Server engine.
| 本方案僅支援RDS SQL Server,不支援其他引擎。 | 將RDS SQL Server作為遷移的目標執行個體。 |
Couldn't find specify RDS [XXX].
| RDS執行個體ID不存在。 | 檢查傳入的RDS執行個體ID是否正確。 |
{'status': -2, 'request-id': '', 'details': "RequestError: HTTPConnectionPool(host='xxxxxxxxxxxxxxxxx', port=80): Max retries exceeded with url: /?bucketInfo= (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10e996490>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))"}
| Endpoint錯誤,導致串連失敗。 | 檢查傳入的Endpoint是否正確,擷取方法請參見儲存空間概覽。 |
{'status': 404,'-id': 'xxxxxxxxx', 'details': {'HostId': 'xxxxxxxxx', 'Message': 'The specified bucket does not exist.', 'Code': 'NoSuchBucket', 'RequestId': 'xxxxxxxx', 'BucketName': 'aaaatp-test-on-ecs'}}
| OSS Bucket(儲存空間)不存在。 | 檢查傳入的OSS Bucket是否正確。 |
There is no backup file on OSS Bucket [xxxxxx] under [xxxxxxxxx] folder, check please.
| OSS Bucket中對應的檔案夾不存在或檔案夾中沒有滿足條件的Database Backup檔案。 | 檢查OSS Bucket中檔案夾是否存在,同時檢查該檔案夾中是否存在滿足條件的Database Backup檔案。 |
Warning!!!!!, [autotest_2005_ent_broken_full_dbcc_failed.bak] is not backup file, filtered.
| 備份檔案的名稱不符合規範。 | 如果您不使用備份指令碼來執行備份,備份檔案必須按照資料庫名稱_備份類型_備份時間.bak 的格式來命名,例如Testdb_FULL_20180518153544.bak 。 |
HTTP Status: 403 Error:Forbidden.RAM The user is not authorized to operate the specified resource, or this operation does not support RAM. RequestID: xxxxx{'status': 403, 'request-id': 'xxxx', 'details': {'HostId': 'atp-test-on-ecs.oss-cn-beijing.aliyuncs.com', 'Message': 'The bucket you visit is not belong to you.', 'Code': 'AccessDenied', 'RequestId': 'xxxx'}}
| 子帳號許可權不足。 | 需要為子帳號授予OSS和RDS的讀寫權限(即AliyunOSSFullAccess和AliyunRDSFullAccess許可權)。關於授權操作方法,請參見為RAM使用者授權。 |
OPENAPI Response Error !!!!! : HTTP Status: <Http Status Code> Error:<Error> <Description>. RequestID: 32BB6886-775E-4BB7-A054-635664****
| 調用OpenAPI返回了錯誤資訊。 | 根據錯誤碼和錯誤資訊來分析具體原因,詳情請參見OpenAPI錯誤碼。 |