
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I have recorded a Web HTTP/HTML script at the moment which goes to some of our external sites outside our firewall and performs a few navigation functions. Each time I replay the script it progresses through about four of the different URLs involved then I get an error saying - Failed to connect to proxy xx.com:80 - connect() failed (iErrorCode: [10060] Connection timed out). Retrying with next proxy.
The script then hangs and will not progress any further (I have to kill the HP.Utt.StandaloneDebugger.exe process to get VuGen working correctly again). I have set the correct pac file location, set user authentication, and tried adjusting request connect and response timeouts as well as the HTTP Keep Alive Timeout. Additionally I have used web_set_user() function for the url in question to try and stop the issue but without success.
The script is recorded using LR12.53. Has anyone come across this before or know how to resolve?
Thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
It looks like you're using automatic configuration script for the proxy setting.
Could you change the Rutime Setting->Internet Protocol->Proxy to "Use proxy server" and specify a certain proxy server in you intranet?
Regards,
Bingle(LoadRunner R&D)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
It looks like you're using automatic configuration script for the proxy setting.
Could you change the Rutime Setting->Internet Protocol->Proxy to "Use proxy server" and specify a certain proxy server in you intranet?
Regards,
Bingle(LoadRunner R&D)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Bingle,
I tried your solution and the script now works perfectly!
Thanks for your help.
Regards,
Joe