How to Restore a SharePoint 2010 Sitecollection from Prod to Pre-Prod?

How to Restore a SharePoint 2010 Sitecollection from Prod to Pre-Prod?
The patching levels are different from each environment.
Tools installation is same.
Note: Suggest me to restore a site from site template without content.
If you have any better approach please tell me.
Many Thanks,
Madhu

Hi Madhu, 
It isn't possible (out of the box) to restore a production to a development site without the content. 
If you're happy with restoring the content, it's quite easy to backup a SharePoint farm and then restore only a site (form the farm backup) to a development farm. 
Have a look at these forum posts for more info (in the first link, I gave an example script):
http://social.technet.microsoft.com/Forums/sharepoint/en-US/f5e8165e-2fe1-4ca9-87bd-b0f45b1e0091/process-on-creating-a-uat-server-from-live?forum=sharepointadminprevious
http://social.technet.microsoft.com/Forums/sharepoint/en-US/8092c04f-ae2c-4cfa-8933-e7ecb3138fdf/how-to-backup-and-restore-a-site-along-with-its-corresponding-user-profile-data?forum=sharepointgeneralprevious
Regards, Matthew
MCPD | MCITP
My Blog
View
Matthew Yarlett's profile
See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
Upload and Crop User Profile Photos

Similar Messages

  • How to populate a sharepoint 2010 list from the active directory. How to populate a sharepoint 2010 list with all sharepoint user profiles

    How to populate a sharepoint 2010 from the active directory.
    I want a list of all the computers in the active directory,
    another one with all users.
    I want also to populate a sharepoint 2010 list from the sharepoint user profiles.
    Thanks
    sz

    While
    the contacts list is usually filled out for contacts that are outside the company, there are times when you would use a contacts list to store internal and external resources.  Wouldn’t it be nice if you didn’t have to re-type your internal contacts’
    information that are already in the system?  Now you can with a little InfoPath customization on the contacts list. 
    Here’s our plan:
    Create the contacts list, and open in InfoPath
    Create a data connection to the User Profile web service
    Customize the form adding some text, a people picker and a button
    Create InfoPath rules that will populate the contact fields from the user fields in the User Profile store
    Let’s get going!  Before we begin, make sure you have InfoPath 2010 installed locally on your computer.  I also want to give credit Laura
    Rogers and Darvish Shadravan’s book Using
    Microsoft InfoPath 2010 with Microsoft SharePoint 2010 Step by Step.  I know it looks like a lot of steps, but it’s easy once you get the hang of it.
    So obviously we need a contacts list.  If you don’t already have one, go to the SharePoint site where it will live, and create a contacts list.
    From the list, click the List tab on the ribbon, then click Customize form:
    So now we have our form open in InfoPath 2010.  Let’s add our elements to the form. 
    Above all the fields, let’s add some text instructing users what to do with the the field we’re about to add (.e.g To enter an existing user’s information, choose the user below).
    Insert a people picker control by clicking the Person/Group Picker control in the Controls section of the ribbon.  This will add a column to the contacts list called group.
    Below the people picker, insert a button control from the same section of the ribbon as above.  With the button still highlighted, click the Control Tools|Properties tab on the ribbon. 
    Then in the Label box, change the text to something more appropriate to our task (e.g. Click here to load user data!).
    You can drag the button control a little larger to account for the text.
    We should end up with something like this:
    Before we can populate the fields with user data, we need to create a connection to the User Profile Service.
    Add a data connection to the User Profile Service
    Click the Data tab on the ribbon, and click the option From Web Service, and From SOAP Web Service.
    For the location, enter the URL of your SharePoint site in the following format – http://<site url>/_vti_bin/UserProfileService.asmx?WSDL.  Click Next.
    Note - for the URL, it can be any SharePoint site URL, not just to the site where your list is.
    For the operation, choose GetUserProfileByName.  Click Next.
    Click Next on the next two screens.
    On the final screen, uncheck the box for “Automatically retrieve data when form is opened”. This is because we are going to retrieve the data when the button is clicked, also for performance reasons.
    Now we need to wire up the actions on our button to populate the fields with the information for the user in the people picker control.
    Tell the form to read the user from the people picker control
    Click the Home tab on the ribbon.
    Click the button control we created, and under the Rules section of the ribbon, click Manage Rules. Notice the pane appear on the far right.
    In the Rules pane, click New –> Action. Change the name to something like “Query and load user data”.
    Leave the condition to default (none – rule runs when button is clicked).
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Click the Show advanced view on the bottom.  At the top, click the drop down and choose the GetUserProfileByName
    (Secondary) option.  Expand myFields and queryFields to the last option and highlightAccountName.  Click ok. 
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button. Again click the show advanced view link, but this time leave the data
    connection as Main. Expand dataFields, then mySharePointListItem_RW.  At the bottom you should see a folder called group (the people picker control we just added to the form).  Expand this, then pc:Person,
    and highlightAccountId.  Click Ok twice to get back to the Rules pane.
    If we didn’t do this and just queried the user profile service, it would load the data of the currently logged in user.  So we need to tell the form what user to load the data for.  We take the AccountID field from the people
    picker control and inject into the AccountName query field of the User Profile Service data connection. 
    Load the user profile service information for the chosen user
    Click the Add button next to “Run these actions:”, and choose Query for data.
    In the popup, for Data connection, click the one we created earlier – GetUserProfileByName and clickOk.
    We’re closing in on our goal.  Let’s see our progress.  We should see something like this:
    Now that we have the user’s data read into the form, we can populate the fields in the contact form.  The number of steps to complete will depend on how many fields you want to populate.  We need to add an action step for
    each field.  I’ll show you one example and then you will just repeat the steps for the other fields.  Let’s update the Job Title field.
    Populate the contact form fields with existing user’s data
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Highlight the field Job Title.
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button.  Click the Show advanced view on the bottom. At the top, click the
    drop down and choose theGetUserProfileByName (Secondary) option.  Expand the fields all the way down until you see the Value field.  Highlight it but don’t click ok, but click the Filter
    Data button, then Add. 
    For the first dropdown that says Value, choose Select a field or group.   The value field will be highlighted, but click the field Name field
    under PropertyData.  Click Ok. 
    In the blank field after “is equal to”, click in the box and choose Type text.  Then type the text Title. 
    Click ok until you get back to the Manage Rules pane.  The last previous screen will look like this.
    We’re going to update common fields that are in the user’s profile, and likely from Active Directory.  You can update fields like first and last name, company, mobile and work phone number, etc.  For the other fields, the
    steps are the same except the Field you choose to update from the form, and the very last step where you enter the text will change.  Here’s what the rules look like when we’re done:
    We’re all done, good work!  You can preview the form and try it now.  Click Ctrl+Shift+B to preview the form.  Once you’re satisfied, you can publish the form back to the library.  Click File –> Quick
    Publish.  Once it’s done, you will get confirmation:
    Now open your form in SharePoint.  From the contact list, click Add new item.  Type in a name, and click the button and watch the magic happen!

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • HT4927 How to restore photos in mountain lion from time machine ?

    How to restore photos in mountain lion from time machine?

    I have tried doing this but it dosen't work.
    I opened time machine. I picked the file from the date needed.
    I restored it (I told it to keep both).
    Then when I double click on the file it opens a treminal window.
    I have also tried opening iphoto while holding down the option key.
    This file is not slectable.....
    Any thought or ideas?

  • How to restore ios 5.1.1 from ios 6.0 beta 4

    i'm deleted backup file of ios version 5.1.1. Now my iphone 4 using ios 6.0 beta 4. How to restore ios 5.1.1 from ios 6.0 beta 4 backup file ?

    No help can be provided via these forums for issues related to installing beta software.
    If you are a developer, ask in the developer forums.

  • Farm Recovery Planning: How to restore existing SharePoint Integrated Reporting Services Databases?

    Sorry in advance for cross posting, but the Forum Admin for "SharePoint 2010 - Setup, Upgrade..." recommended I post this here as well.
    Running "SharePoint 2010 SP1" and "SQL Server 2012" Integrated Reporting Services.
    Assuming a total Farm failure requiring a new farm to be built, does anyone have any experience with restoring the 3 SharePoint Integrated SSRS databases to a the new farm from SQL Server level backups?  Assuming of course the SSRS encryption key had
    been exported.  Many of the Service Applications can be provisioned with "pre-existing" restored service application databases (like the User Profile Service and Metadata Service databases).  Just wondering if this can also be done with
    the SharePoint Integrated SSRS databases.
    The following Microsoft Document on setting up a SP DR site implies it's possible since the 3 databases are synced to a separate DR farm.
    https://view.officeapps.live.com/op/view.aspx?src=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FD%2F2%2F0%2FD20E1C5F-72EA-4505-9F26-FEF9550EFD44%2FPlanning%2520Disaster%2520Recovery%2520for%2520Reporting%2520Services%2520in%2520SharePoint%2520mode%2520.docx
    Is this possible?  Does any one have any actual experience with this, and what the steps would be?
    Thanks!

    Hi mikea730,
    It supposed to be possible. Please refer to the blog below:
    http://blogs.technet.com/b/ptsblog/archive/2014/01/28/sla-and-disaster-recovery-planning-for-microsoft-busincess-intelligence.aspx
    Best Regards,
    Black

  • How to restore a database backup taken from a SQL Server 2012 instance to SQL Server 2014

    I am trying to restore a database backup taken from a SQL Server 2012 instance to my new SQL Server 2014 instance.  When I add the .bak through the Mgmt studio UI, it does not seem to find a backup set in the file so I cannot proceed (does not give
    me any errors though either.  I tried restoring through TSQL command but only got a database restore terminating abnormally error with no other details.  How can I restore this database to SQL 2014?

    Hello,
    Please examine SQL Server Error Log and share with us any error you can find. The following article may locate the log:
    http://msdn.microsoft.com/en-us/library/ms187109.aspx
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem Saving Files to A Sharepoint 2010 Site from Office 2010: Saves locally by default rather than to the correct sharepoint site

    Hi we are starting to use sharepoint 2010 / word 2010 and have found an interesting bug/problem. Sometimes when a user tries to save a file (by clicking on the save button in the quick access toolbar for word 2010) the save dialog comes up with the
    users local "Documents" folder as the path (not the correct sharepoint path where the document should be saved).  (I should say that we are creating the file from sharepoint by using a toolbar on the document library, with the new button) 
    We are using a content type and a template attached to the document library when we create the file. 
    This is really annoying because the user might not notice that the document is saving locally and not to sharepoint.  I have found a strange workaround which involves clicking the [File] tab on the ribbon in word 2010, then clicking "Save and Send"
    and then clicking the save button again.  At this point word 2010 seems to "remember" that it is trying to save document to sharepoint and shows the sharepoint document library.
    This is a real nuisance which could lead to documents being lost/misfiled if people don't realize that this is happening.  Can anyone help me?
    Thanks
    Kevin
    krd

    Saving files to SharePoint Document Library.
    For a test try this:
    Word 2010
    Disable all options in "Protected View"
    (-> Word Backstage -> Options -> Trust Center -> Protected View)
    Now you can create a new document in your document library. The
    save dialog comes up with the correct sharepoint path.
    Hope this helps
    DJWGermany

  • How to restore or backup Apex application from Command line ? URGENT

    We have Oracle apex 4.1 installed in Oracle 11g R2 database (windows 64-bit) 2008 R2
    For some reason our database dictionary objects are corrupted.
    We wanted to backup our Apex applications in some workspaces ASAP.
    We are not able to access apex from http://localhost:7777/pls/apex/htmldb_login
    We have an underlying database schema export (expdp).
    1) Is there a way to export or backup the apex application without logging into the apex URL ? if yes how ?
    2) Does Oracle has any of its own native tool to backup and restore from command line ?
    Thanks in advance

    My (MS Windows) experience, if I may; perhaps you'll find something useful.
    You'll find the README.TXT file in /apex/utilities directory. Read it.
    In order to use APEXExport, you need JDK version 1.5 or higher. Check your version by typing (and viewing the result):
    C:\>java –version
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)Its directory should be part of the PATH environment variable: on my computer, directory name isC:\Program Files\Java\jre1.6.0_06\binFurthermore, Oracle JDBC class libraries must be part of the CLASSPATH environment variable. Check whether it exists (in Control Panel - System - Advanced - Environment Variables). For my 10gXE, it is here:C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarI couldn't make it work; didn't know that ".\" directory must be entered into CLASSPATH as well (found that information in Arie Geller's book). Therefore, my final CLASSPATH version is:.\;C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarOK, setup is done. Now, go to your /apex/utilities directory and, from the command prompt, run (mind the upper case!)java oracle.apex.APEXExportwhich will show a short help.
    I chose to export the whole workspace. In order to do that, I need the workspace ID (got it from Apex's SQL Workshop; that might be a problem as you can't get there, can you? I can't tell how to find that information apart from SQL Workshop, but I'm pretty sure someone, who is much more experienced than me, will know it). OK, here's how you find it:select v('WORKSPACE_ID') from dual;Finally, here's the final step - export:C:\apex\utilities>java oracle.apex.APEXExport -db localhost:1521:xe -user scott -password tiger -workspaceid 1038408092496568The result are fxxx.sql files (where "xxx" represents application number).
    I hope you'll manage to export your applications; basically, nothing special here (except that ".\" directory in the CLASSPATH variable).
    Best of luck!

  • How to restore accidently removed iPhoto library from Trash?

    I have iPhoto Library Manager (version 3.5.5) and am employing it successfully with my iMac (OS X 10.5.8) to manage my iPhoto Library [iPhoto '09 version 8.1 (415)] which I have divided into 47 libraries at about 4 GB each.
    This morning I accidently removed iPhoto Library #36 from my iPhoto Library list of 47 libraries! Ouch! Naturally I wish to restore it ASAP.
    I opened up Trash and found iPhoto Library #36 in the SEARCH FOR/ Today folder. When I open it up it appears to be intact with all 756 photos present. However, I am not certain how to restore this library. When I perform a right click on the iPhoto Library #36 line item a menu pops up, but nowhere in the menu is a Restore option.
    Can anybody advise me how to proceed to restore this library? I want to be sure that I do this correctly so as not to lose any of these images in the process.
    Bob

    Drag it from the trash to its proper location
    LN

  • Unable to open SharePoint 2010 task from any Microsoft Office application - cannot open a new form (schema validation errors)

    I can’t get the Microsoft Office SharePoint Task integration to work with any SharePoint 2010 Workflows.  When any end user clicks the “Open this task…”
    button from outlook (or any other office application) a warning dialog appears stating that:
    “Outlook cannot open a new.
    The form contains schema validation errors.”
    The error details are:
    Element '{http://www.w3.org/1999/xhtml}div' is unexpected according to content model of parent element '{http://schemas.microsoft.com/office/infopath/2009/WSSList/dataFields}Body'.
    Some points to note:
    I can replicate this using on several computers running as different users. 
    I have full control over the site and the task I am trying to open. 
    When I navigate via the SharePoint site I can open the task. 
    The Info Path form that cannot be opened was automatically created by automatically SharePoint designer / InfoPath.  I have subsequently deleted the form and published
    the workflow (which created the InfoPath form again). 
    I am running Mircosoft Office Professional Plus 2010 version 14.0.5128.5000 (32-bit)
    One workaround is to remove the “Open this task…” button as per
    http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/eb273ee9-6a4b-409c-8eb0-5351bb113386/. This is not ideal and will be my last resort.
    Any suggestions and or thoughts appreciated.
    Thanks!

    Yes, I tried that.  It did not work for me.
    I have 4 site collections.  The main site collection is the only one that I receive the error.  
    When the user clicks on the email link  and opens the document for approval, they receive the following error when they click on "Open This Task". 
    Element '{http://www.w3.org/1999/xhtml}a is unexpected according to content model of
    parent element '{http://schemas.microsoft.com/office/infopath/2009/WSSList/dataFields}Body'.
    There is nothing wrong with the task list itself, just the link from the Office 2010 client. 
    I am wondering if there is a web config or other file on the server that is specific to the site collection??
    Tracey

  • How to migrate a SharePoint 2010 workflow to an SharePoint 2013 environment

    Dear guys,
    I have a SharePoint 2010 environment with a workflow. Now I would like to migrate this workflow in the SharePoint 2013 environment? How could this be done?
    I tried it via Visio, but it is not working...
    Best regards
    Matthias

    All SharePoint designer 2010 based workflows will be upgraded AS IS and can be enhanced using SPD 2013 but enhancement can be done in SP2010 mode  only (using SP2010 features), no new SP2013 features can be used in SPD 2010 workflows. Microsoft has provided
    a workaround to trigger SP2010 workflows with-in SPD2013 workflows using workflow interop for SharePoint 2013.
    For more info visit:
    http://technet.microsoft.com/en-us/library/jj219638(office.15)
    http://technet.microsoft.com/en-us/library/jj227177.aspx
    http://technet.microsoft.com/en-us/library/jj163181.aspx
    http://technet.microsoft.com/en-us/library/jj670125.aspx 
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f241149b-fbf5-49c5-b7ba-058671432f4e/how-to-upgrade-spd2010-workflow-to-sharepoint-2013-workflow

  • How to restore my backup in laptop from external drive

    How to restore my backup in my macbookpro from external drive

    Hello Jayrajjpatel,
    It sounds like you have a Time Machine backup on an external drive that you would like to use to restore your computer. The following article will help you get that done, named:
    OS X Mavericks: Recover your entire system
    http://support.apple.com/kb/PH14185
    If you’re restoring your system because of a problem with your startup disk, repair or replace the disk before following these instructions.
    Make sure your Time Machine backup disk is connected and turned on. If your disk is on a network, make sure your Mac is on the same network.
    Choose Apple menu > Restart. Once your Mac restarts (and the gray screen appears), hold down the Command (⌘) and R keys.
    Select “Restore from a Time Machine Backup,” then click Continue.
    Do one of the following:
    External backup disk: Select it, then click Continue.
    Time Capsule: Choose your network from the AirPort menu on the right side of the menu bar, and then select your Time Capsule and click “Connect to Remote Disk.”
    Network backup disk: Select it, then click “Connect to Remote Disk.”
    If necessary, enter the name and password you use to connect to your backup disk, then click Connect.
    Select the date and time of the backup you want to restore, then follow the onscreen instructions.
    After you restore your system, Time Machine may perform a full backup at the next scheduled backup time. This is normal. Time Machine resumes incremental backups after the full backup is completed.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How can i disable Sharepoint 2010 xlviewer link

    Hi,
    I Prepare a report in excel 2010 file and uploaded in the Sharepoint 2010. And i see the report in the xlviewer.
    In the Viewer window top i see the link like this
    ServerName >FolderName > ReportName.xlsx
    How can i disable this link.

    Hi,
    If you want hide the breadcrumb in the xlviewer.aspx page, you can edit the xlviewer.aspx page in
    \14\TEMPLATE\LAYOUTS(backup the page before editing):
    Open the page using SharePoint Designer, under <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" id="m_TitleContent"
    runat="server">, add the following css code:
    <style type=”text/css”>
    .s4-mini-header
    { display:none; }
    </style>
    Xue-Mei Chang

  • SharePoint 2010 Upgrade from SharePoint 2007

    Planning to stand up a new SharePoint 2010 farm.  Currently have a MOSS 2007 farm with integrated Project 2007.  Looking for online links [Book recommendations fine also] for the best process to get all the guts over in the cleanest way possible. 
    Also...need to understand the **Project 2007 [PWA] integration piece moving it over to SharePoint 2010.  Haven't found much out there specific to moving that Project 2007 content and functionality over to a new 2010 farm.
    Many thanks, MP.

    You can get information on upgrade MOSS to SharePoint 2010 here
    http://technet.microsoft.com/en-us/library/cc303420.aspx.
    There is also information on upgrading Project 2007 to Project 2010 here
    http://technet.microsoft.com/en-us/library/gg502590.aspx
    Thanks, Keir

Maybe you are looking for

  • SQL Server 2008 Express w/ Tools Setup

    On a Win 7 x64 Ultimate box, I am unable to install 2008 SSMS.  (Sql Server Express 2008 installed without SSMS from Visual Studio 2010 installation.) I removed all SQL components and downloaded x64 and then tried x86 SSExpWT.  Both failed with the s

  • Merge iphoto libraries onto an external HDD

    We have 3 macs at the house and they all have different Iphoto libraries. I would like to merge them all onto the one Library of the Imac with an External HDD. The problem is that a bunch of the pictures are on more than one of the computers. I was h

  • IIS service not showing when I use the get-exchangeCertificate | fl cmdlet

    Hello All, I just installed a 3rd party digital certificate to my Exchange 2010 via powershell then assigned the 4 services IIS, pop, smtp, imap but when I use the get-exchangecertificate | fl cmdlet the IIS service is not showing.The rest of the ser

  • T420, No factory restore option in the rescue and recovery

    I purchased my T420 one year ago and have sufficiently "hosed it up" to the point I wanted to do a factory restore. I saved all my data then proceeded to create the CDs from the Q drive factory restore. I followed the instructs for more and more CDs

  • Itunes 7  downloading probs & authorization probs

    I wish I'd checked this forum before updating! I am getting error -50 on purchased music downloads and since I changed my log in password I keep getting the 'not autorised' message on every track I try to play despite authorising the computer and get