NonStop JMS C++ API Programmer's Guide

Installation and Configuration for TNS/E
NonStop Server for Java Message Service C++ API Programmer’s Guide526459-002
3-11
Uninstalling the NSJMS C++ API
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 RVU (for example,
T2811H10_30MAY2005_H10) of the NSJMS C++ API to remove.
2. Remove the NSJMS C++ API DLLs from the /G/system/zdll and
/G/system/ydll directories by using these commands:
3. 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 /G/system/zdll
OSH: rm -R T2811-version
OSH: cd /G/system/ydll
OSH: rm -R 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 3-2.