Forum Discussion

EagerTester's avatar
EagerTester
Occasional Contributor
2 months ago
Solved

Azure batch node DistributedCOM error when running SessionCreator

Hi, I am having an issue with running SessionCreator on Azure. Our automation setup uses Azure Batch to run Tasks on nodes. Each task will run the test project using SessionCreator on the node.  Th...
  • EagerTester's avatar
    EagerTester
    2 months ago

    Thanks for the reply. After further analysis and debugging, It appears as though the /UseActiveSession option was the problem. I had left this in the command after testing, and this appears to have been causing the problem. 

    My guess is the first task finished, but did not close the first session immediately once it was done. The second task then ran and used the first session, which shut down shortly after.