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

Table 2 Locations of RMXCI Software Files
DescriptionFilesDirectory
Linux launch filermxci.sh
Perl wrapper scriptrmxci.pl
Python wrapper script. (To run the script
, see “Perl and Python wrapper scripts
(page 52).)
rmxci.py
Product JAR filermxci.jarinstall-directory/rmxci/lib
Product fileSession.pminstall-directory/rmxci/lib/perl
Product fileSession.pyinstall-directory/rmxci/lib/python
Runs DML statements and returns results
in an array format written in Perl
arrayDML.plinstall-directory/rmxci/samples
Executes interface commands and returns
results in array format written in Perl
arrayIQ.pl
Readme file that describes how to use
the sample scripts
README
Sample Perl programsample.pl
Sample SQL scriptsample.sql
Sample perl file that lists all tables and
respective rowcounts. (The file can
sampleTables.pl
accept a command-line wildcard
parameter.)
Sample python file that lists all tables and
respective rowcounts. (The file accepts
a command-line wildcard parameter.)
sampleTables.py
Sample python file that uses Jython to
run DDL statements
sampleDDL.py
Sample python file that uses Jython to
run DML statements
sampleDML.py
Verifying the installed version of RMXCI
To display the installed version of RMXCI without launching the Remote Conversational Interface
and connecting to the database, complete the following steps:
1. Go to the lib directory, which contains the RMXCI JAR file:
Enter the following command from the client terminal window:
/home:cd rmxci-installation-directory/rmxci/lib
where:
rmxci-installation-directory is where you installed the RMXCI software files.
Post-installation procedures 17