Migrating MOSS 2007 to sharepoint 2010 giving the error "Site collection could not be restored" -


i trying migrate moss 2007 sharepoint 2010 , got error while restoring backup. steps followed are

  1. i have file , solution pakcages moss 2007.
  2. i have brand new server setup sharepoint 2010 , sql server 2008(64 bit) , windows server 2008 (64 bit). 3.i have created new web application , new site collection. 4.successfully deployed solution packages using powershell command. 5.trying restore backup , got error

restore-spsite: site collection not restored, if problem persists please make sure content databases available , have sufficient free space.

can me how resolve this. tried following suggestions got through google, nothing worked me.

thanks

you can't directly restore moss2007 backup sharepoint 2010. need restore sharepoint 2007 , migrate it. if have database backup of content database, follow steps given:

  • take backup of content database sharepoint 2007 database server.
  • restore database server of 2010 environment.
  • run cmdlet test-spcontentdatabase –name -webapplication using powershell make sure required dependencies available on 2010 server.
  • create new web application on 2010 server , add content database it. upgrade visual of web application doing site settings.

i hope out.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -