We are evaluating your fine product, but we are having an issue with two of our developer machines (out of 5). The other machines work perfectly and we have successfully used the repositories we've created.
There is nothing in the server log (even with debug logging on) except for a login and logout message (so I know it is connecting in some respect) for the same second. No error message is recorded in ...\Localsettings\Temp\VaultGUIClient.txt for the current user either.
All client machines are XP Pro SP2. We are running client 4.0.4 (15848) and server 4.0.4.15848 running on IIS 5.0 W2K with SQL Server 2005.
When logging in using the GUI tool we get the error message right after clicking OK on the "Connect to server" dialog:
Using the command line tool we got a slightly more informative error message:Input string was not in a correct format.
vault GET -host XXXXXXXXXX -user kunkedj -password simple -repository "Main" "$\command\cal.txt"
Note: This command line works fine for the 3 machines that aren't experiencing this issue.System.Exception: The connection to the server failed: server can
not be contacted or uses a protocol that is not supported by this client. Input
string was not in a correct format. ---> System.FormatException: Input string
was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe
r& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in
fo)
at VaultClientOperationsLib.UserOptionsCollection.GetOptionAsInt(String optio
nName)
at VaultClientOperationsLib.ClientInstance.UpdateWorkingFolderOptionsFromUser
Options()
at VaultClientOperationsLib.ClientInstance.Login(String urlbase, String usern
ame, String password)
at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altComman
d, Boolean bAllowAuto, Boolean bSaveSession)
--- End of inner exception stack trace ---
at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altComman
d, Boolean bAllowAuto, Boolean bSaveSession)
at VaultClientIntegrationLib.ServerOperations.Login()
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand(Args curArg)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
Do you have any suggestions? I've tried everything I can think of.
Thanks for your time.