Skip to main content
Planview Customer Success Center

Execution timeout error in resource management worksheet (RSW)

The execution timeout error occurs in slower environments or when processing long SQL in RSW.

  1. Add the following setting to the appSettings section of the Enterprise\WebApi\Web.config file.

    < add key="CommandTimeOut" value="300" >

  2. Ensure the value is greater than 30 (seconds).