Skip Headers
Oracle® Database Error Messages
11g Release 1 (11.1)

Part Number B28278-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

17 NZE-28750 to NZE-29249

NZE-28750: unknown error
Cause: An Oracle Security Server error occurred of an unspecified type.
Action: Contact your customer support representative. This error should not be visible to applications.
NZE-28751: memory allocation failure
Cause: The allocation of memory failed due to exhaustion of system memory.
Action: Terminate other processes to free up memory or add memory to the system.
NZE-28752: data source initialization failure
Cause: A data source failed to initialize. Frequently, this error is caused by the exhaustion of system resources.
Action: Enable Oracle Net tracing to determine the exact cause of the error.
NZE-28753: failure to terminate use of data source
Cause: The system failed to terminate its use of a data source. This error may have been caused by memory or disk corruption, among other things.
Action: Enable Oracle Net tracing to determine the exact cause of the error.
NZE-28754: object storage failure
Cause: Error not user-visible.
Action: None
NZE-28755: object retrieval failure
Cause: The system failed to retrieve information from a file or a database.
Action: Check if the data source exists, or check to ensure that the correct information exists.
NZE-28756: callback failure to allocate memory
Cause: A function supplied by the caller failed to allocate memory. This error could have been caused by system memory exhaustion.
Action: Terminate other processes to free up memory or add memory to the system.
NZE-28757: system attempt to allocate 0 bytes of memory
Cause: The system attempted to allocate 0 bypes of memory because there was no available memory left to allocate. This error could have been caused by system memory exhaustion.
Action: Terminate other processes to free up memory or add memory to the system.
NZE-28758: memory release failure
Cause: The release of a memory fragment failed. This may have been caused by memory corruption either within the application or in the Oracle Security Server library.
Action: Enable Oracle Net tracing to determine the reason why the operation failed.
NZE-28759: failure to open file
Cause: The system could not open the specified file.
Action: Enable Oracle Net tracing to determine the name of the file that could not be opened and the reason.
NZE-28760: list creation failure
Cause: Error not user-visible.
Action: None
NZE-28761: element creation failure
Cause: Error not user-visible.
Action: None
NZE-28762: failure to add element
Cause: Error not user-visible.
Action: None
NZE-28763: Invalid parameter type found in configuration file.
Cause: A parameter in the sqlnet.ora file may have been specified incorrectly.
Action: Check the sqlnet.ora file for this parameter value.
NZE-28764: failure to retrieve a configuration parameter
Cause: The system failed to retrieve a configuration parameter from the sqlnet.ora file. This error may have occurred because a necessary configuration parameter was not specified in the sqlnet.ora file.
Action: Supply the needed configuration parameter in the sqlnet.ora file.
NZE-28765: Data method list does not exist.
Cause: Error not user-visible.
Action: None
NZE-28766: failure to terminate use of data source
Cause: The system failed to terminate its use of a data source. This error may have been caused by memory or disk corruption, or a system error.
Action: Enable Oracle Net tracing to determine the exact cause of the error.
NZE-28767: invalid version number
Cause: Version number of a file was incorrect.
Action: Replace the file with the correct version.
NZE-28768: bad magic number
Cause: d by a corrupted disk or by some other process overwriting the file.
Action: Enable Oracle Net tracing to determine the exact cause of the error.
NZE-28769: Specified method does not exist.
Cause: The data access method that was specified in the configuration file is not supported.
Action: Specify a supported method. Consult the Oracle Security Server documentation to determine the supported types.
NZE-28770: Data source is already initialized.
Cause: The caller attempted to initialize a data source which was already initialized.
Action: This is a programming error. An application should not attempt to initialize a data source more than once.
NZE-28771: Data source is not yet initialized.
Cause: The caller attempted to use a data source which had not been initialized yet.
Action: This is a programming error. The application must always initialize the data source before it can be used.
NZE-28772: invalid file ID
Cause: Error not user-visible.
Action: None
NZE-28773: failure to write magic and version numbers
Cause: Both the magic and version numbers failed to write. This usually occurs because disk space has been exhausted.
Action: Delete unnecessary files to free up disk space or add disk space to the system.
NZE-28774: file cannot write to disk
Cause: The output of a file failed. This error usually occurs because disk space has been exhausted.
Action: Delete unnecessary files to free up disk space or add disk space to the system.
NZE-28775: file cannot close
Cause: The closing of a file, which is used by a data access method, has failed. This error usually indicates memory corruption or a system error.
Action: Enable Oracle Net tracing and examine the trace file to see exactly what error occurred.
NZE-28776: Output buffer supplied is too small.
Cause: The data returned by a function was too large for the supplied buffer.
Action: Call the routine again with a larger buffer.
NZE-28777: binding creation failure
Cause: The creation of a binding for use in the parsing of a parameter value failed. This error can be caused by the parameter value being in an incorrect format, e.g. a right parenthesis was not supplied where expected, or the exhaustion of system memory.
Action: Make sure that the parameter is specified in the correct format. If the format is correct, free up system memory by terminating processes or adding more memory.
NZE-28778: Configuration parameter is not specified in the proper format.
Cause: The configuration parameter was not specified in the proper format.
Action: Consult the Oracle Security Server documentation for a description of the proper format for this parameter.
NZE-28779: no data access method specified in parameter
Cause: No method for data access was specified in the parameter value.
Action: Specify a method for data access in the parameter. Consult the Oracle Security Server documentation for the supported data access methods for this data type.
NZE-28780: invalid data access method specified by the parameter
Cause: The data access method specified by the parameter value is not supported.
Action: Specify a supported data access method. Consult the Oracle Security Server documentation for the supported data access methods for this data data type.
NZE-28781: No data for the access method is specified in the parameter.
Cause: No data was specified in the parameter for use with the specified access method.
Action: Consult the Oracle Security Server documentation for the data that must be specified for the access method.
NZE-28782: data source is not allocated
Cause: No memory was allocated for a data source.
Action: Ensure that the application calls in the data source initialization function.
NZE-28783: invalid parameter
Cause: There was no match for the parameter name that was used in the configuration file.
Action: Check your sqlnet.ora file for the correct parameter name.
NZE-28784: file name translation failure
Cause: The translation of a file name from Oracle format to native format has failed.
Action: Specify a correct file name. Consult your ORACLE documentation for the correct file name format.
NZE-28785: parameter does not exist
Cause: A necessary configuration parameter was not found in the parameter file.
Action: Supply the required parameter.
NZE-28786: decryption of encrypted private key failure
Cause: An incorrect password was used to decrypt an encrypted private key.
Action: Enter the correct password.
NZE-28787: private key encryption failure
Cause: This may have been caused by an error in the mkwallet parameter of the sqlnet.ora file.
Action: Check your sqlnet.ora file. Also turn on Oracle Net tracing and check the mktoken.trc file for other errors.
NZE-28788: user provided invalid information, or an unknown error
Cause: User may have responded to a prompt with unexpected input, or an unknown error occurred.
Action: Re-enter the correct input, or enable Oracle Net tracing to check the trace file for errors.
NZE-28789: name type not found
Cause: Error not user-visible.
Action: None
NZE-28790: NLS string open failure
Cause: The opening of a string for use by the NLS subsystem failed.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28791: certificate verification failure
Cause: Verification of the certificate, which the user supplied, failed.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28792: PL/SQL operation failure
Cause: A PL/SQL operation attempted by the Oracle Security Server failed.
Action: This is an internal error. Enable Oracle Net tracing and try the operation again. Contact Oracle customer support for assistance.
NZE-28793: variable bind failure
Cause: Error not user-visible.
Action: None
NZE-28794: data type attribute did not initialize
Cause: d by the exhaustion of system resources.
Action: Enable Oracle Net tracing to determine the exact cause of this error.
NZE-28795: data type attribute did not terminate
Cause: The termination of the use of the attribute data type subsystem failed.
Action: Enable Oracle Net tracing to determine the exact cause of this error.
NZE-28796: access method is not supported
Cause: The method specified to access data is not supported.
Action: Use a supported access method. Consult your Oracle documentation to determine which access methods are supported.
NZE-28797: invalid key data type
Cause: The type specified for a key is not supported.
Action: Correct the key type. Consult your Oracle documentation to determine which key types are supported.
NZE-28798: Number of sub-keys application passes to bind does not match that in the key.
Cause: The number of keys passed by the application to bind does not match the number used to create the key.
Action: This is an internal programming exception. Contact your customer support representative.
NZE-28799: failure to allocate shared memory
Cause: The allocation of shared memory for use in operations involving the shared server failed. This error was probably caused by the exhaustion of the memory heap supplied by the Oracle server.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28800: data source failed to open
Cause: A data source (a file or a database) failed to open.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28801: invalid object type
Cause: Error not user-visible.
Action: None
NZE-28802: invalid mode or data source in configuration file
Cause: An invalide mode or data source has been specified in the configuration file (sqlnet.ora).
Action: Check the method parameter in the sqlnet.ora file. If the parameter value is correct, then enable Oracle Net tracing to determine the exact error.
NZE-28803: I/O operation failure
Cause: The system or application failed to access a data source (file or database).
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28804: Data source cannot close.
Cause: The data source, which could be either a file or a database), failed to close.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28805: Cannot retrieve information from the data source.
Cause: The system or application failed to retrieve information from the data source (file or database).
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28806: Cannot write to the data source.
Cause: The system or application failed to write to the data source (file or database).
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28807: Cannot update the data source.
Cause: The system or application failed to update the data source (file or database).
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28808: Cannot retrieve method information from the configuration file.
Cause: The system or application failed to retrieve method information from the sqlnet.ora configuration file.
Action: Check the method configuration parameters in the sqlnet.ora file. If the method configuration parameters are correct, then enable Oracle Net tracing to determine the exact error.
NZE-28809: Cannot delete information from the data source.
Cause: The system or application failed to delete information from the data source (file or database).
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28810: Cannot create key descriptor.
Cause: The system failed to create a key descriptor.
Action: Enable Oracle Net tracing to determine the exact error.
NZE-28811: invalid access descriptor
Cause: Error not user-visible.
Action: None
NZE-28812: record operation failure
Cause: Error not user-visible.
Action: None
NZE-28813: invalid record type
Cause: Error not user-visible.
Action: None
NZE-28814: Cannot convert a number in Oracle format to native format.
Cause: The conversion of a number from Oracle format to native format failed.
Action: This is an internal programming exception. Enable Oracle Net tracing and attempt to reproduce the problem. Contact your customer support representative and supply the trace file.
NZE-28815: Cannot convert a number in native format to Oracle format.
Cause: The conversion of a number from native format to Oracle portable format failed.
Action: This is an internal programming exception. Enable Oracle Net tracing and attempt to reproduce the problem. Contact your customer support representative and supply the trace file.
NZE-28816: No password provided for a PL/SQL function.
Cause: A required password was not passed to a PL/SQL function.
Action: This is an internal error. Contact Oracle customer support.
NZE-28817: PL/SQL function returned an error.
Cause: A PL/SQL function returned an error unexpectedly.
Action: This is an internal error. Contact Oracle customer support.
NZE-28818: No package context provided.
Cause: The context that holds the state of the security package was not passed to a function or procedure that was expecting it.
Action: This is an internal error. Contact Oracle customer support.
NZE-28819: No distinguished name provided.
Cause: The user's distinguished name was not provided to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28820: Signature or decryption/encryption state is not provided.
Cause: The state of either a signature or decryption/encryption was not passed to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28821: No input buffer provided.
Cause: A PL/SQL function or procedure was not passed an expected buffer.
Action: This is an internal error. Contact Oracle customer support.
NZE-28822: Required seed is not specified.
Cause: No seed was specified to the PL/SQL seed initialization function.
Action: This is an internal error. Contact Oracle customer support.
NZE-28823: Number of random bytes to generate is not specified.
Cause: The number of random bytes to generate was not specified to the PL/SQL random number generator.
Action: This is an internal error. Contact Oracle customer support.
NZE-28824: invalid encryption/decryption/signature state passed
Cause: An invalid state was passed to a PL/SQL encryption, decryption, or signature procedure or function.
Action: Specify a correct state value.
NZE-28825: No cryptographic engine function specified.
Cause: No function was specified for the cryptographic engine.
Action: This is an internal error. Contact Oracle customer support.
NZE-28826: invalid cryptographic engine function passed
Cause: An incorrect cryptographic engine function was passed to a PL/SQL function or procedure.
Action: Specify a correct engine function.
NZE-28827: invalid cipher type passed
Cause: An incorrect cipher type was passed to a PL/SQL function or procedure.
Action: Specify a correct cipher type.
NZE-28828: invalid identity type passed
Cause: An incorrect identity type was passed to a PL/SQL function or procedure.
Action: Specify a correct identity type.
NZE-28829: no cipher type specified
Cause: No cipher type was passed to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28830: no identity type specified
Cause: No identity type was passed to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28831: no data unit format
Cause: No data unit format was passed to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28832: invalid data unit format
Cause: An incorrect data unit format was passed to a PL/SQL function or procedure.
Action: Specify a data unit format.
NZE-28833: inadequate information provided
Cause: Inadequate information, which usually is in the form of parameters, has been provided to a PL/SQL function.
Action: This is an internal error. Contact Oracle customer support.
NZE-28834: Buffer is too small.
Cause: The buffer provided by PL/SQL to an Oracle Security Server toolkit function is too small for the data to be returned.
Action: This is an internal error. Contact Oracle customer support.
NZE-28835: Identity descriptor is not present or is too small.
Cause: An identity descriptor, which is passed to a PL/SQL function or descriptor, was not provided or was not the correct size.
Action: This is an internal error. Contact Oracle customer support.
NZE-28836: Wallet is not open.
Cause: The wallet to be used has not been opened yet.
Action: Call the function that opens the wallet.
NZE-28837: no wallet descriptor
Cause: No wallet descriptor was specified to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28838: no identity descriptor
Cause: No identity descriptor was specified to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28839: no persona descriptor
Cause: No persona descriptor was specified to a PL/SQL function or procedure.
Action: This is an internal error. Contact Oracle customer support.
NZE-28840: Wallet is already open.
Cause: An attempt was made to open a wallet that had already been opened.
Action: This is a programming error. A wallet should only be opened once.
NZE-28841: Operation is not supported.
Cause: An attempt was made to perform an operation that is not supported.
Action: This is a programming error. Please refer to Oracle documentation to determine which operations are supported.
NZE-28842: Incorrect file permissions
Cause: The subject file did not have the correct permissions for the operation.
Action: Check the file permissions to ensure that they are adequate for the current operation.
NZE-28843: Operating system error while creating/opening file
Cause: An operating system dependent error occurred while trying to create/ open the file or while trying to set the appropriate permissions on the file.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-28844: No wallet present
Cause: There was no wallet in the location specified.
Action: Check to ensure that the wallet is in the correct directory location.
NZE-28845: No certificate
Cause: Either there is no certificate or the system cannot find it.
Action: Check to ensure that the certificate is in the specified wallet.
NZE-28846: No private key
Cause: Either there is no private key or the system cannot find it.
Action: Check to ensure that the private key is in the specified wallet.
NZE-28852: Bad password
Cause: The password created for obfuscated wallet exceeds the maximum password length limit.
Action: None
NZE-28853: Initialization failure
Cause: Either initialization or module loading has failed.
Action: Enable Oracle Net tracing to determine the exact cause of this error.
NZE-28854: Memory allocation failure
Cause: The allocation of memory failed due to exhaustion of system memory.
Action: Terminate other processes to free up memory or add memory to the system.
NZE-28855: Unsupported SSL operation
Cause: An unsupported operation was attempted, for example, an attempt was made to select a mode of operation that is not allowed.
Action: Refer to the SSL chapter in the product's documentation.
NZE-28856: Buffer overflow error
Cause: A buffer overflowed during the SSL handshake.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. Then contact Oracle customer support with the trace output.
NZE-28857: Unknown SSL error
Cause: An unknown SSL error occurred.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. Then contact Oracle customer support with the trace output.
NZE-28858: SSL protocol error
Cause: An error occurred while negotiating the SSL handshake between two processes.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. Then contact Oracle customer support with the trace output.
NZE-28859: SSL negotiation failure
Cause: An error occurred during the negotiation between two processes as part of the SSL protocol. This error will occur if the two sides to the connection do not support a common cipher suite.
Action: Configure each process so they support a common cipher suite. Then attempt the connection again. If error occurs again enable Oracle Net tracing and attempt the connection again. Then contact Oracle customer support with the trace output.
NZE-28860: Fatal SSL error
Cause: An error occurred during the SSL connection to the peer. It is likely that this side sent data which the peer rejected.
Action: Enable Oracle Net tracing on the peer and examine the trace output.
NZE-28861: SSL connection would block
Cause: This error is informational only. It should never be communicated to the user.
Action: Enable Oracle Net tracing and attempt the connection again. Then contact Oracle customer support with the trace output.
NZE-28862: SSL connection failed
Cause: This error occurred because the peer closed the connection.
Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output.
NZE-28863: SSL session not found
Cause: This error is informational only. It indicates that a specified session does not exist.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-28864: SSL connection closed gracefully
Cause: This error is informational only. It indicates that the connection closed without error.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. If the error persists, contact Oracle customer support.
NZE-28865: SSL connection closed
Cause: The SSL connection closed because of an error in the underlying transport or because the peer process quit unexpectedly.
Action: Enable Oracle Net tracing and attempt the connection again. The trace output should indicate how the failure occurred.
NZE-28866: Invalid peer certificate encoding
Cause: A certificate in the peer's certificate chain had a field that could not be recognized.
Action: Refer to Oracle Wallet Manager documentation to find out how to obtain the peer's certificate. Then contact Oracle customer support with the peer's certificate chain.
NZE-28867: Integer value is too big.
Cause: The certificate presented had an integer field whose value was too large.
Action: Refer to Oracle Wallet Manager documentation to find out how to obtain the peer's certificate. Then contact Oracle customer support with the peer's certificate chain.
NZE-28868: Peer certificate chain check failed.
Cause: The check of the certificate list presented by the peer failed. This could be caused by a number of problems including:

1. the expiration of one of the certificates;

2. a certificate authority in a certificate was not recognized as a trust point;

3. the signature in a certificate could not be verified.

Action: Refer to Oracle Wallet Manager documentation to find out how to open your wallet and ensure that:

1. all of the certificates installed in your wallet are current

2. a certificate authority's certificate from your peer's certificate chain is added as a trusted certificate in your wallet

NZE-28869: Peer's certificate is expired.
Cause: The certificate being used to authenticate a client or server has expired.
Action: Obtain a new certificate, which has not expired, and attempt the connection again.
NZE-28870: Name comparison failure
Cause: A comparison between the names contained within two certificates failed.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. If the error persists, contact Oracle customer support.
NZE-28871: Peer certificate chain is incomplete.
Cause: The peer certificate chain presented was not complete because it did not end with a self-signed root certificate.
Action: Refer to Oracle Wallet Manager documentation to find out how to open your wallet and ensure that:

1. the certificate authority's certificate specified as the root is self-signed.

2. a certificate authority's certificate from your peer's certificate chain is added as a trusted certificate in your wallet

NZE-28872: Invalid peer certificate format
Cause: The peer certficate does not conform to the X.509v3 standard.
Action: Refer to Oracle Wallet Manager documentation to find out how to get the peer certificate. Then contact Oracle customer support with the peer's certificate.
NZE-28873: Invalid parameter
Cause: A function was presented with a null parameter.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. If the error persists, contact Oracle customer support.
NZE-28874: SSL: I/O closed - override goodbye kiss
Cause: This error is informational only. It indicates that the connection closed without error.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. If the error persists, contact Oracle customer support.
NZE-28875: SSL: use server-gated cryptographic suites
Cause: This error is used as a internal status indicator and not really an error.
Action: This error is not normally visible to the user. Enable Oracle Net tracing and attempt the connection again. If the error persists, contact Oracle customer support.
NZE-28884: invalid cipher suite
Cause: An invalid cipher suite to a string has been specified in the product's configuration file.
Action: Refer to the product documentation for information about the supported cipher suites.
NZE-28885: No certificate with the required key usage found.
Cause: Certificate not created with the appropriate X509v3 key usage extension.
Action: Refer to Oracle Wallet Manager documentation to find out the supported key usages.
NZE-28890: Entrust Login Failed
Cause: An application's attempt to log in to an Entrust Profile failed. This could be caused by a number of problems including:

1. Entrust Admin/Authority was not online.

2. Invalid password for Entrust profile was specified.

3. Invalid path to Entrust profile was specified

4. Invalid Entrust initialization file was specified.

5. Entrust Server Login program was not executed (server-side only).

Action: Make sure that:

1. Entrust Authority is online;

2. Password for Entrust profile is specified correctly;

3. Path to Entrust profile is specified correctly;

4. A valid Entrust initialization file is provided;

5. Entrust Server Login program is run before the database startup. For more information, enable Oracle Net tracing and the trace output should indicate the exact Entrust failure codes.

NZE-29000: Certificate not installed
Cause: Trying to delete a certificate which has not been installed.
Action: Refer to the Oracle Wallet Manager documentation for information about delete option.
NZE-29002: SSL transport detected invalid or obsolete server certificate.
Cause: The client detected a mismatch between the server's distinguished name specified on the server's certificate and the server's SID or service name.
Action: Refer to the SSL chapter in Oracle Advanced Security Administrator's Guide for information about enabling server distinguished name matching. Contact your administrator to perform the appropriate action.
NZE-29003: SSL transport detected mismatched server certificate.
Cause: The client detected a mismatch between the server's distinguished name specified on the server's certificate and the server's SID or service name.
Action: Refer to the SSL chapter in Oracle Advanced Security Administrator's Guide for information about enabling server distinguished name matching. Contact your administrator to perform the appropriate action.
NZE-29004: Callback Failure
Cause: The alert callback returns this error is the alert is not fatal.
Action: None
NZE-29005: The certificate is invalid.
Cause: The peer certificate encoding is invalid when using SSL 2.0.
Action: Refer to Oracle Wallet Manager documentation to find out how to obtain the peer's certificate. Then contact Oracle customer support with the peer's certificate chain.
NZE-29006: The certificate request message is invalid when using SSL 2.0.
Cause: There is an error processing the SSL 2.0 REQUEST-CERTIFICATE message.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29007: Bad Clear Key Length when using SSL 2.0
Cause: The clear key length of an SSL 2.0 Client Master key handshake message is invalid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29008: Bad DH Param key length
Cause: The length of the Diffie-Hellman params exceeds export restrictions.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29009: Bad encrypted key length when using SSL 2.0
Cause: The encrypted key length of an SSL 2.0 Client Master key handshake message is invalid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29010: Export key length does not meet export restrictions.
Cause: The server sent a ServerKeyExchange message with an export key which does not meet export restrictions. For RSA, the export key must be exactly 512 bits.
Action: Obtain a certificate with the appropriate key length.
NZE-29011: Finished message is incorrect.
Cause: The FINISHED message data verifcation failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29012: Bad key argument length when using SSL 2.0
Cause: The key argument length of an SSL 2.0 Client Master Key handshake message is invalid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29013: SSL MAC verification failure
Cause: Verification of SSL Record MAC failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29014: Maximum fragment length extension is incorrect.
Cause: The maximum fragment length extension specified is incorrect.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29015: incorrect message length
Cause: The message length is not correct.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29016: inadequate PKCS1 message padding
Cause: The message was not properly padded before encryption.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29017: The premaster secret length is incorrect.
Cause: The premaster secret sent by the peer has an incorrect length.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29018: The premaster secret contains an incorrect version number.
Cause: The premaster secret must contain the same version number as the ClientHello. The version sent by the client was incorrect.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29019: The protocol version is incorrect.
Cause: There is a protocol version mismatch between the two peers.
Action: Specify the correct protocol version in the product's configuration file.
NZE-29020: The handshake record length is too long.
Cause: The handshake record length exceeds the maximum that is specified by the SSL specification.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29021: Secret key length is incorrect when using SSL 2.0.
Cause: The length of the decrypted ENCRYPTED-KEY is incorrect.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29022: Operation is being attempted on the wrong side of the client/server connection.
Cause: The SSL network layer has detected that the operation has been attempted on the wrong side of the client/server connection.
Action: Select the protocol side (of this protocol) to be the same as the one selected with a previous protocol.
NZE-29023: The buffers are not empty.
Cause: Trying to free buffers that are not empty.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29024: Certificate validation failure
Cause: The certificate sent by the other side could not be validated. This may occur if the certificate has expired, has been revoked, or is invalid for another reason.
Action: Check the certificate to determine whether it is valid. Obtain a new certificate, alert the sender that there certificate has failed, or resend.
NZE-29025: Error found in certificate check callback.
Cause: The application callback failed while trying to do additional certificate validation. Additional checks include CRL validation, extension checking.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29026: Decryption failure
Cause: SSL record decryption failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29027: Error in entropy collection
Cause: The internal entropy collection failed to generate enough seed data.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29028: Server verification failure when using SSL 2.0
Cause: Processing of an SSL 2.0 SERVER-VERIFY message failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29029: SSL handshake already completed
Cause: The system is trying to initiate a handshake when it has already been completed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29030: SSL handshake is requested.
Cause: The peer sends this message if it wishes to renegotiate. The application can either proceed with the rengotiation or reject the request.
Action: This is not an error. To find out more details enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29031: SSL handshake is required.
Cause: Renegotiation cannot proceed before the SSL handshake is completed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29032: The given identity is not complete.
Cause: The certificate list does not contain both private key and certificate.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29033: Invalid PFX
Cause: The PFX is invalid for this operation containing either no certificates and private key or multiple private keys. However, the API which returns this error is not used in our code.
Action: None
NZE-29034: Correct cipher suite or client authentication is needed.
Cause: Before installing a private key, a cipher suite or client authentication suite using the same key exchange algorithm must be installed first. This has not been done.
Action: Install a cipher suite or client authentication suite that uses the same key exchange algorithm as the private key before re-installing the private key.
NZE-29035: Pseudo Random Number Generator is needed
Cause: PRNG not set yet. A PRNG must be installed first.
Action: None
NZE-29036: This feature is not supported
Cause: Operation is not supported by the current connection parameters.
Action: Check the Oracle documentation to determine the appropriate connection parameters required for this operation.
NZE-29037: No certificate is present
Cause: The other client or server sent a certificate message that contained no certificates.
Action: No action recommended other than checking the other client or server to ensure they have appropriate credentials.
NZE-29038: There are no matching certificates.
Cause: The other client or server sent a certificate message that contained a certificate which was not signed by a trusted certificate authority (CA).
Action: Check to ensure that the other client or server sends a certificate which is signed by a CA that is in your trusted list. Or you can include the CA certificate for the other client or server's certificate as a trustpoint in your wallet.
NZE-29039: There are no matching cipher suites.
Cause: Neither end of the handshake can agree on a cipher suite.
Action: Check to ensure that both sides of the handshake select cipher suites that are supported.
NZE-29040: There are no supported cipher suites.
Cause: This end of the handshake cannot support any cipher suites. This connection and the peer have some matching cipher suites, howvever, these cipher suites cannot be negotiated because they cannot be supported by the connection.
Action: Check to ensure that both sides of the handshake select cipher suites that are supported by the connection. Refer to Oracle documentation for supported cipher suites.
NZE-29041: The callback is NULL.
Cause: A NULL callback was passed.
Action: None
NZE-29042: Read buffer is not empty.
Cause: There is an attempt to free a read buffer that is not empty.
Action: None
NZE-29043: Read is required.
Cause: Renegotiation with the peer has not started yet. There is application data which must be processed before the handshake can proceed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29044: Renegotiation has already been requested.
Cause: Renegotiation has already been requested.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29045: Renegotiation request has been refused.
Cause: A renegotiated handshake has been refused by the peer.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29046: Session is resumable.
Cause: Server is trying to resume a session with different session parameters.
Action: Server should resume the session with the correct session parameters.
NZE-29047: Mismatch in Transport Layer Security extension
Cause: Neither side can agree on a TLS extension.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29048: Unexpected message received.
Cause: An unexpected message has been received.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29049: Unknown record
Cause: The record type is unknown.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29050: Installed client authentication mode is not supported.
Cause: The enabled client authentication mode(s) cannot be used within the selected cipher suite.
Action: Enable a client authentication mode that can be used within the selected cipher suite.
NZE-29051: The given public key type is not supported.
Cause: The public key in the first certificate is not supported.
Action: Check to ensure that the certificate complies with the X.509v3 standard.
NZE-29052: Write buffer is not empty.
Cause: There is an attempt to free a write buffer that is not empty.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29084: The parameter specified is illegal.
Cause: The parameter is not correct. For example, it could be bad input, or an invalid message.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29095: Index is not correct.
Cause: The instance identified by the index parameter doesn't exist.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29096: The given length is incorrect.
Cause: The length specified is too small or invalid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29100: Cannot create local key ID.
Cause: Creation of local key identifier for the certificate or the private key failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29101: Cannot add private key bag.
Cause: The private key could not be added to the PKCS#12 object. Possible reasons are: (i) A required parameter is NULL (ii) The PKCS#12 construct is not supported (iii) An ASN.1 encoding error occured in the certificate.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29102: Cannot add certificate bag.
Cause: Creation of certificate bag failed. The application could have run out of memory.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29103: Cannot create PKCS #12 wallet.
Cause: Creation of PKCS#12 wallet failed possibly due to memory allocation failure.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29104: Cannot add certificate request.
Cause: Adding certificate request to the PKCS#12 wallet failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29105: Cannot export PKCS #12 wallet.
Cause: A required parameter is NULL or the PKCS#12 construct is not supported.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29106: Cannot import PKCS #12 wallet.
Cause: A required parameter is NULL or the BER-encoding is malformed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29107: Cannot create PKCS #12 wallet.
Cause: PKCS#12 wallet creation failed. One of the possible reasons is that the application could have run of of memory.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29108: Cannot initialize random object.
Cause: The random object could not be initialized or seeded. Either memory allocation has failed or the pseudo random numner generator module has not be en installed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29109: Cannot create private key object.
Cause: The private key object could not be created. Memory allocation must have failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29110: Invalid PKCS #12 bag type
Cause: The PKCS #12 bag type is invalid. Either one of the required parameters is NULL or the requested OID is not in the list.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29111: Invalid index
Cause: The index passed for getting the bag type is less than 1.
Action: Check to ensure that the index is greater than 1.
NZE-29112: Cannot access attributes from a PKCS #12 certificate bag.
Cause: The cerificate cannot be accessed. One of the required parameters is probably NULL, or the index specified by the application does not contain a certbag. Another possible reason is that the certificate could be malformed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29113: Cannot access attributes from a PKCS #12 key bag.
Cause: Retrieval of the private key failed. One of the required parameters is probably NULL or the index specified by the application does not contain a key bag.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29114: Cannot import private key.
Cause: The private key could not be imported. One of the required parameters could be NULL or the encoded private key could be malformed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29115: Cannot export private key.
Cause: The private key could not be exported. Either the application ran out of memory or the key type is not valid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29116: Cannot get PKCS #12 attributes.
Cause: Retrieval of an attribute failed. One of the required parameters could be NULL.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29117: Cannot add PKCS #12 attributes.
Cause: Could not add an attribute. The attribute parameter could be NULL.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29118: Cannot create PKCS #12 attributes.
Cause: Creation of the attributes failed. The possible reason is a memory allocation error.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29119: Cannot import certificate.
Cause: The certificate cannot be imported. One of the required parameters could be NULL or the certificate has an invalid X.509 BER or DER encoding.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29120: Cannot export certificate.
Cause: The certificate cannot be exported. One of the required parameters could be NULL.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29131: pkcs11 certificate label already set in wallet
Cause: This error occurred because the wallet already had a certificate label set.
Action: Use an empty wallet (created with orapki).
NZE-29135: Seed generation for Random Number Generator failed.
Cause: Generation of seed for random number generator failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29136: The allocated buffer is too small.
Cause: The output buffer is too small.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29137: The global context is incorrect.
Cause: The global context is incorrectly configured or invalid.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29140: Cannot create certificate object.
Cause: Creation of the certificate object failed. The application could have run out of memory.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29141: Cannot import in the der format.
Cause: Cannot import the certificate into the certificate object. The reason could be a malformed certificate.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29150: DES self-test failure
Cause: DES power up self test has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29151: 3DES self-test failure
Cause: 3DES power up self test has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29152: SHA-1 self-test failure
Cause: The SHA-1 power up self test has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29153: RSA self-test failure
Cause: The RSA power up self-test has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29154: deterministic RNG self-test failure
Cause: The deterministic Random Number Generator power up self-test has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29155: continuous key pair consistency check self-test failure
Cause: The public-private key pair check test failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29156: conditional RNG self-test failure
Cause: Continuous Random Number Generator test, which is needed in FIPS mode, has failed.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29157: Unable to build an absolute path to the library.
Cause: Not able to construct an absolute path to the location of the library.
Action: Enable Oracle Net tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29158: Unable to open library.
Cause: Opening of the library failed.
Action: Check to ensure that the library is present in the location specified, and that it has the appropriate file permissions.
NZE-29159: Unable to read library.
Cause: Not able to read the library on which the DAC check has to be performed. Read call failed.
Action: Check if the library has the appropriate file permissions.
NZE-29160: NZ library being used is different.
Cause: The NZ library being used at runtime is not the same one on which the digest was computed for doing the software integrity check.
Action: Check to ensure that the library being used is the same as the one on which the digest was pre-computed.
NZE-29161: software integrity self-test failure
Cause: The software integrity check test on the NZ shared library has failed.
Action: Check to ensure that the library being used is the same as the one on which the digest was pre-computed.
NZE-29162: Non-FIPS cipher suites being used in FIPS mode.
Cause: The cipher suite being used does not contain FIPS approved algorithms.
Action: Use cipher suites that contain FIPS approved algorithms.
NZE-29163: Third party PKI vendor is not supported in FIPS mode.
Cause: Third party PKI vendors like Entrust and MCS are not supported in FIPS mode.
Action: Use only Oracle PKI when running in FIPS mode.
NZE-29164: External PKCS #12 wallet is not supported in FIPS mode.
Cause: PKCS #12 wallets created using third party software cannot be used in FIPS mode.
Action: Use only PKCS #12 wallets created by Oracle Wallet Manager when running in FIPS mode.
NZE-29176: CRL signature verification failed
Cause: A CRL is verified before being used. CRL signature cannot be verified.
Action: Get a new CRL from CA
NZE-29177: certificate serial number is not in CRL
Cause: Cert is not revoked
Action: None
NZE-29178: certificate serial number is in CRL
Cause: Cert has been revoked
Action: Reject the certificate
NZE-29180: Unsupported validation protocol
Cause: The certificate validation protocol is not supported
Action: Make sure a supported certificate validation protocol is specified
NZE-29187: unsupported validation mechanism
Cause: The validation mechanism specified in OID is not supported
Action: Make sure a supported validation mechanism is set in OID
NZE-29189: No entry found in OID
Cause: CRL not found in OID
Action: Upload the CRL to OID
NZE-29190: Multiple entries in OID
Cause: For a given issuer name there should be only one CRL in OID
Action: Make sure there is only one CRL for a given issuer name in OID
NZE-29191: OID connection information not set
Cause: To connect to OID the connection information must be available
Action: Set the OID connection info
NZE-29192: Validation mechanism not set in OID
Cause: The validation mechanism to be used is not set in OID
Action: Set validation mechanism to be used in OID at cn=ValidationMechanism, cn=Validation, cn=PKI, cn=Products, cn=OracleContext
NZE-29193: no CRL found using CRLDP mechanism
Cause: A CRL could not fetched using CRL Distributuon point (CRLDP)
Action: Discuss with CA
NZE-29194: no CRL found in cache
Cause: CRL not in cache
Action: None
NZE-29195: CRL is expired
Cause: CRL nextUpdate time is in the past
Action: Get a new CRL from the CA
NZE-29222: Distinguished name does not match.
Cause: Distinguished name (DN) on certificate doesn't match user.
Action: Create the global user in the database with the DN that matches with the one in the user certificate on the client side.
NZE-29223: Cannot create certificate chain.
Cause: Unable to create a certificate chain with the existing trust points for the certificate that is to be installed.
Action: Install the trust point that signed the certificate.
NZE-29224: Cannot locate matching certificate request.
Cause: No matching certificate request for the certificate was found.
Action: Install the correct certificate if there is one.
NZE-29225: Certificate already installed.
Cause: Attempting to install a certificate into a persona which already has it.
Action: Do not install the certificate.
NZE-29226: No matching private key found.
Cause: Could not locate a matching private key in the persona for the given certificate (public key).
Action: None
NZE-29227: Certificate is expired.
Cause: Certificate is no longer valid..
Action: Obtain another certificate or renew this certificate.
NZE-29228: Cannot calculate the number of bytes for output.
Cause: The cryptographic engine is confused about the algorithm.
Action: Check the parameters being used with the cryptographic functions.
NZE-29229: the magic number found in the header does not match expected
Cause: The input TDU has either been corrupted or it is not being used correctly.
Action: Check that the TDU is being used from the beginning. If possible, compare the size of the TDU upon generation to the size trying to be used.
NZE-29230: the header length is not sufficient for message header
Cause: The input TDU has either been corrupted or it is not being used correctly.
Action: Check that the TDU is being used from the beginning. If possible, compare the size of the TDU upon generation to the size trying to be used.
NZE-29231: the cryptographic engine failed to initialize
Cause: During initialization of the cryptographic engine, some failure occured. This includes running out of memory and trying to seed the random number generator.
Action: Make sure the executable has been linked with compatible library versions, and that you are not running out of swap space.
NZE-29232: the cryptographic engine key initialization failed
Cause: During initialization of a key for cryptography, some failure occured. This includes running out of memory and passing illegal arguments.
Action: Make sure the executable has been linked with compatible library versions, and that the correct parameters are being used for the cryptographic functions.
NZE-29233: the key object could not be encoded
Cause: The key object may be corrupted or may be an unsupported type.
Action: Check the key object being passed to the encoding routine.
NZE-29234: a key object was not extracted from encoding
Cause: The encoding may be corrupted or may not be a key object at all.
Action: Check the encoding and parameters passed to decoding routine.
NZE-29235: the key information could not be retrieved
Cause: The key may be corrupted or may be an unsupported type.
Action: Check the parameters being used with the cryptographic functions.
NZE-29236: the random number generator will not accept seed
Cause: The cryptographic engine may have run out of memory.
Action: Make sure the executable has been linked with compatible library versions.
NZE-29237: the cryptographic engine could not finish the algorithm
Cause: The cryptographic engine does not have enough information to correctly finish applying the algorithm.
Action: Check the parameters being used with the cryptographic functions.
NZE-29238: the cryptographic engine could not apply the algorithm
Cause: The cryptographic engine does not have enough information to correctly apply the algorithm.
Action: Check the parameters being used with the cryptographic functions.
NZE-29239: the cryptographic engine could not initialize the algorithm
Cause: The cryptographic engine does not have enough information to correctly initialize the algorithm.
Action: Check the parameters being used with the cryptographic functions.
NZE-29240: the cryptographic engine does not recognize the algorithm
Cause: The application is probably passing the wrong parameters.
Action: Check the parameters being used with the cryptographic functions.
NZE-29241: a buffer block needs to more space but its length is fixed
Cause: The application has preallocated an output buffer that is too short for the operation and has specified that the buffer should not grow as needed.
Action: Either preallocate a larger buffer or allow the toolkit to grow the output buffer as needed.
NZE-29242: the asymmetric key is too short to be used with the data.
Cause: An asymmetric key must be at least 11 bytes longer than the data it is being used to encrypt.
Action: Use an asymmetric key with more bits or break the data into smaller pieces.
NZE-29243: the toolkit does not recognize the type of key being used
Cause: The application is probably passing the wrong parameters.
Action: Check the parameters being used with the toolkit functions.
NZE-29245: the toolkit does not recognize the function being used
Cause: The application is probably passing the wrong parameters.
Action: Check the parameters being used with the toolkit functions.
NZE-29246: the toolkit could not parse the tdu
Cause: The TDU could be corrupted.
Action: Check the parameters being used with the toolkit functions.
NZE-29247: an unopen toolkit object was used before it was opened
Cause: Some toolkit objects must be opened before they can be used.
Action: Check the parameters being used with the toolkit functions.
NZE-29248: an unrecognized WRL was used to open a wallet
Cause: WRL's have a specific set of types and must be formatted correctly.
Action: Check the parameters being used with the toolkit functions.
NZE-29249: an unrecognized state was passed to a cryptographic function
Cause: The application is probably passing the wrong parameters.
Action: Check the parameters being used with the toolkit functions.