Configure Timeout Settings for SQL Server
Long-running queries or reports may exceed the default database timeout and fail before the operation completes. To prevent this, you can increase the database command timeout in the VertiGIS Studio Reporting configuration and specify a connection timeout for the SQL Server data source. Increasing these values allows SQL Server queries additional time to finish processing.
To configure the timeout settings for SQL Server:
-
As an administrator, edit the following
web.configfile:[installation_location]\VertiGIS Studio Reporting\Deployment\web.configIf you installed VertiGIS Studio Reporting in the default location, the
web.configfile is here:C:\Program Files\VertiGIS\VertiGIS Studio Reporting\Deployment\web.config -
In <appSettings>, add this line:
<add key="app:DbCommandTimeout" value="180" /> -
Save the file.
-
Add the Connection Timeout in the SQL Server Data Source.