BizTalk 2010 Installation and Configuration – Install and Configure Windows SharePoint Services (Part 6)

  • Sandro Pereira
  • Oct 23, 2010
  • 5 min read

Windows SharePoint Services is a collection of services for Windows Server that enables you to share information, collaborate with other users on documents, and create lists and Web part pages. For information and procedures on installing Windows SharePoint Services, see Appendix A.

📝 One-Minute Brief

The BizTalk 2010 BAM Portal is hosted on SharePoint. This guide explains how to install Windows SharePoint Services 3.0 SP2 on Windows Server 2008 R2. Key steps include choosing the “Gradual” installation type (to use an existing SQL Server 2008 R2 instance), configuring the SharePoint Central Administration, and ensuring the WSS web application is correctly provisioned before running the BizTalk Configuration Wizard.

Note

You do not need to install WSS if you do not also plan to install the WSS adapter. However, if you are installing WSS, you must do it before continuing with the rest of the BizTalk Server prerequisites.

BizTalk Server 2010 supports these two versions of WSS:

  • SharePoint Foundation 2010
  • Windows SharePoint Services 3.0 with SP2

Installing and configuring Windows SharePoint Services consists of the following procedures:

  • Install Windows SharePoint Services
  • Configure Windows SharePoint Services
  • Extend the Default Web Site as a virtual server

I chose to install WSS 3.0 with SP2 for no particular reason.

Install Windows SharePoint Services 3.0 with SP2

In the following procedure, you install Windows SharePoint Services 3.0.

  • Windows SharePoint Services 3.0 requires Microsoft .NET Framework 3.0, which must be installed before installing Windows SharePoint Services 3.0.
  • Download the installation package to a location on your hard disk.
  • Locate the package you just downloaded (SharePoint.exe), and then double-click the package to start the setup.
  • On the End User License Agreement screen, select I accept the terms in the License Agreement. On this screen and several others that follow, the setup wizard will automatically move to the next screen when you have made your selection.
wss agreement screen
  • Under Type of installation, choose the Advanced button.
wss installation type screen
  • On the Server Type tab, select Web Front End, then click Install Now.
Server Type screen
  • Ensure the configuration checkbox is clicked, and click the Close button.
wss complete screen

    Configure Windows SharePoint Services

    • On the Welcome screen, click Next.
    wss configuration welcome screen
    • In the Warning screen, click Yes.
    wss configuration warning screen
    • On the Server Farm screen, select the option No, I want to create a new server farm, and click Next.
    wss configuration server farm screen
    • On the Configuration Database screen, provide a Database server name and credentials, and click Next.
    wss configuration database screen
    • On the Configure SharePoint Central Administration WEB Application screen, use the Default values, and click Next.
    wss configuration Web Application screen
    • On the Completing the SharePoint Products and Technologies Configuration Wizard screen, leave the default values and click Next.
    wss configuration completing screen
    wss configuration completing screen
    • On the Configuration Successful screen, click Finish.
    wss configuration successful screen

      Extend the Default Web Site as a virtual server

      • Open SharePoint Central Administration, and click Application Management.
      SharePoint administration application Management
      • On the Application Management tab, click on Create or extend Web application.
      SharePoint administration create extend web app
      • At this point, normally, I extend an existing Web application. This time, I chose to follow Kent Weare suggestion and create a new one using port 90. For that, click on Create a new Web application.
      SharePoint administration create extend web app
      • I have decided to create my Web Application in a new IIS Web site called SharePoint – 90. I have done this so that I don’t overwrite or break anything that may be living in my Default Web Site. I also have modified the port to be 90, which means any requests to my WSS Site will need to have “:90” in the URL. If you do this, then when you post or retrieve documents to/from SharePoint from BizTalk, you will need to include this port number in your Receive Location/Send Port configuration.
        • On the IIS Web Site options, select Create a new IIS Web Site, set a description, and change the port to 90.
        • On Security Configuration options, set the Authentication provider as NTLM.
      SharePoint administration create new application
      • For Load Balanced URL options, check if the URL contains :90.
      • On Application Pool options, create a new application pool Sharepoint – 90.
      SharePoint administation create new application
      • On Database Name and Authentication options, appended 99 onto the Database Name that will be used for storing Content, and choose the Windows authentication option.
      • Click Ok.
      • You have now created the “shell” for this Web Application, but you still don’t have any content in this Web Application. Click on the Create Site Collection link. Remember to issue an iisreset /noforce command to complete the Web Application creation process.
        • Open cmd and execute iisreset/noforce.
        • Click Create Site Collection.
      SharePoint create site collection
      • On the Title and Description option, give your Site a Title, Description (if so desired), on the Web Site Address option, create a URL, and in the Template Selection option, select Team Site.
        • Team Sites are generally a place where team members can collaborate by publishing documents, but other features exist, such as Team Calendars, surveys, links, etc.
      SharePoint create site collection
      • On the Primary and Secondary Site Collection Administrator option, set a user. And click Ok to finish.
      SharePoint create site collection
      • The Team site has now been created.
      SharePoint create site collection finish

        Related links

        Thanks for Buying me a coffe
        Author: Sandro Pereira

        Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

        2 thoughts on “BizTalk 2010 Installation and Configuration – Install and Configure Windows SharePoint Services (Part 6)”

        1. Sandro,

          Great job in detailing the step by step instructions with screen shots.
          For those who may be interested to know the decision factors of WSS 3.0 and SharePoint Foundation 2010, other than the considerations described in Installation Guide, my lesson-learned is to install SharePoint Foundation 2010 only if your environment has:
          – enough of horse power(CPU/free Disk space/RAM)
          – Domain user Account with certain privilege for configuring SharePoint Foundation 2010 service in Server Farm installation type.
          This is especially true if you are building a standalone sandbox, like VPC or VM Player, without connection to any domain. Per BizTalk 2010 Installation Guide, you “must” install Windows SharePoint Services as Server Farm type in order to specified particular SQL Server database. I assume that requirement applies to SharePoint Foundation 2010, though no word about it was mentioned in the installation guide. Without Domain Account, SharePoint Foundation Configuration wizard will complain about it and will not let you continue the configuration. I have tried different local user accounts, even administrator of local box, without luck. If someone know how to work around this, please kindly post the right direction here.
          – Michael

        2. getting compatibility issue while installing windows share point services on biztalk 2013 r2 server . share point server is installed on different server. please help

        Leave a Reply

        Your email address will not be published. Required fields are marked *

        The Ultimate Cloud
        Management Platform for Azure

        Supercharge your Azure Cost Saving

        Learn More
        Turbo360 Widget

        Back to Top