Answered question

NeoLoad execution with Jenkins Master-Node set up

Hello,

I am running the NeoLoad tests with Jenkins
I have a master server for Jenkins and node/slave configured to it.

The NeoLoad controller is installed on the Node, and the perf test job is configured to run only on that node.

I am not using the NeoLoad-Jenkins plugin for this
Instead i use windows batch command as the build step and use all the Neoload command line execution commands.

What happens - the project is getting build , but it is not succeeding and getting a user control issue as attached here... looks like some user control issue....

I am successful when there is no master - node set up.... i.e when the Neoload controller is installed in the master itself..and the job is triggered with windows batch command....

any help is appreciated to solve this...

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points
christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Hi,

You have to deactivate the UAC for the windows user account that launches NeoLoad.

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points

wonderful, thanks Cristophe
I resolved it
In addition to it, its better to start the jenkins slave in administrator mode..