goombawaho
MIS
Hopefully somebody can throw me a bone here in terms of troubleshooting because I know nothing about SQL Server. I'm trying to point the problem away from a general server/network issue and AT the software people that set up the SQL Express database and their software.
Error using ChiroTouch software:
"Connection lost!! (-2147467259)[DBNETLIB][Connection Read (recv()).] General network error. Check your documentation."
Environment - basically everything is new
New switch and network cabling
New server running 2008R2 with all updates for Windows and network card driver (16GB RAM, Intel Xeon E3 processor)
SQL Express because we only have about 5 workstations connecting to the database
Server is running in a Workgroup environment at the moment, but I want to switch it to a Domain
Researching the error shows ideas along these lines:
* Network problems
* Use TCP/IP vs. Named Pipes for database communication or vice versa
* Turn off TCP/IP Chimney Offload
I don't want to proceed until I get some more experienced advice. I'm going to do network communication checks on Monday.
If the database is set up for Named Pipes and a ping -a doesn't result in a DNS name being returned, does that pose a problem for communications right there?
Error using ChiroTouch software:
"Connection lost!! (-2147467259)[DBNETLIB][Connection Read (recv()).] General network error. Check your documentation."
Environment - basically everything is new
New switch and network cabling
New server running 2008R2 with all updates for Windows and network card driver (16GB RAM, Intel Xeon E3 processor)
SQL Express because we only have about 5 workstations connecting to the database
Server is running in a Workgroup environment at the moment, but I want to switch it to a Domain
Researching the error shows ideas along these lines:
* Network problems
* Use TCP/IP vs. Named Pipes for database communication or vice versa
* Turn off TCP/IP Chimney Offload
I don't want to proceed until I get some more experienced advice. I'm going to do network communication checks on Monday.
If the database is set up for Named Pipes and a ping -a doesn't result in a DNS name being returned, does that pose a problem for communications right there?