Access denied while connecting to URL

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
navin
Posts: 2
Joined: Mon Jul 11, 2005 5:04 am

Access denied while connecting to URL

Post by navin » Tue Jul 12, 2005 11:19 pm


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.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Wed Jul 13, 2005 6:55 am

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.

navin
Posts: 2
Joined: Mon Jul 11, 2005 5:04 am

thanks

Post by navin » Wed Jul 13, 2005 10:14 pm

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.

Post Reply