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

Any sessions using redirected or piped input are not prompted for retries.
This example shows an invalid host name. RMXCI then prompts for the host name, followed
by the user name and password, as shown:
rmxci h dd
Welcome to the NonStop(TM) SQL/MX Remote Conversational Interface
(c) Copyright 2006-2011 Hewlett-Packard Development Company, LP.
Unknown Host: dd
Host Name/IP Address: 172.16.1.1
User Name: super.super
Password:
DataSource Name [TDM_Default_DataSource]:
Connected to DataSource: TDM_Default_DataSource
SQL>
This example shows a valid user name and an invalid password. RMXCI prompts for the host
name. With a valid host name, an error is returned for the invalid password. RMXCI then
prompts for user name and password, as shown:
rmxci u super.super p serv
Welcome to the NonStop(TM) SQL/MX Remote Conversational Interface
(c) Copyright 2006-2011 Hewlett-Packard Development Company, LP.
Host Name/IP Address: 172.16.1.1
DataSource Name [TDM_Default_DataSource]: MyDataSource
Invalid authorization specification
User Name: super.super
Password:
Connected to DataSource: MyDataSource
SQL>
This example shows a valid host name, user name and data source. RMXCI prompts only for
the user name and password. After three unsuccessful retries, the session is terminated as
shown:
rmxci h 172.16.1.1 u super.super p x dsn TDM_Default_DataSource
Welcome to the NonStop(TM) SQL/MX Remote Conversational Interface
(c) Copyright 2006-2011 Hewlett-Packard Development Company, LP.
Invalid authorization specification
User Name: super.super
Password:
Invalid authorization specification
User Name: super.super
Password:
Invalid authorization specification
This example shows the connect command with a valid user name, host name and data
source. RMXCI prompts only for the user name and password because the password is invalid.
SQL>connect super.super/xxx @nsksys, TDM_Default_DataSource
Logging in to the database platform 25