Compaq DESKTOP CONNECTOR FOR ACMS AAPG9DKTE User Manual

Page 31

Advertising
background image

$ @ACMSDI$EXAMPLES_AVERTZ:VR_DA_RUNTIME_SETUP

.
.
.

$

2.

Start the ACMS system (if necessary) and the application:

$ ACMS/START SYSTEM
$ ACMS/START APPLICATION VR_DA_APPL

3.

Perform other management tasks related to your system, for example,
authorizing user accounts. Refer to the management information
in Compaq TP Desktop Connector for ACMS Client Application
Programming Guide
.

The following sections provide additional information about using the Avertz
sample application on the ACMS OpenVMS system.

3.3.1 Using the Avertz ACMS Sample with Rdb Version 6.0 with

Multiversion

When you execute the VR_DA_RUNTIME_SETUP.COM file to set up
the sample application, this command file invokes two option files, VR_
READ_SERVER.OPT and VR_UPDATE_SERVER.OPT, which refer to the
SYS$LIBRARY:SQL$USER library. On a system with Rdb Version 6.0 with
multiversion installed, the SYS$LIBRARY:SQL$USER file is not available.
Instead, the version number is appended to the file name, for instance,
SYS$LIBRARY:SQL$USER60.

To work around this naming mismatch problem, you can define the logical
name SQL$USER to reference the appropriate library file. For example:

$ DEFINE SQL$USER SYS$LIBRARY:SQL$USER60

Modify the linker options files:

ACMSDI$EXAMPLES_AVERTZ:VR_READ_SERVER.OPT
ACMSDI$EXAMPLES_AVERTZ:VR_UPDATE_SERVER.OPT

Replace the line

SYS$LIBRARY:SQL$USERnn.OLB/LIBRARY

with the following:

SYS$USER/LIBRARY

After Installing from the Software Products Library CD 3–7

Advertising