Troubleshooting work object attachments |
A work object attachment identifies a named file, screen shot image, URL or text note that a user or an activity has associated with a work object. These issues may arise:
If your workstation operating system is Windows XP SP2 and your Process Commander server is identified (in the URL on the Internet Explorer Address line) by an IP address or by a domain-qualified name (such as myserver.mydomain.sub), an Internet Explorer setting may restrict your ability to use file attachments. Open the Custom Levels dialog on the Security tab of the Tools > Internet Options panel for the Local Internet zone. Clear the Automatic Prompting for File Download setting.
File names for attachments may contain letters, numbers, and special characters, except for the equal sign character.
The size of a single file attachment is by default limited to 25 megabytes. Attempts to upload larger files fails with HTTP status 413.
You can set a higher or lower value by changing the value
for the Initialization/MaximumFileUploadSizeMB
element in the prconfig.xml
file.
A file attachment is initially uploaded into a temporary directory on the server. Files with very long names (not counting the path) may fail to be uploaded if the total of filename and path exceeds a Windows limit (255 characters) or a UNIX limit. .
Your application can't save a work object attachment before saving (and committing) the work object first. The handle of the work object is needed during attachment processing, and this depends on the date and time the work object was first saved.
How to
define and use attachment categories and versions
Understanding work object attachments |