On 9/12/07, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote:
> Folks,
>
> Puzzled about this error message. ColdFusion 7.02/Std on Windows
> 2003/Web connecting to a different machine running MSSQL2000/Std on
> Windows 20003/Std. Rebooted everything after months of being fine and
> getting a timeout error
>
> The error message from the runtime log is
>
> SQLException while attempting to connect: java.sql.SQLException:
> [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting
> to contact the server (Server returned: Connection reset). Please
> ensure that the server parameters passed to the driver are correct and
> that the server is running. Also ensure that the maximum number of
> connections have not been exceeded for this server.
> [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting
> to contact the server (Server returned: Connection reset)
>
> What's weird is this happens on three different VMWare machines
> running on the same server as the db (this is in a dev environment). I
> do know that the host machine, which also runs the db, was upgraded to
> SP2 for Windows 2003 server. Other CF boxes (eg developer machines)
> and MSSQL tools can connect fine, but not any of the virtual machines.
>
> Ideas?

Wow. Finally got this fixed and is it a doozy. Turns out that Windows
2003 SP2 has some code it in that enables(?)/changes(?)/breaks some of
the higher-end features (like TCP Offloading and RSS) in the Broadcom
GBit controller that, among other machines, is onboard for Dell 29XX
series servers.

Directions to fix it are here using two registry tweaks are here

http://www.vmware.com/community/thread.jspa?threadID=78606&start=30&tstart=0

Uninstalling SP2 apparently works, as does a routing trick, but
disabling the features in the card seemed the best choice to me and
worked on the first try.
-- 
John Paul Ashenfelter
CTO/Transitionpoint
(blog) http://www.ashenfelter.com
(email) [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288393
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to