This page last changed on Mar 01, 2009 by jlargman.

Symptoms

Attachments are stored on filesystem but there isn't any attachment in the attachments folder.

Cause

The attachment naming scheme is numerical so as to avoid encoding problems with operating systems.

Resolution

You can look for the attachment detail (e.g file type, attachment name) from ATTACHMENTS table. As attachment is stored as this structure : <attachments>/pageID/attachment/attachmentVersion, you may want to run the following query to retrieve attachments of a page:

Select * from ATTACHMENTS where pageID='<PageID>'

You can determine the missing attachments by using the Missing Attachments Report.

Additional Information

Severity Medium
Regular Expression attachment directory.*file system
Article ID CONFKB151519277

Searching Confluence Knowledge Base

Document generated by Confluence on Nov 05, 2009 23:34