Running a custom class file from windchill shell (SSO) getting "wt.method.AuthenticationException"
I am getting following error while running a custom class file as described in CS353022. Windchill is configured with SSO + OpenDJ.
What could be the possible issue? .. Could CS294361 be causing it?
Custom class has following for auth and invoking a method within class, error is coming at invoke.
RemoteMethodServer rms = RemoteMethodServer.getDefault();
rms.setUserName("wcadmin");
rms.setPassword("wcadmin");
rms.invoke("Login1","ext.participant.Login",null,null,null);
Running windchill wt.auth.Authentication also returns error
wt.util.WTRemoteException: Unable to invoke remote method; nested exception is:
wt.method.AuthenticationException
at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:918)
at ext.siemens.pvp.Login.main(Login.java:36)

