spUpdateLDW_ePO,Error=String or binary data would be truncated
spUpdateLDW_ePO,Error=String or binary data would be truncated
A file name definition had a missmatch. In one table it was defined as 266 while it was 255 in another.
Update the applicable stored procedure to cast the value down to 255 so that we never get data that is too large for the field it will go into.