CEE3570S
DLL name dll-name was not valid.

Explanation

Either the DLL name provided as input was null, or the length of the DLL name was negative.

System action

If this was an implicit DLL reference, the condition is signaled. If the condition is not handled, the default action is to terminate the enclave. If this was an explicit DLL Load (CEEPLDE) or DLL Open (CEEPOPDL) request, the feedback code is returned to the caller.

If this was a C dllload() or dlopen() request and the _EDC_DLL_DIAG environment variable was not set to QUIET, the error message was sent to the Language Environment® message file. Other DLL diagnostic options, such as issuing ctrace(), signaling a condition, and turning off _EDC_DLL_DIAG diagnostics, were available through the _EDC_DLL_DIAG environment variable.

If this was an explicit C dlopen() request, this error could also be returned to the caller through a subsequent call to the C dlerror() function.

A CEEDLLF DLL failure control block was populated with further DLL error diagnostics.

Programmer response

If this was an implicit DLL reference, make sure that the DLL was built correctly. If this was an explicit DLL Load or C dlopen() request, verify that the DLL name was specified correctly.

Symbolic Feedback Code

CEE3FI