Modifying client settings
You can increase the maximum message size or timeout value on the client computer by modifying the relevant settings.
Procedure
To modify the client settings:
-
Open the ArcGIS configuration file (ServerEndponts.config).
When Analyst's Notebook Connector for Esri is installed, the file is in the following
location:
<Installation Directory>\Foundation Module\Modules\ServerEndpoints.config
<Installation Directory>
is the location where Analyst's Notebook Connector for Esri is installed on the client computer. -
Locate the
<bindings>
element:<bindings> <basicHttpBinding> <binding name="arcGisHttpBinding" closeTimeout="00:00:19" maxReceivedMessageSize="5242880" maxBufferPoolSize="0" sendTimeout="00:1:30" transferMode="StreamedResponse"> </binding> </basicHttpBinding> </bindings>
-
Make the following changes:
-
If the maximum message size quota error message was triggered, increase the value
of the
maxReceivedMessageSize
attribute. This value affects the performance of the client computer. Increase it only enough to match your needs. -
If the request channel caused a timeout, increase the value of the
sendTimeout
attribute. This change increases the amount of time the client computer waits after it receives a message from the server. Increasing this value also affects performance.
-
If the maximum message size quota error message was triggered, increase the value
of the
- Save the changes and restart Analyst's Notebook.