GAUSS-03311 -- GAUSS-03320
GAUSS-03311: "position information is misordered"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03312: "unrecognized LC category: %d"
SQLSTATE: XX004
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03313: "could not convert string to UTF-8: error code %lu"
SQLSTATE: 22021
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03314: "invalid LC_COLLATE setting"
SQLSTATE: D0011
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03315: "invalid LC_CTYPE setting"
SQLSTATE: D0011
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03316: "could not create locale '%s': %m"
SQLSTATE: 22023
Description: The locale cannot be created because the OS cannot find the specified locale name.
Solution: Ensure that the created locale is supported by the OS.
GAUSS-03317: "collations with different collate and ctype values are not supported on this platform"
SQLSTATE: 0A000
Description: The current OS does not support collations with different collate and ctype values.
Solution: The ordering rules of data in each column can be specified. When a collation is created, ensure that the values of LC_COLLATE and LC_CTYPE are the same.
GAUSS-03318: "nondefault collations are not supported on this platform"
SQLSTATE: 0A000
Description: Non-default collations are not supported. They are used only on platforms that do not support locale_t.
Solution: Ensure that the default collation is used on this platform.
GAUSS-03319: "wcstombs_l is not available"
SQLSTATE: 22021
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03320: "mbstowcs_l is not available"
SQLSTATE: 22021
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.