Installing the SQL/MX MXCI online help

When you do a fresh installation of SQL/MX 3.5, the MXCI online help gets installed along with the installation. If you are upgrading to R3.5 from an earlier version, then after installing R3.5 run the InstallSqlMxHelp script with the -installHelp option.

NOTE:

On L-series systems, you do not need to run this script, because you cannot upgrade to R3.5 from versions prior to R3.3.

OSS> /usr/tandem/sqlmx/bin/InstallSqlMxHelp -installHelp

This script creates and initializes the help content as follows:

  1. Creates the catalog NONSTOP_SYSTEM_NSK, if not already created.

  2. Creates the schema HELP_TEXT_SCHEMA under the catalog NONSTOP_SYSTEM_NSK, if not already created.

  3. Creates the metadata table HELP_CONTENTS under the HELP_TEXT_SCHEMA schema and loads it with the help contents.

For more information on the MXCI HELP command and error messages, see the latest versions of SQL/MX Reference Manual and the SQL/MX Messages Manual respectively.

Before using MXCI online help, you must set Java path (including CLASSPATH) and JDBC T2 environment settings. For more information, see Pre-installation tasks.