Access denied while connecting to URL
Moderator: SourceGear
Access denied while connecting to URL
I get this exception:
System.Exception: Unable to connect to http://xxxxx.yyyyyy.com/VaultService. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception:
The operation has timed-out.
I am using NAnt to automate the nightly build, but i get the above exception when i execute the script from Command user interface. when I run the Vault GUI client from my system i am able to access the repositorys and also get the files. i have done some settings in Vault GUI Client Tools->Option->NetworkSettings and select the options "Do Not use a Proxy".
When I execute the same NAnt script on another system it executes perfectly without any errors because the VPN settings have been done on the system.
how to solve this problem. I want to run the script from my system. let me know at the earliest.
I'm assuming that you regularly use a proxy to connect to internet sites. The Vault GUI Client setting does not apply to Nant. You should configure your proxy options in Internet explorer to bypass the proxy for requests to the Vault server. This will make all applications bypass the proxy, much like the Vault GUI Client is doing now.
thanks
jeremy_sg wrote:I'm assuming that you regularly use a proxy to connect to internet sites. The Vault GUI Client setting does not apply to Nant. You should configure your proxy options in Internet explorer to bypass the proxy for requests to the Vault server. This will make all applications bypass the proxy, much like the Vault GUI Client is doing now.
Thanks a lot. After doing the settings everything is working fine.