DMX_JDBC_INI_FILE
To provide Connect with access to the JDBC configuration file, you must set the Connect environment variable, DMX_JDBC_INI_FILE, to point to the full path of the JDBC configuration file. The full path includes the directory location and the JDBC configuration file name. Consider the following examples on setting the DMX_JDBC_INI_FILE environment variable:
On Windows:
set DMX_JDBC_INI_FILE=C:\Program Files\DMExpress\Programs\DMXJdbcConfig.ini
On UNIX:
export DMX_JDBC_INI_FILE=/usr/dmexpress/etc/DMXJdbcConfig.ini