ANR8677E (HP-UX)
User specified module, with environment variable DSMSERV_DIR: Cannot load into server, system errno = Error number generated by HP-UX.

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.