Updated on 2023-12-22 GMT+08:00

GAUSS-02581 -- GAUSS-02590

GAUSS-02581: "function %u has too many arguments (%d, maximum is %d)"

SQLSTATE: 54023

Description: There are too many input parameters for the function.

Solution: Run the \df command to check whether the number of parameters defined by the function is consistent with that in the current query statement. The maximum number of parameters defined by the function is 16.

GAUSS-02582: "function %p returned NULL"

SQLSTATE: XX005

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02583: "input function %u returned non-NULL"

SQLSTATE: XX005

Description: After the column data is processed, an empty string is returned, which conflicts with the not null requirement.

Solution: Ensure that the column data is not empty and meets the NOT NULL constraint.

GAUSS-02584: "input function %u returned NULL"

SQLSTATE: XX005

Description: After the column data is processed, a not-null string is returned, which conflicts with the NULL constraint.

Solution: Ensure that the column data is empty and meets the NULL constraint.

GAUSS-02585: "receive function %u returned non-NULL"

SQLSTATE: 22023

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02586: "receive function %u returned NULL"

SQLSTATE: 22000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02587: "could not reopen file '%s' as stderr: %m"

SQLSTATE: XX000

Description: The file cannot be opened as a STDERR redirection file.

Solution: Ensure that the file exists.

GAUSS-02588: "could not reopen file '%s' as stdout: %m"

SQLSTATE: XX000

Description: The file cannot be opened as a STDOUT redirection file.

Solution: Ensure that the file exists.

GAUSS-02589: "cuslot %d is not owned by resource owner %s"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02590: "buffer %d is not owned by resource owner %s"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.