Assume that:
<designer_install_root>\bin
. Database Name: vmartdb
Driver: com.vertica.jdbc.Driver
URL: jdbc:vertica://192.168.0.1:5433/vmartdb
User: dbadmin
Password: test1234
For details about how to install Vertica, refer to https://my.vertica.com/docs/6.1.x/HTML/index.htm#1318.htm.
Take the following steps to set up a connection which connects JReport Designer to a database via Vertica:
jdbc:vertica://<hostname>:<port>/<SID>
. In this example, enter jdbc:vertica://192.168.0.1:5433/vmartdb.