"Error mientras se establecía la conexión con el servidor. Al conectar con
SQL Server 2005, el error pse puede producir porque la configuración
predeterminada de SQL Server no admite conexiones romotas. [provider:
Proveedor de canalizaciones con nombre, error 40 - No se puedo abrir una
conexion SQL Server]."
Debo decir que tengo activadas las conexiones remotas de SQL Server, y que
los protocolos TCP/IP están activados.
A ver si alguien sabe como puedo resolver esto, gracias a todos de antemano.
--
Saludos,
Eduardo Castro - MVP
http://ecastrom.blogspot.com
"Francisco" <Fran...@discussions.microsoft.com> wrote in message
news:C40AF606-E008-436C...@microsoft.com...
Se te ocurre algo mas?
Gracias.
Haz un telnet a ese servidor y ese puerto a ver si te deja, para descartar
problemas de red.
--
Un saludo
Salvador Ramos
---------------------------------------------------
www.helpdna.net (información sobre SQL Server y Microsoft .Net)
www.helpdna.net/acerca_de_salvador_ramos.htm
---------------------------------------------------
"Francisco" <Fran...@discussions.microsoft.com> escribió en el mensaje
news:30D4BF20-34ED-4D45...@microsoft.com...
"Salvador Ramos" <webmaster...@YEstoHelpdna.net> escribió en el
mensaje news:eh9HbeGB...@TK2MSFTNGP02.phx.gbl...
Step 3: Disable Receive Side Scaling
Disable Receive Side Scaling on the server. To do this, use one of the
following methods:
Method 1: Modify the network adapter properties to disable Receive Side
Scaling
1. Click Start, click Run, type ncpa.cpl, and then click OK.
2. Right-click a network adapter object, and then click Properties.
3. Click Configure, and then click the Advanced tab.
4. In the Property list, click Receive Side Scaling, click Disable in
the Value list, and then click OK.
5. Repeat steps 2 through 4 for each network adapter object.
Method 2: Modify the registry to disable Receive Side Scaling
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
3. If the EnableRSS registry entry does not exist, create it. To do
this, follow these steps:a. On the Edit menu, point to New, and then click
DWORD Value.
b. In the New Value #1 box, type EnableRSS, and then press
ENTER.
4. Right-click EnableRSS, and then click Modify.
5. In the Value data box, type 0 (zero), and then click OK.
6. Exit Registry Editor.
Back to the top
Step 4: Disable offloading support
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
3. In the details pane, right-click EnableTCPA, and then click Modify.
Note If the EnableTCPA registry entry does not exist, create it. To do
this, follow these steps:a. On the Edit menu, point to New, and then click
DWORD Value.
b. In the New Value #1 box, type EnableTCPA, and then press
ENTER.
4. In the Value data box, type 0 (zero), and then click OK.
5. Exit Registry Editor.
6. Restart the computer.
--
Un Saludo
Edu Alcañiz
Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no
otorga ningún derecho.
"Jorge Alvarado" <jalv...@superexito.com.ec> wrote in message
news:uzsDh7kS...@TK2MSFTNGP03.phx.gbl...
--
Un Saludo
Edu Alcañiz
Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no
otorga ningún derecho.
"Jorge Alvarado" <jalv...@superexito.com.ec> wrote in message
news:uzsDh7kS...@TK2MSFTNGP03.phx.gbl...