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
-
- Expert
- Posts: 111
- Liked: 10 times
- Joined: Nov 21, 2017 7:18 am
- Full Name: Peter Helfer
- Contact:
-
- Expert
- Posts: 111
- Liked: 10 times
- Joined: Nov 21, 2017 7:18 am
- Full Name: Peter Helfer
- Contact:
Re: proxy.xml
Just got a response from support:
Perhaps this helps someone tooThe 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" />
-
- Veeam Software
- Posts: 3195
- Liked: 775 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: proxy.xml
Hi Peter,
Correct, you can just add this line between <Archiver> and </Archiver> tags, i.e.:
<Veeam>
<Archiver>
<Source LoadPermissionsInBatch="true" ... />
Thanks!
Correct, you can just add this line between <Archiver> and </Archiver> tags, i.e.:
<Veeam>
<Archiver>
<Source LoadPermissionsInBatch="true" ... />
Thanks!
Who is online
Users browsing this forum: edh and 9 guests