GAUSS-03981 -- GAUSS-03990

GAUSS-03981: “MinWords should be less than MaxWords”

SQLSTATE: 22023

Description: The input min_words value is greater than the max_words value.

Solution: Modify the min_words and max_words values.

GAUSS-03982: “MinWords should be positive”

SQLSTATE: 22023

Description: The input min_words value is less than 0.

Solution: Ensure that the input min_words value is a positive number.

GAUSS-03983: “ShortWord should be >= 0”

SQLSTATE: 22023

Description: The input ShortWord value is less than 0.

Solution: Ensure that the ShortWord value is greater than or equal to 0.

GAUSS-03984: “MaxFragments should be >= 0”

SQLSTATE: 22023

Description: The MaxFragments value is less than 0.

Solution: Ensure that the MaxFragments value is greater than or equal to 0.

GAUSS-03985: “Invalid formatter options '%s'”

SQLSTATE: XX000

Description: The data format is invalid.

Solution: Check the data format 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: Failed to recognize the mode.

Solution: Use the NORMAL, SHARED, or PRIVATE mode and perform the operation again.

GAUSS-03989: “LOAD format '%s' not recognized”

SQLSTATE: 22023

Description: Failed to recognize the format.

Solution: Use the TEXT, CSV, or FIXED format and perform the operation again.

Feedback
编组 3备份
    openGauss 2024-05-05 00:44:49
    cancel