GAUSS-04571 -- GAUSS-04580
GAUSS-04571: "specified date format is null"
SQLSTATE: 22007
Description: The SQL parameter is incorrect.
Solution: Modify the SQL statement.
GAUSS-04572: "specified time format is null"
SQLSTATE: 22007
Description: The logical memory management function is not enabled.
Solution: Inform the user of the reason that cannot be queried.
GAUSS-04573: "unsupported view for memory protection feature is disabled."
SQLSTATE: XX000
Description: The feature is not supported.
Solution: Contact technical support.
GAUSS-04574: "The data type %d is not supported for bloom filter curently."
SQLSTATE: XX000
Description: bloom filter is created using the type that the filter does not support.
Solution: Contact technical support. Set it to be within the valid range.
GAUSS-04575: "ExpectedEntries should be > 0 and < 10000000."
SQLSTATE: XX000
Description: The number of specified items exceeds the allowed quantity when you create bloom filter.
Solution: Contact technical support. Reduce the number of specified elements.
GAUSS-04576: "False positive probability should be > 0.0 & < 1.0."
SQLSTATE: XX000
Description: The specified error tolerance rate exceeds the allowed scope when you create bloom filter.
Solution: Contact technical support. Set the error tolerance rate to be within the valid range.
GAUSS-04577: "Add too many values to the bloom filter."
SQLSTATE: XX000
Description: The number of items added in the bloom filter objects exceeds the maximum quantity that can be contained.
Solution: Contact technical support. Reduce the number of filled objects to no greater than the maximum number.
GAUSS-04578: "BloomFilters are not compatible for merging."
SQLSTATE: XX000
Description: The bloom filter objects having different coefficients are merged.
Solution: Contact technical support. Do not merge the bloom filter objects that have different coefficients.
GAUSS-04579: "Failed to get enviroment parameter $GAUSSHOME or it is NULL, please set $GAUSSHOME as your installation directory!"
SQLSTATE: 22004
Description: Loading the ir file depends on the environment variable GAUSSHOME. If GAUSSHOME is not configured, an error is reported to prevent subsequent invalid operations.
Solution: Ensure that the environment variable GAUSSHOME is configured.
GAUSS-04580: "Failed to load IR file!\n"
SQLSTATE: XX000
Description: The ir file fails to be analyzed, which means the LLVM module fails to be loaded. An error is reported to prevent subsequent invalid operations.
Solution: Ensure that the ir file content and location are incorrect.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.