Hallo,
we use a Java Backend Connection to a SAP Backend with the Agentry Clients 6.1.4 with the Agnetry Server 6.1.4.
In the java Server class we catch the LoginBlockedException if a user will login with a wrong password at the client an throw instead a PasswordInvalidException. So the user see a popup window on the client to enter the correct password. (you can see it in the picture).
If we reenter the Password the Login is starts again but the java server class do not get the new password. It get our have already the old wrong password.
Also with the method 'loginFailed' we do not get the new correct password. The user try to connect every time with the initial wrong password since the backend lock the connections because of to many wrong logins.
What did we do wrong? How can we get the new password.
Thanks,
André