Page 2 of 2

Re: Invalid User or Password Error

Posted: Fri Jul 13, 2012 2:00 am
by Julie
sKwa,

Here is the output:

Code: Select all

[root@verticatst01 ~]# ls -l /opt/vertica/lib64/libverticaodbc.so
lrwxrwxrwx 1 1016 10000 23 Jul 12 10:09 /opt/vertica/lib64/libverticaodbc.so -> libverticaodbc.so.6.0.0
I noticed that in your odbc.ini you have:

Code: Select all

Driver = /opt/vertica/lib64/libverticaodbc.so
and I have:

Code: Select all

Driver = /opt/vertica/lib64/libverticaodbc.so.6.0.0
But I changed mine to what you have, but still received the error.

I'll wait and upgrade to 6.0.2 when its released!

Re: Invalid User or Password Error

Posted: Tue Jul 30, 2013 8:54 pm
by augusto
The same happened to me.
I had the exactly same problem as Julie in the same conditions: /etc/odbc.ini and /etc/vertica.ini files created, VERTICAINI variable exported, an empty password, but my username parameter was the UID, when i changed to UserName, it worked!