GAUSS-00571 -- GAUSS-00580
GAUSS-00571: "unrecognized DISCARD target: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00572: "function '%s' was not called by trigger manager"
SQLSTATE: 39P01
Description: A function is not invoked by the trigger manager.
Solution: Ensure that the function is invoked as an AFTER ROW trigger.
GAUSS-00573: "function '%s' must be fired AFTER ROW"
SQLSTATE: 39P01
Description: A function is invoked before an AFTER ROW trigger is triggered.
Solution: Ensure that the function is invoked after the AFTER ROW trigger is triggered.
GAUSS-00574: "function '%s' must be fired for INSERT or UPDATE"
SQLSTATE: 39P01
Description: A trigger is not triggered by the INSERT/UPDATE statement.
Solution: Ensure that the trigger is triggered by the INSERT/UPDATE statement.
GAUSS-00575: "Permission denied to create role with option UNENCRYPTED."
SQLSTATE: XX000
Description: An error occurs when UNENCRYPTED is specified for CREATE ROLE.
Solution: Encrypt the password.
GAUSS-00576: "Must be system admin to create replication users."
SQLSTATE: 42501
Description: You have no permission to create replication users.
Solution: Create replication users as a system administrator.
GAUSS-00577: "Must be system admin to create auditadmin users."
SQLSTATE: 42501
Description: You have no permission to create audit administrators.
Solution: Create audit administrators as a system administrator.
GAUSS-00578: "Must be system admin to create sysadmin users."
SQLSTATE: 42501
Description: You have no permission to create system administrators.
Solution: Create system administrators as a system administrator.
GAUSS-00579: "Permission denied to create role."
SQLSTATE: 42501
Description: You have no permission to create users.
Solution: Ensure that you have the permission to create users.
GAUSS-00580: "Separation of privileges is used,user can't be created because of too many privileges."
SQLSTATE: 42501
Description: The permissions specified for users exceed the limit during rights separation.
Solution: Ensure that the permissions specified for users do not exceed the limit during rights separation.
Last Article: GAUSS-00561 -- GAUSS-00570
Next Article: GAUSS-00581 -- GAUSS-00590
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.