Updated on 2024-03-15 GMT+08:00

GAUSS-03541 -- GAUSS-03550

GAUSS-03541: "recovery_target_xid is not a valid number: '%s'"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03542: "recovery_target_name is too long (maximum %d characters)"

SQLSTATE: 22023

Description: The recovery target name is too long.

Solution: Shorten the recovery target name and restore the database.

GAUSS-03543: "unrecognized recovery parameter '%s'"

SQLSTATE: XX000

Description: The recovery parameter cannot be recognized.

Solution: Correctly configure the recovery parameter and restore the database.

GAUSS-03544: "recovery command file '%s' must specify restore_command when standby mode is not enabled"

SQLSTATE: XX000

Description: The recovery command file does not specify the restore command when standby mode is not enabled.

Solution: Correctly configure the recovery command and restore the database.

GAUSS-03545: "recovery target timeline %u does not exist"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03546: "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)"

SQLSTATE: 22023

Description: The configured parameter value for the standby server is less than that of the master server.

Solution: Modify the configuration and restart the database.

GAUSS-03547: "hot standby is not possible because wal_level was not set to 'hot_standby' on the master server"

SQLSTATE: XX000

Description: The parameter wal_level of the primary server is not set to hot_standby.

Solution: Set the parameter wal_level of the primary server to hot_standby and rebuild the HA relationship.

GAUSS-03548: "control file contains invalid data"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03549: "requested timeline %u is not a child of database system timeline %u"

SQLSTATE: XX000

Description: The timeline of the backup WAL log files is inconsistent with that of the database system.

Solution: Ensure that the timeline of the WAL log files is consistent with that of the database, and restore the database.

GAUSS-03550: "could not find redo location referenced by checkpoint record"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.