New article
Recently updated
Ideagen Quality Management: Professional 7.5.0.1 (Hotfix) release notes
Who is this article for?
Administrators considering implementation of Ideagen Quality Management 7.5.0.1.
No special access or permissions are required.
Ideagen Quality Management 7.5.0.1 is a minor product update that includes a few search improvements and clarifications.
1. Features
There are no feature updates in this release.
2. Fixes
Improved DB connection management
If the Database is non-responsive for a short period of time, it is dropped off from the available connections list and is no longer accessible. This can only be remediated by a service restart.
In this release, the following changes have been implemented on the QPulse Server:
- Enhanced Logging: Added logic to log database connection errors to the Event Viewer.
- Database Status Management: Removed the logic that set the database status to "Disabled" when the database is offline. However, the health check will continue to operate to prevent other sub-components from attempting to save data, which could result in errors or exceptions.
- Connection Timeout Adjustment: The database connection timeout period has been set to one minute, aligning it with the health check wait duration to prevent overlapping connections.
- Health Check Modifications: The health check interval for databases flagged as "Offline" has been extended. (For context, there are three statuses: Online, Offline, and Disabled; only databases marked as Disabled will be removed from the dropdown list.)
The rationale for maintaining the health check is that the Attachment Conversion Service relies on the database status before processing file data. Attempting to process files while the database is offline could result in significant errors.