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 why the query fails.
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 currently."
SQLSTATE: XX000
Description: bloom filter is created using the type that the filter does not support.
Solution: You can contact technical support and use the correct type.
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: You can contact technical support and 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: You can contact technical support and correct the fault tolerance rate 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 upper limit.
Solution: You can contact technical support and reduce the number of filled objects to be less than the maximum number.
GAUSS-04578: "BloomFilters are not compatible for merging."
SQLSTATE: XX000
Description: The bloom filter objects with different coefficients are merged.
Solution: You can contact technical support and ensure that two bloom filter objects with different coefficients are not merged.
GAUSS-04579: "Failed to get environment 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 set, an error will be displayed to avoid any further incorrect 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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot