$ finderr 674
-674 Routine <routine-name> can not be resolved.
You called a routine that does not exist in the database, or you do not have
permission to execute the routine. If you invoke a routine and your
application or another application drops the routine before you execute a
prepared statement, you receive this error.
Check that the name of the routine is correct and that you have permission
to execute the routine. For a prepared statement that refers to the routine,
make sure that it is still running when you execute the statement.
$ finderr 111
-111 ISAM error: no record found.
The ISAM processor cannot locate the requested record. For C-ISAM
programs, no record was found with the requested index value or record
number, depending on the retrieval mode in use. Make sure that the
correct index is in use. For SQL products, see the SQL error message or
return code. Probably no row was found for this query.