Aller au contenu principal

configurable timeout settings for SQL Server database connections

Commentaires

5 commentaires

  • Amanda Frech

    There's a web.config setting for SQL timeouts.  You'd add it to the web.config file in the Deployment folder of the reporting installation, eg. at “C:\Program Files\VertiGIS\VertiGIS Studio Reporting\Deployment\web.config”.

    The part to add is:

    <add key="app:DbCommandTimeout" value="180" />

    0
  • Aaron Thorn

    thank you Amanda, I will give this a shot. I appreciate your post.

    0
  • Nico Burgerhart

    Good to know, can I find this documented somewhere?

    0
  • Amanda Frech

    Hi Nico, 

    It doesn't look like this one appears anywhere in the documentation. That is sometimes the case with niche web.config settings.  But this one seems pretty useful.  I've logged an internal ticket to see if we can consider having this one added to the Reporting documentation.

    0
  • Nico Burgerhart

    Thank you, Amanda Frech 

    0

Vous devez vous connecter pour laisser un commentaire.