I have a script running that is updating an SDE feature class from a parcel fabric feature class..
The script is failing because two fields in the target database are not wide enough.
Field 1 - 50 in the source , 20 in the target
Field 2 - 2000 in the source 25 in the target
I've tested and verified that appendmanagement will run fine if I alter the field widths in the target database.
I'd rather not do that and was wondering if there is a way to have appendmanagment just truncate the values at 20 and 25 when it does the append.
Feedback is greatly appreciated!