Error: Could not retrieve the file from the database.
Moderator: SourceGear
Error: Could not retrieve the file from the database.
Hi,
- Vault client is version 4.0.4.15848
- Vault server is version 4.0.4.15848
I am getting the error below, when adding a file to the repository:
[11/14/2007 11:22:58 AM] An error occurred while trying to end a transaction.
[11/14/2007 11:22:58 AM] Transaction failed
[11/14/2007 11:22:58 AM] Item $/QIMS/C++/unicf.dll - Development/uniresGerman/unires.rc caused the transaction to fail: Could not retrieve the file from the database.
[11/14/2007 11:22:58 AM] Transaction failed
Any help will be appreciated.
Thank you.
- Vault client is version 4.0.4.15848
- Vault server is version 4.0.4.15848
I am getting the error below, when adding a file to the repository:
[11/14/2007 11:22:58 AM] An error occurred while trying to end a transaction.
[11/14/2007 11:22:58 AM] Transaction failed
[11/14/2007 11:22:58 AM] Item $/QIMS/C++/unicf.dll - Development/uniresGerman/unires.rc caused the transaction to fail: Could not retrieve the file from the database.
[11/14/2007 11:22:58 AM] Transaction failed
Any help will be appreciated.
Thank you.
Beth, thank you for your reply.
I added and removed that file (and others like it, which gave the same error) many times, using either the GUI or Visual Studio also. The error is when using the GUI.
I recently upgraded the Vault client, and had alot of weird errors since (file already exists, Java exceptions...). I was not able to even see the repository tree when starting the client.
I do not have access to the server log.
I saw a posting to rename one of the Cache files, CacheMember_ChangeSetItems, to CacheMember_ChangeSetItems.old.
I did that, and was able to add the files on a fresh branch.
I added and removed that file (and others like it, which gave the same error) many times, using either the GUI or Visual Studio also. The error is when using the GUI.
I recently upgraded the Vault client, and had alot of weird errors since (file already exists, Java exceptions...). I was not able to even see the repository tree when starting the client.
I do not have access to the server log.
I saw a posting to rename one of the Cache files, CacheMember_ChangeSetItems, to CacheMember_ChangeSetItems.old.
I did that, and was able to add the files on a fresh branch.
Hi,
I edited the following files:
- MSSCCPRJ.SCC:
SCC_Project_Name = <path in Vault repository>
- <project>.dsp:
# PROP Scc_ProjName ""<path in Vault repository>", IWAAAAAA"
- <project>.dsw
begin source code control
<path in Vault repository>
.
end source code control
I also rernamed <project>.ncb and <project>.opt, which were recreated.
The files look now to be under source control in VC++ 6.0 GUI.
Thank you for your help.
I edited the following files:
- MSSCCPRJ.SCC:
SCC_Project_Name = <path in Vault repository>
- <project>.dsp:
# PROP Scc_ProjName ""<path in Vault repository>", IWAAAAAA"
- <project>.dsw
begin source code control
<path in Vault repository>
.
end source code control
I also rernamed <project>.ncb and <project>.opt, which were recreated.
The files look now to be under source control in VC++ 6.0 GUI.
Thank you for your help.