Shilpa
Shilpa

Reputation: 578

vertica jdbc connection failover

I am using vertica 7.0 version and trying to add backupserver nodes during a connection failover. I tried to perform the similar steps as specified in the vertica 7.0 API programmer's guide. But I receive an error stating unknown host.

I am using this as the connection string : jdbc:vertica://badHostName:5433/dbName?connectionloadbalance=true

**A bad host name: ** If my current host name is xyz.abc.com then the bad host name I have mentioned as xyz.abc.comz.

Please let me know how to get through this.

Thanks

Upvotes: 0

Views: 873

Answers (1)

Shilpa
Shilpa

Reputation: 578

I had added a wrong version of vertica jdk which I assume was not compatible for the new feature. So do check in your versions for such errors :)

Upvotes: 0

Related Questions