SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

Welcome to the NonStop(TM) SQL/MX Remote Conversational Interface
(c) Copyright 2006-2011 Hewlett-Packard Development Company, LP.
Host Name/IP Address: nsksys.ind.hp.com:18650
User Name: super.super
Password:
DataSource Name [TDM_Default_DataSource]:
Connected to DataSource: TDM_Default_DataSource
SQL>SET IDLETIMEOUT 0
SQL>SET SQLPROMPT *
*SET TIME ON *
14:14:57 *SET TIMING ON
2:14:57 PM *SET SQLTERMINATOR .
2:14:57 PM *
Launching RMXCI without connecting to the database
To start RMXCI without connecting to the database, use the -noconnect option.
Example of launching RMXCI with -noconnect
From the client terminal window, run these commands:
/home:cd rmxci-installation-directory/rmxci/bin
where:
rmxci-installation-directory is the location where you have installed the RMXCI software
files, for example: /home/usr/rmxci.
/home/usr/rmxci/bin:./rmxci.sh -noconnect
Running RMXCI with -version
To display the build versions of RMXCI and NonStop JDBC Type 4 Driver, use the -version
option. If any other parameters are included with the -version parameter, they are ignored.
Example of running RMXCI with -version
From the client terminal window, run these commands:
/home:cd rmxci-installation-directory/rmxci/bin
where:
rmxci-installation-directory is where you have installed the RMXCI software files, for
example: /home/usr/rmxci. The following is a sample output:
/home/usr/rmxci/bin:./rmxci.sh -version
Welcome to the NonStop(TM) SQL/MX Remote Conversational Interface
(c) Copyright 2006-2011 Hewlett-Packard Development Company, LP.
NonStop JDBC Type 4 Driver :
T1249_V31_30AUG11_HP_NONSTOP(TM)_JDBCT4_2011_04_28
RMXCI Version : T0744_V31_30AUG11_HP_NONSTOP(TM)_RMXCI_2011_04_28
Running RMXCI with -help
To display a list of acceptable parameters, including proper usage information, use the -help
option. After displaying this information, the application exits.
Logging in to the database platform 31