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:
- Examine Windows system resources, such as CPU utilization and memory usage, making adjustments as needed.
- Take one of the following actions:
- If REXX APIs are in use, issue a new
ETOSR_Opencall. - If the C++ APIs are in use, deallocate the current ETOSClient object because it cannot be used in its current state.
- If REXX APIs are in use, issue a new
System administrator action
No action is required.