Informix

Use the Database Test utility from the Utility menu to test and debug your database connection settings.

Step 1. Download Driver to the jre/lib/ext folder
Go to the Informix website. Download the JDBC driver from there.
Driver Name = ifxjdbc.jar
You need to place the JDBC driver in the following 'ext' folder below depending on your installation method.  If the ext folder does not exist, create it.
For installs including JVM : ...Automize/jre/lib/ext
For installs without JVM : ...jre/1.3/lib/ext or JDK1.3/jre/lib/ext etc.. depending on your system

Step 2. Shutdown and Restart Automize

Step 3. Driver Class Name
For the informix driver, the classname is:
com.informix.jdbc.IfxDriver

Step 4. Database Url
The Url has to be constructed using the following syntax, where items contained in brackets are optional:

jdbc:informix-sqli://<host>:<port>:informixserver=<informix-server-name>

Example:
jdbc:informix-sqli://myhost:1533:informixserver=myserver

if the database is on your computer, use localhost.  Otherwise use the IP address or Domain name of the server where the database resides.  If you installed your database and you do not know what your port number is, chances are you do not need to specify a port number. Most installations use the default ports.

Step 5. Test the Connection
Hit the Test the Connection button.  If everything was setup correctly, you will see some database information.