vsql 5.0 client

Moderator: NorbertKrupa

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: vsql 5.0 client

Post by JimKnicely » Tue Jul 31, 2012 9:31 pm

Hi,

Hmm. I tried this too. I copied the windows vsql executable to a new directory and then uninstalled the Vertica 6 drivers (if you don't copy the executable it gets deleted during the uninstall). I then installed the 4.19 drivers but still could not connect to a Vertica 5 database using the Vertica 6 vsql Windows client I copied previously :(

Code: Select all

C:\Vertica\bin>vsql -h verticatest01 -U dbadmin
vsql: FATAL :  unsupported frontend protocol 3.3: server supports 3.0 to 3.1
I'm guess the issue is on the server side... Maybe Vertica will release a vsql Windows version compatible with Vertica 5?

Note that I could still connect to a Vertica 6.0.0-2 database:

Code: Select all

C:\Vertica\bin>vsql -h verticatest01 -U dbadmin
Welcome to vsql, the Vertica Analytic Database interactive terminal.

Type:  \h for help with SQL commands
       \? for help with vsql commands
       \g or terminate with semicolon to execute query
       \q to quit

Warning: Console code page (437) differs from Windows code page (1252)
         8-bit characters may not work correctly. See vsql reference
         page "Notes for Windows users" for details.

dbadmin=> select version();
              version
------------------------------------
 Vertica Analytic Database v6.0.0-3
(1 row)
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

jpcavanaugh
Intermediate
Intermediate
Posts: 149
Joined: Mon Apr 30, 2012 10:04 pm
Location: New York
Contact:

Re: vsql 5.0 client

Post by jpcavanaugh » Tue Jul 31, 2012 11:09 pm

Windows vsql was not supported with server version 5 unfortunately and most likely will not be back ported.

User avatar
Julie
Master
Master
Posts: 221
Joined: Thu Apr 19, 2012 9:29 pm

Re: vsql 5.0 client

Post by Julie » Wed Aug 01, 2012 3:14 am

Windows vsql was not supported with server version 5 unfortunately and most likely will not be back ported.
Boo! Just kidding :mrgreen:

I've already upgraded to 6.0.0-3.

vzingertal, maybe you can upgrade your database? It is pretty painless to do so.
Thanks,
Juliette

id10t
GURU
GURU
Posts: 732
Joined: Mon Apr 16, 2012 2:44 pm

Re: vsql 5.0 client

Post by id10t » Wed Aug 01, 2012 7:27 am

Hi Julie!

To upgrade it's painless - it's true, but Vertica 5 much more stable than version 6. I still do not recommend to use Vertica 6, especially 6.0.0.0, -1, -2.
On production system I still will use in version 5.

User avatar
Julie
Master
Master
Posts: 221
Joined: Thu Apr 19, 2012 9:29 pm

Re: vsql 5.0 client

Post by Julie » Wed Aug 01, 2012 2:04 pm

Uh oh. We already upgraded in production :!:

So far so good as I haven't had any issues (knock on wood).

Have you heard about any major bugs in 6.0.0-3?
Thanks,
Juliette

Post Reply

Return to “New to Vertica Database Development”