We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Getting error with Bulk copy activity

Sheryansh93
5 - Atom

I am getting the error BCP send row failed: string data right truncation

When I have checked the max length in each column it's well within the limits

Also when it is done one row at a time there is no error only during bulk copy, we are getting an error

1 REPLY 1
carterluke
5 - Atom

The "BCP send row failed: string data right truncation" error often occurs due to hidden issues with the data, like trailing spaces or special characters exceeding the defined column limits during bulk copy. Even though individual rows work, bulk operations handle data differently. Double-check your data for any unexpected characters or inconsistencies, and ensure all data matches the exact column definitions, including lengths and types

Labels
Top Solution Authors