Error downloading file from Vault via web interface
Moderator: SourceGear
Error downloading file from Vault via web interface
I am using version 4.0.5.15922 of the Vault Server and I am trying to download some files via the web browser (web sourcecode control area) and I am getting an error when doing so. I go to the file and see the revision history and when I click on the version number of the file to download it I get the message "Value cannot be null. Parameter name: String". Any ideas why this is happening?
Thanks and let me know if you need more info!
Thanks and let me know if you need more info!
Are you trying to download the latest version, or a version from history?
Was the file branched at some point? Are you trying to get a version prior to the branch?
Are there any errors in the Vault server log file the correspond to the download error?
The Vault log is sgvault.log and is in %windir%\temp\sgvault on the server machine.
Was the file branched at some point? Are you trying to get a version prior to the branch?
Are there any errors in the Vault server log file the correspond to the download error?
The Vault log is sgvault.log and is in %windir%\temp\sgvault on the server machine.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
I am trying to download the latest version (in fact on most things that I was attempting to get, there was only one (1) version)lbauer wrote:Are you trying to download the latest version, or a version from history?
No. We do not use branched files that I am aware of...we just simply check-in and check-out files.lbauer wrote:Was the file branched at some point? Are you trying to get a version prior to the branch?
This is what I get in the log:lbauer wrote:Are there any errors in the Vault server log file the correspond to the download error?
The Vault log is sgvault.log and is in %windir%\temp\sgvault on the server machine.
Code: Select all
----11/30/2007 8:23:34 AM ***--***(***.***.***.***)--SSL Disabled System.ArgumentNullException: Value cannot be null.
Parameter name: String
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at VaultService.VaultWeb.GetFile.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at VaultService.VaultWeb.GetFile.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bsihsv:
I received the email. Unfortunately, one of the characters in your repository path has a hash ( '#' ). This is causing problems with the parser. We'll provide a fix in a later version of Vault ( and Fortress ), but unfortunately the only work around at this time is to remove the hash sign.
Sorry I cannot offer a better solution.
I received the email. Unfortunately, one of the characters in your repository path has a hash ( '#' ). This is causing problems with the parser. We'll provide a fix in a later version of Vault ( and Fortress ), but unfortunately the only work around at this time is to remove the hash sign.
Sorry I cannot offer a better solution.
Jeff Clausius
SourceGear
SourceGear