Forum Discussion
Hi Simona,
My wild guess about this white window is that this may be a kind of 'contacting license server' web page message that is displayed via Internet Explorer which is set as a default browser on this system and IE cannot render this web page.
How do you access TE license in pipeline?
We here use the the -accessKey parameter (https://support.smartbear.com/testcomplete/docs/licensing/id-based/automated-builds.html) and I do not remember ever having problems with license access (though we do not restore test box from snapshot).
Below is corresponding .yaml task configuration:
- task: InstallTestCompleteAdapter@1
displayName: TestComplete test adapter installer
condition: SucceededorFailed()
continueOnError: true
inputs:
installExecutor: true
updateExecutor: false
searchMode: ProjectItems
logsLevel: 0
accessKey: '$(SBAK_ALK)'
preferredExecutor: TE
- simonaferrara12 months agoFrequent Contributor
Hi AlexKaras ,
I've got Microsoft Edge browser as default browser, so maybe the first hypothesis is not appening.
Within the yaml pipeline, I don't use the accessKey field, is it suggested to be used?
This is my yaml task:- AlexKaras12 months agoChampion Level 3
Hi,
> Within the yaml pipeline, I don't use the accessKey field, is it suggested to be used?
I am not sure if it is suggested, but documentation (see the article I referenced in my first reply) mentions that it can be used and provided either via Adapter or via command-line (if Adapter cannot be used for some reason and you prefer/are forced to use command-line instead of Adapter-VSTask pair).
I don't expect any harm if you give it a try and make pipeline to use accessKey.
P.S.
> issue happens also without the Azure DevOps pipeline
As a quick check, you may try to restore from checkpoint and start TestExecute manually using command-line with accessKey parameter provided.
P.P.S.
Also check in TE's options if TE is set up to check for updates on start. This white window also might be a window that tries to tell you about existing update.
- simonaferrara12 months agoFrequent Contributor
Ok thanks for the suggestion!
I'll try to apply this key to the yaml task and see if the issue newly appears.
Related Content
- 6 years ago
- 2 years ago
- 3 years ago
- 5 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago