Skip to main content
1-Visitor
September 24, 2014
Question

Method server doesn't start. Error : [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece ]

  • September 24, 2014
  • 3 replies
  • 1572 views

Hi All,



Suddenly we start experiencing issue with our production as well as Test server.


We are using Corporate Ldap for Server for user login.


User were not able to login to server so we took down the server and now it is not coming up with below error in Method Server:


Error [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece ]


Any help is appreciated.



Thanks,


~Amit

3 replies

1-Visitor
September 24, 2014
Is your Windchill able to ping the AD server. If so, can you telnet to the
AD server?

telnet {AD_SERVER_HOSTNAME} {LDAP PORT}

Example: telnet windchill.domain.com 389

It appears Windchill can't communicate with the AD server. This can be
because the connection is broken or the Username/Password is not valid.
alonkar-21-VisitorAuthor
1-Visitor
September 24, 2014

Hi Ryan,



Able to ping to AD server as well as telnet is also working with port 3268 which we are using for corporate LDAP


Thanks,


~Amit

1-Visitor
September 24, 2014
Amit,

Go into wt.properties and update the following property to look like
this.

wt.federation.org.directoryServices=$(wt.federation.org.defaultAdapter),$(wt.federation.org.enterpriseAdapter)

Try to start Windchill. Does it start ok?