SEC_E_LOGON_DENIED when trying to use the Management Console

Last post 09-10-2008, 5:41 PM by Flamer. 4 replies.
Sort Posts: Previous Next
  •  09-03-2008, 7:12 PM 25873

    • Flamer is not online. Last active: 09-24-2008, 9:38 PM Flamer
    • Top 500 Contributor
    • Joined on 06-26-2007
    • Melbourne, Australia
    • Posts 6
    • Points 15

    SEC_E_LOGON_DENIED when trying to use the Management Console

    I’m having an issue with blackpoint setup on my VM when I try to browse to the management console: Authentication With Server Failed : SEC_E_LOGON_DENIED
     
    And this on the server console:
    Info    1020 Starting Session A4F503A31CABA82EC4410988F5551BFC
    Error   8060 ProcessPacket Error, Authentication With Server Failed : SEC_E_LOGO
    N_DENIED
    Info    1025 Ending Session A4F503A31CABA82EC4410988F5551BFC
     
    Any idea why this might be?  Can’t see anything in the logs...  I even changed authentication to Kerberos to see if that would help...  I had central admin configured on port 5555, so the server is listening on 4444 instead, I didn’t think that would be an issue, but thought I’d mention it.
  •  09-04-2008, 2:58 AM 25879 in reply to 25873

    Re: SEC_E_LOGON_DENIED when trying to use the Management Console

    I faced the same problem.

    The solution came with setting the SPN for the account under which the server is running.

    Hope this helps in your case too.


    iTechnology
  •  09-04-2008, 5:10 PM 25902 in reply to 25879

    • Flamer is not online. Last active: 09-24-2008, 9:38 PM Flamer
    • Top 500 Contributor
    • Joined on 06-26-2007
    • Melbourne, Australia
    • Posts 6
    • Points 15

    Re: SEC_E_LOGON_DENIED when trying to use the Management Console

    Hrmm, I've set an http spn...  Do I need a different one for the K2 server?
  •  09-09-2008, 12:31 AM 25962 in reply to 25902

    • Flamer is not online. Last active: 09-24-2008, 9:38 PM Flamer
    • Top 500 Contributor
    • Joined on 06-26-2007
    • Melbourne, Australia
    • Posts 6
    • Points 15

    Re: SEC_E_LOGON_DENIED when trying to use the Management Console

    I thought I was getting somewhere when I opened up remote connections to SQL Server, but everything is on the same box!  I've made the K2 service account sysadmin on the SQL server, and local Administrator, still getting the same error...  :(

    Hope I don't have to re-install the server from scratch...

  •  09-10-2008, 5:41 PM 26028 in reply to 25902

    • Flamer is not online. Last active: 09-24-2008, 9:38 PM Flamer
    • Top 500 Contributor
    • Joined on 06-26-2007
    • Melbourne, Australia
    • Posts 6
    • Points 15

    Re: SEC_E_LOGON_DENIED when trying to use the Management Console

    After reading more thoroughly through the documentation, the answer to this is yes...

     K2 server requires its own SPN's:

    • setspn -A K2Server/MachineName:5252 domain\K2 Service Account
    • setspn -A K2Server/MachineName.FQDN:5252 domain\K2 Service Account
    • setspn -A K2HostServer/MachineName:5555 domain\K2 Service Account
    • setspn -A K2HostServer/MachineName.FQDN:5555 domain\K2 Service Account
View as RSS news feed in XML