EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB16800: "Server Error in '/MicroStrategy' Application. Request timed out." error message appears when attempting to perform an operation in MicroStrategy Web 9.x for ASP.NET


Monica Gallegos Salazar

Principal Product Specialist • MicroStrategy


Description: 

Users receive the error while attempting to perform an operation in Strategy Web 9.x, as shown below:
 

ka02R000000g2UMQAY_0EM4400000028hz.jpeg


Server Error in '/Strategy' Application.

Request timed out.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request timed out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Request timed out.]


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

 

Why is this happening? 

Executing certain tasks through Strategy Web will consume processing time on the Strategy Web Server machine in addition to processing time on the Strategy Intelligence Server machine. For example, when an end user exports a report through the Strategy Web interface, even after the Strategy Intelligence Server has finished generating the export, the Strategy Web Server still requires additional time to prepare the generated content into the final export format. Sometimes, this time will exceed the default httpRuntime executionTimeout handler parameter, which in IIS 7.x is 110 seconds.
 

Solution: 

For web servers on Microsoft IIS 7.x, follow the steps in KB35666: How to edit the setting for the Request execution timeout for ASP.NET installations in Internet Information Services (IIS) 7 and MicroStrategy Web 9.x to increase this timeout setting.
 
For web servers on Microsoft IIS 6.x, follow the steps below:

  1. Locate the machine.config file by default here: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\CONFIG
  2. Locate the <system.web> section within this file
  3. Directly below the <system.web> line, type in:<httpRuntime executionTimeout="time_in_seconds" />
  4. Save the file
  5. Restart the IIS server

The same setting can also be changed through the IIS 6.x interface. Within the interface, navigate to the Strategy .NET application > Properties > ASP.NET > Edit Configuration > Application and modify the Request execution timeout (seconds): parameter, like shown below:
 

ka02R000000g2UMQAY_0EM4400000028i5.jpeg

Comment

0 comments

Details

Knowledge Article

Published:

March 29, 2017

Last Updated:

September 5, 2019