0

I am trying to get the SSO Kerberos example code from the info center for P8 Filenet working:

https://www.ibm.com/support/knowledgecenter/SSGLW6_5.5.0/com.ibm.p8.ce.dev.ce.doc/sec_procedures.htm#sec_procedures__sec_procedures_kerberos

KerberosCredentials creds = new KerberosCredentials(); 
ClientContext.SetThreadCredentials(creds);  
IConnection conn = Factory.Connection.GetConnection(strURI); 
IDomain domain = Factory.Domain.GetInstance(conn, strP8Domain);

We are getting the following exception:

FNCRE0066: E_UNEXPECTED EXCEPTION
WSE594: InitializeSecurityContext call failed with the following error message: The network path was not found.

Searches have not produced much information. The best lead I found was a reference to account "sc-service" not being configured correctly under our domain. When I do setspn -L for my user id, it finds it no problem. When I do the same for sc-service, it can't find it.

However, that post was 13+ years ago and I can't find any references saying that we need "sc-service" configured for Kerberos SSO to work.

Please help.

1 Answer 1

0

Not sure what your environment setup is like but here are a couple of pointers that might help:

Not the answer you're looking for? Browse other questions tagged or ask your own question.