Hi m using 3 node vertica (ex: node A B C).
m trying to connect to Vertica database from perl code from Node A . i installed all ODBC drivers .
Now when executing perl code m not able to connect to db, its throwing error as
DBI connect('VerticaDSN','tdaadmin',...) failed: [unixODBC][Vertica][ODBC] (10380) Unable to establish a connection with data source. (SQL-08001) at test.pl line 5
Can't connect to Vertica database: [unixODBC][Vertica][ODBC] (10380) Unable to establish a connection with data source. (SQL-08001)
Can anyone help me please
Can't connect to Vertica database
Moderator: NorbertKrupa
-
- Newbie
- Posts: 21
- Joined: Tue Aug 27, 2013 10:31 am
- JimKnicely
- Site Admin
- Posts: 1825
- Joined: Sat Jan 21, 2012 4:58 am
- Contact:
Re: Can't connect to Vertica database
Are you able to connect using isql?
isql -v VerticaDSN
isql -v VerticaDSN
Jim Knicely
Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.
Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.