Comments
Sort by recent activity
Hi Chris,
Thanks for this. I tried it but it still didn't work. Ended up cleaning out the SQL Backup Agent service registration from the registry (it wasn't deleted by the uninstaller) and rebooting the node before reinstalling - and then it finally installed to the same directory on both nodes. / comments
Hi Chris,
Thanks for this. I tried it but it still didn't work. Ended up cleaning out the SQL Backup Agent service registration from the registry (it wasn't deleted by the uninstaller) and rebootin...
With some more help from Technet (http://technet.microsoft.com/en-us/libr ... 47255.aspx) I found the following seems to work:
Add-ClusterCheckpoint -ResourceName "SQL Backup Agent-<INSTANCE>" -RegistryCheckpoint "SOFTWARE\Red Gate\SQL Backup\BackupSettings\<INSTANCE>"
Add-ClusterCheckpoint -ResourceName "SQL Backup Agent-<INSTANCE>" -RegistryCheckpoint "SOFTWARE\Red Gate\SQL Backup\BackupSettingsGlobal\<INSTANCE>"
Thanks,
Geir W / comments
With some more help from Technet (http://technet.microsoft.com/en-us/libr ... 47255.aspx) I found the following seems to work:
Add-ClusterCheckpoint -ResourceName "SQL Backup Agent-<INSTANCE>" -Reg...