Hi Friends,
Just come across a requirement of changing content type hub(CTH) url in managed metadata service(MMS). Initially we created a site collection and assigned it as a CTH site. Recently while working on some other stuff, one of the developer deleted the existing site.!!!! Big issue!!!
At the first glance we thought it must be a big issue but i wrote below powershell script to change my new site collection as CTH:
Set-SPMetadataServiceApplication -Identity "MyManagedMetadataService" -HubURI "http://spport01:5555/site/cth/"
Hurdle? I can be resolved!!!!
Post me for your responses and queries.
Just come across a requirement of changing content type hub(CTH) url in managed metadata service(MMS). Initially we created a site collection and assigned it as a CTH site. Recently while working on some other stuff, one of the developer deleted the existing site.!!!! Big issue!!!
At the first glance we thought it must be a big issue but i wrote below powershell script to change my new site collection as CTH:
Set-SPMetadataServiceApplication -Identity "MyManagedMetadataService" -HubURI "http://spport01:5555/site/cth/"
Hurdle? I can be resolved!!!!
Post me for your responses and queries.