cancel
Showing results for 
Search instead for 
Did you mean: 

SSO WinAD HTTP 400 error

0 Kudos

Hi,

I have configured SSO WinAD on my BI4.2SP5 environment. When I try to connect from my client machine to http://US01:8080/BOE/BI , I am getting error msg-

HTTP 400 Webpasge cannot be found.

Please advice.

When I try to connect to http://US01.domain:8080/BOE/BI , system prompts me to enter my Windows credentials and bring up the launchpad login page to enter the credentials again.

I have a running BI4.1 environment in parallel. I am using the same service account on both the machines and here is the what I get when I run setspn -L svc_la_SAPBI currently-

HTTP/10.1.10.244

HTTP/US01.Domain.local

HTTP/US01

HTTP/10.1.10.93

BOSSO/svc_la_SAPBI

BICMS/svc_la_SAPBI.domain.local

HTTP/US02.Domain.local

HTTP.US02

BICMS/svc_la_SAPBI.domain.com

Please advice.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks Joe. The issue was with missing bsclogin.conf file.I placed that on c:/windows/ and everything seems to be working ok now.

Joe_Peters
Active Contributor
0 Kudos

When you enter credentials, does it log you in?

You probably need another setspn call, including the port specification. Or change Tomcat to port 80.

0 Kudos

Yes; it does. What will the setspn statement look like if I have to include the port?

Joe_Peters
Active Contributor
0 Kudos

Simply append the port to the domain: HTTP/US01:8080

And a disclaimer -- I can't guarantee this will work, or the that the port is mandatory. All of my servers are on the default port (80), but a believe a non-default port requires a special designation.