Skip to main content

SharePoint Reporter Blog

Go Search
SharePoint Reporter Blog Home
About Me
Contact Me
  

SharePoint Reporter Blog > Posts > How to Create a MOSS 2007 VPC Image: Part 12
How to Create a MOSS 2007 VPC Image: Part 12

Welcome to part 12 in a series of posts which describe how to create a Microsoft Office SharePoint Server 2007 (MOSS 2007) Virtual PC image for demos and development work. Last time, we looked at how to start a few of the important services required by MOSS 2007. This time, we’ll look at how to create a Shared Services Provider (SSP).

 

Part 12: Creating a Shared Services Provider

 

If the SharePoint Central Administration website isn’t already open, select Start > Administrative Tools > SharePoint 3.0 Central Administration, click the Application Management tab:

 

 

On the Application Management page, click the Create or configure this farm’s shared services link, located under the Office SharePoint Server Shared Services heading:

 

 

On the Manage this Farm’s Shared Services page, click the New SSP toolbar button:

 

 

On the New Shared Services Provider page, in the SSP Name section, click the Create a new Web application link:

 

 

On the Create New Web Application page, enter the following information, then click the OK button:

 

IIS Website:

Port: 1111

Security Configuration:

Authentication provider: NTLM

Allow Anonymous: No

Use SSL: No

Load Balanced URL: http://SERVERNAME:1111 (http://vpc02:1111, in this case)

Application Pool:

Create a new application pool

Application pool name: SharePoint – 1111

Select a security account for this application pool: Configurable

User name: SERVERNAME\Administrator (VPC02\Administrator, in this case)

Password: enter the administrator password

Reset Internet Information Services: Restart IIS Manually

Database Name and Authentication:

Database server: SERVERNAME (VPC02, in this case)

Database name: WSS_Content

Database authentication: Windows authentication

 

 

 

 

 

After the Shared Services web application has been created, the New Shared Services Provider page should be displayed:

 

 

Go down to the My Site Location section, then click the Create a new Web application link:

 

 

On the Create New Web Application page, enter the following information, then click the OK button:

 

IIS Website:

Port: 2222

Security Configuration:

Authentication provider: NTLM

Allow Anonymous: No

Use SSL: No

Load Balanced URL: http://SERVERNAME:2222 (http://vpc02:2222, in this case)

Application Pool:

Create a new application pool

Application pool name: SharePoint – 2222

Select a security account for this application pool: Configurable

User name: SERVERNAME\Administrator (VPC02\Administrator, in this case)

Password: enter the administrator password

Reset Internet Information Services: Restart IIS Manually

Database Name and Authentication:

Database server: SERVERNAME (VPC02, in this case)

Database name: automatically generated (WSS_Content_75bf75064cd5456e94f41cd8737a8573, in this case)

Database authentication: Windows authentication

 

 

 

 

 

After the My Sites web application has been created, the New Shared Services Provider page should be displayed:

 

 

Enter the following information on the remainder of the New Shared Services Provider page, then click the OK button:

 

My Site Location

Relative URL: /

SSP Service Credentials

Username: SERVERNAME\Administrator (VPC02\Administrator, in this case)

Password: enter the administrator password

SSP Database

Database server: SERVERNAME (VPC02, in this case)

Database name: SharedServices1_DB

Database authentication: Windows authentication

Search Database

Database server: SERVERNAME (VPC02, in this case)

Database name: SharedServices1_Search_DB

Database authentication: Windows authentication

Use SSL: No

 

 

 

 

After the SSP is created, the Success page is displayed; click the OK button:

 

 

You should now have a fully-functional MOSS 2007 Shared Services Provider (SSP).

 

In Part 13, we’ll look at how to configure the search settings inside the SSP.

Comments

Saved me lot of time

It was very helpful and saved me quite some time. Thanks
at 3/7/2007 6:49 AM

Great Resource - Thanks

Thanks for putting this guide together - much appreciated!
at 4/7/2007 12:55 PM

Re: How to Create a MOSS 2007 VPC Image: Part 12

Hi, I have done all the steps, But at the end, When I tried to click on my SSP Name on the left navigations (E.g http://MyPortal/ss/admin) I am not able to get Admin Home page as u get. For me its showing "Page cannot be displayed" I am not sure where it went wrong. Could you please help

Please mail me at lemuelp@infics.com

Regards
Lemuel.
at 5/24/2007 6:04 AM

How to Create a MOSS 2007

Hi This is Lavanya. I am also getting the same problem.Any one can help form this
at 6/18/2007 2:47 AM

Thank you

Very helpful
at 7/2/2007 8:43 PM

Problem with creating SSP admin site

I have a problem when creating SSP admin site (following the installation step in administrator tasks list).

The site that I named "ShareServices2" is flagged in error with the following message in "Manage this Farm's Shared Services" page :

Provisioning failed: File or arguments not valid for site template 'OSRV'.

Here is the log content :

Technical Support Details: System.ArgumentException: File or arguments not valid for site template 'OSRV'.     at Microsoft.SharePoint.SPWebTemplateCollection.get_Item(String strKey)     at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(String strWebTemplate)     at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName)     at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String s

(oddly, the entire stack trace is not logged...)

I have reinstalled several times all the components and on two different servers and always the same error.

Could someone help me please ?

Thanks in advance.
Clément
at 7/11/2007 4:25 AM

Re: How to Create a MOSS 2007 VPC Image: Part 12

There is a stage missed out here - before you can proceed from this step you *need* to restart IIS using:

iisreset /noforce

in a cmd window, otherwise you get the above users "Page cannot be displayed" error.
at 7/24/2007 10:42 AM

Thanks

Really appreciate the guide ...T ROX and was helpfull ....!
at 8/15/2007 3:14 AM

SSP Service Credentials

Hola buen dia excelente documento, solo en este paso cuando pide estas credenciales del ssp service credentials asigo la cuenta de administrator y si me la reconoce pero cuando doy OK me aparece un mensaje de error que no encuentra esta cuenta espero me puedan apoyar por favor beloisa13@hotmail.com

Saludos!!
at 9/27/2007 2:43 PM

Re Lemuel and Lavanya

I ran across this problem when deploying my MOSS 2007 farm and fixed the problem by:
1) Going to the Central Administration Site.
2) Click on the Operations Tab
3) Under the Topology and Services section, click "Services on server"
4) Re/Start the "Windows SharePoint Services Web Application"
5) Try you SSP admin site again.

Hopefully this works, it worked for me!

p.s.  Take this as an as - is post.

-David
at 11/2/2007 11:41 AM

Error in creating shared service!!!!

Hi,

The information provided is really remarkable, but in my case after completing all steps, finally i get error inspite of getting Success message. Log file shows Message: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))....
Thanks
at 11/6/2007 6:19 AM

Add Comment

Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Body *


Attachments