Hi All,
I am facing a issue regarding the synchronizing the content types from content type hub.
Site collection having issue works fine in dev environment. Now site collection has to promote to quality assurance. For promotion, import & export is being used, commands are given below.
Export : Export-SPWeb –Identity "siteurl" –Path "path\filename.cmp" –IncludeUserSecurity
Import : Import-SPWeb –Identity "siteurl" –Path "path\filename.cmp" –IncludeUserSecurity
This site collection has 6 content types that are subscribed from content type hub. After import on new location which is on different farm, 4 content type remain connected however 2 content types are disconnected from content type hub. I checked the publishing logs and notice below error.
"Field internal name 'LegalTopicTaxHTField0' conflict".
Also I have observed that content types that are getting disconnected are having managed meta data columns. If I open these managed metadata columns from content type setting screen, UI gives error invalid field id.
Do anyone have any clue regarding this issue? Thanks for help in advance.
Regards Amit