| Previous | Next |
| ERPCMISMATCH | EBADMSG |
ENOTACTIVE
Inactive solaris facility
ENOTACTIVE is Solaris errno 73 (Facility is not active
). A Solaris system call required a facility that was not active.
Find the facility whose active state is a prerequisite for the call and verify how that state is established. Starting an unrelated service or changing file permissions will not satisfy a subsystem-specific activation requirement.
What to check
- Oracle documents Extended Accounting as one example of a facility whose inactive state can cause this error.
- Check the administrative service state before changing application parameters.
- Record the subsystem name because the numeric errno alone does not identify the inactive facility.
References
Looking for a different code? Search another status or error code.