The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Vsql windows client
Hi Team, i have installed vertica client package on windows which is having jdbc driver, vsql client. When i tried to connect to vertica database running on linux machine, its not working am using following comand to connect from windows machine. vsql –Uxxxxx –W -hxxxxxx.host.com -p5433 vsql: warning: extra command-line argument "-hxxxxxx.host.com" ign ored vsql: warning: extra command-line argument "-p5433" ignored vsql: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "???" and accepting TCP/IP connections on port 5433? Please let me know what would be the problem.. cannt use windows vsql clinet to connect to vertica databse? Thanks Renuka M
0
Comments
The parameter option "-W" is incorrect, the correct parameter is -w (small latter).
Please try with -w and you should be able to connect.
Also, give a blank space between parameter name and its value (e.g. -U xxxx). Below string looks incorrect.
vsql –Uxxxxx –W -hxxxxxx.host.com -p5433
Thanks,
Pravesh