Select to view content in your preferred language

Direct Connect Protocol for SQL Server/ArcSDE?

1025
2
07-16-2010 04:48 PM
JerryGarcia
Frequent Contributor
What network protocol does ArcGIS Server use when connecting to ArcSDE/SQL Server with a Direct Connect connection type?

Thanks!
0 Kudos
2 Replies
JoshuaBixby
MVP Esteemed Contributor
How ArcGIS Server directly connects to ArcSDE on SQL Server depends upon how the SQL Server server and client are configured. According to a SQL Server 2008 R2 MSDN web page on Configuring Client Network Protocols, "he protocols available for SQL Server clients are TCP/IP, Named Pipes, VIA, and shared memory."

Both the server and client can allow or disallow certain protocols as well as prioritize them. Since VIA is deprecated and shared memory is only local, that leaves Named Pipes and TCP/IP. Unless you have modified defaults, I am guessing your configuration is using TCP/IP.
0 Kudos
JerryGarcia
Frequent Contributor
How ArcGIS Server directly connects to ArcSDE on SQL Server depends upon how the SQL Server server and client are configured. According to a SQL Server 2008 R2 MSDN web page on Configuring Client Network Protocols, "he protocols available for SQL Server clients are TCP/IP, Named Pipes, VIA, and shared memory."

Both the server and client can allow or disallow certain protocols as well as prioritize them. Since VIA is deprecated and shared memory is only local, that leaves Named Pipes and TCP/IP. Unless you have modified defaults, I am guessing your configuration is using TCP/IP.


-----
Thanks for your reply!
0 Kudos