Wednesday, December 21, 2011

SharePoint 2010 Managed Metadata Exception


SharePoint 2010 Managed Metadata Exception
if you get the following SharePoint 2010 exception , the probable reasons are
1. You are accessing the managed metadata service with a wrong name.
2. The term group you trying to access don't exist
3. The termset name is wrong.
4. the account you use don't have permissions to access the termset.
System.ArgumentOutOfRangeException was unhandled by user code
Message=Specified argument was out of the range of valid values.
Parameter name: index
Source=Microsoft.SharePoint.Taxonomy
ParamName=index
StackTrace: at Microsoft.SharePoint.Taxonomy.Generic.IndexedCollection`1.get_Item(String index)
Hope this saved you some time

2 comments:

  1. Hi Sreejitherathu,
    What do you mean with:
    "You are accessing the managed metadata service with a wrong name".
    Is this the name of the metadata service application itself?
    brgs

    Bjorn

    ReplyDelete
  2. Hi Sreejitherathu,
    What do you mean with:
    "1. You are accessing the managed metadata service with a wrong name."
    Where is this name wrong? and where to correct it? :P
    brgs

    Bjørn

    ReplyDelete