home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 31.ddi / mesg / lcdus.msg < prev    next >
Encoding:
Text File  |  1991-03-04  |  4.0 KB  |  104 lines

  1. / $Header: lcdmtb.msg,v 6002500.1 89/08/03 22:58:58 cyang Exp $ lcdmtb.msg Copyr (c) 1987 Oracle
  2. / RDBMS660025,DISK$DEV1:[V6SOURCE.LIB.60025]
  3. /* Copyright (c) 1988 by Oracle Corporation */
  4. /
  5. / NAME
  6. /   lcdmtb.msg
  7. / CONTENTS
  8. /   Error messages for LCD and LCC.
  9. / NOTES
  10. /   See MSGDEF.H.
  11. /   Error message numbers begin from 200.  Error messages are in lower case.
  12. /   WARNING: Messages in this table should NOT exceed 75 characters.
  13. /
  14. / OWNER
  15. /   Bulchan
  16. / MODIFIED
  17. /   Bulchan 09/14/88 - Creation (What a God)
  18. /   Bulchan 09/19/88 - Cleanup and Causes and Actions
  19. /
  20. / 100 LCC/LCD internal error
  21. /
  22. 100, 0, "internal error, argument [%d]"
  23. // *Cause: An internal error has occurred
  24. // *Action: Report it to your System Administrator immediately
  25. /
  26. / 101 - 199 LCC errors
  27. /
  28. 111, 0, "value not in legal range [%.*s]"
  29. // *Cause: The value of the parameter is outside bounds
  30. // *Action: Refer to the manual for the bounds on the parameter
  31. 112, 0, "illegal integer radix specification [%.*s]"
  32. // *Cause: Self Explanatory
  33. // *Action: valid characters are 'd', 'h', 'D' and 'H'
  34. 113, 0, "integer conversion error or negative integer [%.*s]"
  35. // *Cause: A bad or negative integer was assigned to an integer parameter
  36. // *Action: Self explanatory
  37. 114, 0, "illegal boolean response [%.*s]"
  38. // *Cause: You a value than TRUE or FALSE to a boolean parameter
  39. // *Action: Boolean parameters only take TRUE or FALSE
  40. 122, 0, "unrecognized keyword [%.*s]"
  41. // *Cause: You have misspelled the parameter name 
  42. // *Action: Spell the parameter name correctly
  43. 128, 0, "invalid positional parameter value [%.*s]"
  44. // *Cause:  An invalid positional parameter value has been entered
  45. // *Action: Remove the invalid positional parameter
  46. /
  47. / 201- 299  LCD errors
  48. /
  49. 201, 0, "could not open specified filename [%.*s]"
  50. // *Cause:  The file specified does not exist 
  51. // *Action: Create an appropriate parameter file
  52. 203, 0, "missing keyword [%.*s]"
  53. // *Cause:  A keyword is expected but none was found
  54. // *Action: Add a keyword followed by an '=' sign and a parameter value
  55. 204, 0, "left parenth and no parameter specified [%.*s]"
  56. // *Cause: A parameter list was started but no parameter was specified
  57. // *Action: Add an appropriate list of values and close the parameter list
  58. 205, 0, "unbalanced parentheses [%.*s]"
  59. // *Cause: Self explanatory
  60. // *Action: Balance the parentheses
  61. 206, 0, "positional parameter entered after keyword [%.*s]"
  62. // *Cause: An '=' sign is missing
  63. // *Action: All keywords must be followed by '=' signs
  64. 207, 0, "nested parentheses encountered [%.*s]"
  65. // *Cause: Only one set of parentheses is permitted
  66. // *Action: Remove the nested parentheses
  67. 208, 0, "unexpected keyword in value list [%.*s]"
  68. // *Cause: A keyword was found instead of a value
  69. // *Action: Insert an appropriate value for the given parameter
  70. 209, 0, "missing value for keyword at end of string [%.*s]"
  71. // *Cause: A keyword is specified with no value
  72. // *Action: Specify a valid value for the keyword
  73. 210, 0, "illegal assignment operator [%.*s]"
  74. // *Cause: You used a sign other than '=' to assign a keyword a value
  75. // *Action: Use only the '=' sign
  76. 211, 0, "unexpected delimiter [%.*s]"
  77. // *Cause: An invalid delimiter was found between values
  78. // *Action: A comma or a space is a valid delimiter
  79. 212, 0, "runaway quoted string [%.*s]"
  80. // *Cause: The parameter value was quoted on the left side but not on the right
  81. // *Action: Quote the parameter value on both sides
  82. 215, 0, "parameter files nested too deep [%.*s]"
  83. // *Cause: Too many levels of indirection of file parameters. Maximum is 3.
  84. // *Action: Reduce the level of indirection to less than 3
  85. 217, 0, "failure while processing file parameter [%.*s]"
  86. // *Cause: An error occurred while processing the specified file parameter
  87. // *Action: Specific details will appear in other messges
  88. 218, 0, "error in file [%.*s]"
  89. // *Cause: An error occurred in the particular file.
  90. // *Action: Refer to the other messages for the specific error.
  91. /
  92. / 301 - 399 Miscellaneous messages.
  93. /
  94. 304, 0, "Name                                    Value"
  95. /
  96. / 400 - 499 Prompts.
  97. 400, 0, "Username: "
  98. 401, 0, "Password: "
  99. /
  100. /
  101.  
  102.