SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Encryption not supported on the client. Refer to server error logs and setup logs for more information

  • Hi ,

    I am trying to install SQL 2005 dev edition on windows xp but get the error:

     

    SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Encryption not supported on the client. Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online.

    I previously had SQL 2000 and SQL 2005. I have revomved these including the reg keys that I find in regedit. For some reason that I don't know why I get this error can someone help as I don't see any MSDN support.

     

    Thanks in advance 

  • This was removed by the editor as SPAM

  • Installed Native client registry entries by importing the follow registry keys into the the registry. Alternatively, if you have another machine with SQL 2005 installed, export the keys and edit entries for .

    Before you import these entries, please verify if the keys exists in the registry. If they exist, your problem is something e.g. check your firewall.

    USE AT YOUR OWN RISK!!!

    Step1: Client_tree.reg

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client]

    "SharedMemoryOn"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo]

    "DSQUERY"="DBNETLIB"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\DB-Lib]

    "AutoAnsiToOem"="ON"

    "UseIntlSettings"="ON"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0]

    "ProtocolsSupported"=hex(7):73,00,6d,00,00,00,74,00,63,00,70,00,00,00,6e,00,70,

    00,00,00,76,00,69,00,61,00,00,00,00,00

    "ProtocolOrder"=hex(7):73,00,6d,00,00,00,74,00,63,00,70,00,00,00,6e,00,70,00,

    00,00,00,00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\GeneralFlags]

    "NumberOfFlags"=dword:00000002

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\GeneralFlags\Flag1]

    "Label"="Force protocol encryption"

    "Value"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\GeneralFlags\Flag2]

    "Label"="Trust Server Certificate"

    "Value"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\LastConnect]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\np]

    "DLLname"="SQLNCLI"

    "NumberOfFlags"=dword:00000000

    "NumberOfProperties"=dword:00000001

    "ProtocolName"="Named Pipes"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\np\Property1]

    "Name"="Default Pipe"

    "Value"="sql\\query"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\sm]

    "DLLname"="SQLNCLI"

    "NumberOfFlags"=dword:00000000

    "NumberOfProperties"=dword:00000000

    "ProtocolName"="Shared Memory"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\tcp]

    "DLLname"="SQLNCLI"

    "NumberOfFlags"=dword:00000000

    "NumberOfProperties"=dword:00000003

    "ProtocolName"="TCP/IP"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\tcp\Property1]

    "Name"="Default Port"

    "Value"=dword:00000599

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\tcp\Property2]

    "Name"="KEEPALIVE (in milliseconds)"

    "Value"=dword:00007530

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\tcp\Property3]

    "Name"="KEEPALIVEINTERVAL (in milliseconds)"

    "Value"=dword:000003e8

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\VIA]

    "DLLname"="SQLNCLI"

    "NumberOfFlags"=dword:00000000

    "NumberOfProperties"=dword:00000002

    "ProtocolName"="VIA"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\VIA\Property1]

    "Name"="Default Server Port"

    "Value"="0:1433"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\VIA\Property2]

    "Name"="Default Client NIC"

    "Value"="0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib]

    "ProtocolOrder"=hex(7):74,00,63,00,70,00,00,00,6e,00,70,00,00,00,00,00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib\LastConnect]

    ""="839057416:tcp:,1433"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib\Np]

    "DefaultPipe"="sql\\query"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib\Tcp]

    "DefaultPort"=dword:00000599

    Step 2: Tcp.reg

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib\Tcp]

    "TcpDynamicPorts"=""

    "TcpHideFlag"=dword:00000000

    "TcpPort"="1433"

  • Was having the same problem just now...Just uninstall native client through control panel add/remove programs - delete all instances - then uninstall 2005 again and it should work.

    Thanks

    Thibaut

  • valenzat (4/22/2008)


    Was having the same problem just now...Just uninstall native client through control panel add/remove programs - delete all instances - then uninstall 2005 again and it should work.

    Thanks

    Thibaut

    Having the same problem same you.I've format my OS end then setup again but the same problem. Help me

  • The registry fix worked for me.

    I installed SQL 7.0 MSDE on top of a working SQL Server 2005 adn the 2005 was clobbered. I tried re-installing SQL 2005 as a named instance and got the symptoms described at the start of the thread.

    Re-installed after applying the registry fix and it worked.

    Thanks Byron.

  • The registry fix worked for me as well.

    I installed Visual Studio 2008, and then SQL Server 2005. Because SQL Express was installed with VS 2008, all the client tools failed with SQL Server. After un-installing both sql server and visual studio, I was unable to get SQL server to install. Thanks for the fix!

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply