You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi Experts,
Please help. I try to use the bulk operation with drive Ingres to load data into Ingres table, but it has the warning "E_CO0015 COPY: Warning ..." and failed, I spend much time to review the data, but the data seems ok, so what is root cause generally? and how to resolve it? thanks.
=====Warning:
E_CO0015 COPY: Warning: 8 character domains were truncated when copied
from the file to character type columns in the table.
E_CO0028 COPY: Warning: Copy completed with 1 warnings. 5022 rows
successfully copied.
Best Regards,
Peter.
Offline

Hi Peter
Judging from this warning, you'd better check the insert data. The length of this column is 8. But some of your insert data is longer than that and it has been truncated.
Regards,
Pedro
Offline
Pages: 1