Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ACFS-14107

operating system function: string; failed with error data: string; at location: string

Cause

A call to an operating system-dependent service or function returned an error. The message includes the name of the function, the returned error data, and error location. Error data varies by platform but typically is numeric. On most platforms, it is the value of C "errno" after the failing call.


Action

This error is normally accompanied by other (higher-level) messages describing the operation that is affected by the failure. It can also include one or more of messages 14101 and 14104 providing additional error details. All of the messages should be examined to assess the error, which may have a very ordinary cause and correction, such as an input file failing to open because the supplied name was misspelled.