Summary
In previous versions of Laserfiche, the Laserfiche Server could stop responding when generating thumbnails for certain images. Laserfiche 7.2.1 included a workaround for this issue. However, the workaround could result in low-resolution thumbnails for certain images.
Resolution
There is a hotfix available for Laserfiche Server 7.2.1. The fix is an updated version of LFEng.dll (version 7.2.1.410). This hotfix includes the fix released with Laserfiche 7.2.1 that will prevent the Laserfiche Server from becoming unresponsive. In addition, Laserfiche will no longer generate low-resolution thumbnail images.
Important: LFEng.dll (version 7.2.1.410) also contains a fix for a separate issue. The fix for this separate issue requires changes to the table structure of your SQL database. While these table changes are not related to this thumbnail generation issue, you must apply the changes if you decide to upgrade to LFEng.dll (version 7.2.1.410). Please see Knowledge Base article 1011713 for more information.
To update Laserfiche Server 7.2.1
osql -E -S SQLInstance -d DatabaseName -i PathToScript.
SQLInstance is the name of your SQL server.
DatabaseName is the name of the SQL database associated with your Laserfiche repository.
PathToScript is the full path (including the file name and extension) to the extracted 28521.sql file.
cmd
sqlplus UserName/Password@SchemaName
@LFS_spec.sql
Note: You must apply LFS_spec.sql first prior to applying LFS_body.sql.
Related Links
Please see the following Knowledge Base article for information on another hotfix included in LFEng.dll (version 7.2.1.410).
1011713 Unauthorized Users May Be Able to See Through Redactions By Copying a Page from the Redacted Document to Another Document on Which They are Able to See Through Redactions.
Please see the following Knowledge Base article for information on the workaround included with Laserfiche 7.2.1 on preventing the Laserfiche Server from becoming unresponsive during thumbnail generation.
1011689 The Laserfiche Server Stops Responding During Thumbnail Generation.