Solved

Login is denied. User has already logged onto IFS Account.

  • 9 December 2021
  • 4 replies
  • 353 views

Badge +14

Hi All,

Do you have any idea how to get the login screen again to enter different username and password.

I have mistakenly left the Remember Password ticked, when login with another user for some testing. 

Please let me know if you have any idea to get that login screen back?

Thank you!

 

 

icon

Best answer by Srikanth 9 December 2021, 22:50

View original

This topic has been closed for comments

4 replies

Userlevel 6
Badge +18

select * from AO.FND_CLIENT_LOGON_TAB; should show you the session currently logged in as the user in question. You need to delete the row from the table to clear the session.

You can then login and user switch user option inside IEE client. 

 

Badge +14

In app 7.5 session details contains in fnd_session_tab.

@Srikanth ,I was able to log in successfully by following your suggestion.

Thank you @Jagath Kandambi and @Srikanth for your valuable opinions.

 

Userlevel 5
Badge +6

The easiest way would be to ask that particular user to log off from the system briefly and after that you login and select the switch users option to get back the login window to change your settings.

Badge +14

Hi @Srikanth, I have executed this query in database but I’m getting an error ‘ORA-00942: table or view does not exist’.

Is this table available in a different name in app 7.5