Thread processing a large data set was aborted - Intergraph Smart Construction - 2019 (7.0) - Help - Hexagon PPM

Intergraph Smart Construction Help (2019)

Language
English
Product
Intergraph Smart Construction
Search by Category
Help
Smart Construction Version
2019(7.0)
SmartPlant Foundation / SDx Version
10

Problem

Exporting or migrating large data sets can result in a thread abort error:

Thread was being aborted.

Solution

The httpRuntime executionTimeout setting in the web.config file on the site is set too low to allow the large data operation adequate time to be completed.

This parameter specifies the time after which Internet Information Services (IIS) closes and the operation stops. To allow more time for the operation to be completed, modify the httpRuntime executionTimeout value in the web.config file on the sites. You can increase the value to a maximum of 108000 seconds (30 hours), depending on factors such as the system's processor speed, network speed, and so on.

In the following example, the parameter is set to 36000 seconds (which equals ten hours).

  <system.web>

    <!-- The upload limit is currently set to 400MB, this can be changed as necessary -->

    <httpRuntime executionTimeout="36000" maxRequestLength="400000"/>

The web.config file is located at [installation location]\SmartPlant Foundation Server Files\Web_Sites\[Site Name].