Forum Discussion

supportsib2's avatar
13 years ago

A database backup completes with exception: V-79-40960-37914

A database backup completes with exception: V-79-40960-37914 - Database DATABASENAME is configured to maintain transaction logs. Transaction log backups are not being performed. This will result in t...
  • Simon_B_'s avatar
    13 years ago

    The reason for this is that not all Databases have full recovery mode configured. Transaction logs are not created when the DB runs in simple recovery mode so you wont get a warning for these DBs. This setting depends on the DBA/the application which creates the DB.

    Also BE will only throw this warning if it detects that no log backup has been performed during the last 12 full backups of this DB (see the TN VJware posted)