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 security settings of the database connection.
GAUSS-02553: "no signal slot avaliable for new thread creation"
SQLSTATE: 53300
Description: Failed to create a signal slot for a thread.
Solution: Internal system error. Contact technical support.
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: The function definition cannot be found.
Solution: Ensure that the function is correctly defined in the statement.
GAUSS-02557: "could not load library '%s': %s"
SQLSTATE: XX000
Description: Data cannot be loaded to the database.
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 not supported because the magic numbers are missing.
Solution: Check whether the library is damaged.
GAUSS-02559: "incompatible library '%s': version mismatch"
SQLSTATE: XX000
Description: The library version is not supported.
Solution: Use the correct version of library.
GAUSS-02560: "incompatible library '%s': magic block mismatch"
SQLSTATE: XX000
Description: The library is not supported because the magic numbers are missing.
Solution: Use the correct library.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.