Search found 4 matches

by tbradley1015
Fri Nov 09, 2012 10:08 pm
Forum: ODBC
Topic: SQLGetPrivateProfileString
Replies: 6
Views: 29716

Re: SQLGetPrivateProfileString

Thanks all. The problem was the wrong directory for the odbclib

I had the 32bit version. Once I changed it to the 64bit version everything is ok.

ODBCInstLib = /apps/local/unixODBC_64/lib/libodbcinst.so.1
by tbradley1015
Fri Nov 02, 2012 4:27 pm
Forum: ODBC
Topic: SQLGetPrivateProfileString
Replies: 6
Views: 29716

Re: SQLGetPrivateProfileString

VERTICAINI is set. ux411:/mks/tcc/ort/bin/shell > more $VERTICAINI [Driver] Locale = en_US ODBCInstLib = /apps/local/unixODBC/lib/libodbcinst.so.1 ErrorMessagesPath = /apps/vertica/odbc/lib64/ DriverManagerEncoding = UTF-8 LogPath = /tmp LogLevel = 7
by tbradley1015
Wed Oct 31, 2012 4:18 pm
Forum: ODBC
Topic: SQLGetPrivateProfileString
Replies: 6
Views: 29716

Re: SQLGetPrivateProfileString

Its definitely finding ODBCMessages.xml because I added XXX to the message text in the file and now its displaying the text that I changed. DBI connect('TCCVRTS1','',...) failed: [unixODBC][Vertica][ODBC] (11560) Unable to locate XXXSQLGetPrivateProfileString function. (SQL-HY000) at tom_vertica.pl ...
by tbradley1015
Tue Oct 30, 2012 8:00 pm
Forum: ODBC
Topic: SQLGetPrivateProfileString
Replies: 6
Views: 29716

SQLGetPrivateProfileString

I've seen the few threads about NoSQLGetPrivateProfileString messages but I think I have a different issue. I'm trying to establish an odbc connection from a perl script and it's failing with this error. [Vertica][ODBC] (11560) Unable to locate SQLGetPrivateProfileString function I had the other iss...

Go to advanced search