I have been getting error saving as template after migrating from MOSS 2007 tp SharePoint 2010 with database upgrade approach.
Error message:
Error exporting the site field named "Asset"
Error exporting the site field named "Category"
Finally I was able to save site as template after running the below command
stsadm -o activatefeature -name TSATypes -url http://sitecollection URL -force
stsadm -o deactivatefeature -name TSATypes -url http://sitecollection URL -force
That's it..Problem solved.
So you turned it on and then turned it off? Did you lose any data from columns that were using these TSATypes?
ReplyDeleteThanks!