hi,
Am getting the error while restoring a web application including content db.
can anyone pls help me here.
here is the sprestore.log file
Object WSS_CNT_6002_COMMU_RESTORD (previous name:
WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW) failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SqlException: The operation did not proceed far enough to allow RESTART. Reissue the statement without the RESTART qualifier.
RESTORE DATABASE is terminating abnormally
[9/23/2013 5:39:29 PM] Verbose: Using directory: D:\BACKUP_SITECOLLECTIONs\CommunityBackUp_Sep2013\spbr0000\.
[9/23/2013 5:46:46 PM] Verbose: Initializing objects for restore.[9/24/2013 12:45:15 PM] Verbose: Initializing SPPersistedObject State
[9/24/2013 12:45:15 PM] Verbose: Initializing SPPersistedObject State
[9/24/2013 12:47:10 PM] Verbose: Starting OnPreRestore event.
[9/24/2013 12:47:10 PM] Verbose: Current object: SharePoint-6001 (previous name: SharePoint-6000).
[9/24/2013 12:47:12 PM] Verbose: Current object: WSS_CNT_COMMU_6001_RESTORED_NEW (previous name: WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW).
[9/24/2013 12:47:12 PM] Verbose: Starting object: job-workflow-failover.
[9/24/2013 12:47:15 PM] Verbose: [SharePoint-6000] Trying to connect to Web application http://mysrvrFROM:6001/.
[9/24/2013 12:48:00 PM] Verbose: Current object: WSS_CNT_COMMU_6001_RESTORED_NEW (previous name: WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW).
[9/24/2013 12:48:02 PM] Verbose: [SharePoint-6000] Trying to connect to Web application http://mysrvrFROM:6001/.
[9/24/2013 12:48:03 PM] Verbose: [SharePoint-6000] Trying to connect to Web application http://mysrvrFROM:6001/.
[9/24/2013 12:48:04 PM] Verbose: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] SQL Server Connection String: Data Source=mysrvrFROM\SharePoint;Initial Catalog=WSS_CNT_COMMU_6001_RESTORED_NEW;Integrated Security=True.
[9/24/2013 12:48:04 PM] Progress: [job-workflow-failover] 50 percent complete.
[9/24/2013 12:48:04 PM] Verbose: [SharePoint-6001] Creating new Id - d7234764-d408-4f89-89e9-d9c6fb3c1305 for Web Application - SharePoint-6001 for uri - http://mysrvrFROM:6001/ with old Id - 8b95331d-229f-4e1e-8740-1e7fbfdbbc4f
[9/24/2013 12:48:04 PM] Verbose: [SharePoint-6001] Creating a new Web application.
[9/24/2013 12:48:04 PM] Verbose: Starting object: ExpirationProcessing.
[9/24/2013 12:48:05 PM] Progress: [ExpirationProcessing] 50 percent complete.
[9/24/2013 12:48:05 PM] Verbose: Starting object: SchedulingUnpublish.
[9/24/2013 12:48:07 PM] Verbose: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] SQL command started at: 9/24/2013 12:48:05 PM. This command may take a while to complete and without notification.
[9/24/2013 12:48:07 PM] Verbose: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] SQL Server Command:
IF EXISTS ( SELECT * FROM master..sysdatabases WHERE has_dbaccess(name)=1 AND name=@db_name )
BEGIN
SELECT 1 as ErrorCode
END
ELSE
BEGIN RESTORE DATABASE [WSS_CNT_COMMU_6001_RESTORED_NEW] FROM DISK=@db_location WITH STATS=5, FILE=1, MOVE @db_OldName TO @db_NewFile, MOVE @db_OldLogName TO @db_NewLogFile, NOREWIND, NOUNLOAD, RECOVERY
END
@db_location=D:\Community\CommunityBackUp_Sep2013\spbr0000\000001DE.bak, @db_OldName=WSS_Content_2014, @db_NewFile=C:\Program Files\Microsoft Office Servers\14.0\Data\MSSQL10.SHAREPOINT\MSSQL\DATA\WSS_CNT_COMMU_6001_RESTORED_NEW.mdf,
@db_OldLogName=WSS_Content_2014_log, @db_NewLogFile=C:\Program Files\Microsoft Office Servers\14.0\Data\MSSQL10.SHAREPOINT\MSSQL\DATA\WSS_CNT_COMMU_6001_RESTORED_NEW_log.ldf, @db_name=WSS_CNT_COMMU_6001_RESTORED_NEW
[9/24/2013 12:48:07 PM] Verbose: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] SQL command timeout is set to 1.00 hours.
[9/24/2013 12:48:07 PM] Progress: [SchedulingUnpublish] 50 percent complete.
[9/24/2013 12:48:07 PM] Verbose: Starting object: job-filefragments-userdata-delete.
[9/24/2013 12:48:08 PM] Progress: [job-filefragments-userdata-delete] 50 percent complete.
[9/24/2013 12:48:08 PM] Verbose: Starting object: job-solution-daily-resource-usage.
[9/24/2013 12:48:10 PM] Warning: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] Cannot open backup device 'D:\Community\CommunityBackUp_Sep2013\spbr0000\000001DE.bak'. Operating system error 3(The system cannot find the path specified.).
RESTORE DATABASE is terminating abnormally.
[9/24/2013 12:48:10 PM] Progress: [job-solution-daily-resource-usage] 50 percent complete.
[9/24/2013 12:48:10 PM] Verbose: Starting object: SearchAndProcess.
[9/24/2013 12:48:11 PM] Debug: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.SharePoint.Administration.Backup.SPSqlBackupRestoreHelper.RunCommand(SqlCommand sqlCommand, SPBackupRestoreInformation args, Boolean throwOnRestart, Boolean& restart, SPSqlBackupRestoreConnection connection)
[9/24/2013 12:48:11 PM] Progress: [SearchAndProcess] 50 percent complete.
[9/24/2013 12:48:11 PM] Warning: [WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW] SQL command failed and needs to be restarted. The command will be re-started a total of three times before throwing an exception.
[9/24/2013 1:17:17 PM] Finished with 6 warnings.
[9/24/2013 1:17:17 PM] Finished with 1 errors.
[9/24/2013 1:18:39 PM] Restore failed for Object WSS_CNT_6002_COMMU_RESTORD (previous name: WSS_CONTENT_2014_COMMUNITY_RESTORED_NEW) failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
[9/24/2013 1:18:39 PM] -------------------------------------------------










