• Greg Edwards-268690 (12/9/2011)


    ALZDBA (12/9/2011)


    Nice article. And what's most important .... It will help people diagnose and solve this kind of issues !

    With fixed ports, you can also register the spn yourself ( after install of the instance ) using this

    DOS script

    echo off

    rem http://blogs.msdn.com/sql_protocols/archive/2005/10/12/479871.aspx

    rem To create an SPN for SQL Server, enter the following code at a command prompt:

    rem setspn -A MSSQLSvc/Host:port serviceaccount

    rem For example:

    rem setspn -A MSSQLSvc/server1.redmond.microsoft.com sqlaccount

    echo on

    rem C:\Program Files\Support Tools\setspn -A MSSQLSvc/yourservername.yourdomain.yourdomainsuffix:2388 DOMAIN\SERVICEACCOUNT

    So you are a domain admin?

    For the required permissions, have a look at :http://technet.microsoft.com/en-us/library/cc773257(WS.10).aspx

    more details for domain admins to delegate this to a sqlserver sysadmin can be found at http://technet.microsoft.com/en-us/library/cc773257(WS.10).aspx#BKMK_Delegating

    Being domain admin would make this easy, but chances are I would break more things by simply not knowing what AD or a domain holds, needs and how simple it is to mess it up, so ... no thanks.:hehe:

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me