GAUSS-03981 -- GAUSS-03990
GAUSS-03981: "MinWords should be less than MaxWords"
SQLSTATE: 22023
Description: The input min_words is greater than max_words.
Solution: Modify the values for min_words and max_words.
GAUSS-03982: "MinWords should be positive"
SQLSTATE: 22023
Description: The input min_words is less than zero.
Solution: Ensure that the input min_words is a positive number.
GAUSS-03983: "ShortWord should be >= 0"
SQLSTATE: 22023
Description: The input ShortWord is less than zero.
Solution: Ensure that the ShortWord is greater than or equal to zero.
GAUSS-03984: "MaxFragments should be >= 0"
SQLSTATE: 22023
Description: The value for MaxFragments is less than zero.
Solution: Ensure that the value for MaxFragments is greater than or equal to zero.
GAUSS-03985: "Invalid formatter options '%s'"
SQLSTATE: XX000
Description: The data format is invalid.
Solution: Ensure that the data format is valid and perform the operation again.
GAUSS-03986: "locations can not use different protocols"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03987: "invalid file header location '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03988: "Loading mode '%s' not recognized"
SQLSTATE: XX000
Description: The loading mode cannot be recognized.
Solution: Perform the operation again in normal, shared, or private mode.
GAUSS-03989: "LOAD format '%s' not recognized"
SQLSTATE: 22023
Description: The loading mode cannot be recognized.
Solution: Use the text, csv, and fixed formats and perform the operation again.
GAUSS-03990: "LOCATION is required for GSMPPDB foreign tables"
SQLSTATE: 42601
Description: The saving path is not specified for foreign tables.
Solution: Check the input parameter, add the saving path for foreign tables and perform the operation again.
Last Article: GAUSS-03971 -- GAUSS-03980
Next Article: GAUSS-03991 -- GAUSS-04000
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.