AAEC0402E: Unable to create mutex object.

Explanation

The application programming interfaces (APIs) were unable to allocate a synchronization object for internal use.

System action

If a TPF Operations Server connection exists, it is ended. Future API calls on the current connection object will not be successful.

User response

Complete the following steps:
  1. Examine Windows system resources, such as CPU utilization and memory usage, making adjustments as needed.
  2. Take one of the following actions:
    • If REXX APIs are in use, issue a new ETOSR_Open call.
    • If the C++ APIs are in use, deallocate the current ETOSClient object because it cannot be used in its current state.

System administrator action

No action is required.