I have a point feature class A and a feature-linked annotation class B. Now, I wants to re-link some annotations in B to some other features in A. I have made a python script to update the field 'FeatureGlobalId' in B. The field 'FeatureGlobalId' is updated after running python but the linkage of annotations is broken. Anyone have ideas?