Hello everyone,
When I try to add a user in the "Shop floor employee" screen, I get this blocking error:
for information, here is the screen concerned:
Have you ever encountered this problem?
Thanks in advance
Theo
Hello everyone,
When I try to add a user in the "Shop floor employee" screen, I get this blocking error:
for information, here is the screen concerned:
Have you ever encountered this problem?
Thanks in advance
Theo
To state the obvious, check your security settings. Be sure to also check under Activities permissions. Looks like you’re missing something but not clear exactly what from the error message.
Nick
We have the same problem :
Category : Server InvokeePL/SQL Command]
Sub Category : Error exception!
Info : BEGIN
&AO.Shop_Floor_Employee_API.NEW__( :p0 , :p1 , :p2 , :p3 , :p4 );
EXCEPTION
WHEN &AO.Error_SYS.Err_Security_Checkpoint THEN
raise;
WHEN OTHERS THEN
rollback;
raise;
END;
Exception : ORA-20105: Access denied due to system privilege configuration
Caused by: ifs.fnd.base.SecurityException: Access denied due to system privilege configuration
Any solution to solve this problem ? We don't know what privilege IFS is talking about ?
Tks for your help
I recently had a customer report this same issue when trying to select workbench user or time clock user. The problem was resolved by adding the permission set FND_CONNECT to the IFSCONNECT user.
This was for APP10.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.