fbnella Posted July 22, 2015 Report post Posted July 22, 2015 I've shut down my old server and I'm trying to recover the site on new hardware with a site backup. It makes it all the way through until it gets to the SQL portion and it fails. SQL is installed on a separate machine and always has been. It connects fine but fails with the following error. Any help would be greatly appreciated. INFO: Updated the site GUID in the registry. $$<Configuration Manager Setup><07-22-2015 12:38:20.752+300><thread=4796 (0x12BC)> INFO: Resetting the installed hotfixes status on local SQL server sql01.harpethhall.org. $$<Configuration Manager Setup><07-22-2015 12:38:20.768+300><thread=4796 (0x12BC)> INFO: Reset the installed hotfixes status on sql01.harpethhall.org. $$<Configuration Manager Setup><07-22-2015 12:38:20.799+300><thread=4796 (0x12BC)> INFO: Registered type SMS_ACCESS for sql01.harpethhall.org CM_HH0 $$<Configuration Manager Setup><07-22-2015 12:38:20.799+300><thread=4796 (0x12BC)> INFO: SQL Connection succeeded. Connection: SMS_ACCESS, Type: Secure $$<Configuration Manager Setup><07-22-2015 12:38:20.815+300><thread=4796 (0x12BC)> INFO: SQL Connection succeeded. Connection: SMS ACCESS, Type: Secure $$<Configuration Manager Setup><07-22-2015 12:38:21.018+300><thread=4796 (0x12BC)> *** if not exists (select * from AccountActionType where ActionID = 1) insert into AccountActionType(ActionID, Action) values (1, 'SyncProfiles') $$<Configuration Manager Setup><07-22-2015 12:38:21.034+300><thread=4796 (0x12BC)> *** [42S02][208][Microsoft] [sql Server]Invalid object name 'AccountActionType'. $$<Configuration Manager Setup><07-22-2015 12:38:21.034+300><thread=4796 (0x12BC)>ERROR: SQL Server error: [42S02][208][Microsoft][sql Server Native Client 11.0][sql Server]Invalid object name 'AccountActionType'. $$<Configuration Manager Setup><07-22-2015 12:38:21.049+300><thread=4796 (0x12BC)>INFO: Executing SQL Server command: <if not exists (select * from AccountActionType where ActionID = 1) insert into AccountActionType(ActionID, Action) values (1, 'SyncProfiles')> $$<Configuration Manager Setup><07-22-2015 12:38:21.065+300><thread=4796 (0x12BC)>ERROR: Failed to execute query: if not exists (select * from AccountActionType where ActionID = 1) insert into AccountActionType(ActionID, Action) values (1, 'SyncProfiles') $$<Configuration Manager Setup><07-22-2015 12:38:21.065+300><thread=4796 (0x12BC)> Quote Share this post Link to post Share on other sites More sharing options...
fbnella Posted July 22, 2015 Report post Posted July 22, 2015 I chose to do a manual recovery of the database and just pointed it at the server and that seemed to work. Quote Share this post Link to post Share on other sites More sharing options...