Postgres

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
A free jdbc driver for Postgres is available at
http://jdbc.postgresql.org
Go to the JDBC download page and download the
PostgreSQL 7.0.x  driver for Java2SE(1.2) 
Driver Name = jdbc7.0-1.2.jar
You need to place the JDBC driver in the following folder below depending on your installation method.
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 postgres driver, the classname is:

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

Example:

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.