This post discuss about how to configure the server farm’s shared services. For configuring the Farm’s Shared Service (SSP) go to the Application Management tab (Picture 20) –> Office SharePoint Server Shared Services –> Create or configure the farm’s shared services.
There is a pre-request of web application for creating or configuring the SSP. We must have a web application for SSP administration and Sub sites.
New Web Application
A Web application is to consist of an Internet Information Services (IIS) site with a unique application pool. When we create a new Web application, we also create a new database and define the authentication method used to connect to the database.
To create a web application, go to the Application Management tab (If you are not already there) –> SharePoint Web Application Management –> Create or extend web application. We will redirect to the Create or Extend web application page. The Picture 21 displays it.
To create a web application click on the link Create a new web application. We will look into extend an existing Web application in another part. The Picture 22 displays the screen shot for creating a new web application.
We can find following sections in this page.
- IIS Web Site – We can configure the setting for our new web application.
- Here either we can use already existing web site in IIS or can choose to create a new IIS web site. Now choose the option Create New IIS Web Site and enter the name of the web site in the Description box.
- In the Port box, enter the port number to use to access the Web application. If we are creating a new Web site, this field is populated with a suggested port number. If we are using an existing Web site, this field is populated with the current port number.
- In the Host Header box, enter the URL to use to access the Web application. This is an optional field.
- In the Path box, enter the path to the site directory on the server. For creating a new Web site, this field is populated with a suggested path. For using an existing Web site, this field is populated with the current path.
- Security Configuration – We can configure the authentication and encryption for our web application.
- In the Authentication Provider section we can choose either Negotiate (Kerberos) or NTLM. (We already discussed in Part 2.) Choose NTLM.
- In the Allow Anonymous section, choose Yes or No. If we choose to allow anonymous access, this enables anonymous access to the Web site by using the computer-specific anonymous access account (that is, IUSR_<computername>). Also If we want users to be able to access any site content anonymously, we must enable anonymous access for the entire Web application. Then later, site owners can configure how anonymous access is used within their sites. Choose No.
- In the Use Secure Sockets Layer (SSL) section, select Yes or No. If we choose to enable SSL for the Web site, we must configure SSL by requesting and installing an SSL certificate. Choose No
- Load Balanced URL
- In the Load Balanced URL section, enter the URL for the domain name for all sites that users will access in this Web application. This URL domain will be used in all links shown on pages within the Web application. By default, the box is populated with the current server name and port.
- The Zone box is automatically set to Default for a new Web application, and cannot be changed from this page. We can change the zone for a Web application in Extend an existing Web application section (We will look in this later).
- Leave these 2 sections as it is.
- Application Pool – choose whether to use an existing application pool or create a new application pool for this Web application
- To use an existing application pool, select Use existing application pool. Then select the application pool we want to use from the drop-down menu. (Leave this now and select create new)
- To create a new application pool, select create a new application pool.
- In the Application pool name box, enter the name of the new application pool, or keep the default name.
- In the Select a security account for this application pool section, select Predefined to use an existing application pool security account, and then select the security account from the drop-down menu. (Leave this now and select configurable).
- Select Configurable to use an account that is not currently being used as a security account for an existing application pool. In the User name box, enter the user name of the account we want to use, and enter the password for the account in the Password box.
- Reset IIS – choose whether to allow Windows SharePoint Services to restart IIS on other farm servers. The local server must be restarted manually for the process to finish. If this option is not selected and we have more than one server in the farm, we must wait until the IIS Web site is created on all servers and then run iisreset /noforce on each Web server. The new IIS site is not usable until that action is completed. The choices are unavailable if our farm only contains a single server. Choose Yes.
- Database Name and Authentication – choose the database server, database name, and authentication method for our new Web application.
- Enter the name of the database server and Microsoft SQL Server instance we want to use in the format <SERVERNAME\instance>. We can also use the default entry.
- Enter the name of the database, or use the default entry.
- Choose whether to use Windows authentication (recommended) or SQL authentication. Choose Windows authentication now.
- Search Server – Leave this now as default
Now click the button “OK” to create the web application. Now we have a web application. Next part of this post is to create SSP.
Create New SSP
Actually what is Shared Service Provider (SSP) and why do we need this? The answer is they are the logical environment that contains all pf the particular services you want to make available across our web applications and SharePoint sites. While the server farm is te top level logical container for all of the SharePoint design elements the SSP is the next highest logical object and MOSS 2007 will should have at lease one SSP being configured. The SSP provide the following generic sets of services.
- BDC (Business Data Catalog)
- Excel Services
- Personalization Services
- Portal Usage Reporting
- SharePoint Server Search
The picture 23 displays the screen shot for creating new SSP
To reach this page click the links as follows CAdm –> Application Management –> Office SharePoint Server Shared Services –> Create or configure this farm’s shared services –> New SSP.
We can find the following sections in this page.
- SSP Name
- Enter the SSP Name in the SSP Name box
- select the Web application that we created for the SSP, and do not modify any of the default settings in this section.
- My Site Location
- Choose the correct Web application. It is recommended that we run My Sites and the SSP administration site in different Web applications so that we can back up and restore My Sites separately from the SSP administration site.
- SSP Service Credentials
- User name and Password, type the user name and password for the user account under which the SSP to run. The user account must be a domain user account, but the user account does not have to be a member of any particular security group. It is recommended that we use the principle of least privilege and select a unique user account that does not have administrative rights on web front-end servers or on web back-end database servers. we can use the user account that we specified as the Office SharePoint Server 2007 service account; however, if that user account is a member of a security group that has administrative rights on web front-end servers or web back-end database servers, we will not be following the principle of least privilege. The user name must be in the format DOMAIN\username
- SSP Database – Leave it as default.
- Search Database – Leave it as default.
- Index Server – Leave it as default.
- SSL for Web Services – Choose No
Now click the button “OK” to create the new SSP.
Now go to the Home tab of CAdm and refresh it. Now we can see the WARNING : “Server Farm Configuration Not Complete” is gone. Now the SharePoint Server is ready to use.
From next post we will look in to the remaining parts of CAdm.
Again i would like to say, these posts may be reading an old news paper for techies of SharePoint. But definitly this will help for who new to SharePoint.


























