Maintain control of your Microsoft 365 data
Post Reply
MCH_helferlein
Expert
Posts: 108
Liked: 9 times
Joined: Nov 21, 2017 7:18 am
Full Name: Peter Helfer
Contact:

proxy.xml

Post by MCH_helferlein »

Hi there.

Just got a fix from Support Ticket ID# 03262669 (Fix_151827) and got instructed to add a line in proxy.xml, but unfortunately the instruction was not clear.

Can anybody point out where to add the line:

LoadPermissionsInBatch="true"

in the proxy.xml so that I can start the services again?

Thanks
Peter
MCH_helferlein
Expert
Posts: 108
Liked: 9 times
Joined: Nov 21, 2017 7:18 am
Full Name: Peter Helfer
Contact:

Re: proxy.xml

Post by MCH_helferlein »

Just got a response from support:
The proxy.xml document has different parts, for example:
<proxy> which ends with </Proxy>
<Options> ending with </Options> and etc.

The LoadPermissionsInBatch="true" line should be added in <source /> part.
You might see other parameters already provided for the <source /> for example:
<Source WorkerThreads="50" BatchSize="50" BatchPart="50" BatchTimeout="1200" BatchMaxItemSize="15" BandwidthLimit="0" EwsRetryDelay="30" BandwidthLimitUnit="MegabitsPerSecond" />

In this case, just do not change anything and simply add the line - LoadPermissionsInBatch="true" - to the <source />. It should look like this afterward:
<Source WorkerThreads="50" BatchSize="50" BatchPart="50" BatchTimeout="1200" BatchMaxItemSize="15" BandwidthLimit="0" EwsRetryDelay="30" BandwidthLimitUnit="MegabitsPerSecond" LoadPermissionsInBatch="true" />
Perhaps this helps someone too :-)
Polina
Veeam Software
Posts: 2974
Liked: 705 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: proxy.xml

Post by Polina »

Hi Peter,

Correct, you can just add this line between <Archiver> and </Archiver> tags, i.e.:
<Veeam>
<Archiver>
<Source LoadPermissionsInBatch="true" ... />


Thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests