LFI-00111: No other flags allowed in fixed length format.

LFI-00111: No other flags allowed in fixed length format.

Cause: The function lfigfo() was called with an invalid File ID Descriptor. The valid File ID Descriptors are LFISTDIN, LFISTDOUT, and LFISTDERR.

Action: Check the call to lfigfo() to make sure it is correct.

LFI-00110: Unable to initialize the Buffer Manager.

LFI-00110: Unable to initialize the Buffer Manager.

Cause: The Buffer Manager initialization routine failed; probably because memory was exhausted.

Action: See the accompanying error messages for more information.

LFI-00109: Unable to open file (string((string(. string.

LFI-00109: Unable to open file (string((string(. string.

Cause: Either: the process does not have the proper access rights to open the file the file is already open

Action: Check to make sure the proper access permissions are assigned. If they are and the file still cannot be opened, then contact Oracle Worldwide Support.

LFI-00108: Open expect the file (string((string( to exist.

LFI-00108: Open expect the file (string((string( to exist.

Cause: The flags specified for the open indicate that the file the file to exist and it does not.

Action: Check to make sure that the options that were specified for the file are correct and that you expect that the file should exist. If so then find out why the file doesn t.

LFI-00107: Open does not expect the file (string((string( to exist.

LFI-00107: Open does not expect the file (string((string( to exist.

Cause: The flags specified for the open indicate that the file does not exist. However, the file does exist.

Action: Check to make sure that the options that were specified for the file are correct and that you do not expect that the file should exist. If so then find out why the file does exist.

LFI-00106: Path object holds more than one path.

LFI-00106: Path object holds more than one path.

Cause: The path object passed to lfippth() holds more than one path.

Action: Make sure that the path object used in lfippth() holds only one path.

LFI-00105: Unable to add path.

LFI-00105: Unable to add path.

Cause: One of the following might have caused the error: the current path might not be in the proper format the directory might not be in the proper format the name object might not have been initialized properly

Action: Check the format of the current path and the new directory; check that the name object was initialized properly.

LFI-00104: Read operation failed.

LFI-00104: Read operation failed.

Cause: The buffer read operation failed. Probably due to incorrect parameters or flags.

Action: Check syntax of the read command and retry the operation.

LFI-00103: Seek operation failed.

LFI-00103: Seek operation failed.

Cause: The buffer seek operation failed. Probably due to incorrect parameters or flags.

Action: Check syntax of the seek command and retry the operation.

LFI-00102: Unable to seek in sequentially accessed file.

LFI-00102: Unable to seek in sequentially accessed file.

Cause: The file was opened with the flag LFILFA_SEQ for sequential file operations. Use seek only on files that are opened with the LFILFA_RANDOM flag for random access.

Action: Check to see how the file is being opened and accessed and make the two operations consistent (that is, make them both operations either sequential or random).

LFI-00101: Write failed, file cannot be written to.

LFI-00101: Write failed, file cannot be written to.

Cause: The buffer write operation failed. Possibly due to incorrect parameters being passed in.

Action: Check the underlying error for more information.

LFI-00100: Unable to perform operation, file not opened in string.

LFI-00100: Unable to perform operation, file not opened in string.

Cause: The file has not been successfully opened at the time the operation is attempted.

Action: Check to make sure that the file exists (for read) or that the program has access to the write a file (for write). It is also possible that the file was just never opened

LFI-00008: SLTS s initializing or terminating mutex failed for string.

LFI-00008: SLTS s initializing or terminating mutex failed for string.

Cause: SLTS s call return failure in function %s .

Action: Contact the appropriate development group.

LFI-00007: NLSRTL s call failed. string.

LFI-00007: NLSRTL s call failed. string.

Cause: LX calls return failure

Action: Check if our parameters are correct. Contact the appropriate group immediately if we parameters are valid.

LFI-00006: Invalid parameter to function string.

LFI-00006: Invalid parameter to function string.

Cause: The function was called with an invalid parameter.

Action: Check the function call to make sure that the correct parameters are being passed.

LFI-00005: Free some memory failed in string.

LFI-00005: Free some memory failed in string.

Cause: A call to free some memory in function function name has failed.

Action: See the accompanying error messages for more information and contact Oracle Worldwide Support immediately.

LFI-00004: Call to string failed.

LFI-00004: Call to string failed.

Cause: A function call has failed. This error is a generic message to show that the exception has occurred in a particular function function name. This allows the client to know the trace runtime calling sequence by examining the exception stack.

Action: See the accompanying error messages for more information.

LFI-00003: Internal exception code. icode = (string(, (string(.

LFI-00003: Internal exception code. icode = (string(, (string(.

Cause: Unknown - indicated by parameters. The first %s gives the internal exception code; the second is for any other additional comments.

Action: Report to the appropriate development group

LFI-00002: Out of memory. string

LFI-00002: Out of memory. string

Cause: The File IO package failed in trying to dynamically allocate memory. function name is used for additional comments to indicate where, when and why the error occured.

Action: Perform whatever actions necessary to make more memory available to the executing program.

LRM-00123: invalid character number found in the input file

LRM-00123: invalid character number found in the input file

Cause: A character that is invalid was found in the input file.

Action: Specify an input file that contains only valid characters.