Tech Tuesday: Setting Timeout for SmartView Internal and SmartView External
Each week we like to give you a bit of technical news that could benefit you now or in the future with our products! This week's Tech Tuesday is from our Quality Assurance, Jared Dux, on timeout errors within SmartView Internal and External.
If you are reporting a large number of records and fields you may have ran into a timeout error as seen below.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
For SmartView Internal on GP2010+ you can add the following line to the dex.ini to adjust the timeout:
SMARTVIEW_COMMAND_TIMEOUT=0
Restart Microsoft Dynamics GP for the change to take effect.
For SmartView External you can add the following line to the SmartView.exe.config file (default location is C:\Program Files (x86)\eOne Integrated Business Solutions\SmartView):
<add key="CommandTimeout" value="0"></add>
Restart SmartView External for the change to take effect.
Do you have any topics you wish to see on our next Tech Tuesday? Email us at sales@eonesolutions.com with requests!
Danielle
Do you have an example of what the updated config file would look like
Thanks
Ed,
the examples for both are in the last two paragraphs.
for Internal, add to the dex.ini
SMARTVIEW_COMMAND_TIMEOUT=0
for external, edit the smartview.exe.config file and add the line next to the other “add key” lines already there:
patrick
does that same command work with SmartView External 64 bit?