Showing posts with label Service Application. Show all posts
Showing posts with label Service Application. Show all posts

Wednesday, January 13, 2016

Configure Search Service Application on SharePoint Server 2013

For Create Search Service Application, navigate to Central Administration >> Application Management >> Manage Service 
Application >> Create New >> Select Search Service Application 

SeaarchSer 

Service application Name : Search Service Application 
Search Service Account : svcSearch (This a/c I’ve created for search service application)

SearchAppName

Application Pool name for Search Admin Web Service : <Enter Name>
Search Service Account : svcSearch 

Admin Web Search Service 

Application Pool name for Search Query and Site Settings Web Service : <Enter Name>
Search Service Account : svcSearch (Used same a/c for this service too)

Query Search 

Once Search Service is created, click on ok.
Navigate to Search Service Application by clicking on it.It will open Search Administration page.

SearchAdministration 

We can see, search service is running with svcSearch account. 
To crawl sites, navigate to  Content source link on left panel under Content of Search Administration page.

StartFullCrawl

click on Start Full Crawl. 
Or you can set incremental or full crawl time job by clicking on Edit.

Configure Managed Metadata Service Application on SharePoint Server 2013

In this post I will tell you how to configure Managed Metadata Service Application on SharePoint Farm.

First of all we should know what is metadata service?

The Managed Metadata’s  primary purpose is to provide you with a central location to store metadata (commonly defined as data about data) that can be utilized throughout any site within your SharePoint farm. 

You can read here more in detail about Managed Metadata Service Application.

Here we start configuration of metadata server. 

1) Open Central Administration, Go to Application Management >> Manage Service Application >> Click on New >> Select Managed Metadata Service.

NewSearchServiceApplication

You can give name to service whatever you want, I’ve given “Managed Metadata Service” for more clarity.

and Database name as Managed_Metadata.

MetadataName

Give AppPool name “SharePoint – Managed Metadata Service” 

I’ve used svcMetadata service account for Application Pool Identity.

MetadataAppPoolName 

Click on OK.

Once the service is created you can see it listed on Managed Service Application Page.

MetadataListed 

Now we need to start Metadata Service from SharePoint Services on Server page. 

for that go to Central Panel >> Under System Settings >> Manage Services on the server.

Start “Managed Metadata Web Service”

StartManagedMetadataService 

Go back to Manage Application Service and Open Metadata Service Application 

MetadataListed 

This will launch the below screen which is referred to as the Term Management Tool.

TermManagementTool

Thanks.