GAUSS-02561 -- GAUSS-02570
GAUSS-02561: "cannot mv dynamic library %s to %s : %m"
SQLSTATE: 42P13
Description: Failed to invoke the system function.
Solution: Check whether the correct command is used.
GAUSS-02562: "access to library '%s' is not allowed"
SQLSTATE: 42501
Description: Accessing the library is not allowed.
Solution: Check whether you have the permission to access the library in the path.
GAUSS-02563: "invalid macro name in dynamic library path: %s"
SQLSTATE: 42602
Description: The dynamic library address contains invalid path macros.
Solution: Check whether the path macro in the dynamic library address is valid.
GAUSS-02564: "zero-length component in parameter 'dynamic_library_path'"
SQLSTATE: 42602
Description: The length of the dynamic library address is 0, which is invalid.
Solution: Modify the address length.
GAUSS-02565: "component in parameter 'dynamic_library_path' is not an absolute path"
SQLSTATE: 42602
Description: The dynamic library address is not an absolute path.
Solution: Modify the address length.
GAUSS-02566: "init_MultiFuncCall cannot be called more than once"
SQLSTATE: 2F000
Description: The function init_MultiFuncCall cannot be called multiple times.
Solution: Check the calling logic.
GAUSS-02567: "could not determine actual result type for function '%s' declared to return type %s"
SQLSTATE: 42804
Description: The type of the values returned by the function cannot be determined.
Solution: Check the return type of the function.
GAUSS-02568: "proallargtypes is not a 1-D Oid array"
SQLSTATE: XX000
Description: The function parameter is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-02569: "proargnames must have the same number of elements as the function has arguments"
SQLSTATE: 22023
Description: Internal system error: The number of function parameters does not match proarnames.
Solution: Ensure that the input parameter is valid.
GAUSS-02570: "proargmodes is not a 1-D char array"
SQLSTATE: XX000
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.