KFAA51287-E
The operation on the aa....aa failed. (object key = "bb....bb", error type = cc....cc, msg = "dd....dd", exception name = ee....ee, response code = ff....ff, request id = gg....gg, ipaddress = hh....hh) (M)
Failed to operate S3 bucket.
- aa....aa: Operation target
-
-
S3 bucket: S3 bucket
-
- bb....bb: Object key
-
If it cannot be output, * is displayed.
- cc....cc:
-
Error type
- dd....dd: Message
-
If it cannot be output, * is displayed.
- ee....ee: Exception name
-
If it cannot be output, * is displayed.
- ff....ff:
-
Response code
- gg....gg: Request ID
-
If it cannot be output, * is displayed.
- hh....hh: IP address of remote host
-
If it cannot be output, * is displayed.
- S:
-
Terminates processing.
- Action:
-
Eliminate the cause of the error based on the information output in this message. This message will output the information returned from AWS.
Note that if ee....ee is InternalError, it indicates an error due to a temporary AWS problem. In this case, there is nothing for the user to do.
In addition, an S3 object with the following name, created in the S3 bucket to check the privilege, might remain in the S3 bucket without being deleted (the name of the S3 object is output to bb....bb).
ADBCHECK-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
X is a random alphanumeric character.
If the S3 object with the above name is not deleted but remains in the S3 bucket, delete that S3 object manually.
The following lists the main causes of errors output in this message and their corrective actions.
Cause of the error
Corrective action
One of the bucket name, region name, or endpoint is incorrect
- If this message is output when starting the HADB server
-
Review the following server definition operand specifications:
-
adb_sys_cld_aws_region operand
-
adb_sys_cld_aws_bucket operand
-
adb_sys_cld_endpoint operand
-
- If this message is output when executing the adbinit command
-
Review the following initialization option operand specifications:
-
adb_init_cld_aws_region operand
-
adb_init_cld_aws_bucket operand
-
adb_sys_cld_endpoint operand
-
Procedure for setting up the HADB server required to use the cloud storage facility is incomplete
Review and adjust the settings to meet the following conditions:
-
The authentication information is configured correctly.
-
The actions required to retrieve, add, and delete S3 objects are allowed.
For details on setting authentication information and allowing actions, see Setting the authentication information required to access Amazon S3 in Building a HADB server in an AWS environment in the manual HADB Setup and Operation Guide.
Environment variable is set incorrectly
Check that the following environment variables are not set:
-
AWS_ACCESS_KEY_ID
-
AWS_SECRET_ACCESS_KEY
-
AWS_SESSION_TOKEN
-
AWS_SHARED_CREDENTIALS_FILE
-
AWS_PROFILE