1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # US English Message file for Net components
- # ## Internal [ 0, 19]
- GOT_MINUS_ONE=Got minus one from a read call
- ASSERTION_FAILED=Internal Error
- # ## NT Errors [ 20, 99]
- NT_CONNECTION_FAILED=The Network Adapter could not establish the connection
- INVALID_NT_ADAPTER=The Network Adapter in use is Invalid
- # ## Naming Errors [100, 199]
- PROTOCOL_NOT_SPECIFIED=The Protocol Value Pair is missing
- CSTRING_PARSING=TNS Address String Parsing error
- INVALID_CONNECT_DATA=The Connect Data in the TNS Address is not valid
- HOSTNAME_NOT_SPECIFIED=The hostname in the TNS Address was not specified
- PORT_NOT_SPECIFIED=The port number in the the address was not specified
- CONNECT_DATA_MISSING=The CONNECT_DATA in the TNS Address is missing
- SID_INFORMATION_MISSING=The SID or SERVICE_NAME in the TNS Address is missing
- ADDRESS_NOT_DEFINED=An ADDRESS Value pair was not defined in the TNS Address
- JNDI_THREW_EXCEPTION=JNDI Package failure
- JNDI_NOT_INITIALIZED=JNDI Access package not initialized
- JNDI_CLASSES_NOT_FOUND=JNDI Package failure
- USER_PROPERTIES_NOT_DEFINED=User Properties not Initialized, JNDI Access can't be used
- NAMING_FACTORY_NOT_DEFINED=Naming factory not defined, JNDI access can't complete
- NAMING_PROVIDER_NOT_DEFINED=Naming provider not defined, JNDI access can't complete
- PROFILE_NAME_NOT_DEFINED=Profile Name not defined, JNDI access can't complete
- HOST_PORT_SID_EXPECTED=Invalid connection string format, a valid format is: "host:port:sid"
- PORT_NUMBER_ERROR=Invalid number format for port number
- HOST_PORT_SN_EXPECTED=Invalid connection string format, a valid format is: "//host:port/service_name"
- # ## NS Errors [200, 299]
- NOT_CONNECTED=Invalid Operation, NOT Connected
- CONNECTED_ALREADY=Connected Already
- DATA_EOF=End of TNS data channel
- SDU_MISMATCH=Size Data Unit (SDU) mismatch
- BAD_PKT_TYPE=Bad packet type
- UNEXPECTED_PKT=Unexpected packet
- REFUSED_CONNECT=Connection refused
- INVALID_PKT_LENGTH=Invalid Packet Lenght
- CONNECTION_STRING_NULL=Connection String was NULL
- # ##Ano Exception [300, 399]
- FAILED_TO_TURN_ENCRYPTION_ON=Failed to Turn encryption On
- WRONG_BYTES_IN_NAPACKET=Wrong byte number in na packet
- WRONG_MAGIC_NUMBER=Wrong Magic number in na packet
- UNKNOWN_ALGORITHM_12649=Unknown Encryption or Data Integrity algorithm
- INVALID_ENCRYPTION_PARAMETER=Invalid parameter, use one of ACCEPTED, REJECTED, REQUESTED and REQUIRED
- WRONG_SERVICE_SUBPACKETS=Wrong Number of service subpackets
- SUPERVISOR_STATUS_FAILURE=Supervisor service received status failure
- AUTHENTICATION_STATUS_FAILURE=Authentication service received status failure
- SERVICE_CLASSES_NOT_INSTALLED=Service Classes not found in oracle.net.ano package
- INVALID_DRIVER=Invalid Ano Driver
- ARRAY_HEADER_ERROR=Error in array header received
- RECEIVED_UNEXPECTED_LENGTH_FOR_TYPE=Received Unexpected length for a variable length NA type
- INVALID_NA_PACKET_TYPE_LENGTH=Invalid length for an NA type
- INVALID_NA_PACKET_TYPE=Invalid NA packet type received
- UNEXPECTED_NA_PACKET_TYPE_RECEIVED=Unexpected NA Packet Type received
- UNKNOWN_ENC_OR_DATAINT_ALGORITHM=Unkown encryption or DataIntegrity algorithm
- INVALID_ENCRYPTION_ALGORITHM_FROM_SERVER=Invalid Encryption Algorithm from server
- ENCRYPTION_CLASS_NOT_INSTALLED=Encryption Class not installed
- DATAINTEGRITY_CLASS_NOT_INSTALLED=Data Integrity Class not installed
- INVALID_DATAINTEGRITY_ALGORITHM_FROM_SERVER=Invalid DataIntegrity Algorithm received from server
- INVALID_SERVICES_FROM_SERVER=Received Invalid Services from Server
- INCOMPLETE_SERVICES_FROM_SERVER=Received Incomplete services from server
- INVALID_LEVEL=Level should be one of ACCEPTED, REJECTED, REQUESTED and REQUIRED
- INVALID_SERVICES=The service in process is not supported.
- # ##Break Exception [500, ]
- NS_BREAK=Break packet was received
- NL_EXCEPTION=NL Exception was generated
- SO_EXCEPTION=SO Exception was generated
|