elian wrote:Edit the config.xml file and change the line (section connection/protocols)
from
<protocol value="dbmslpcn" name="lDefault" localization="true" />
into
<protocol value="dbmssocn" name="lDefault" localization="true" />
I found in my experience, that all I had to do was move the
<protocol value="dbmssocn" name="lTCPIP" localization="true" /> node to the top of the protocols node and it was then default. The value attribute is the defining charachteristic in this heierarchy, "1Default" is just a name, it has no propensity on the list or selected value order.
I only intend on using TCP/IP anyway, so I actually deleted the rest. Thats uber default.