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
‎Jun 03, 2020 06:18 AM
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.
‎Jun 03, 2020 06:25 AM
‎Jun 03, 2020 07:11 AM
‎Jun 03, 2020 07:13 AM
@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".
‎Jun 03, 2020 08:13 AM
Thanks. We increased the space and removed unneded transaction logs with the help of a DBA.
‎Jun 03, 2020 09:04 AM
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.
‎Jun 03, 2020 06:04 PM