Knowledge: Thread Aborting on Job Scheduler or Imports etc.
Back
    Title*Thread Aborting on Job Scheduler or Imports etc.
    ManualTroubleshooting
    Manual Level TwoServer
    Created09/11/2022
    DetailIn some cases scheduled jobs will require longer time periods to execute.  Setting the below in the web.config will set the timeout to 60 minutes.  There may be other pages where this is required e.g. ones that import from large data sets.

      <location path="WebServices/SyseroCTXTimerService.asmx">
        <system.web>
          <httpRuntime executionTimeout="3600" />
        </system.web>
      </location>
    Privacy Policy
    Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
    Back to Top
    View or hide all system messages