GPOADmin is connected to AD LDS configuration store and the following error is seen when selecting a search folder or any folder under version control root:
As noted in the error these values can be increased in the Default.Client.Connection.config file to see if additional time allows the operation to succeed. We recommend at increasing the buffer sizes in the file as well. The settings to be increased are listed below which are the default values in the connection file. These should be increased for the NetTCPBinding_GPOADmin and the NetTCPBinding_GPOAminStream bindings.
You may try doubling or increasing default numbers below and test to see if you obtain better results.
Timeouts (As noted in the error message)
closeTimeout="00:10:00"
openTimeout="00:10:00"
receiveTimeout="00:10:00"
sendTimeout="00:10:00"
Buffer sizes
maxBufferPoolSize="500000000"
maxReceivedMessageSize="500000000"
Note:
This should be done on the client and GPOADmin server.
You may find the Default.Client.Connection.config file in the following path:
C:\Program Files\Quest\GPOADmin\Connections
