Modifying client settings

You can increase the maximum message size or timeout value on the client computer by modifying the relevant settings.

To modify the client settings:
  1. 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.
  2. 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>
  3. Make the following changes:
    1. 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.
    2. 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.
  4. Save the changes and restart Analyst's Notebook.