Blog Stats
  • Posts - 19
  • Articles - 0
  • Comments - 61
  • Trackbacks - 255

 

Deploying a Sharepoint Site to Another Server

Well that was interesting.  I had my first attempt at deploying a Sharepoint site I created to a remote server.  At first I wasn't sure how smoothly the deployment would go.  The main reason is that my test environment hosted the Sharepoint site and the database on the same server.  The remote site would host the Sharepoint site on one server with the database residing on another server behind a firewall.

The smigrate.exe utility that is found in the bin folder of the Sharepoint services web services extensions folder made life somewhat easier.  This utlity is used to back up your Sharepoint site to a single file that you can then transfer to the remote site.  At the remote site, you can simply reuse smigrate to restore the site.  Pretty slick.  However, there is one gotcha.

When you install Sharepoint Services on the remote server, ensure there is a top level web site created first or the restore will fail with the message, “The web server at <url here> does not appear to have Sharepoint Services installed.”, or something along those lines, I don't remember the exact string.  It leads you to the wrong conclusion, that Sharepoint is indeed not installed or at least not installed correctly.  The solution is to create at least one top level web site on the Sharepoint server.  Your restore will go smoothly after that.

My site also contains custom user controls hosted in web parts.  These web parts and functionality will not transfer with the smigrate tool.  You will need to either manually copy the user controls and web parts yourself or create and installer package and install your controls and web parts using that installer.

Gerry


Feedback

# re: Deploying a Sharepoint Site to Another Server

Gravatar this is because sMigrate needs to have an entry in the Sharepoint Configuration database for the new site. Creating an empty placeholder fixes that problem 2/14/2006 9:24 PM | Jason

# re: Deploying a Sharepoint Site to Another Server

Gravatar Even i am also trying to deploy a sharepoint site.Can u give me a step by step procedure for this 9/27/2007 12:40 AM | simi

# re: Deploying a Sharepoint Site to Another Server

Gravatar Can you be a little more specific on what you are trying to do? Are you deploying a new site, migrating an existing one? Which version of WSS are you using? 9/27/2007 10:47 AM | Gerry

# re: Deploying a Sharepoint Site to Another Server

Gravatar Actually I am doing wss 3.0...My problem is i need to make a solution for packaging and deploying my existing sharepoint site to any sharepoint site(through installation)....I need the same for list also..... 9/28/2007 1:19 AM | simi

# re: Deploying a Sharepoint Site to Another Server

Gravatar t;kaj s;lfkja sfl asdf asf 2/21/2008 7:21 AM | asdfasdf

# Deploying a Sharepoint Site to Another Server

Gravatar Please tell me the steps in details... I'm new to sharepoint server I'm eager to know how to deploy...

Thanks in Advance... 11/18/2008 4:14 AM | Ashwin Bhagwat

Post a comment





 

Please add 2 and 1 and type the answer here:

 

 

Copyright © Gerry O'Brien