Question : Sharepoint Backup Fails

I am trying to move my sharepoint from one server to another (hopefully without loosing data or structuring). I do not have anything fancy - its all "stock" sharepoint "stuff", basically just a document store and shared calendar/contacts.

When I use the backup and restore function in sharepoint central admin, it fails. I think it might be making a partial backup, but I don't want to try and restore something thats broken on my new server. The job fails each time (full backup of the whole farm), but here is what the results are:

Backup
 
 
Requested By 62STANLEY\dwagman
Phase Completed with errors, please refer to the log file for details.
Start Time 11/17/2009 10:31 AM
Finish Time 11/17/2009 10:33 AM
Top Component Farm
Backup ID 7011f916-fd89-4a2d-8c7d-200ffa99a6c3
Directory D:\newspbackups\spbr0019\
Backup Method Full
Warnings 0
Errors 10
Failure Message Object SharedServices2 failed in event OnBackupComplete. For more information, see the error log located in the backup directory.
 
Name Progress Last Update Failure Message
 
Farm  Completed 11/17/2009 10:33 AM  
 
SharePoint_Config_0676ba66-f613-4ad1-91e3-3f515140ae4f  Completed 11/17/2009 10:31 AM  
 
Windows SharePoint Services Web Application  Completed 11/17/2009 10:33 AM  
 
SharePoint - 30568  Completed 11/17/2009 10:33 AM  
 
SharePoint - 80  Completed 11/17/2009 10:33 AM  
 
WSS_Content  Completed 11/17/2009 10:32 AM  
 
WSS_Administration  Completed 11/17/2009 10:33 AM  
 
Web Application  Completed 11/17/2009 10:33 AM  
 
SharePoint_AdminContent_ba86fd6b-d423-419c-bc6d-7bf3c648846c  Completed 11/17/2009 10:32 AM  
 
SharedServices1  Completing backup 11/17/2009 10:32 AM Object SharedServices1 failed in event OnPrepareBackup. For more information, see the error log located in the backup directory. DllNotFoundException: Unable to load DLL 'Microsoft.Office.Server.Native.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
 
SharePoint - 8657  Completed 11/17/2009 10:33 AM  
 
SharedServicesContent_997f0a3d-8afa-49a9-8c46-f7ae247acadd  Completed 11/17/2009 10:32 AM  
 
SharedServices1_DB_3c7ca770-f038-42aa-9e3a-c81a26be55c5  Completed 11/17/2009 10:32 AM  
 
UserProfileApplication  Completed 11/17/2009 10:33 AM  
 
SessionStateSharedApplication  Completed 11/17/2009 10:31 AM  
 
Shared Search Index  Completing backup 11/17/2009 10:32 AM Object Shared Search Index failed in event OnPrepareBackup. For more information, see the error log located in the backup directory. UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {3D42CCB1-4665-4620-92A3-478F47389230} failed due to the following error: 80070005.
 
SharedServices1_Search_DB_e08cd2ad-058a-4cde-980a-dfd9f6f588ca  Completed 11/17/2009 10:32 AM  
 
SharedServices2  Completing backup 11/17/2009 10:32 AM Object SharedServices2 failed in event OnPrepareBackup. For more information, see the error log located in the backup directory. DllNotFoundException: Unable to load DLL 'Microsoft.Office.Server.Native.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
 
Global Search Settings  Completed 11/17/2009 10:33 AM  
 
SSO  Completed 11/17/2009 10:31 AM Object SSO failed in event OnPrepareBackup. For more information, see the error log located in the backup directory. SqlException: Cannot open database "SSO" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
 
Windows SharePoint Services Help Search  Completed 11/17/2009 10:33 AM  
 
Search instance  Completed 11/17/2009 10:33 AM  
 
WSS_Search_MALSVR3  Completed 11/17/2009 10:33 AM
 



I can only then re-run the backup if I go in to the timer jobs definitions and delete out the backup.

Also, if anyone has a better way to migrate this whole sucker over to the new machine, it would be greatly appreciated.

Answer : Sharepoint Backup Fails

Hi,

Try stsadm.exe to take backup and restore the site.
Type the below lines in command prompt

For Backup:
1)CD C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
2)stsadm.exe -o backup -url http://your site path here -filename D:\backup.dat -overwrite

For Restore:
Copy that backup.dat file to the computer where you want to restore. ( I assume it is stored in D drive)
After that Type the below lines in command prompt

1)CD C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
2)stsadm.exe -o restore -url http://your site path here -filename D:\backup.dat -overwrite

After restore go to Central Administration page. In that click Application management menu. After that click Site collection Administrators which is under Sharepoint site management.

After that In primary site collection Administrator and secondary site collection administrator, you have to add the server administrator Id.
Random Solutions  
 
programming4us programming4us