Forum Discussion

csachanandani's avatar
csachanandani
Occasional Contributor
4 years ago
Solved

Test Complete crashing after scripts with SQL connections are run consecutively

My Test complete instance just crashes if I run my script with SQL call consecutively. Its like this first run - its successful, second run - TC crashes. Has anyone experience same? Looking ways to r...
  • csachanandani's avatar
    csachanandani
    4 years ago

    Hello,

     

    Yes, the connection was closed after every call and there is no active connection limit on the SQL config.

     

    The issue was linked to external library calls and that wasn't working well.

    We re-wrote the code using ADO way and it is working without an issue.