NonStop Operating System Event Management Programming Manual

Dynamic Link Library (DLL) Event Messages (ZDLL)
HP NonStop Operating System Event Management Programming Manual520372-020
26-20
Messages
Conditional Tokens
Cause. Preloading of public DLLs has completed.
The cause of the optional information
Expected DLL count: <2>, actual count found: <3>.
is that the number of public DDLs specified by dll_count in the ZREG file differed from
the number of DLL entries found in the ZREG file.
The cause of the optional information
<4> DLLs failed preload.
is that some public DLLs failed preload.
The direct cause of the optional information
<5> loadable DLLs were discarded.
is that that some preloadable public DLLs were discarded because the value of
dll_count was too small. The indirect cause is that you modified the ZREG file, either
adding DLL entries or decreasing the value of dll_count.
If the values of ZDLL-TKN-DLL-COUNT-EXPECTED and ZDLL-TKN-DLL-COUNT-
FOUND are different, but no good entries were discarded and no public DLLs failed to
preload, the cause is either:
Some entries were deleted from the ZREG file.
The dll_count in the ZREG file was modified.
Effect. The processor runs with the successfully preloaded public DLLs, unless
ZRLDDLL or ZTNSDDL failed to load. If ZRLDDLL or ZTNSDDL failed to load:
Message 101: ZDLL-EVT-NEEDED-NOT-LOADED on page 26-8 is issued (once
or twice).
The processor halts with halt code %5031, %5032, or %5033.
For each public DLL, either:
Message 102: ZDLL-EVT-DLL-FAIL on page 26-10 is issued, reporting the reason
that the DLL failed to preload.
Token Description
ZDLL-TKN-DLL-COUNT-EXPECTED Number of public DLLs that the ZREG file specified
(if any) or the default number.
ZDLL-TKN-DLL-COUNT-FOUND Number of successfully parsed DLL entries in the
ZREG file.
ZDLL-TKN-COUNT-FAILED Number of public DLLs that failed to preload.
ZDLL-TKN-GOOD-DISCARDS Number of preloadable public DLLs that do not have
entries in the preload table because the preload
table was filled with good entries.