- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Reconciliation fail for database error (LOG_BACKUP)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reconciliation fail for database error (LOG_BACKUP)
Hi All,
i'm getting the following error during reconciliation
Failed to import inventory devices with error message 'The transaction log for database 'FNMSCompliance' is full due to 'LOG_BACKUP'.'
How to solve this?
Thanks
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This indicates that the LOG file on your SQL Server database is full and needs to be expanded.
You will need to work with your SQL Server Database Administrator to resolve this issue with the SQL Server instance that is hosting FlexNet Manager.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@marcog - Those are the 'minimum' requirements, and depending on specific scenarios, more disk space may be needed.
In addition, these minimum requirements are based on setting the SQL Server Recovery Mode of the database to the "Simple" mode. If the FlexNet Manager databases are set to the default recovery mode of "Full", then more disk space is required for the Log Files. You should verify with your SQL Server DBA that the recovery mode is set to "Simple".
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. We increased the space and removed unneded transaction logs with the help of a DBA.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the recovery model on the database is set to "Full", then increasing the frequency of log backups will reduce the amount of space needed for the database log file by backing up log content so the space can be reused. Doing a log backup once a day is common.
