Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ADVM-14100

operating system function: string failed with error data: string

Cause

A call to an Operating System dependent service or function returned an error indication. The message includes the name of the function and the returned error data. The latter varies by platform but typically is numeric; on most platforms it is the value of C "errno" after the failing call.


Action

This error normally is accompanied by other (higher-level) messages describing the operation that is affected by the failure. It may also include one or more of messages 14101, 14103, 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.