Product
User gets the following timeout error when using the ALIM Import Export Tool:
The default 1 minute timeout is not long enough for completing the operation.
Increase the ALIM Import Export Tool's timeout by following these steps:
Example:
<system.serviceModel>:
:
<binding name="wsHttpBindingConfigurationImportExport" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" openTimeout="00:30:00" closeTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00">:
</system.serviceModel>
n/a