GAUSS-04551 -- GAUSS-04560
GAUSS-04551: "COMPATIBLE_ILLEGAL_CHARS only available on READ ONLY foreign table"
SQLSTATE: 42601
Description: The compatible_illegal_chars parameter can only be used to import data.
Solution: Remove the compatible_illegal_chars parameter when the export function is enabled.
GAUSS-04552: "DATE_FORMAT only available on READ ONLY foreign table"
SQLSTATE: 42601
Description: The date_format parameter can only be used to import data.
Solution: Remove the date_format parameter when the export function is enabled.
GAUSS-04553: "TIME_FORMAT only available on READ ONLY foreign table"
SQLSTATE: 42601
Description: The time_format parameter can only be used to import data.
Solution: Remove the time_format parameter when the export function is enabled.
GAUSS-04554: "TIMESTAMP_FORMAT only available on READ ONLY foreign table"
SQLSTATE: 42601
Description: The timestamp_format parameter can only be used to import data.
Solution: Remove the timestamp_format parameter when the export function is enabled.
GAUSS-04555: "SMALLDATETIME_FORMAT only available on READ ONLY foreign table"
SQLSTATE: 42601
Description: The smalldatetime_format parameter can only be used to import data.
Solution: Remove the smalldatetime_format parameter when the export function is enabled.
GAUSS-04556: "Failed to get foreign table built-in distribution info."
SQLSTATE: XX000
Description: The distribution information cannot be specified when a GDS table is created or changed.
Solution: Delete the distribution information added to the GDS table.
GAUSS-04557: "could not find block %p"
SQLSTATE: XX000
Description: The allocated memory is not detected during release.
Solution: Avoid the error caused by double free.
GAUSS-04558: "Error happen when execute memcpy_s:%d in reallocating aliged memory"
SQLSTATE: XX000
Description: Failed to invoke the memory replication function.
Solution: Contact technical support.
GAUSS-04559: "unsupport to get memory size under aligned memory allocator"
SQLSTATE: XX000
Description: The GetChunkSpace function is not supported when the memory context is aligned.
Solution: Contact technical support.
GAUSS-04560: "unsupport to free memory under stack memory allocator"
SQLSTATE: XX000
Description: The free function is not supported when the stack memory context is aligned.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.