Question

Error when adding a shop floor employee


Userlevel 5
Badge +11

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


2 replies

Userlevel 6
Badge +18

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

Badge +2

We have the same problem : 

Category : Server Invoke[PL/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 

Reply