Search found 7 matches

by vishalkulkarni
Thu Sep 17, 2020 7:33 pm
Forum: How To …
Topic: Wait for license in Devops pipeline- Floating license
Replies: 5
Views: 1507

Re: Wait for license in Devops pipeline- Floating license

Yes, My problem is following. I am running suites on virtual machines configured as azure devops pipeline agents All of them are configured to connect to license server. I have more vm's than licenses. Most of times tests pass as they get license Sporadically few suites fail stating they were not ab...
by vishalkulkarni
Thu Sep 17, 2020 1:50 pm
Forum: How To …
Topic: Wait for license in Devops pipeline- Floating license
Replies: 5
Views: 1507

Re: Wait for license in Devops pipeline- Floating license

So I tried this. I removed the license server configuration from where license was being fetched. I created a console exe which contains the code snippet bool licenseAvailable = Ranorex.Core.ElementEngine.WaitForValidLicense(new Ranorex.Duration(timeout * 1000), new Ranorex.Duration(checkInterval * ...
by vishalkulkarni
Thu Sep 17, 2020 12:11 pm
Forum: How To …
Topic: Wait for license in Devops pipeline- Floating license
Replies: 5
Views: 1507

Re: Wait for license in Devops pipeline- Floating license

Hi ,

Thank you so much, will try this.
by vishalkulkarni
Thu Sep 17, 2020 10:43 am
Forum: How To …
Topic: Wait for license in Devops pipeline- Floating license
Replies: 5
Views: 1507

Wait for license in Devops pipeline- Floating license

https://ranorex.com/forum/floating-license-wait-for-license-t1970.html Currently in Ranorex studio 9.2 we see this feature. When there are license in use, the test suite waits till license availability and then begins execution. However when running test suite exes using command line in pipeline, th...
by vishalkulkarni
Sun Aug 16, 2020 1:16 pm
Forum: General Questions
Topic: Sporadic failures in command line execution in Devops pipeline
Replies: 4
Views: 1154

Re: Sporadic failures in command line execution in Devops pipeline

Thank you for the link.
Yes it's a sporadically occuring issue.
Sure I would check with them. Cheers.
by vishalkulkarni
Sun Aug 16, 2020 9:11 am
Forum: General Questions
Topic: Sporadic failures in command line execution in Devops pipeline
Replies: 4
Views: 1154

Re: Sporadic failures in command line execution in Devops pipeline

As for the first two error codes, these are Windows “file system error” codes. In other words, they are OS related and not Ranorex- related codes! So I would suggest to search for these errors via google and do what uncle Google says 😉 @odklizec This was certainly not the response i expected in thi...
by vishalkulkarni
Fri Aug 14, 2020 9:18 am
Forum: General Questions
Topic: Sporadic failures in command line execution in Devops pipeline
Replies: 4
Views: 1154

Sporadic failures in command line execution in Devops pipeline

Issue 1: Commandline execution of Ranorex suites sporadically fails as they return below return codes. -1073740791 -1073740940 When these return codes are provided, the test execution report too is not exported Issue 2: Sporadically this exception is also thrown while executing test case 2020-08-11...