About Me

A career professional with 19 years of experiences with in application development, solution architecture, management and strategy. Architected, planned, and executed, many programs, projects and solutions delivering valued results to business clients and customers. Able to provide creative solutions to solve problems and articulate the value proposition to upper management and technical design to IT staff. Collaborates across teams and other facet of IT (i.e. operations, infrastructure, security) to validate solutions for completeness. Interface with clients to gather feedback, advise, and solution in the business language.

Monday, June 21, 2010

SharePoint 2010 Content Type Hub & the Managed Metadata Service

SharePoint 2010 Content Type Hub & the Managed Metadata Service


What is it about:

With SharePoint 2007 I can across users that wanted to deploy content type across multiple site collections. The reasons for this is numerous (governance, size of content database, etc).

Fictitious Scenario:

MediaXYZ just installed SharePoint 2010, they have four departments but they all work print materials. As the print material (e-magazines, brochures, and papers) goes through a life-cycle starting in Global Strategy -> Design -> Marketing -> Sales.

Problem:

Each department works independently of each other but management want everyone to have the same metadata and structures for the document types to make searching easier. In MOSS 2007 a content type would be used to accomplish this but it would not go beyond the site collection unless you used a feature to deploy it to multiple site collections.

Structures:


Web Application and Web Site Collections

Global Strategy

http://office10/sites/GlobalStrategy

Design

http://office10/sites/Design

Marketing

http://office10/sites/Marketing

Sales

http://office10/sites/Sales



Create the following content type only in http://office10/sites/GlobalStrategy


Content Type - Print Material



Print Type

Choice [Magazine, Paper, Brochure]

Client

Single line

Client Type

Choice [Pharmaceutical, Real-Estate, Software]

Main Topic

Single line

Publish Date

Date

Volume

Single line



Solution-Overview:

In SharePoint 2010 has a new service that saves us from this insanity of features or custom code. The new service is called the Managed Metadata service application. Basically a site is designated
as the content type hub and content types from the site collection are published throughout the other site collections. The best thing about this solution is if the content type changes then all that needs to be done is to republish the content type in the hub site.

Solution-Implementation:

Since Global Strategy is the primary spot for the content type it will be designated the content type hub.

SharePoint Administrator
to the front line
PLEASE!

Central Administration > Services Applications



Make sure the Managed Metadata service is associated with a web application (if needed I will post this).

DON'T click on the link for the Managed Metadata Service, click beside the name.


Next click on the properties button at the top

Set the following information to your farm specification.





In the Content Type hub section put the URL (http://office10/sites/GlobalStrategy) of the site collection that the content type will be published from. Also check off Report syndication import errors.

Click OK and return back to the Service Applications now click beside the Metadata Service Connection (Remember DON'T click on the hyperlink) next click the properties button.



Now the connection will be set click checkbox next to "Consumes content types from the Content Type
Gallery at http://office10/sites/GlobalStrategy
".

Go to the http://office10/sites/GlobalStrategy/_layouts/mngctype.aspx and there will be a new option will be available when you go to the content type. The new link "Manage publishing for this content type" click and publish the content type.






(The first time the Publish option will be available select that one)

!!!!WARNING!!!!

The content type will NOT SHOWUP right away because content publisher and the content subscription are based on timer jobs.

Time for Timer ....

Kicking off the timer jobs go to
Monitoring > Review Job Definitions




Look for the following timer jobs, click on each link and click the "run now" button.

Now go to each site collection and there should be the content type Print Material.

---- END OF TRANSMITTION --------

No comments:

Post a Comment