Can't branch a folder

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
dextor
Posts: 16
Joined: Fri Feb 10, 2006 8:34 am
Location: Seoul, Korea

Can't branch a folder

Post by dextor » Mon Feb 05, 2007 4:08 am

Hi, all.

We have a problem in branching a folder.
The messages are as follows in Vault client.


[2007-02-05 오후 6:49:55] Preparing data to begin transaction
[2007-02-05 오후 6:49:55] Beginning transaction
[2007-02-05 오후 6:49:56] Branch $/MainTrunk
[2007-02-05 오후 6:49:56] Ending the transaction
[2007-02-05 오후 6:51:03] An error occurred while trying to end a transaction.
[2007-02-05 오후 6:51:03] An exception was encountered during the transaction. Exception: 1 : Failure 위치: System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
위치: System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
위치: VaultClientNetLib.ClientService.VaultService.EndTx(String strTxID, Int32 nTxAction, VaultDateTime& dtTxBegin, Int64& nNewRevision, VaultResponseItem[]& responses)
위치: VaultClientNetLib.VaultConnection.EndTx(String strTxID, Int64& nNewRevision, VaultResponseItem[]& responses, Int32 nAction, VaultDateTime& txBeginDate)
위치: VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, String strChangeSetComment, Boolean keepCheckedOut, Boolean removeLocalCopy, CommitType committype, VaultDateTime dateImport, Int32 nUserIDImport, Int64& nRevID, Int32[]& retBegEndTx)
[2007-02-05 오후 6:51:03] Transaction failed
[2007-02-05 오후 6:51:03] Transaction failed


We are running the Vault server on MS Windows 2003 Enterprise Edition with MS-SQL 2000.
____
Best regards,
Jaeyoun Yi, Ph.D.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Mon Feb 05, 2007 8:24 am

What version of Vault are you using?

Check the Vault server log (sgvault.log in %windir%\temp\sgvault). What error is written there that corresponds to the failure?

Can you do the branch from a client on the Vault Server machine, using "localhost" for the Vault Server name? This will rule out network errors.
Linda Bauer
SourceGear
Technical Support Manager

Locked