Real Time Information Director User Documentation
RTID Deployment
Hewlett-Packard Company 24 529618 - 002
JdbcDriver
Class name of the JDBC driver used to connect to the NonStop SQL/MX database. In
the properties file that you use on the NonStop Server, the value must be the
com.tandem.sqlmx.SQLMXDriver. In the properties file that you use on the
workstation, the value must be either
• sun.jdbc.odbc.JdbcOdbcDriver, for the JDBC-ODBC bridge, or
• com.tandem.t4jdbc.SQLMXDriver for the NonStop SQL/MX Type 4 driver
The default value is
JdbcDriver=com.tandem.sqlmx.SQLMXDriver
SqlSchemaReaderClassName
Name of the Director class that uses the JDBC API to gather metadata about tables used
in document definitions. Permissible values (both in the com.hp.rtid.sql.schema package)
are
• SqlSchemaReader. This class uses an SQL connection to query the database for
schema information.
• StaticTableMetaData. This class does not use an SQL connection; rather it uses
other classes in the com.hp.rtid.sql.schema package to produce static definitions
of table metadata. This option allows the Director to run without a connection to
the NonStop server, but in such a case the Director cannot perform any SQL
operations: all it can do is disassemble documents and perform export operations.
The default value is
SqlSchemaReaderClassName=com.hp.rtid.sql.schema.SqlSchemaReader.
JdbcConnectionString
The JDBC connection string. In the properties file that you use on the NonStop Server,
the value must be jdbc:sqlmx. In the properties file that you use on the PC, the value
must be either
• jdbc:odbc: followed by the DSN name for the JDBC-ODBC bridge, or
• jdbc:t4sqlmx:<IP_address:port>/: for the NonStop SQL/MX Type 4 driver
( IP_address:port specifies the URL for the NonStop ODBC/MX server.)
Examples:
jdbc:odbc:RTSC