GAUSS-04551 -- GAUSS-04560
GAUSS-04551: “could not write to roach”
SQLSTATE: XX000
Description: Internal system error. An error is reported during Roach export.
Solution:Contact technical support.
GAUSS-04552: “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-04553: “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-04554: “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-04555: “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-04556: “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-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-04559: “Error happen when execute memcpy_s:%d in reallocating aliged memory”
SQLSTATE: XX000
Description: Failed to call the memory copy function.
Solution:Contact technical support.
GAUSS-04560: “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.