home *** CD-ROM | disk | FTP | other *** search
- /
- / $Header: lcdmtb.msg,v 6002500.1 89/08/03 22:58:58 cyang Exp $ lcdmtb.msg Copyr (c) 1987 Oracle
- /
- / RDBMS660025,DISK$DEV1:[V6SOURCE.LIB.60025]
- /* Copyright (c) 1988 by Oracle Corporation */
- /
- / NAME
- / lcdmtb.msg
- / CONTENTS
- / Error messages for LCD and LCC.
- / NOTES
- / See MSGDEF.H.
- / Error message numbers begin from 200. Error messages are in lower case.
- / WARNING: Messages in this table should NOT exceed 75 characters.
- /
- / OWNER
- / Bulchan
- / MODIFIED
- / Bulchan 09/14/88 - Creation (What a God)
- / Bulchan 09/19/88 - Cleanup and Causes and Actions
- /
- / 100 LCC/LCD internal error
- /
- 100, 0, "internal error, argument [%d]"
- // *Cause: An internal error has occurred
- // *Action: Report it to your System Administrator immediately
- /
- / 101 - 199 LCC errors
- /
- 111, 0, "value not in legal range [%.*s]"
- // *Cause: The value of the parameter is outside bounds
- // *Action: Refer to the manual for the bounds on the parameter
- 112, 0, "illegal integer radix specification [%.*s]"
- // *Cause: Self Explanatory
- // *Action: valid characters are 'd', 'h', 'D' and 'H'
- 113, 0, "integer conversion error or negative integer [%.*s]"
- // *Cause: A bad or negative integer was assigned to an integer parameter
- // *Action: Self explanatory
- 114, 0, "illegal boolean response [%.*s]"
- // *Cause: You a value than TRUE or FALSE to a boolean parameter
- // *Action: Boolean parameters only take TRUE or FALSE
- 122, 0, "unrecognized keyword [%.*s]"
- // *Cause: You have misspelled the parameter name
- // *Action: Spell the parameter name correctly
- 128, 0, "invalid positional parameter value [%.*s]"
- // *Cause: An invalid positional parameter value has been entered
- // *Action: Remove the invalid positional parameter
- /
- / 201- 299 LCD errors
- /
- 201, 0, "could not open specified filename [%.*s]"
- // *Cause: The file specified does not exist
- // *Action: Create an appropriate parameter file
- 203, 0, "missing keyword [%.*s]"
- // *Cause: A keyword is expected but none was found
- // *Action: Add a keyword followed by an '=' sign and a parameter value
- 204, 0, "left parenth and no parameter specified [%.*s]"
- // *Cause: A parameter list was started but no parameter was specified
- // *Action: Add an appropriate list of values and close the parameter list
- 205, 0, "unbalanced parentheses [%.*s]"
- // *Cause: Self explanatory
- // *Action: Balance the parentheses
- 206, 0, "positional parameter entered after keyword [%.*s]"
- // *Cause: An '=' sign is missing
- // *Action: All keywords must be followed by '=' signs
- 207, 0, "nested parentheses encountered [%.*s]"
- // *Cause: Only one set of parentheses is permitted
- // *Action: Remove the nested parentheses
- 208, 0, "unexpected keyword in value list [%.*s]"
- // *Cause: A keyword was found instead of a value
- // *Action: Insert an appropriate value for the given parameter
- 209, 0, "missing value for keyword at end of string [%.*s]"
- // *Cause: A keyword is specified with no value
- // *Action: Specify a valid value for the keyword
- 210, 0, "illegal assignment operator [%.*s]"
- // *Cause: You used a sign other than '=' to assign a keyword a value
- // *Action: Use only the '=' sign
- 211, 0, "unexpected delimiter [%.*s]"
- // *Cause: An invalid delimiter was found between values
- // *Action: A comma or a space is a valid delimiter
- 212, 0, "runaway quoted string [%.*s]"
- // *Cause: The parameter value was quoted on the left side but not on the right
- // *Action: Quote the parameter value on both sides
- 215, 0, "parameter files nested too deep [%.*s]"
- // *Cause: Too many levels of indirection of file parameters. Maximum is 3.
- // *Action: Reduce the level of indirection to less than 3
- 217, 0, "failure while processing file parameter [%.*s]"
- // *Cause: An error occurred while processing the specified file parameter
- // *Action: Specific details will appear in other messges
- 218, 0, "error in file [%.*s]"
- // *Cause: An error occurred in the particular file.
- // *Action: Refer to the other messages for the specific error.
- /
- / 301 - 399 Miscellaneous messages.
- /
- 304, 0, "Name Value"
- /
- / 400 - 499 Prompts.
- 400, 0, "Username: "
- 401, 0, "Password: "
- /
- /
-
-