Skip to Content
0
Former Member
May 05, 2011 at 07:02 AM

setspn command failed

139 Views

Hi;

I try to configure SSO with a BO system. I use the gudie from note 1483762 - Configuring Manual Kerberos Authentication and/or SSO in Distributed Environments with XI 3.1 SP3 **Best Practice**.

When i try to use setspn command as mentioned page 6, the command failed.

I use the command as below:

setspn u2013a BOCMS/bossosvcacct.petkim.local bossosvcacct

setspn u2013a HTTP/petboprd bossosvcacct

setspn u2013a HTTP/petboprd.petkimsap.local bossosvcacct

I use the command as below too:

setspn u2013a BOCMS/bossosvcacct.petkim.local PETLAN\bossosvcacct

setspn u2013a HTTP/petboprd PETLAN\bossosvcacct

setspn u2013a HTTP/petboprd.petkimsap.local PETLAN\bossosvcacct

But the results are unseccessful like that:

Usage: setspn [switches data] computer name

where "computer name" can be the name or domain\name

Switches:

-R = reset HOST ServicePrincipalName

Usage: setspn -R computername

-A = add arbitrary SPN

Usage: setspn -A SPN computername

-D = delete arbitrary SPN

Usage: setspn -D SPN computername

-L = list registered SPNs

Usage: setspn -L computername

Examples:

setspn -R daserver1

It will register SPN "HOST/daserver1" and "HOST/{DNS of daserver1}"

setspn -A http/daserver daserver1

It will register SPN "http/daserver" for computer "daserver1"

setspn -D http/daserver daserver1

It will delete SPN "http/daserver" for computer "daserver1"

Could you please advise me about the usage of commands

Best regards

Noyan