Hello,
I added the lines
-Djava.security.auth.login.config=C:\Windows\bscLogin.conf
-Djava.security.krb5.conf=C:\Windows\krb5.ini
in my local SapDesignStudio.ini file and of course I copied both files into the windows directory.
Unfortunately I still get an error (no analysis modules definied) when trying to use SSO:
cause exception = javax.security.auth.login.LoginException
cause ID =
cause message = Für sap.bo.dsws.client sind keine Anmeldemodule konfiguriert.
cause detail = javax.security.auth.login.LoginException: Für sap.bo.dsws.client sind keine Anmeldemodule konfiguriert.
at javax.security.auth.login.LoginContext.init(Unknown Source)
at javax.security.auth.login.LoginContext.<init>(Unknown Source)
at com.businessobjects.dsws.SPNegoProvider.getSPNegoToken(SPNegoProvider.java:38)
at com.businessobjects.dsws.session.Session.addSSOHeaderToRequestIfSSOEnabled(Session.java:1500)
at com.businessobjects.dsws.session.Session.login(Session.java:422)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.logon(BiPlatformSystem.java:470)
at com.sap.ip.bi.zen.ZenPlugin.logonToBackendSystem(ZenPlugin.java:399)
Any ideas?
Thanks!