Can someone help me understand what would be causing the error below? I'm not having any problem from the Vault client. Here's my call:
<vaultgetfile url="http://ibm-c3-b09"
username="${vault.user}"
password="${vault.password}"
repository="${vault.repository}"
path="$/rootFolder/l2/l3/l4/l5/l6"
destination="${core.source}" />
System.Exception: 1022: Proxy Authentication Failed. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. ---> System.Net.WebException: The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ).
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRespo
nse(SoapClientMessage message, WebResponse response, Stream responseStream, Bool
ean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(
String methodName, Object[] parameters)
at VaultClientNetLib.ClientService.VaultService.ValidateServiceVersions(
Int32[] clientSupportedVersions)
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsername, String strPassword)
--- End of inner exception stack trace ---
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsername, String strPassword)
at VaultClientOperationsLib.ClientInstance.Login(String urlbase,
String username, String password)
at NAnt.Contrib.Tasks.SourceGearVault.VaultBase.Login() in C:\temp\vaultnant2.0\latest\src\VaultBase.cs:line 82
at NAnt.Contrib.Tasks.SourceGearVault.vaultgetfile.ExecuteTask()
in C:\temp\vaultnant2.0\latest\src\VaultGetFile.cs:line 95
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
NAnt 3.1.9 Proxy Authentication Failed
Moderator: SourceGear
Came Back.
This problem has came back and rebooting isn't helping now. Any help is appreciated.