Message.properties 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # US English Message file for Net components
  2. # ## Internal [ 0, 19]
  3. GOT_MINUS_ONE=Got minus one from a read call
  4. ASSERTION_FAILED=Internal Error
  5. # ## NT Errors [ 20, 99]
  6. NT_CONNECTION_FAILED=The Network Adapter could not establish the connection
  7. INVALID_NT_ADAPTER=The Network Adapter in use is Invalid
  8. # ## Naming Errors [100, 199]
  9. PROTOCOL_NOT_SPECIFIED=The Protocol Value Pair is missing
  10. CSTRING_PARSING=TNS Address String Parsing error
  11. INVALID_CONNECT_DATA=The Connect Data in the TNS Address is not valid
  12. HOSTNAME_NOT_SPECIFIED=The hostname in the TNS Address was not specified
  13. PORT_NOT_SPECIFIED=The port number in the the address was not specified
  14. CONNECT_DATA_MISSING=The CONNECT_DATA in the TNS Address is missing
  15. SID_INFORMATION_MISSING=The SID or SERVICE_NAME in the TNS Address is missing
  16. ADDRESS_NOT_DEFINED=An ADDRESS Value pair was not defined in the TNS Address
  17. JNDI_THREW_EXCEPTION=JNDI Package failure
  18. JNDI_NOT_INITIALIZED=JNDI Access package not initialized
  19. JNDI_CLASSES_NOT_FOUND=JNDI Package failure
  20. USER_PROPERTIES_NOT_DEFINED=User Properties not Initialized, JNDI Access can't be used
  21. NAMING_FACTORY_NOT_DEFINED=Naming factory not defined, JNDI access can't complete
  22. NAMING_PROVIDER_NOT_DEFINED=Naming provider not defined, JNDI access can't complete
  23. PROFILE_NAME_NOT_DEFINED=Profile Name not defined, JNDI access can't complete
  24. HOST_PORT_SID_EXPECTED=Invalid connection string format, a valid format is: "host:port:sid"
  25. PORT_NUMBER_ERROR=Invalid number format for port number
  26. HOST_PORT_SN_EXPECTED=Invalid connection string format, a valid format is: "//host:port/service_name"
  27. # ## NS Errors [200, 299]
  28. NOT_CONNECTED=Invalid Operation, NOT Connected
  29. CONNECTED_ALREADY=Connected Already
  30. DATA_EOF=End of TNS data channel
  31. SDU_MISMATCH=Size Data Unit (SDU) mismatch
  32. BAD_PKT_TYPE=Bad packet type
  33. UNEXPECTED_PKT=Unexpected packet
  34. REFUSED_CONNECT=Connection refused
  35. INVALID_PKT_LENGTH=Invalid Packet Lenght
  36. CONNECTION_STRING_NULL=Connection String was NULL
  37. # ##Ano Exception [300, 399]
  38. FAILED_TO_TURN_ENCRYPTION_ON=Failed to Turn encryption On
  39. WRONG_BYTES_IN_NAPACKET=Wrong byte number in na packet
  40. WRONG_MAGIC_NUMBER=Wrong Magic number in na packet
  41. UNKNOWN_ALGORITHM_12649=Unknown Encryption or Data Integrity algorithm
  42. INVALID_ENCRYPTION_PARAMETER=Invalid parameter, use one of ACCEPTED, REJECTED, REQUESTED and REQUIRED
  43. WRONG_SERVICE_SUBPACKETS=Wrong Number of service subpackets
  44. SUPERVISOR_STATUS_FAILURE=Supervisor service received status failure
  45. AUTHENTICATION_STATUS_FAILURE=Authentication service received status failure
  46. SERVICE_CLASSES_NOT_INSTALLED=Service Classes not found in oracle.net.ano package
  47. INVALID_DRIVER=Invalid Ano Driver
  48. ARRAY_HEADER_ERROR=Error in array header received
  49. RECEIVED_UNEXPECTED_LENGTH_FOR_TYPE=Received Unexpected length for a variable length NA type
  50. INVALID_NA_PACKET_TYPE_LENGTH=Invalid length for an NA type
  51. INVALID_NA_PACKET_TYPE=Invalid NA packet type received
  52. UNEXPECTED_NA_PACKET_TYPE_RECEIVED=Unexpected NA Packet Type received
  53. UNKNOWN_ENC_OR_DATAINT_ALGORITHM=Unkown encryption or DataIntegrity algorithm
  54. INVALID_ENCRYPTION_ALGORITHM_FROM_SERVER=Invalid Encryption Algorithm from server
  55. ENCRYPTION_CLASS_NOT_INSTALLED=Encryption Class not installed
  56. DATAINTEGRITY_CLASS_NOT_INSTALLED=Data Integrity Class not installed
  57. INVALID_DATAINTEGRITY_ALGORITHM_FROM_SERVER=Invalid DataIntegrity Algorithm received from server
  58. INVALID_SERVICES_FROM_SERVER=Received Invalid Services from Server
  59. INCOMPLETE_SERVICES_FROM_SERVER=Received Incomplete services from server
  60. INVALID_LEVEL=Level should be one of ACCEPTED, REJECTED, REQUESTED and REQUIRED
  61. INVALID_SERVICES=The service in process is not supported.
  62. # ##Break Exception [500, ]
  63. NS_BREAK=Break packet was received
  64. NL_EXCEPTION=NL Exception was generated
  65. SO_EXCEPTION=SO Exception was generated