Scheduled tasks timeout - HxGN SDx - Update 63 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

Problem

When submitting tasks using the scheduler, the following message displays.

"The operation has timed out. Increasing the configuration setting:'InternalRequestTimeout' may avoid this issue"

Some internal web requests that create the scheduled tasks are failing after reaching the time out limit, but the underlying thread carries on processing.

Solution

You can avoid internal web request operations, such as the scheduled tasks reaching the timeout on the server so they cannot complete, you can increase the default internal request timeout setting in the property InternalRequestTimeout. The default is set to 108000000 milliseconds (30 hours). The setting is located in the Server Manager Site Settings node.

<add key="InternalRequestTimeout" value="108000000">

The value set for the InternalRequestTimeout property can be further increased for very large loads.

For more information, see Site Settings node properties.