I have created a Loadrunner script (LR 12.50) using VuGen and TruClient. When I start the script in VuGen the result depends on the proxy settings:
No proxy: The script finishes correctly.
Use system proxy settings: I get an HTTP-503 error
Use automatic configuration script (PAC)...(with an EMPTY textfield): The script finishes correctly.
Now I am using this script inside the controller and again I choose different proxy settings. Here are the results:
No proxy: The script runsfor 6 minutes (normaly it finishes witnin 1 minute), and gives a HTTP-503 error. The very first step was not executed.
Use system proxy settings: I get an HTTP-503 error
Use automatic configuration script (PAC)...(with an EMPTY textfield): I get the following error: AUTOMATIC proxy specified without an automatic proxy configuration (PAC) URL.
Because I cannot see what is going on in the first case, I do not know what is wrong in the No-Proxy case.
I have the following questions:
- How to fix this problem? How to find out about possible causes?
- Why are the behaviors different between VuGen and Controller? I expect the exact same behavior!
- Why does the Controller yield an error after 6 minutes in the NoProxy case, but it works just fine in the VuGen case?
- Why can I define a PAC without server adress in VuGen, but Controller gives me an error?
- Maybe there is some place with some configuration I need to adjust?