Test Complete crashing after scripts with SQL connections are run consecutively
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 resolve this issue.
Solved! Go to Solution.
- Labels:
-
Keyword Tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That looks more on a problem with your dll files or your db engine than a TC problem.
Look at the event log of Windows to perhaps find the exact cause.
Un sourire et ça repart
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Benoit, thanks!
@csachanandani Were you able to figure this out? Was this a dll problem? Please share.
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SmartBear is looking into the dump file. Regarding dll error, I do not see anything other than event id 5973 every time crash occurs.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1, Are you closing the connection after first call?
2, Any limit on the no of active connections in SQL config?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@csachanandani Thank you for the update in this thread!
Sonya Mihaljova
Community and Education Specialist
