The following table lists the error messages output by Export Tool 2 and provides recommended actions to resolve the error conditions. If you are not able to resolve an error condition, contact customer support.
| ID | Message | Recommended action |
|---|---|---|
| 0001 | If you change the current setting of the sampling interval or the number of CUs, the accumulated data will be reset. To check the current setting, run the show interval command or the show cu command. Are you sure you want to change the settings? To change the setting, enter y. To cancel, enter n. |
Enter 'y' to change the setting, or 'n' to change the setting. |
| 1000 | The export tool was forcibly terminated. | If you want to do it again, rerun the command. |
| 2072 | "resourceid_on_column" and "resourceid_on_row" cannot be specified for the command parameter -option at the same time. |
Verify the argument specified for the -option command parameter, and then retry the operation. |
| 2073 | If false is specified for exportdata.isCsvHeader in the exportTool.properties file, "resourceid_on_column" cannot be specified for the command parameter -option. |
Verify the argument specified for exportdata.isCsvHeader in the exportTool.properties file and the argument specified for the -option command parameter, and then retry the operation. |
| 2093 | No values are specified for the command parameter -cu. |
Verify the argument specified for the -cu command parameter, and then retry the operation. |
| 2094 | The format of the argument specified for the command parameter -cu is not correct. |
Verify the argument specified for the -cu command parameter, and then retry the operation. |
| 4001 | Valid plot data does not exist. |
Verify the parameters specified for Export Tool 2, and then retry the operation. To specify a range as a parameter, verify the data retention period displayed by using the show range command and specify a date and time within the range. To specify a range by using the export data command, specify the start date and time and the end date and time so that the range includes two or more periods in which data has been accumulated. |
| 5003 | The specified command cannot be run, because the target storage system does not support the command. |
The storage system specified with the -ip command parameter might not support this command. Verify the argument specified |
| 8014 | An API server error (HTTP error) occurred. (URL = <xxx>, HTTP Status-Code = <xxx>, details = <xxx>) |
Verify the information output after the <xxx> section and take appropriate action. If the issue is not resolved, perform the following actions:
If Execution stops. is output, it indicates that Export Tool 2 ended abnormally. Verify whether any of the operations described in General troubleshooting for Export Tool 2 are performed. After resolving the issue, retry the command. If the error still occurs, restart the target ESM, and then retry the command. If the error persists even after restarting the ESM, contact customer support as described in the manual. |
| 8015 | An error occurred when the command was run. (details = <xxx>) |
Verify the details provided in the message, take any necessary actions, and then retry the command. |
| 2074 | The number of values specified for -security is not correct. | Check the arguments specified with the command parameter "-security" and run the command again. |
| 2075 | The value specified for the certificate verification option -security is not valid. Specify "verify" or "ignore". (cmd value securityVerify = <xxx>) | Check the arguments specified with the command parameter "-security" and run the command again. |
| 8016 |
TLS communication with the server could not be established. (protocol = <xxx>, storage system host = <xxx>, port = <xxx>, proxy host = <xxx>, proxy port = <xxx>, details = <xxx>) |
Check the output after <xxx> and take appropriate action. If recovery is not possible, review the following items:
If errors occur even after retrying, contact the support information listed in the manual. |
| 8021 |
The server certificate is missing the Server Authentication purpose (OID: 1.3.6.1.5.5.7.3.1) in the extendedKeyUsage extension. Verify that the extendedKeyUsage extension includes the Server Authentication purpose (OID: 1.3.6.1.5.5.7.3.1). (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that Server Authentication Purpose (OID: 1.3.6.1.5.5.7.3.1) is included in extendedKeyUsage. |
| 8022 |
The intermediate CA certificate is missing the basicConstraints extension with the CA flag set to TRUE. Verify that the intermediate CA certificate contains the basicConstraints extension with the CA flag set to TRUE, indicating that the intermediate CA certificate is a CA certificate. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that the intermediate CA includes the basicConstraints extension with the CA flag set to TRUE, and that the intermediate CA is a CA certificate. |
| 8023 |
The server certificate is missing the basicConstraints extension with the CA flag set to FALSE. Verify that the server certificate contains the basicConstraints extension with the CA flag set to FALSE, indicating that the server certificate is not a CA certificate. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that the server certificate includes the basicConstraints extension with the CA flag set to FALSE, and that the server certificate is not a CA certificate. |
| 8024 | One or more server certificates or intermediate CA certificates are not in the X.509 version 3 (X.509v3) format. Verify that all server certificates and intermediate CA certificates comply with the X.509 version 3 (X.509v3) standard. Replace non-compliant certificates with X.509v3-compliant certificates. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that all server certificates and intermediate CA certificates comply with the X.509v3 standard. Replace any non-compliant certificates with certificates that conform to X.509v3. |
| 8025 | One or more server certificates in the chain are signed with an unsupported signature algorithm. Verify that all server certificates are signed using a signature algorithm supported by the server. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that all server certificates are signed with a signature algorithm supported by the server. |
| 8026 | One or more server certificates use unsupported key configurations. Verify that all server certificates use key configurations supported by the server. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that all server certificates use a key length supported by the server. |
| 8027 |
One or more server certificates use an unsupported hash algorithm. Verify that all server certificates use a hash algorithm supported by the server. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>, details = <xxx>) |
Confirm that all server certificates use a hash algorithm supported by the server. |
| 8028 | One or more server certificates or intermediate CA certificates have been revoked according to CRL or OCSP validation. Verify that all server certificates and intermediate CA certificates are valid and not revoked. If any certificates are revoked, obtain new and valid certificates from the issuing authority. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>, details = <xxx>) |
Confirm that all server certificates and intermediate CAs are valid and have not been revoked. If a certificate has been revoked, contact the certificate issuer to obtain a valid certificate and update the certificate. |
| 8029 |
The keyCertSign bit is not set in the keyUsage extension of the intermediate CA certificate. This bit is required for signing other certificates. Verify that the keyCertSign bit is set in the keyUsage extension of the intermediate CA certificate so that it can properly issue and sign certificates. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>) |
Confirm that keyCertSign is set in keyUsage to ensure the intermediate CA can properly issue and sign certificates. |
| 8034 | The certificate cannot be validated. Verify that the root certificate is imported. (protocol = <xxx>, storage system host = <xxx>, port number = <xxx>, proxy host = <xxx>, proxy port number = <xxx>, details = <xxx>) |
Confirm that the root certificate has been imported. |