Employee login issue (estimated end date is less than current date)


This article explains what to do when the employee gets an error during login to the Employee Portal.


Issue

Sometimes during the login to the Employee Portal, the person might get the following error “Employment end date is less than the current date”.

The issue might be caused by several factors. We describe each of them below.

How to solve

When the user gets a message that his employment end date is less than the current date, we need to check his employment date and fix it.

If the date is incorrect (less than today), you need to change it.

The login requirements for the Employee portal can be found here: https://adonishr.atlassian.net/wiki/spaces/KB/pages/3223782827

However, if the employment end date is empty or sets correctly then the source of the problem is different. It means that there is probably one more PIN that has the same email as the crew in question.

In such a case, we need to run the below SQL script. Where “email@gmail.com” is the user’s email.

select * from PW001P0T where teleno = 'email@gmail.com'

The result will show you the person that has the same e-mail and the employee in question. Remove the duplicate e-mail and the issue will be solved.