ANR8677E (AIX®)
User specified module: Cannot load into server, AIX system error number number.

Explanation

The server was unable to load the module specified. The module is not a properly C-compiled and linked dynamic module.

System action

Server initialization stops or server continues running if already up.

User response

Use the server supplied sample makefile and export files to compile-link the user-exit module. Make sure the export.ref file contains the server-defined function name, and the module actually contains the server-defined function name, with one void parameter declared.