I am attempting to backup my MOSS implemetation using the GUI on "Central Administration" (Operations > Backup)
The backup was working until our backup expert deleted all the accounts off the network share. The error message is:
Object MOSSxxx_xxxConfig failed in event OnBackup. For more information, see the error log located in the backup directory. SqlException: Cannot open backup device
I presume this is a permissions issue. As the backup issues are for the database's and by looking at the Application Event Logs on the database server, I must be missing user account or permissions. I have added the network account that runs all my SQL databases and given the account full control on the folder, without success.
The Application Event Log error reads:
BackupDiskFile::CreateMedia: Backup device '\\moss\x11\x.bak' failed to create. Operating system error 5(error not found).
Error (5) warns you about the incorrect access rights on a network share.
My question is what accounts to I need to add to the shared folder and what permissions to correct the error?