Was this helpful?
II_USERADT Logical--Set Disk Location of the Shared Image
II_USERADT points to the location of the shared image. By default, II_USERADT points to the following executable:
ii_system:[ingres.library]iiuseradt.exe
This location is overwritten during installations of new releases of Ingres. To avoid conflicts, place your shared image in another location and redefine II_USERADT.
System Level Installation
$define/system/exec II_USERADT II_SYSTEM.[ingres.library]iiuseradt.exe
Group Level Installation
$define/group/exec II_USERADT II_SYSTEM.[ingres.library]iiuseradtxx.exe
where xx = the two-character installation code
By default, if the logical II_USERADT is not defined, Ingres looks for the following shared image:
SYS$SHARE:II_USERADT.EXE
Definition of II_USERADT in a Test Installation
Because various Ingres programs are installed with privilege, II_USERADT must be defined at EXECUTIVE mode to be visible to these installed images. This requirement presents a problem in Ingres test installations, because logical names are not defined at a SYSTEM level in test installations and the current release of VMS only sees SYSTEM-level EXECUTIVE mode logical names when invoking privileged images.
To change this behavior, you must redefine the logical name LNM$FILE_DEV at EXECUTIVE mode to include the logical name tables in which to look.
To run the test installation, issue the following command:
$ define/exec/table = lnm$process_directory- lnm$file_dev lnm$process,lnm$job,- lnm$group,lnm$system
Consult your system manager and the VMS documentation for more details.
Last modified date: 01/30/2023