We use tooling around MSBP to read errors occuring while making backups with MSBP.
When we attempt to make a backup of an OFFLINE database there is a decent error message stating (e.g) :
Database 'mytestdb' cannot be opened because it is offline.
Since we filter the STDOUT file on the databasename being backupped, that works fine.
But, when we make a transactionlog backup for the same database, there is no errorline containing the name of the database, so we do not get any decent error message.
The only result is (summarized) :
Exception #1
Invalid attempt to read when no data is present.
NULL
System.InvalidOperationException
...
...
Can you please make a change to the transactionlog backup error handling, so it states what went wrong AND report the databasename ?
I hope you can
Regards,
Michel