4 posts / 0 new
Last post
ERROR:Data too long
What does the following error signify, What is the solution? "ERROR: BATCHED INSERTFAILED:Data truncation: Data too long for column 'cpLogoUrl' at row 1
You voted 4. Total votes: 2522

Quick fix is to increase the size of the field under your target database

You voted 3. Total votes: 2445

Normally this error is seen when the source data size is > target table field size . So the database throws an exception while insert/update.
To overcome this please increase the size of field under database.

Total votes: 2614

For more information regarding increase of the field size in database, refer the following link.
http://help.mydbsync.com/docs/display/CloudReplication/Alter+Field+Size+...

You voted 3. Total votes: 2537