I am getting an error:
"The remote server returned and error: (404) Not Found"
when attempting to commit files into the repository. The server is windows 2003 and I made sure that the asp.net web service extensions is permitted (enabled). What else can/should I do?
I am using the Vault Client 2.0.1 (2137) and can create and rename repositories from the client, just not add / commit any files.
Thanks
Wes
getting a 404 error on commit
Moderator: SourceGear
Is the file VaultFileUpload.aspx in the VaultService directory? Does it have the correct permissions? Can you go to http://server/VaultService/VaultService.asmx and http://server/VaultService/VaultFileUpload.aspx ?
Is the file VaultFileUpload.aspx in the VaultService directory?
Yes
Does it have the correct permissions?
The Internet Guest Account has read permissions on the file.
Can you go to http://server/VaultService/VaultService.asmx
Yes
and http://server/VaultService/VaultFileUpload.aspx
NO. I changed the web config file to display errors to remote clients and the error I'm getting on this file is
2103 : FailCookieInvalid
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: VaultLib.VaultSoapException: 2103 : FailCookieInvalid
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[VaultSoapException: 2103 : FailCookieInvalid ]
VaultService.VaultFileUpload.Page_Load(Object sender, EventArgs e) +2481
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Yes
Does it have the correct permissions?
The Internet Guest Account has read permissions on the file.
Can you go to http://server/VaultService/VaultService.asmx
Yes
and http://server/VaultService/VaultFileUpload.aspx
NO. I changed the web config file to display errors to remote clients and the error I'm getting on this file is
2103 : FailCookieInvalid
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: VaultLib.VaultSoapException: 2103 : FailCookieInvalid
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[VaultSoapException: 2103 : FailCookieInvalid ]
VaultService.VaultFileUpload.Page_Load(Object sender, EventArgs e) +2481
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573