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.




Request timed out when doing a big bulk update

web-app

I am trying to do a bulk update setting 6700 issues to have status 'Closed'.

After I press Update I get the progress dialog for about 90 seconds and then I get 'Gemini Application Error'.

The system log shows an entry 'Request timed out'.

Is it unusual to batch update this number of issues?

StephenWorthington
· 1
StephenWorthington
Replies (2)
helpful
0
not helpful

Yes, 6.7K is quite a large amount to update.
You will need to change the web.config file to allow a longer execution timeout (600 = 10 minutes):
<httpRuntime executionTimeout="90" maxRequestLength="44096" useFullyQualifiedRedirectUrl="false"/>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

That did it thanks.


StephenWorthington
· 1
StephenWorthington