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

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 continues running.

User response

Use the server supplied sample makefile, c, and h files to generate the user-exit module. Make sure the module contains server-defined function name adsmV3UserExit, and the module actually contains the server-defined function name, with one void * parameter declared, and returns void.