ADF and EBS, ICX SESSION is not valid

750 views Asked by At

I'm trying to launch ADF sample Session Management App that is provided in Oracle DOC.974949.1 , with EBS 12.2.6. I have done everything that is written in the Oracle doc. Still, session management is not working. When I start the EBS function responsible for launching sample app, I am redirected to EBS logon page. According to the use case from Oracle doc., it means that EBS user is not authenticated. I suspect that cookie which has session attributes cannot be correctly validated. Someone had that problem too? Could anyone suggest what should be done in order to launch the app?

1

There are 1 answers

3
Egret On

Hard to know, but a couple things to check:

  • You need to be logged in via the standard EBS login
  • The EBS session cookies need to be scoped broadly enough to cover the new host
  • The DBC file associated with the Java SDK needs to be generated correctly (see the Java SDK doc)