This article details Service Pack 2 (hotfix 1012921) for Laserfiche 8.3.0. The fix includes .msp files that update various components of the Laserfiche 8.3.0 product suite.
Laserfiche Server
The Laserfiche Server update includes the following changes:
- Text in text box and callout text annotations that are on a rotated image may be incorrectly rotated after upgrading a Laserfiche 8.1.x repository to Laserfiche 8.3.0. This issue is now resolved for new upgrades to Laserfiche 8.3. If you have already upgraded to Laserfiche 8.3, you will need to manually run one of the following SQL queries. Choose the appropriate query depending on whether you have a Microsoft SQL Server database or Oracle database. (84076)
Microsoft SQL Server:
update ann set
direction =
case d.page_flags & 0x3
when 0x3 then 3
when 0x1 then 2
when 0x2 then 1
else 0 end
from ann a join doc d
on a.page_id = d.page_id
where a.ann_type in (4, 6, 10, 15) and ((a.rotation <> 0 and a.direction is null) or (a.rotation is null and a.direction = 0))
and d.page_flags & 0x3 <> 0
Oracle:
update (select ann.direction, bitand(doc.page_flags, 3) page_flags
from ann join doc
on ann.page_id = doc.page_id
where ann.ann_type in (4, 6, 10, 15) and ((ann.rotation <> 0 and ann.direction is null) or (ann.rotation is null and ann.direction = 0))
and bitand(doc.page_flags, 3) <> 0) t
set direction =
case t.page_flags
when 3 then 3
when 1 then 2
when 2 then 1
else 0
end
- Laserfiche Server now includes certain performance optimizations that should decrease load times for Folder Browser controls in client programs. (82536, 84352)
- You no longer receive a "Not all account properties could be deleted [1122]" error message when deleting Windows accounts from the Laserfiche Administration Console. Previously, this error could occur when deleting Windows accounts where Laserfiche cannot resolve the SID to a user name string. (84729)
The Laserfiche Server update includes the following file versions:
- ora-schema.sql (last updated December 21, 2011)
- ms-schema.sql (last updated December 21, 2011)
- ms-upg20.sql (last updated February 7, 2012)
- ora-upg20.sql (last updated February 7, 2012)
- ora-upg30.sql (last updated January 21, 2012)
- ms-upg30.sql (last updated January 21, 2012)
- cr.dll (8.3.0.514)
- lfbriefcase.dll (8.3.0.514)
- httpserv.dll (8.3.0.514)
- Tokenizer.dll (8.3.0.514)
- LfWicUtil (8.3.0.103)
Laserfiche Administration Console
The Laserfiche Administration Console update includes the following changes:
- The Administration Console was incorrectly preventing you from modifying volume checksum options for Laserfiche Servers without the Digital Signatures license feature. This issue is now resolved. (84224)
The Laserfiche Administration Console update includes the following file versions:
- LFAdmin.dll (8.3.0.514)
- LFSO83.dll (8.3.0.513)
- LfWicUtil.dll (8.3.0.103)
- LFCommonDialogs83.dll (8.3.0.509)
- LfMetadata83.ocx (8.3.0.509)
- LfDocInterfaces83.dll (8.3.0.509)
Laserfiche Client
The Laserfiche Client update includes the following changes:
- When sending a document as an e-mail message, the image format drop-down list and password options are only enabled when appropriate. (84208)
- You no longer receive a "Permission denied. [6317]" error message in the Fields search type when you use the Choose Fields option to select a field on which you only have the Read field access right. (83894)
- When viewing Tags for multiple documents, the Entry Tags dialog box no longer immediately assigns a tag to the selected documents when you select a check box. (83769)
- When exporting a document as a PDF file, dragging a thumbnail from the document Viewer to an e-mail client program now only exports the selected page instead of all pages in the document. (83330)
- When generating text on an electronic document that is under version control, the newly created document version no longer has the same version comment as the previous document version. (83289)
- The right-click context menu for Text Box annotations now has a Rotate option instead of the Direction option. (81235)
- Laserfiche now correctly displays dynamic (list) field values that contain two or more blank spaces in a row. (84463)
- Laserfiche now automatically selects a value in a dynamic field when there is only one value. (84320)
- The folder browser now also displays a tooltip for multiple-value fields that only contain one value. (83686)
- There was a potential stability issue when loading dynamic fields in the Document Viewer. This issue is now resolved. (84461)
- You no longer receive an "External component has thrown an exception" error message after specifying a value in a dynamic field when using the Save to Laserfiche option in Microsoft Word. (84770)
- The Laserfiche Client now properly retains the specified listening port when you manually attach a repository that is running on a Laserfiche Server with a non-default listening port. (84510)
- The Save to Laserfiche feature in Microsoft Office now prompts for login information if the current Windows user does not match the user used to log in to Laserfiche. (83913)
- You no longer receive a "'The object is not identified, and cannot be locked or read from. [772]" error message when there is incomplete information on n LDAP user account. (84274)
- There was a potential memory leak when retrieving pages from documents with more than 200 pages. This issue is now resolved. (84458)
- You can again specify a destination folder when creating a new document from a selected thumbnail in the Document Viewer.(84040)
- When generating image pages for a PDF file, pages that are in landscape orientation are no longer converted to portrait orientation. (83881)
- Laserfiche can now generate image pages for a PDF file that contains nested image objects. (83154)
- Generating image pages for certain PDF files could create pages with inverted colors. This issue is now resolved. (84761)
The Laserfiche Client update includes the following file versions:
- LF.exe (8.3.0.514)
- LFSO83.dll (8.3.0.513)
- DocumentProcessor83.dll (8.3.0.509)
- BPOmniOCR82.exe (8.2.1.735)
- OmniOCRWrapper.dll (8.2.1.735)
- LFMetadata83.ocx (8.3.0.509)
- LFCommonDialogs.dll (8.3.0.509)
- LFDocInterfaces.dll (8.3.0.509)
- LFImage83.ocx (8.3.0.510)
- PDFExporter83.dll (8.3.0.472)
- PDFImporter.dll (8.3.0.509)
- LFWicUtil.dll (8.3.0.103)
- IntegrationUtil.dll (8.3.0.514)
The Microsoft Office Integration update includes the following file versions:
- Laserfiche.Excel2003Plugin.dll (8.3.0.514)
- Laserfiche.Excel2007Plugin.dll (8.3.0.514)
- Laserfiche.Excel2010Plugin.dll (8.3.0.514)
- Laserfiche.Outlook2003Plugin.dll (8.3.0.514)
- Laserfiche.Outlook2007Plugin.dll (8.3.0.514)
- Laserfiche.Outlook2010Plugin.dll (8.3.0.514)
- Laserfiche.PPT2003Plugin.dll (8.3.0.514)
- Laserfiche.PPT2007Plugin.dll (8.3.0.514)
- Laserfiche.PPT2010Plugin.dll (8.3.0.514)
- Laserfiche.Word2003Plugin (8.3.0.514)
- Laserfiche.Word2007Plugin (8.3.0.514)
- Laserfiche.Word2010Plugin (8.3.0.514)
Note: All updates in this Knowledge Base article are included as part of the Laserfiche 8.3.0 packages available on the Laserfiche Support Site after February 28, 2012. The updated download packages contain an "updates" subfolder with the .msp patch files. When using the updated installation to install Laserfiche 8.3.0 for the first time, the installation process will automatically detect and install the appropriate .msp files located in that subfolder. If you have not yet installed Laserfiche, please download the most recent version of the Laserfiche 8.3.0 Avante or Rio installations.
Click the following link to download a single zip file containing all of the .msp update files.
KB1012921.zip
See the following sections if you want to download each update separately.
To update Laserfiche Server 8.3.0
- Stop the Laserfiche Server service.
- Click one of the following links to download either the 32-bit or the 64-bit version of Laserfiche Server 8.3.0 Service Pack 2.
KB1012921_lfs_win32.zip
KB1012921_lfs_x64.zip
- Extract the contents of the zip file to a temporary location and double-click the .msp file to update the Laserfiche Server.
- Restart the Laserfiche Server service.
To update Laserfiche Administration Console 8.3.0
- Click one of the following links to download either the 32-bit or the 64-bit version of Service Pack 2 for Laserfiche Administration Console 8.3.0.
KB1012921_lfadmin_win32.zip
KB1012921_lfadmin_x64.zip
- Extract the contents of the zip file to a temporary location and double-click the .msp file to update the Administration Console.
To update Laserfiche Client 8.3.0
- Click the following link to download a zip file containing Laserfiche Client 8.3.0 Service Pack 2.
KB1012921_lfclient_win32.zip
- Extract the contents of the zip file to a temporary location and double-click the .msp file to update the Laserfiche Client.
To update the Laserfiche Client 8.3 Microsoft Office Integration
- Click one of the following links to download either the 32-bit or the 64-bit version of the update.
KB1012921_lfoffice_win32.zip
KB1012921_lfoffice_x64.zip
- Extract the contents of the zip file to a temporary location and double-click the .msp file to update the Laserfiche Client 8.3 Microsoft Office Integration.
1012937 A "Failed to initialize metadata display. Could not create required control. [6720]" Error Occurs When Opening A Document on After Applying Laserfiche 8.3.0 Service Pack 2
1012894 List of Changes for Laserfiche 8.3.0 Service Pack 1 (January 2012).