Error backing up service applications SharePoint 2013 on premise
When I run this command: Backup-SPFarm -Directory \\server\share\backups -BackupMethod Full -Item "Farm\Shared Services\Shared Services Applications" -Verbose I am receiving this error: FatalError: Object Search Service Application failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup directory. FaultException: Management called failed with System.InvalidOperationException: 'Job failed: Have tried to perform backup/restore operation twice on all in-sync members in cluster... Here's the issue: the share location was locked down. I had the Farm account and SQL service account in there with Modify permissions, but some other account needed to have to have write permissions. I actually just gave "Authenticated Users" write permissions to the subfolder because I couldn't successfully pinpoint the failure with reasonable certainty.