Real Time Information Director User Documentation
RTID Extensibility 
Hewlett-Packard Company  22 
529618 - 001 
•
  Dispatch calls the Dispatcher object directly and is useful for testing the RTID 
from a workstation using JDBC for database access. In this scenario, the 
complete RTID runs in the local workstation and only the database calls are 
remote, allowing the use of workstation tools for debugging of RTID code. 
•
  The Delsert, Disassemble, and Reselect drivers test various internal RTID 
functions. These tests can also be run remotely in the same way as the Dispatch 
test. 
All tests are Java programs that are run the same way using the Java command such as: 
Java –Dzli.propertyFile=my.properties TestName arguments 
Zli.properties File Values Used by Drivers 
All drivers read a properties file for basic configuration parameters. However, many of 
the parameters in the properties file can be overridden by arguments on the command 
line. For instance the zli.property ‘url’ can be overridden by the –u argument. 
For descriptions of the properties, see the RTID Deployment module. 
Connection-related Properties 
•
  Url 
JDBC Properties 
The JDBC properties are used when testing the RTID on a workstation with JDBC 
connections to the NonStop Server database. 
•
  JdbcConnectionString 
•
  JdbcDriver 
•
  User 
•
  Password 
•
  Catalog 
•
  Schema  










