SharePoint | No valid proxy can be found


Problem:

We have an exception while trying to Publish a Content Type.

Exception calling "Publish" with "1" argument(s): "No valid proxy can be found to do this operation."

At try.ps1:27 char:42
+             $contentTypePublisher.Publish <<<< ($_)
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException


Solution(s):

Yes, I have tried:

  • Going to Central Admin, Service Applications, MMS, Properties (Service) and ensure I am using the right URL under "Content Type Hub".

  • Going to Central Admin, Service Applications, MMS, Properties (Service Connection) and ensure I have checked "Consumes content types from the Content Type Gallery at [my_url]".

  • Forcing the URL setting with:
    Set-SPMetadataServiceApplication "Managed Metadata Service" -HubUri [my_url]

My problem was that the account used to run the script did not have enough permissions in the MMS Service Application.
  •  Going to Central Admin, Service Applications, MMS, Permissions (Service) and ensure my current account has Full Control.

Resources:

http://charliedigital.com/2010/01/06/sharepoint-2010-content-type-publishing-setup/

http://social.technet.microsoft.com/Forums/sharepoint/en-US/d9efe46c-7d55-4f51-9e09-c41ff4d40bda/error-publishing-content-type?forum=sharepointadminprevious

http://chakkaradeep.com/index.php/sharepoint-2010-content-type-hubs-publish-and-subscribe-to-content-types/

Comments

Popular posts from this blog

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes

Document ID not being generated