GAUSS-03181 -- GAUSS-03190
GAUSS-03181: "array of weight must be one-dimensional"
SQLSTATE: 2202E
Description: The array of the first parameter of the ts_rank_wtt function is not a one-dimensional array.
Solution: Set the first parameter of the ts_rank_wtt function to a one-dimensional array.
GAUSS-03182: "array of weight is too short"
SQLSTATE: 2202E
Description: Among the parameters of the ts_rank_wtt function, the number of elements in a one-dimensional array is smaller than four.
Solution: Ensure that the number of elements in the one-dimensional array is greater than or equal to four.
GAUSS-03183: "array of weight must not contain nulls"
SQLSTATE: 22004
Description: The array of the first parameter of the ts_rank_wtt function contains a null value.
Solution: Do not set null values for the array.
GAUSS-03184: "weight out of range"
SQLSTATE: 22023
Description: The array tuple of the first parameter of the ts_rank_wtt function is greater than 1.0.
Solution: The array tuple cannot be greater than 1.
GAUSS-03185: "more than one function named '%s'"
SQLSTATE: 42725
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03186: "more than one operator named %s"
SQLSTATE: 42725
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03187: "missing argument"
SQLSTATE: 42601
Description: The parameter is missing when an operator is deleted.
Solution: Use the parameter defined for an operator when deleting the operator.
GAUSS-03188: "too many arguments"
SQLSTATE: 54023
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03189: "expected a left parenthesis"
SQLSTATE: 22P02
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03190: "expected a right parenthesis"
SQLSTATE: 22P02
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.