Enabling logging
When you enable logging, Analyst's Notebook Connector for Esri makes information available that might help you to understand the cause of issues such as connection problems.
Procedure
To enable logging, you must add a section inside the
<configuration>
element of the Analyst's Notebook application configuration file.Results
Connection problems are the most common type. After you enable logging, one of the following error messages might be shown in the log:
The maximum message size quota for incoming messages (5242880) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
The request channel timed out while waiting for a reply after 00:01:30. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
The first error indicates that the messages from the server exceeded the maximum message size, while the second indicates that the request timed out. You can reduce the amount of data that is available on your server by removing unneeded maps. Alternatively, you can increase the relevant setting on the client.