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
