Attachments over 3 MB are not getting attached to the ticket created through Email
Default limit for file upload size and timeout value
Increased the value of maxRequestLength for docman and the timeout value for Add Attachment & Add Document component in Email Monitoring project
We need to consider three thing to fix the issue:
1. The maximum file upload size for a ticket is by default set to 4 MB. To change that do the following to increase the value of maxRequestLength in IIS.
a. Open the Internet Information Services (IIS) Manager on the ServiceDesk Server.
b. Expand the server then the Sites then the ‘Default Web Site’.
c. In the Default Web Sites list find and expand the Process Manager page.
d. Click on the DocMan folder and right click on it’s Configuration Editor in the center window and click ‘Open Feature’
e. In the Configuration Editor dropdown expand system.web and click httpRuntime.
f. In the settings that come up find MaxRequestLength and increase it from 4096 (4 MB).
g. Exit and restart IIS.
a. Open the SD.Email.Monitor project
b. Search for Add Document component, Right click on it and select Edit Component. Go to Advanced tab and increase the Timeout value from default 100000, 10 secs to say, 10000000. Do the same for Add Attachment component.
c. Save and publish the project