NonStop JMS C++ API Programmer's Guide

Installation and Configuration for TNS/R
NonStop Server for Java Message Service C++ API Programmer’s Guide526459-002
2-10
Uninstalling the NSJMS C++ API
API test environment, using a fully qualified filename or an environment variable,
as shown in the sample programs.
For additional information about using the NSJMS properties file as an argument to the
Session constructor, see Creating a Session on page 5-3.
Uninstalling the NSJMS C++ API
To remove an installed version of the NSJMS C++ API, follow these steps from within
the OSS environment:
1. Remove the NSJMS C++ API schema file from the /sqlmx/USERMODULES
directory by using these commands:
where T2811-version represents the vproc for the release (for example,
T2811V10_30SEP2003_V10) of the NSJMS C++ API to remove.
2. Remove the NSJMS C++ API install directory by using these commands:
where T2811-version represents the specific version of the NSJMS C++ API to
remove.
OSH: cd /usr/tandem/sqlmx/USERMODULES
OSH: rm TANDEM_SYSTEM_NSK.JMS_SCHEMA.LIBNSJMSC_T2811-version
OSH: cd /usr/tandem/nsjms
OSH: rm -R T2811-version
Note. Removal of this directory will require any future installation of the NSJMS C++ API
to start with Run the IPSetup Program
on page 2-2.