Leslie is correct with that information.
To add some other things we've seen help verify and/or resolve connection-type issues such as this:
>>If you are running an Active Directory Domain environment, you may need to try disabling TCP Chimney. The following KB article informs how to do this:
support.microsoft.com/.../951037
>>Settings to Check:
1. Go to (Start | Run) and type cliconfg.exe and click on run.
2. On the General tab on the right under 'Enabled protocols by order:' make sure TCP/IP is the top one.
3. Highlight TCP/IP and click on Properties
4. Make sure the default port is 1433, (unless you have configured it to be a different port)
a. Ensure no firewalls inside your network are blocking or scanning this port.
5. Click Apply then Ok
>>Continuous Ping:
You could setup a continuous ping to run on your SQL server to the problem workstation or problem terminal server:
ping workstation -t -l 65500
(Replace workstation with the actual name of the workstation that you are pinging).
You could also setup a continuous ping to run on your problem workstation or problem terminal server:
ping sqlservername -t -l 65500
(replace sqlservername with the actual name of the SQL server that you are going to ping)
Let these pings run for 10 - 15 minutes and then enter “Ctrl C” to end the continuous ping. Review this to see if any packets are lost. You might see a message such as, “a timeout occurred” as well. This indicates that the connection is being severed.
>>Data Execution Prevention
Click the Start menu.
Right click on My Computer.
Click on Properties.
Click Advanced System Settings.
On the Advanced tab click on the Settings button in the Performance section.
Click on the Data Execution Prevention tab.
Select the second Radio Button labeled: Turn on DEP for all programs and services except those I select.
Click on the Add button at the bottom of the window.
Navigate to the install folder for GP10.0.
Select the Dynamics.exe file and click open.
Verify that it has a Checkmark in the box for Microsoft Dynamics GP and click Apply at the bottom of the window.
>>If you have Symantec Endpoint Protection installed and configured on the machines, try completely removing it from one machine as a test. Dynamics GP has known issues with Symantec Endpoint Protection, specifically the 'Application and Device Control' feature in Symantec 11.0.
>>Also, we've started seeing issues with Sonic Wall's VPN application. Even when the users aren't actively using VPN, Sonic Wall appears to have a type of firewall built in that can block traffic it doesn't recognize, which we've seen it do with Dynamics GP. We've seen this when attempting to login to Dynamics GP and also when running reports such as SmartLists.
Thank you,