question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SPManagedMetadataServiceApp sets incorrect defaults

See original GitHub issue

The SPManagedMetadataServiceApp does not properly support the configuration of multiple MMS service apps. When multiple service apps are configured, each will be set as the default for keywords and column specific term sets. This leads to an error in CA when editing the MMS Connection (select service app proxy in CA and click “Properties”). To fix this issue, the New-SPMetadataServiceAppProxy logic in the resource (see below) should be parameterized to allow the configuration to control which MMS service app will be the default.

265 $app = New-SPMetadataServiceApplication @params
266 if ($null -ne $app) 267 { 268 New-SPMetadataServiceApplicationProxy -Name $pName 269 -ServiceApplication $app 270 -DefaultProxyGroup 271 -ContentTypePushdownEnabled 272 -DefaultKeywordTaxonomy ` 273 -DefaultSiteCollectionTaxonomy 274 } 275 }

This issue is confirmed in multiple versions of SharePointDSC, including the “release-1.9” and “preview-2.0” branches.

Environment in which the issue was discovered: SP2013, Windows 2012R2.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
ykuijscommented, Dec 12, 2017

@andikrueger I thought you were already working on this 😃 If you have the opportunity to finish this by the end of this week, we can include it in v2.0…no pressure :-p

0reactions
ykuijscommented, Dec 15, 2017

Closed via PR 699

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tutorial: 5. Metadata API
The REST API's Metadata API provides services to support search and autocompletion scenarios, for example, to retrieve metadata from runtime, design-time ...
Read more >
Agency User faces error "Unexpected exception occurred ...
Go to "Set Up Agency Access" in the Admin Center · Disable the affected Agency · Save the changes · Do a OData...
Read more >
Use of the /Metadata Endpoint
Default value is false . When true , the response to the /metadata query includes field descriptions for all returned fields.
Read more >
Component Metadata - SAP Cloud Integration
IsDefaultGenerator and Metadata Version must always be true and should never be set to false. Metadata Version attribute is generated with default value...
Read more >
SAP API Management
API Management supports OData, REST, and SOAP services. Product. A product is a bundle of APIs. It contains metadata specific to your.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found