GAUSS-02551 -- GAUSS-02560
GAUSS-02551: “database %u does not exist”
SQLSTATE: 3D000
Description: The database does not exist.
Solution: Internal system error. Contact technical support.
GAUSS-02552: “Forbid remote connection with trust method!”
SQLSTATE: 42601
Description: Remotely connecting to the database using the trusted method is not allowed.
Solution: Check the connection security settings.
GAUSS-02554: “not able to set up signal action handler”
SQLSTATE: 53000
Description: Failed to create a signal processing function for a thread.
Solution: Internal system error. Contact technical support.
GAUSS-02555: “failed to create timer for thread”
SQLSTATE: XX000
Description: Failed to create a timer for a thread.
Solution: Internal system error. Contact technical support.
GAUSS-02556: “could not find function '%s' in file '%s'”
SQLSTATE: 42883
Description: Failed to find the function definition.
Solution: Ensure that the function is properly defined in the statement.
GAUSS-02557: “could not load library '%s': %s”
SQLSTATE: XX000
Description: Failed to load the library.
Solution: Check the library based on the prompted error information and troubleshoot the fault.
GAUSS-02558: “incompatible library '%s': missing magic block”
SQLSTATE: XX000
Description: The library is incompatible because the magic numbers are missing.
Solution: Check whether the library file is damaged.
GAUSS-02559: “incompatible library '%s': version mismatch”
SQLSTATE: XX000
Description: The library version is incompatible.
Solution: Ensure that the library file uses a compatible version.
GAUSS-02560: “incompatible library '%s': magic block mismatch”
SQLSTATE: XX000
Description: The library is incompatible because the magic numbers do not match.
Solution: Ensure that the library file uses a compatible version.