The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
91 views

Configuring User Profile/Managed Metadata Sync Service

As far as I know, everytime you perform a crawl on the User Profile Service Application certain Active Directory fields are converter or added (if already exist) to the People term-set. We found a ...
1
vote
2answers
291 views

How to change site collection URL (Content Type Hub) in Managed Metadata service application

in Application Management -> Manage Service Applications -> Managed Metadata Service. Select manage metadata service and click properties. In properties window, I have added Site collection URL for ...
0
votes
1answer
148 views

Managed metadata Group not visible in sharepoint 2013

I have created managed metadata Group named "MyGroup" in term store (Managed Metadata Service) programmatically under FeatureActivated method in sharepoint 2013 as below: public override void ...
0
votes
2answers
291 views

How to import term set with Use this Term Set for Site Navigation property selected using PowerShell?

$session = Get-SPTaxonomySession -Site $sitename $termStore = $session.TermStores[“Managed Metadata Application”] $group = $termstore.CreateGroup(“My New Group”) $group.Description = "My Term Group" ...
1
vote
1answer
199 views

TaxonomyField not updating

I have a little function that updates a taxonomy field on a listitem. It does work when I call it from the SharePoint site, but If I call it from a WCF service (built on top of SharePoint's WCF ...
1
vote
1answer
698 views

How to insert data into Managed Metadata field of any Document Set using PowerShell?

I am creating a Document Set for a library using powershell and that document set contains some mandatory managed metadata fields. I am able to create document set but how can I insert data into those ...
1
vote
1answer
84 views

updating taxonomy

My question is. the users searches for items based on taxonomy field. suppose you have a MMS Field with name "departement" which can get value (IT, economy, ...). after a while the client wants to ...
0
votes
1answer
139 views

Error when creating site from site template

I am having the exact issue here: http://social.technet.microsoft.com/Forums/en-IN/sharepoint2010setup/thread/76f96d55-6be2-4ad1-8da5-0b26a619c666 I saved a site as a template and then attempted to ...
0
votes
0answers
55 views

Handle large amounts of terms using the Managed Metadata Service

I'm using the Managed Metadata Service to handle a taxonomy with a lot of terms. The problem I face is that the default UI in the Central Admin only displays 10 terms at a time. There is a "previous" ...
0
votes
0answers
617 views

Changed the URL for Content Type Hub but new URL not showing site Content Types of the original hub

SUMMARY: I am trying to change my Content Type Hub site collection to a new site collection which has CTHub as part of the URL (i.e. now that I know a bit more, I thought this should be part of the ...
0
votes
0answers
64 views

update MMS after recreate

I have created a custom Managed metadata service by using Powershel script. Everything works ok, and I can add Taxonomy Fields to ContentTypes and change the values of them on "Edit Properties" page ...
0
votes
0answers
108 views

access denied for MMS connection

When I select the connection for the default managed metadata service application (Managed Metadata Service) and click properties it generates: The remote server returned an error: (403) Forbidden. I ...
1
vote
1answer
704 views

Specified argument was out of the range of valid values

The following code generates "Specified argument was out of the range of valid values" TaxonomySession session = new TaxonomySession(site); TermStore termStore = session.TermStores["Managed ...
0
votes
1answer
59 views

MySite Owner Managed Metadata Service

I have two MMS Fields (created on rootweb, added to myContentType which in turn added to MyDocumentLibrary) which works fine everywhere in the farm, but they do not work correctly on MySite. this is ...
0
votes
2answers
245 views

EventHandler for Managed Metadata Terms

I want to invoke some of my custom code during the addition and deletion of TermSets or Term in Term Store Management under Managed Metadata Service. If we can invoke those codes, then how we can ...
1
vote
0answers
66 views

Automatically add new into term store

When one has metadata column connected to open term store, you can add new items into that store but you have to open popup window. Is it possible to add new keyword when user enters keyword that is ...
0
votes
1answer
460 views

SharePoint 2010 taxonomy import and export to csv

Currently I am working with taxonomies and multi language packs. So I want to import a csv with all terms in a term store in different languages. However I cannot find an example of how the csv ...
0
votes
1answer
134 views

Error enabling the managing metadata service in central administration

I am getting an error, well, not exactly error but getting message like: The Managed Metadata Service or Connection is currently not available.The ApplicationPool or Managed Metadata Web Service may ...
4
votes
1answer
636 views

Sharing custom content types across multiple web applications

Our SharePoint 2010 instance have 3 Web Applications, lets just call them A B and C. I have the managed-metadata service pointed to web application A. The content type hub service is enable for A. ...
1
vote
1answer
506 views

Why is the TaxonomyClientService.asmx service returning escaped XML for my result?

I was able to sucessfully call the service but when I get my results back it looks like this (see the GetChildTermsInTermSetResult node): <?xml version="1.0" encoding="utf-8"?> ...
2
votes
2answers
198 views

How can I get TermStoreIds and TermSetIds from the MMS?

If I go to the Term Store Management Tool there is a tsid in the query string, but this value does not seem to change. Is there an easy way to get TermStoreIds and TermSetIds?