I have just installed Vault 2 weeks ago. For the first week it worked well and I was pleased. I have a solution in Vault and it worked fine, although now I cannot check in or out through VS.net 2003. The standalons client works though.
I can no longer add any solutions to Vault. When I try I get the (attached) error: "The project <projectname>.csproj that you are adding to source control will be added tot he same source control location as <solutionname>.sln. It overlaps this project in folder C:\<project path>"
When I click Continue on this dialog I get an error "File ~skjfhsivhskvhsi.csproj could not be mapped to the Vault project $/<projectname>"
I cannot find references to these errors anywhere. I am running XP Pro SP2 with VS.net 2003.
Cannot add any solutions to Vault
Moderator: SourceGear
Cannot add any solutions to Vault
- Attachments
-
- Untitled-1.gif (13.24 KiB) Viewed 3821 times
-
- Untitled-2.gif (6.38 KiB) Viewed 3822 times
OK, I have uninstalled all SourceGear products, removed every file and registry setting and dropped the database. I then installed Vault Server 3_0_2 and all tools, creating a new database.
I get the exact same problem.
I can also not create a project in the Vault Client, the messages are as follows:
[22/02/2005 4:51:25 PM] Preparing data to begin transaction
[22/02/2005 4:51:25 PM] Beginning transaction
[22/02/2005 4:51:25 PM] Create folder $/ChangeRequest
[22/02/2005 4:51:25 PM] Ending the transaction
[22/02/2005 4:51:28 PM] Server unavailable for transaction end
[22/02/2005 4:51:28 PM] An exception was encountered during the transaction. Exception: Exception of type System.Exception was thrown. at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[22/02/2005 4:51:28 PM] Transaction failed
[22/02/2005 4:51:28 PM] Transaction failed
[22/02/2005 4:51:49 PM] Refreshing folder tree
[22/02/2005 4:51:49 PM] Folder tree refreshed
[22/02/2005 4:51:53 PM] Preparing data to begin transaction
[22/02/2005 4:51:53 PM] Beginning transaction
[22/02/2005 4:51:53 PM] Create folder $/Hello
[22/02/2005 4:51:53 PM] Ending the transaction
[22/02/2005 4:52:01 PM] Server unavailable for transaction end
[22/02/2005 4:52:01 PM] An exception was encountered during the transaction. Exception: Exception of type System.Exception was thrown. at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[22/02/2005 4:52:01 PM] Transaction failed
[22/02/2005 4:52:01 PM] Transaction failed
I am tearing my hair out, can anyone help?
I get the exact same problem.
I can also not create a project in the Vault Client, the messages are as follows:
[22/02/2005 4:51:25 PM] Preparing data to begin transaction
[22/02/2005 4:51:25 PM] Beginning transaction
[22/02/2005 4:51:25 PM] Create folder $/ChangeRequest
[22/02/2005 4:51:25 PM] Ending the transaction
[22/02/2005 4:51:28 PM] Server unavailable for transaction end
[22/02/2005 4:51:28 PM] An exception was encountered during the transaction. Exception: Exception of type System.Exception was thrown. at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[22/02/2005 4:51:28 PM] Transaction failed
[22/02/2005 4:51:28 PM] Transaction failed
[22/02/2005 4:51:49 PM] Refreshing folder tree
[22/02/2005 4:51:49 PM] Folder tree refreshed
[22/02/2005 4:51:53 PM] Preparing data to begin transaction
[22/02/2005 4:51:53 PM] Beginning transaction
[22/02/2005 4:51:53 PM] Create folder $/Hello
[22/02/2005 4:51:53 PM] Ending the transaction
[22/02/2005 4:52:01 PM] Server unavailable for transaction end
[22/02/2005 4:52:01 PM] An exception was encountered during the transaction. Exception: Exception of type System.Exception was thrown. at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[22/02/2005 4:52:01 PM] Transaction failed
[22/02/2005 4:52:01 PM] Transaction failed
I am tearing my hair out, can anyone help?
Check the server log (by default at C:\windows\temp\sgvault on server machine) to see if there is more info on the error. It looks like something isn't right after the 3.0.2 server install. Does it work the same way on all machine trying to change the repository, or is it just your machine?
This doesn't appear to be the same issue as the VS.Net problem though. Generally VS like to have the project file and the solution file in separate folders when they are under source control, so you might try that approach and see if it likes it better.
This doesn't appear to be the same issue as the VS.Net problem though. Generally VS like to have the project file and the solution file in separate folders when they are under source control, so you might try that approach and see if it likes it better.
fixed!
Dan, thanks for your help.
I looked in the log file and found multiple incidences of:
"XML stored procedures are not supported in fibers mode"
a quick search in this forum found the answer: turn off fibers mode. I did this and now everything is working smoothly - including the project/solution issue.
Thanks again.
I looked in the log file and found multiple incidences of:
"XML stored procedures are not supported in fibers mode"
a quick search in this forum found the answer: turn off fibers mode. I did this and now everything is working smoothly - including the project/solution issue.
Thanks again.