Skip Headers

Oracle9i Database Error Messages
Release 2 (9.2)

Part Number A96525-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

38
Network Security Messages (NZE)


NZE-28750 Unknown error occurred

Cause: Some Oracle Security Server error occurred of an unspecified type. This error should not be visible to applications.

Action: Contact Oracle Support Services.


NZE-28751 Memory allocation failed

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 Failed to initialize data source

Cause: The initialization of a data source failed.

Action: Enable Oracle Net tracing to determine the exact cause of the error. Frequently, this error is caused by the exhaustion of system resources.


NZE-28753 Failed to terminate use of data source

Cause: The termination of the use of a data source failed.

Action: Enable Oracle Net tracing to determine the exact cause of the error. The error may be caused by the corruption of memory or disk, among other things.


NZE-28754 Storage of object failed

Cause: This is an internal error.

Action: No action required.


NZE-28755 object retrieval failed

Cause: Failure to retrieve subject information from a file or database.

Action: Check if the data source exists or check for the correct subject information.


NZE-28756 Callback failed to allocate memory

Cause: A function supplied by the caller failed to allocate memory.

Action: This error could be due to system memory exhaustion.


NZE-28757 Attempted to allocate 0 bytes of memory

Cause: No more memory.

Action: This error could be due to system memory exhaustion.


NZE-28758 Memory release failed

Cause: The release of memory fragment failed. This may be caused by corruption of memory either within the application or the Oracle Security Server library.

Action: Enable Oracle Net tracing to determine the reason why the operation failed.


NZE-28759 Failed to open file

Cause: The opening of the specified file failed.

Action: Enable Oracle Net tracing to determine the name of the file that could not be opened and the reason.


NZE-28760 List creation failed

Cause: This is an internal error.

Action: No action required.


NZE-28761 Failed to create element

Cause: This is an internal error.

Action: No action required.


NZE-28762 Failed to add element

Cause: This is an internal error.

Action: No action required.


NZE-28763 Invalid parameter type

Cause: Possible error in parameter in SQLNET.ORA.

Action: Check the SQLNET.ORA file for this parameter value.


NZE-28764 Configuration parameter retrieval failed

Cause: The retrieval of a configuration parameter failed.

Action: Supply the needed configuration parameter.


NZE-28765 Data method list does not exist

Cause: This is an internal error.

Action: No action required.


NZE-28766 Failed to terminate use of data source

Cause: An error occurred when attempting to end use of a data source. This could be due to a system error.

Action: Enable tracing to see what the exact error is.


NZE-28767 Invalid version number

Cause: Version number of the file is incorrect.


NZE-28768 Bad magic number

Cause: An invalid magic number was specified in a data file.

Action: This could be due to disk corruption or some other process overwriting the file. Enable tracing to determine what the exact error is.


NZE-28769 Specified method does not exist

Cause: The data access method 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 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 not yet initialized

Cause: The caller attempted to use a data source which had not been initialized yet. This is a programming error. The application must always initialize the data source.

Action: Correct the error.


NZE-28772 Invalid file ID

Cause: This is an internal error.

Action: No action required.


NZE-28773 Write of magic and version numbers failed

Cause: The write of both the magic and version numbers failed.

Action: This error usually occurs because disk space has been exhausted.


NZE-28774 Write of file to disk failed

Cause: The output of a file failed.

Action: This error usually occurs because disk space has been exhausted.


NZE-28775 Close of file failed

Cause: The close of a file used by a data access method failed.

Action: This error usually indicates an error such as memory corruption or a system error. Enable tracing and examine the trace file to see what the exact error.


NZE-28776 Output buffer supplied is too small

Cause: The data to be returned by a function is too large for the supplied buffer.

Action: Call the routine again with a larger buffer.


NZE-28777 Binding creation failed

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, for example, 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 add more memory.


NZE-28778 Parameter not specified in proper format

Cause: The configuration parameter was 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 parameter method. Consult the Oracle Security Server documentation for the supported data access methods for this data type.


NZE-28780 Invalid method specified by parameter

Cause: The data access method specified by the parameter value is not supported.

Action: Specify a data access method. Consult the Oracle Security Server documentation for the supported data access methods for this data type.


NZE-28781 no method data specified in 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 not allocated

Cause: No memory was allocated for a data source.

Action: The application should call in the data source initialization function.


NZE-28783 Invalid parameter

Cause: No match for parameter name in the configuration file.

Action: Check your SQLNET.ORA file for the parameter.


NZE-28784 File name translation failed

Cause: The translation of a file name from Oracle format to native format failed.

Action: Specify a correct name. Consult your Oracle documentation for the correct file name format.


NZE-28785 Parameter does not exist

Cause: A configuration parameter does not exist in a parameter file.

Action: Supply the required parameter.


NZE-28786 Decryption of encrypted private key failed

Cause: Use of incorrect password for decryption.

Action: Type in the correct password.


NZE-28787 Encryption of private key failed

Cause: Possible error in parameter for MKWALLET in SQLNET.ORA.

Action: Check your SQLNET.ORA file. Also turn on tracing and check the MKTOKEN.TRC file for other errors.


NZE-28788 Invalid information provided by the user or unknown error

Cause: Incorrect input by the user in response to a prompt or an unknown error.

Action: Provide the correct input or enable tracing and check the trace file for errors.


NZE-28789 Name type not found

Cause: This is an internal error.

Action: No action required.


NZE-28790 NLS string open failed

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 failed

Cause: Verification of the certificate supplied by the user failed.

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28792 PL/SQL operation failed

Cause: A PL/SQL operation attempted by the Oracle Security Server failed. This is an internal error.

Action: Enable Oracle Net and try the operation again. Contact Oracle Support Services for assistance.


NZE-28793 Variable bind failed

Cause: This is an internal error.

Action: No action required.


NZE-28794 Attribute initialization data type failed

Cause: The initialization of the attribute data type failed.

Action: Enable tracing to determine the exact error. This error may be caused by the exhaustion of system resources.


NZE-28795 Attribute data type termination failed

Cause: The termination of the use of the attribute data type subsystem failed.

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28796 Unsupported access method

Cause: The method specified to access data is not supported.

Action: Use a supported access method.


NZE-28797 Invalid data type

Cause: The type specified for a key is not supported.

Action: Correct the key type.


NZE-28798 Number of sub-keys to bind does not match that in key

Cause: The number of keys passed by the application to bind does not match the number used to create the key. This is an internal programming exception.

Action: Contact Oracle Support Services.


NZE-28799 Failed to allocate shared memory

Cause: The allocation of shared memory for use in operations involving the shared server failed.

Action: Enable Oracle Net tracing to determine the exact error. This error is probably caused by the exhaustion of the memory heap supplied by the Oracle server.


NZE-28800 Open failed

Cause: Failed to open the data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28801 Invalid object type

Cause: This is an internal error.

Action: No action required.


NZE-28802 Invalid mode specified

Cause: Mode or data source specified in configuration file is incorrect.

Action: Check the SQLNET.ORA file for method parameter. Else enable Oracle Net tracing to determine the exact error.


NZE-28803 Input/output operation failed

Cause: Failed to access a data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28804 Close failed

Cause: Failed to close the data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28805 Retrieve failed

Cause: Failed to retrieve information from the data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28806 Store failed

Cause: Failed to write to the data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28807 Update failed

Cause: Failed to update a data source (file or database).

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28808 Retrieval of method information failed

Cause: Failed to retrieve method (file/database) information.

Action: Check the SQLNET.ORA file for method configuration parameters. Else enable Oracle Net tracing to determine the exact error.


NZE-28809 Deletion failed

Cause: Failed to delete information from data source.

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28810 Creation failed

Cause: Failed to create a key descriptor.

Action: Enable Oracle Net tracing to determine the exact error.


NZE-28811 Invalid access descriptor

Cause: This is an internal error.

Action: No action required.


NZE-28812 Record operation failed

Cause: This is an internal error.

Action: No action required.


NZE-28813 Invalid record type

Cause: This is an internal error.

Action: No action required.


NZE-28814 Conversion of number in Oracle format to native failed

Cause: The conversion of a number which was specified in Oracle format to native format failed. This is an internal programming exception.

Action: Enable Oracle Net tracing and attempt to reproduce the problem. Contact Oracle Support Services and supply the trace file.


NZE-28815 Conversion of native number to Oracle format failed

Cause: The conversion of a number which was specified in native format to Oracle portable format failed. This is an internal programming exception.

Action: Enable Oracle Net tracing and attempt to reproduce the problem. Contact Oracle Support Services and supply the trace file.


NZE-28816 No password provided

Cause: A required password was not passed to a PL/SQL function. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28817 PL/SQL function returned an error

Cause: A PL/SQL function returned an error unexpectedly. This is an internal error.

Action: Contact Oracle Support Services.


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. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28819 no distinguished name provided

Cause: The user's distinguished name was not provided to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28820 state not provided

Cause: The state of either a signature or decryption/encryption was not passed to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28821 no input buffer provided

Cause: A PL/SQL function or procedure was not passed an expected buffer. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28822 no seed

Cause: No seed was specified to the PL/SQL seed initialization function. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28823 number of bytes not specified

Cause: The number of random bytes to generate was not specified to the PL/SQL random number generator. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28824 invalid encryption/decryption/signature state

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

Cause: No function was specified for the cryptographic engine. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28826 invalid cryptographic engine function

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

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

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. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28830 no identity type specified

Cause: No identity type was passed to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28831 no data unit format

Cause: No data unit format was passed to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


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 not enough info provided

Cause: Not enough info (usually parameters) provided to a PL/SQL function. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28834 buffer too small

Cause: Buffer provided by PL/SQL to a Oracle Security Server toolkit function is too small for the data to be returned. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28835 identity descriptor not present or too small

Cause: An identity descriptor passed to a PL/SQL function or descriptor was not provided or does not have the correct size. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28836 wallet 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. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28838 no identity descriptor

Cause: No identity descriptor was specified to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28839 no persona descriptor

Cause: No persona descriptor was specified to a PL/SQL function or procedure. This is an internal error.

Action: Contact Oracle Support Services.


NZE-28840 wallet already open

Cause: An attempt was made to open a wallet that had already been opened. This is a programming error. A wallet should only be opened once.

Action: Correct the error.


NZE-28841 operation not supported

Cause: An attempt was made to perform an operation that is not supported. This is a programming error.

Action: Correct the 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 unknown cipher specification or an incorrect version.

Action: Specify a correct value.


NZE-28856 overflow error

Cause: A buffer overflowed during the SSL handshake.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28857 unknown SSL error

Cause: An unknown SSL error occurred.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28858 SSL protocol error

Cause: An error occurred during the SSL handshake between two processes.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28859 SSL negotiation failure

Cause: An error occurred during the negotiation done 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 or if the SSL versions on both sides are incompatible.

Action: Configure each process so they support a common cipher suite and compatible versions and then attempt the connection again.


NZE-28860 fatal SSL error

Cause: An error occurred during the SSL connection.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28861 SSL connection would block

Cause: This error is informational only. It should never be communicated to the user.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28862 SSL connection failed

Cause: This error can occur when one side of the connection fails for one reason or another. For example, the process might have been terminated.

Action: Attempt the connection again.


NZE-28863 SSL session not found

Cause: This error is informational only. It indicates that a specified session does not exist.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


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 tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28865 SSL connection closed

Cause: The SSL connection closed because of an error in the underlying transport or because the destination process unexpectedly quit.

Action: Enable tracing and attempt the connection again. The trace output should indicate how the failure occurred.


NZE-28866 invalid certificate encoding

Cause: The presented certificate had a field that could not be recognized.

Action: Verify that the certificate is correct. If it is, enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28867 integer value is too big

Cause: The certificate presented had an integer field whose value was too large.

Action: Verify that the certificate is correct. If it is, enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28868 certificate chain check failed

Cause: The check of the certificate list presented by the remote process 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: Make sure that:

  1. All of the certificates installed in your wallet are current.
  2. All of the necessary certificates are loaded into your wallet.
  3. All of the certificates have valid signatures.

NZE-28869 certificate expired

Cause: The certificate being used to authenticate a client or server has expired.

Action: Obtain a certificate which has not expired and attempt the connection again.


NZE-28870 name comparison failed

Cause: A comparison between the names contained within two certificates failed.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28871 certificate chain is incomplete

Cause: The certificate chain presented was not incomplete. In other words, the chain did not end with a self-signed root certificate.

Action: Make sure that the certificate specified as the root is self-signed.


NZE-28872, 00000, "invalid certificate format

Cause: The certificate presented by the other process does not conform to the X.509v3 standard.

Action: Obtain a certificate that conforms to the standard and attempt the connection again.


NZE-28873 invalid parameter

Cause: A function was presented with a null parameter.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28874 SSL: I/O closed - override goodbye kiss

Cause: This error is informational only. It indicates that a specified session does not exist.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28875 SSL: use server-gated crypto 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 tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28876 Internet Explorer SGC Error

Cause: An error occurred when processing a certificate sent from Microsoft Internet Explorer.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28879 no protocol side set

Cause: An application attempted to provide credentials to an SSL connection but had not previously stated whether the process was a client or server.

Action: This error is not normally visible to the user. Enable tracing and attempt the connection again. If the error persists, contact Oracle Support Services.


NZE-28884 invalid cipher suite

Cause: An application attempted to convert a cipher suite to a string representation but the value did not correspond to a known cipher suite.

Action: Specify a correct value for the cipher suite. If, however, this error is returned by the Oracle Net SSL protocol adapter, it should be reported to Oracle Support Services as this error should not be returned by the adapter.


NZE-28890 Entrust Login Failed

Cause: An application's attempt to login to Entrust Profile failed. This could be caused by a number of problems including:

  1. Entrust Admin/Authority is not online.
  2. Invalid password for Entrust profile specified.
  3. Invalid path to Entrust profile specified.
  4. Invalid Entrust initialization file specified.
  5. Entrust Server Login program 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 tracing and the trace output should indicate the exact Entrust failure codes.


NZE-29002 SSL Transport detected invalid or obsolete server certificate

Cause: Client detects mismatched Distinguished Name from server's certificate. Server's Distinguished Name does not reflect its SID or ServiceName.

Action: It may not be safe to connect to the server. Contact your administrator to update the server's certificate to reflect server's database name or service name.


NZE-29003 SSL Transport detected mismatched server certificate

Cause: Client detects mismatch from server's DN and the security configuration.

Action: It may not be safe to connect to the server. Contact your administrator to configure client TNS connect data to reflect the server Distinguished Name.


NZE-29228 the number of bytes for output could not be calculated

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 occurred. 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 occurred. 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 pre-allocated an output buffer that is too short for the operation and has specified that the buffer should not grow as needed.

Action: Either pre-allocate 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 unrecgonized WRL was used to open a wallet

Cause: WRLs 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.


Go to previous page Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback