NET/MASTER Messages Manual
NNM0754
Messages
2–150 106159 Tandem Computers Incorporated
NNM0754 SECURITY EXIT
process_name
RETURNED WRONG VALUE
exit_code
Cause. The installation provided a nonstandard security exit. When the NonStop
NET/MASTER MS system attempted to use the exit, the exit set an invalid return
code. This is a user programming error.
process_name
is the name of the security exit process.
exit_code
is the invalid return code from the security exit.
Effect. If the error occurs during system initialization, the NonStop NET/MASTER MS
system continues as long as there are other exits available. If no other exits are
available, then the NonStop NET/MASTER MS system terminates. If the error occurs
while the system is running, the security request that caused the error is denied and all
future requests are routed to other security exit processes. If all security exits had
errors, all future requests will be denied. Users who are currently logged on are
allowed to continue.
Recovery. Correct the user supplied security exit so that only the proper return codes
are used.
NNM0755 SECURITY EXIT DID NOT RETURN USER'S PROFILE
process_name
Cause. The installation provided a nonstandard security exit. During a security check,
the NonStop NET/MASTER MS system expected the exit to return a user profile. A
full exit must always return a user profile; a password exit should return a profile if
one was provided. This is a user programming error.
process_name
is the name of the security exit process.
Effect. If the error occurs during system initialization, the NonStop NET/MASTER MS
system continues as long as there are other exits available. If no other exits are
available, then the NonStop NET/MASTER MS system terminates. If the error occurs
while the system is running, the security request that caused the error is denied and all
future requests are routed to other security exit processes. If all security exits had
errors, all future requests will be denied. Users who are currently logged on are
allowed to continue.
Recovery. Correct the user supplied security exit so that a user profile is returned when
expected.