cancel
Showing results for 
Search instead for 
Did you mean: 

SSO22Kerberos ISAPI Filter

Former Member
0 Kudos

Hello, I'm implementing the SSO22Kerberos ISAPI Filter, I followed the instructions and the ISAPI is running, I also configure the Windows2003 web application (Project Server 2003), but it doesn't work, the web application asked for user and password.

The next information is extracted from the SSO2 log file:

18:32:47 5992 i OnPreprocHeaders: -


> Received URL /sites/projectserver_166/_vti_bin/lists.asmx

18:32:47 5992 i getAccountFromCookie: No header Cookie found

18:32:47 5992 i OnPreprocHeaders: No SSO2 account from cookie MYSAPSSO2

18:32:47 5992 i OnPreprocHeaders: -


> Received URL /sites/projectserver_166/_vti_bin/lists.asmx

18:32:47 5992 i getAccountFromCookie: No header Cookie found

18:32:47 5992 i OnPreprocHeaders: No SSO2 account from cookie MYSAPSSO2

Anyone have idea of what is missing?

We have EP 6.0 installed on Solaris:

SAP Web AS Java 6.40 SP7

SAP EP6 on Web AS 6.40 Portal Platform SP6 Patch 3

Message was edited by: Rafael Cardenas

Message was edited by: Rafael Cardenas

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

It seems that the request doesn't contain a MYSAPSSO2 cookie. This cookie is created by SAP Enterprise Portal 6.0 during logon and is set for all servers in the same DNS domain.

So if your EP 6.0 server has name

portal.mycompany.com, your project server should have a name like project.mycompany.com.

It's also important that you allways use the same full name: In the browser that connects to portal and in the IView that refers to the other page - else the cookie would not be sent.

You can check the existense of the cookie using a network sniffer like MS Network Monitor or Ethereal.