| <<< IOSG::LIB0:[NOTES$LIBRARY]ALL-IN-1.NOTE;2 >>>
-< ALL-IN-1 (tm) Support Conference >-
================================================================================
Note 1617.0 ACCVIO on OA$TXL_INSTALL 1 reply
EVTAI1::PROT 56 lines 15-OCT-1992 17:34
--------------------------------------------------------------------------------
With ALL-IN-1 V2.4 english, on VMS A5.5-1 I get the following problem:
(From ALL-IN-1 MANAGER account)
$ALLI/NOINIT
<OA$TXL_INSTALL
EX
ACCVIO after the message:
"MANAGER finished using ALL-IN-1 at 15-Oct-1992 04:57pm"
and "Reserved OPERAND Fault"
but the TXL are installed.
Before the EX, I can execute an ALL-IN-1 command not accessing the
TXL's but if I type EM for example I get the ACCVIO.
The ACCVIO also occur if I type:
$ALLI/NOINIT
<OA$TXL_REMOVE
<OA$TXL_INSTALL
EX
But NOT with:
$ALLI/NOINIT
<OA$TXL_COMPILE <------ ?????
<OA$TXL_REMOVE
<OA$TXL_INSTALL
EX
I also noticed that :
$ALLI/NOINIT
<OA$FBT_REMOVE_LIB OA$LIB:SITEOAFORM
<OA$FBT_INSTALL_LIB OA$LIB:SITEOAFORM
EX
produce the same problem.
OA$TXL_COMPILE, OA$TXL_INSTALL and OA$FBT_INSTALL_LIB all use the same
system service: $CRMPSC.
Last remark, if I restart ALL-IN-1, (which does OA$TXL_INSTALL and
OA$FBT_INSTALL_LIB) and don't get any problem, but I don't know why...
Any idea will be appreciated, because this site is a big cluster (1700
ALL-IN-1 users) which gives us a lot of work.
Regards.
Louis
|
|
The problem is fixed with the VMS patch SYS$02_U1055.
The reason of the problem was a change in the $CRMPSC behaviour with
VMS 5.5-1. By default in VMS 5.4, this system service only did a section
creation when it was called without parameters INADR and the
SEC$M_EXPREG flag. If specifically required, it was also able to map to
this section for the current process.
In VMS 5.5 it does by default Create and Map. That was the source of
this problem.
By installing this patch, you provide a new version of
PAGE_MANAGEMENT.EXE which contains the code for $CRMPSC.
The problem is also fixed in VMS 5.2
Louis
|