• Topic
  • Discussion
  • UdaWikiWeb.RecordNotOnFile(Last) -- Owiki? , 2016-08-19 15:00:51 Edit owiki 2016-08-19 15:00:51

    Error Messages (R)

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    <file-name> record not on file. (138)

    Here is Progress's account of the 138 error:

    <file-name> record not on file. (138)

    The record you were looking for does not exist or cannot pass the selection
    given by your combination of WHERE, OF, and USING phrases. You can suppress this
    message by using the NO-ERROR option of the FIND statement. You might then have
    to use the AVAILABLE, AMBIGUOUS, and/or LOCKED functions.

    Additional research shows:

    1. It does not appear to work with indexed fields where there are more than one
    field in the index.

    2. Problem is associated with gigantic database that has more than 1024 tables.

    3. Problem is associated with someone running queries over a terminal emulator.

    4. Problem is associated with presence of fields that are both mandatory AND
    unknown.

    You want to get a Progress data definition and examine the indexes,
    fields, and other elements that may contribute to this error.


    Referenced by...