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.




Uploading large attachments causes 404 error

web-app

I have a Gemini 3.1.1 (Build 2212) instance.

We would like to be able to attach files up to 100 MB - either as straight attachments, or as part of Comments. 

Per the installation guide, I have changed the web.config httpRuntime parameters as such:

Param            Orig      New value
ExecutionTimeout   90      360
maxRequestLength   44096   102400
    (yes, the orig length value WAS 44096 -- not 4096 as shown in the doc).

I have also changed the "timeout" parameter on the Authentication/Forms from 60 to 360.

Despite these changes, if I try to upload anything larger than approx 30 MB, after 60 seconds the browser comes back with the 404 error as shown below.

Is there some other IIS setting I need to increase to avoid this timeout?   I am running Win2008 Standard SP1.

By the way, for the purpose of this test, bandwidth is not an issue -- the two machines are literally side by side with a dedicated 10/100 switch and no other traffic.

Thanks in advance for any advice/suggestions
A. Casey

Server Error

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

acasey
· 1
acasey
Replies (5)
helpful
0
not helpful

Do it work for smaller files? We have not seen this error before.

Is this the only error displayed? Are there any errors in the Gemini error log?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, smaller files work fine.   The largest I have seen work is 27 MB. 

No errors appear in the error log.  I am looking at admin page, ErrorLog.aspx.  Anyplace else to look?

What is the behavior I should expect to see if I cause some sort of timeout or size limit?


acasey
· 1
acasey
helpful
0
not helpful

You should get a a timeout error. Is it possible to install on another server (not 2008)?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Unfortunately, I can not install on a different server platform.

I'm sure that it is a timeout error that is occurring, and apparently the error page I see is how it manifests in Win2008.

So, how can I extend the timeout limit from 60 seconds to something longer, (i.e, 360 secs)?

 


acasey
· 1
acasey
helpful
0
not helpful

you have changed the correct settings. It might be that you have a server wide setting that overrides it!


Saar Cohen
· 5000
Saar Cohen