Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Adding Attachments to Items or Comments Results in 404 Error

items
web-app

Hi, I'm attempting to add a large attachment (71.6 MB text file) to an Item in Gemini. The upload fails immediately with a 404 error message. Please see the attached screenshot. I've adjusted the attachment size limit as described in http://support.geminiplatform.com/questions/3764/attachment-size-limit and I don't think it's a timeout issue as the error happens immediately.

I'm running Gemini 4.1.0 (Build 3106) on IIS 7.5.

Thanks.

Countersoft Gemini Attchment 404 Error Screenshot.png ]
Crystal Administrator
· 1
Crystal Administrator
Replies (1)
helpful
1
not helpful
ANSWER

In IIS 7+ you need to amend this:

<security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="44000000"/>
      </requestFiltering>

Saar Cohen
· 5000
Saar Cohen