VSQL in Unix- Locale Issue
Hi,
I am trying to connect to HP Vertica DB from AIX unix box, I am getting error message as follows
"Invalid locale: run the "locale" command and check for warnings". When I issues the locale command I could see that locale is set to en_US.UTF-8
$ locale
LANG=en_US.UTF-8
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=en_US.UTF-8
Can anyone help and advice whats wrong or do I need to do any other settings?
I am trying to connect to HP Vertica DB from AIX unix box, I am getting error message as follows
"Invalid locale: run the "locale" command and check for warnings". When I issues the locale command I could see that locale is set to en_US.UTF-8
$ locale
LANG=en_US.UTF-8
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=en_US.UTF-8
Can anyone help and advice whats wrong or do I need to do any other settings?
0
Comments
Kindly modify the locale settings so that all locale paramters should have "en_US.UTF-8" and not "C".
Thanks,
Shobhit
LC_ALL is currently set to en_US.UTF-8. LC_ALL overrides all LC_* environment variables with the given value.
Please Advice.
I am also facing similar issue.. any pointers on resolution is really helpful.