Creating a new backup job on my server, it will fail when trying the first run. I checked the Event Viewer, ran some online searches that suggested trying to disable the SQL VSS Writer. I did that, and now the initial backup completes.
Now the problem is, the next time the backup is scheduled to run, it fails. I checked the Event Viewer, and found this, 17 minutes after the backup kicked off:
Application Error Event ID 1000
"Faulting application wbengine.exe, version 6.0.6002.18005, time stamp 0x49e023c7, faulting module wbengine.exe, version 6.0.6002.18005, time stamp 0x49e023c7, exception code 0xc0000005, fault offset 0x00000000000d37fc, process id 0x2008, application start time 0x01cf0871f8ed12aa."
I've tried deleting the job, deleting the catalog, reregistering the VSS Writers, but no matter what, the above happens like clockwork when I start back over from scratch. Create job, disable SQL VSS Writer, backup succeeds. Next day (or next manual run), backup fails.
Any information anyone can provide (preferably on the second issue) would be much appreciated. Thanks in advance!