Solved

user has not been granted access to activity ClientApplication

  • 4 August 2023
  • 2 replies
  • 181 views

Userlevel 7
Badge +16
  • Hero (Customer)
  • 548 replies

Community,

Wondering how to solve below issue when a user is trying to log in?

 

icon

Best answer by Charith Epitawatta 4 August 2023, 20:24

View original

2 replies

Userlevel 7
Badge +31

Hi @ronhu,

Any user who needs to login to IEE client needs to have the FND_ENUSER permission set granted. Within the structure of FND_ENDUSER, there is another permission set called FND_RUNTIME. FND_RUNTIME includes the ClientApplication activity. Therefore, please check if the user has the FND_ENDUSER permission set granted. 

If the user does have FND_ENDUSER, check it’s grant structure to see if FND_RUNTIME is included. You can also check FND_RUNTIME to verify ClientApplication activity is granted to it. As both these are Foundation1 permission sets, they should never be altered. 

Hope this helps!

Userlevel 7
Badge +16

@Charith Epitawatta Thank you.

Reply