The program no longer warns about drawings or models opened by another user (or by yourself). How can I restore these warnings?
Problems with using the reservation database.
The reservation database (d_RESERV) ensures that all users of the same system receive a warning if the model or drawing they are trying to open is currently open by another user.
Enabling the d_RESERV reservation database
Define it in
\\Server_name\shared_folder\vxg4_srv\user\setup.clt
and later in the setup.COMPUTER_NAME
files created in the same directory, using the keyword reservations, for example:
reservations= //Server_name/shared_folder/vxg4_srv/shared/dbases/d_RESERV EXPERT
Here, the entry contains the full name of the reservation database (including the path), followed by the computer name — in the above example: EXPERT.
Normal warning for an open model/drawing
Normally, if the same model or drawing is attempted to be opened again, the user receives a notification that the file is already reserved.
The notification includes: the name of the computer using it, the date, and the time.
The reservation database no longer warns about an open drawing or model.
Like other databases, the d_RESERV database can also become corrupted, in which case it may display an error message to the user during startup.
The program can still be used, but you must remember that the reservation system will no longer issue warnings.
It should also be noted that an error message may not appear, which allows the same models to be opened simultaneously in multiple locations or multiple times on the same workstation.
Solution:
Restore the files
../shared/dbases/d_RESERV
../shared/dbases/d_RESERVc
from a backup.
Alternatively, extract them from the main version update package to a temporary location and copy them to the
vxg4_srv/shared/dbases
directory.