Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
7.4 DXP U29
Description
"Order" entity cannot be exported because of
2022-06-23 12:01:09.192 ERROR [http-nio-8080-exec-9][BatchingBatch:134] HHH000315: Exception executing batch [java.sql.BatchUpdateException: Data truncation: Data too long for column 'fieldNames' at row 1], SQL: insert into BatchEngineExportTask
Change column size of BatchEngineExportTask.fieldNames from varchar(1000) to TEXT.