Hello everyone,
I've run into the following error while using TestRail API v2:
Unformatted exception: TestRail API returned HTTP 500 ("[Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user '<user>'.
[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot open database "<user>" requested by the login. The login failed.")
I did not observe an interruption of connectivity between the machine contacting TestRail and the TestRail machine. However, I WAS running two scripts using the TestRail API, same user, and same calls on the same machine. Could this be the result of two concurrent calls? If so, is there a way to avoid such a conflict in the future?
I should also note that this occurred towards the end of the scripts, after I had already done a couple thousand successful 'send_post' or 'send_get' operations.
Best regards,
Mikhail M. Paremski