HI togheter
We have configured our BI 4.1 (SP2 patch1, Win2008 R2) to use SSO for WinAD ((Kerberos). this working without any problem, we can logon to the BI Launchpad without user and password.
Now the next step is, that we can logon to BI 4.1 with the Advance Analysis for Office, also with SSO.
For this i read the note '1785270 - How to configure AD SSO for Advance Analysis for MS Office with Business Objects BI 4.0'
If we logon tp BI 4.1 we got the error this message:
'constructor exception (Error: WSE 99999)'
This are our settings in the file web.xml:
<filter>
<filter-name>KerberosFilter</filter-name>
<filter-class>com.businessobjects.sdk.credential.KerberosFilter</filter-class>
<init-param>
<param-name>idm.realm</param-name>
<param-value><Domainname></param-value>
<description>
Required: Set to the Kerberos realm you wish to use.
</description>
</init-param>
<init-param>
<param-name>idm.princ</param-name>
<param-value><Username></param-value>
<description>
Set to the Kerberos service principal to use.
This will be a name of the form HTTP/fully-qualified-host.
ie. HTTP/example.vintela.com
If not set, defaults to the servers hostname and the
idm.realm property above.
</description>
</init-param>
<init-param>
<param-name>idm.keytab</param-name>
<param-value>C:/WINDOWS/bosso.keytab</param-value>
<description>
The file containing the keytab that Kerberos will use for
user-to-service authentication. If unspecified, SSO will default
to using an in-memory keytab with a password specified in the
com.wedgetail.idm.sso.password environment variable.
</description>
</init-param>
In the dsws.properties we changed the parameter kerberos.sso to true.
Has someone an idee what is wrong?
Regards Stefan