/ Copyright (c) Oracle Corporation, 2002.  All Rights Reserved.
/
/ NAME
/   kfedus.msg     
/
/ DESCRIPTION
/   Error messages for Kernel Files Editor (KFED).
/
/ NOTES 
/
/ MODIFIED
/   gmengel  10/22/09 - add kfed-322
/   hnandyal 08/30/08 - 
/   nchoudhu 07/21/08 - xbranchmerge sage from 11.1.0.7
/   sidatta  05/05/08 - Adding Cell Error reporting
/   siyarlag 10/31/07 - Bug/5061821: Implement ASM Disk Header repair
/   dfriedma 10/12/03 - Remove multiple library error code 
/   dfriedma 09/15/03 - Add error code for version mismtach 
/   dfriedma 06/02/03 - Add osmlib error messages
/   tsepez   10/30/02 - add kfed-311
/   tsepez   10/24/02 - add kfed-309
/   tsepez   08/28/02 - add limit to 0104
/   tsepez   08/28/02 - add kfed-0104
/   tsepez   07/18/02 - column width for 690 and 1090
/   tsepez   04/15/02 - Add structure sanity messages
/   tsepez   03/19/02 - Creation
/
/ Initialization Errors: 100-199
/
0100,  1,  "initialization of CORE/NLS failed"
0101,  1,  "LRM error [%d] while parsing command line arguments"
0102,  1,  "LRM error [%d] while parsing argument %s"
0103,  1,  "LRM message: %s"
0104,  2,  "value for argument '%s' exceeds limit of %s"
/
/ Usage Errors: 200-299
/
0200,  1,  "unexpected EOF seen"
0201,  1,  "no union member matched"
0202,  1,  "numeric conversion failed: %s"
0203,  1,  "invalid metadata block type: %s"
0204,  1,  "Expected: %s"
0205,  1,  "Encountered: %s"
0206,  1,  "Missing colon: %s" 
/
/ Runtime Errors: 300-399
/
0300,  1,  "unable to translate filename"
0301,  1,  "unable to create a filename object"
0302,  1,  "initialization of file object failed"
0303,  1,  "unable to open file '%s'"
0304,  1,  "unable to read from file '%s'"
0306,  1,  "unable to write to file '%s'"
0308,  1,  "seek error on file '%s'"
0309,  1,  "deleted partially formed file '%s'"
0310,  1,  "unable to delete partially formed file '%s'"
0311,  1,  "file '%s' is already provisioned"
0312,  2,  "could not open %s library, got error (%s)"
0313,  3,  "symbol [%s] not found in library [%s], error [%s]"
0314,  1,  "osmlib initialization error [%s]"
0315,  2,  "osmlib error could not be determined [%s] [%s]"
0316,  3,  "osmlib error!! function = [%s], error = [%s], mesg = [%s]"
0317,  2,  "could not close %s library, got error (%s) "
0319,  2,  "osmlib [%s] version mismatch, oracle version [%s]"
0320,  2,  "Invalid block num1 = [%s], num2 = [%s], error = [%s]"
0321,  4,  "Operating system error doing Cell I/O, Operation: [%s], disk: [%s], offset: [%s], length [%s]"
0322,  4,  "Invalid content encountered during block traversal: [%s][%s][%s][%s]"
/
/ Slos reporting: 400-449
/
400, 00000, "Operating system dependent operation: %s failed with status: %s"
// *Cause:  There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
401, 00000, "Operating system failure message: %s"
// *Cause:  There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
402, 00000, "failure occurred at: %s"
// *Cause:  There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
403, 00000, "additional information: %s"
// *Cause:  There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
/
/ Internal Errors: 600-699
/
0600,  4,  "internal error, arguments [%s][%s][%s][%s]"
0690,  4,  "unacceptable structure alignment: %s (%s vs. %s bytes)"
/
/ Informational Messages: 1000-1099
/
1000,  2,  "USAGE: kfed <op> [<dev>] [<text>] [<options>]"
1090,  2,  "block type %2s: %-5s (%2s bytes), %-8s (%4s bytes), %-8s (%4s bytes)"
