billdvldog
Programmer
- Sep 6, 2001
- 43
Hello all,
I've been asked to migrate a database from a Sybase 11.9.2 DEC Unix system to a Sybase ASE 12.0 Windows 2000 Server system. Most of the tables bcp out, ftp, and bcp in just fine, but I have some tables with text fields that are causing me problems, even with -T set (to any value). I get the following message:
"Text/image field is larger than the maximum value. Data truncated."
Then the process just hangs, so I have to kill it. Any ideas?
BCP commands:
OUT: bcp emadmin..archive_comment out /sybase/archive_comment -T20480 -n -U -P
IN: bcp emadmin..archive_comment out /sybase/archive_comment -T20480 -n -U<user> -P<pass>
Thanks,
Bill
I've been asked to migrate a database from a Sybase 11.9.2 DEC Unix system to a Sybase ASE 12.0 Windows 2000 Server system. Most of the tables bcp out, ftp, and bcp in just fine, but I have some tables with text fields that are causing me problems, even with -T set (to any value). I get the following message:
"Text/image field is larger than the maximum value. Data truncated."
Then the process just hangs, so I have to kill it. Any ideas?
BCP commands:
OUT: bcp emadmin..archive_comment out /sybase/archive_comment -T20480 -n -U -P
IN: bcp emadmin..archive_comment out /sybase/archive_comment -T20480 -n -U<user> -P<pass>
Thanks,
Bill