10-05-2020 05:29 AM
Hi,
I've been using TestStand 2016 with Atlassian Bamboo for a few years now to do automated builds without any issues.
However, I've recently upgraded to TestStand 2019 x64 as am also quite a bit Python user so wanted to use the Python step types, and have discovered that I now have to be logged into the Build Server via remote desktop for the build to work, with the symptoms if I don't being that the build just hangs and is eventually terminated by the build agent with no error messages provided.
I've tried all of the usual tricks i.e. setting programs to run as Administrator, but to no avail.
Has anyone else seen this, or has anyone got any suggestions for things I can try to fix this?
Thanks in advance for any help.
Solved! Go to Solution.
10-05-2020 08:16 AM
Can you check the DCOM settings for TSAutoMgr and make sure it's set to 'Launching user'?
If you had been using TestStand 2016 SP1 specifically in the past, you never would have had to do this because of known issue 666537 where that default property was changed for that specific version.
Hope this helps!
Trent
10-05-2020 11:19 AM
Hi Trent,
That has fixed it - thank you so much for help! You've very much made my day.
Best regards,
Dave
10-27-2021 08:54 AM
How are you running teststand sequences from Bamboo. I am trying to use a Bamboo "script" step to run my command, Bamboo seems happy but teststand is not doing anything. My sequence should just be writing timestamps to a file and nothing happens. It works fine if I run it directly from a command line.