I've just installed Source Vault on my xp pro + sql 2005 machine. I'm working on localhost only.
Created a new repository and i've created a blank solution (.sln) in vs.net 2005 Team suite. I'm trying to check it in but keep on getting this error.
Files could not be mapped to the vault project $KPCA\
Then I tried to check in files using Client but I'm getting this. I've no proxy, nothing. Any clue?
[2/1/2007 7:11:08 AM] Preparing data to begin transaction
[2/1/2007 7:11:08 AM] Beginning transaction
[2/1/2007 7:11:08 AM] Create folder $/KPCA/KPCA
[2/1/2007 7:11:08 AM] Add $/KPCA/KPCA/KPCA.sln
[2/1/2007 7:11:08 AM] Create folder $/KPCA/KPCA/KPCAWebSite
[2/1/2007 7:11:08 AM] Create folder $/KPCA/KPCA/KPCAWebSite/App_Data
[2/1/2007 7:11:08 AM] Add $/KPCA/KPCA/KPCAWebSite/Default.aspx
[2/1/2007 7:11:08 AM] Add $/KPCA/KPCA/KPCAWebSite/Default.aspx.cs
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCA.sln failed, retrying...
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCAWebSite/Default.aspx failed, retrying...
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCA.sln failed, retrying...
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCAWebSite/Default.aspx failed, retrying...
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCA.sln failed, retrying...
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCAWebSite/Default.aspx failed, retrying...
[2/1/2007 7:11:08 AM] Ending the transaction
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCA.sln failed too many times, aborting transaction.
Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.
The specific error was "The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error."
An exception was encountered during the transaction. Exception: The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error. at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[2/1/2007 7:11:08 AM] Upload for item $/KPCA/KPCA/KPCAWebSite/Default.aspx failed too many times, aborting transaction.
Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.
The specific error was "The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error."
An exception was encountered during the transaction. Exception: The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error. at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[2/1/2007 7:11:08 AM] Transaction failed
[2/1/2007 7:11:08 AM] Transaction failed
500 Error
Moderator: SourceGear
Looks like there's a problem communicating with the Vault Server/IIS.
Check the sgvault.log file in %windir%\temp\sgvault. Are there any corresponding messages?
Also see this forum post for a similar issue -- this user was out of disk space:
http://support.sourcegear.com/viewtopic.php?p=21900
Check the sgvault.log file in %windir%\temp\sgvault. Are there any corresponding messages?
Also see this forum post for a similar issue -- this user was out of disk space:
http://support.sourcegear.com/viewtopic.php?p=21900
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 2
- Joined: Thu Feb 01, 2007 6:11 am
got it working
Thanks, I looked into the temp location. I think it was permission issue. My D:\Temp location didn't have permission for read/write for either ASP.Net user or Network Service so I just added them and now it's working.
Thanks again!
Thanks again!