When you open a specific document, thumbnails do not display. You may receive bad document handle error messages in the error logs.
The thumbnail information stored in the database is incorrect.
Remove the existing thumbnails and regenerate new thumbnails. Perform one of the following methods:
Note: SQL Server Enterprise Manager is only available if you have the full version of Microsoft SQL Server.
To remove existing thumbnails using SQL Server Enterprise Manager:
- Click Start, then select All Programs.
- Select Microsoft SQL Server and click Enterprise Manager.
- Expand Console Root.
- Expand Microsoft SQL Servers.
- Expand SQL Server Group.
- Expand the appropriate computer hosting the SQL database.
- Expand the appropriate database.
- Under the database name, click Tables.
- In the right side view pane, right-click the LFT table, select Open, and click Return all rows.
- Highlight all the entries and delete them. Click Yes when Enterprise Manager asks you to
confirm permanently deleting the selected rows.
- Close the LFT table.
- Start the Laserfiche Client and log into the appropriate database.
- Open the problem document and view it in thumbnail mode to regenerate the thumbnails.
To remove existing thumbnails from a MSDE database using the OSQL command line utility:
- Click Start and click Run.
- Open a command prompt window by typing the following in the Run dialog box:
cmd
- Click OK.
- In the command prompt window, type the following line to remove all thumbnails:
osql -E -S ComputerName\Laserfiche -d "DatabaseName_Data_1" -Q "delete from lft"
Note: You must repeat the above command for any additional expansion databases. Replace the "Data_1" with "Data_2" and so on for any additional expansion databases.
- Start the Laserfiche Client and log into the appropriate database.
- Open the problem document and view it in thumbnail mode to regenerate the thumbnails.