Uploading large files

Hi,

I have a few files to upload to bigfix server from the client file sizes are about 30 ang 50 MB.
I’ve set the following settings on the client:

setting “_BESClient_ArchiveManager_OperatingMode”=“2” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_FileSet-FLReports-Interventions”=“c:\rse*.xml” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_SendAll”=“0” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_MaxArchiveSize”=“1000000000” on “{ parameter “action issue date” of action}” for client

But files are not being uploaded, in client log I see:
At 10:25:01 +0200 -
[ThreadTime:10:25:01] Starting upload of file ‘ff2122a9e04446f1c90ded92472345bfe602e615’ of size 2065592
[ThreadTime:10:25:01] Error uploading file ‘ff2122a9e04446f1c90ded92472345bfe602e615’, restarting in 8 second(s)
At 10:25:10 +0200 -
[ThreadTime:10:25:09] Starting upload of file ‘ff2122a9e04446f1c90ded92472345bfe602e615’ of size 2065592
At 10:25:24 +0200 -
[ThreadTime:10:25:15] Error uploading file ‘ff2122a9e04446f1c90ded92472345bfe602e615’, restarting in 16 second(s)

and in Index.txt on the server I see that the maximum size is exceeded:
MIME-Version: 1.0
Content-Type: multipart/x-directory2; boundary="==="
Unique-ID: 2448744
Archive-Size: 89650077
MaxArchiveSize: Exceeded
SendAll: 0
Date: Sun, 25 Nov 2018 07:15:29 +0000

Is there a setting I’m missing here?

P.S. If it matters the platform is 9.2.3.68

The error let think the parent relay is rejecting the request

Other then be sure the problem is not because a disk full issue on the relays between the agent and the server there are some setting need to be set on all of them ( other then the agent ) …

Among other relay/server side for example:

_BESRelay_UploadManager_BufferDirectoryMaxCount
_BESRelay_UploadManager_BufferDirectoryMaxSize
_BESRelay_UploadManager_CompressedFileMaxSize
_BESClient_ArchiveManager_MaxArchiveSize

https://www.ibm.com/support/knowledgecenter/en/SSPMR3_9.2.0/com.ibm.tivoli.tem.doc_9.2/Platform/Config/c_overview.html
https://www.ibm.com/support/knowledgecenter/en/SSPMR3_9.2.0/com.ibm.tivoli.tem.doc_9.2/Platform/Config/c_upload_manager_settings.html
https://www.ibm.com/support/knowledgecenter/en/SSPMR3_9.2.0/com.ibm.tivoli.tem.doc_9.2/Platform/Config/c_archive_manager_settings.html