InstallSqlMxHelp script error messages
This subsection describes the messages that the
InstallSqlMxHelp
script generates.
Help0001
Help0001: You are not authorized to run the InstallSqlMxHelp tool.
Cause
A user other than super.super attempted to run the
InstallSqlMxHelp
script.
Effect
The operation fails.
Recovery
Only super.super can run the InstallSqlMxHelp script.
Help0002
Help0002: A SQL error occurred during
SQL-activity.
The possibilities for SQL-activity are:
-
Authorization check
-
Creation of the NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA schema
-
Creation of the NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS table
-
Deletion of help text from NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS
-
Preparing to insert help text into NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS
-
Insert help text into NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS
-
Close of insert into NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS
-
Drop of the NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA schema
-
Verification of the NONSTOP_SYSTEM_NSK.HELP_TEXT_SCHEMA.HELP_CONTENTS table
-
JDBC/MX connection to the database
Cause
An SQL error occurred while performing one of the SQL activities mentioned above.
Effect
The operation fails.
Recovery
Resolve the issue mentioned in the accompanying SQL error message and rerun the InstallSqlMxHelp script.
Help0003
Help0003: Missing command line arguments.
Cause
Command line arguments are not provided in InstallSqlMxHelp script.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script with proper command line arguments.
Help0004
Help0004: The command-line argument
argument is invalid.
Cause
You provided an invalid command line argument to the InstallSqlMxHelp script.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script with valid command line arguments. Valid values for argument are
-installHelp
and
-removeHelp
.
Help0005
Help0005: Only -installHelp or -removeHelp can be specified, not both.
Cause
You provided both options in the command line argument to the InstallSqlMxHelp script.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script with valid command line arguments.
Help0006
Help0006: XML file
XMLFile content problem: help option
helpOpt for
helpKeyword is invalid, it must be one of syntax, syntax_description, example, considerations.
-
Where,
- XMLFile is the expected OSS path name of the
SqlmxHelpContent.xml
file. - helpOpt is an actual help option value from the XML file.
- helpKeyword is an actual keyword value from the XML file.
- XMLFile is the expected OSS path name of the
Cause
The bridgehead value in XML file is other than supported ones.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script using a properly formatted
SqlmxHelpContents.xml
file from the install location
/usr/tandem/sqlmx/bin
.
Help0007
Help0007: One of the options -installHelp or -removeHelp must be specified.
Cause
None of the command line arguments,
-installHelp
or
-removeHelp
, is specified.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script, specifying one of the options:
–installHelp
or
–removeHelp
.
Help0008
Help0008: The specified XML file
XMLFile does not exist.
Cause
The required
SqlmxHelpContent.xml
file does not exist in the default location
/usr/tandem/sqlmx/bin
.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script after making the XML file available at the default location.
Help0009
Help0009: An error occurred while parsing the XML file.
Cause
Do not edit the
SqlmxHelpContents.xml
file.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script using a properly formatted
SqlmxHelpContents.xml
file from the install location
/usr/tandem/sqlmx/bin
.
Help0010
Help0010: Help is not installed. No action is performed.
Cause
The InstallSqlMxHelp script was run using the
–removeHelp
option when help is not installed.
Effect
The operation fails.
Recovery
Not applicable
Help0011
Help0011: An error occurred while loading the JDBC/MX Type 2 driver.
Cause
The JDBC/MX Type 2 driver is not installed or not available.
Effect
The operation fails.
Recovery
Depending on the actual cause, either install the JDBC/MX Type 2 driver properly or set CLASSPATH and _RLD_LIB_PATH properly to point to the correct location where the JDBC/MX Type 2 driver is installed.
In both cases, rerun the InstallSqlMxHelp script.
Help0012
Help0012: XML file
XMLFile content problem: Help Applicability
chpTitle is invalid, it must be COMMON or MXCI.
-
Where,
- XMLFile is the expected OSS path name of the
SqlmxHelpContent.xml
file. - chpTitle is an actual chapter title from the XML file.
- XMLFile is the expected OSS path name of the
Do not edit the
SqlmxHelpContents.xml
file.
Cause
Chapter title in XML file is other than COMMON or MXCI.
Effect
The operation fails.
Recovery
Rerun the InstallSqlMxHelp script using a properly formatted
SqlmxHelpContents.xml
file from the install location
/usr/tandem/sqlmx/bin
.
Install001
Install001: /usr/tandem/sqlmx/bin/LoadMxHelp.jar file is not available.
Cause
The Jar file is not available at
/usr/tandem/sqlmx/bin
location.
Effect
The operation fails.
Recovery
Reinstall the
LoadMxHelp.jar
file.