Total Files Listed:
490 File(s) 698,067,726 bytes
521 Dir(s) 147,256,967,168 bytes free
It fails quite quickly;
Code: Select all
[31/07/2013 1:56:36 PM] Preparing data to begin transaction
[31/07/2013 1:58:36 PM] Beginning transaction
[31/07/2013 1:58:37 PM] An error occurred while trying to begin a transaction.
[31/07/2013 1:58:37 PM] Transaction failed
[31/07/2013 1:58:37 PM] An exception was encountered during the transaction. Exception: The Vault server could not be contacted to perform the operation. Your network connection to the server may have been interrupted. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.The request failed with HTTP status 413: Request Entity Too Large. at VaultClientNetLib.VaultConnection.BeginTx(Int32 nRepID, VaultRequestItem[]& requests, String& strTxID, String comment)
at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, String strChangeSetComment, Boolean keepCheckedOut, Boolean removeLocalCopy, CommitType committype, VaultDateTime dateImport, Int32 nUserIDImport, Int64& nRevID, Int32[]& retBegEndTx)
I know my network path is open because I've been doing other work from the same location, and when I try a small set of the files that are failing it goes through without problem;
Code: Select all
[31/07/2013 1:59:56 PM] Preparing data to begin transaction
[31/07/2013 1:59:56 PM] Beginning transaction
[31/07/2013 1:59:56 PM] Create folder $/z_test5/subtest_c/AdobeDreamweaverCS6_v12r1
[31/07/2013 1:59:56 PM] Add $/z_test5/subtest_c/AdobeDreamweaverCS6_v12r1/AdobeDreamweaverCS6_v12r1.aamee
[31/07/2013 1:59:56 PM] Add $/z_test5/subtest_c/AdobeDreamweaverCS6_v12r1/AdobeDreamWeaverCS6_v12r1.cmd
[31/07/2013 1:59:56 PM] Add $/z_test5/subtest_c/AdobeDreamweaverCS6_v12r1/AdobeDreamWeaverCS6_v12r1_Remove.cmd
[31/07/2013 1:59:56 PM] Ending the transaction
[31/07/2013 1:59:56 PM] Transaction completed successfully
Can you point me to a solution for this?
(This attempt is being made locally, the client is installed on the Vault application server, the file set is on a network share.)