ORA-20105: AccessAttribute.NO_ACC_TO_EMP_MOD: Insufficient access rights. You cannot modify Time Card data for the employee
Hi,
I am receiving this “ORA-20105: AccessAttribute.NO_ACC_TO_EMP_MOD: Insufficient access rights. You cannot modify Time Card data for the employee” error message when I tried creating a second attendance line under a different wage code using the below Aurena projection.
Projection: TimeRegistrationEmployeeHandling
Object: ReportTimeWithIntervals
Page 1 / 1
Time card has restrictions. To change a time card it must be your own or someone who reports to you in the HR area of IFS.
I also get the error message as soon as I try to enter several times directly one after the other. Even if they are my own. Only the first time is registered. After that I get the message
{"error":{"code":"DATABASE_ERROR","message":"Database error occurred. Contact administrator.","details":[{"code":20105,"message":"ORA-20105: AccessAttribute.NO_ACC_TO_EMP_MOD: Insufficient access rights. You cannot modify Time Card data for the employee 10000."}]}}
Our time terminals provide the data as CSV files. I would like to transfer them using the REST API. Or are there better ways to do this?
For me, a configuration in "Supervisor - Access Setup" was missing. Now it works.