|
The Question is:
A DECnet on NT based application sometimes has connection failures when
connecting to a multiple processor system. The error number shown as the exit
status in the system accounting log is %x10778062, which does not appear to be
documented anywhere. A net
$server file is NOT created when this error occurs.
Can the Wizard determine what error %x10778062 is?
The Answer is :
The OpenVMS Wizard will assume that the question has nothing to
do with DECnet on Windows NT, and centrally involves problems
with an unspecified application running on OpenVMS Alpha V7.2-1
symmetric multiprocessor system.
As such, please see topic 1661 for information on finding and
debugging the typical sorts of latent coding bugs.
As for the status value, this could easily be garbage left in
R0 upon exit. Or it might be:
$ set message sys$message:cliutlmsg.exe
$ x=f$mess(%x10778062)
$ sho sym x
X = "%SET-E-PRONOTCHG, protection on !AS not changed"
|