Wednesday, April 11, 2012

About the oracle.apps.icx.security.session.created business event.



About the oracle.apps.icx.security.session.created business event. [ID 304209.1]
  Modified 02-MAR-2012     Type WHITE PAPER     Status PUBLISHED
About the oracle.apps.icx.security.session.created business event.
Product: Applications Object Library
Minimum Version: 11.5.10

DESCRIPTION:
-----------

You have been directed to this note because you are applying patch #3861070 or because
you want to enable single session per user.

This patch installs the event and the event subscription to enable a single
login per user in the file system.
If a specific user logs in to the application and a previous, valid session
is still active, the previous session(s) are immediatelly invalidated by the
event oracle.apps.icx.security.session.created.

For implementing this feature in R12, there is no need to apply any patch as the files
required are already present in the filesytem. See instructions below.


The event will not fire for the following users:

- SYSADMIN
- GUEST
- ANONYMOUS

WARNINGS:
---------

1) This functionality WILL NOT WORK in SSO enabled environments due to architectural limitations.

2) Please do not load this business event if want to enable users to keep
multiple sessions against e-Business Suite with the same userid.

3) If you load this event in a non-production environment, have in mind
that you might experience disconnections in Jdeveloper when using the
applications extensions and when using the OA Framework development
environment, since there is no exception for the FWK built-in development
user (FWKTESTER).

4) The patch copies the files to the file system, but they should be
loaded manually in order to work as documented in the next steps.

INSTRUCTIONS TO LOAD THE EVENT:
------------ -- ---- --- ------

The term +fqdn refers to "Fully Qualified Domain Name".

Release 11i:

From UNIX:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US \
$ICX_TOP/patch/115/xml/US/icxevte.wfx

From Windows:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US
%ICX_TOP%\patch\115\xml\US\icxevte.wfx

Release 12:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US \
$FND_TOP/patch/115/xml/US/icxevte.wfx

From Windows:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US
%FND_TOP%\patch\115\xml\US\icxevte.wfx


INSTRUCTIONS TO LOAD THE EVENT SUBSCRIPTION:
------------ -- ---- --- ----- -------------

From UNIX:

Release 11i:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US \
$ICX_TOP/patch/115/xml/US/icxevts.wfx

From Windows:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US
%ICX_TOP%\patch\115\xml\US\icxevts.wfx

Release 12:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US \
$FND_TOP/patch/115/xml/US/icxevts.wfx

From Windows:

java oracle.apps.fnd.wf.WFXLoad -u :: thin US
%FND_TOP%\patch\115\xml\US\icxevts.wfx


Note: Make sure that the classpath environment variable is correctly set and that the location of the java executable
is included in the PATH environment variable.
Disclaimer: This document is provided for information purposes only and the contents hereof are subject to change without notice. Oracle does not warrant that this document is error-free, nor does it provide any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. Oracle specifically disclaims any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the prior written permission of Oracle.

KNOWN ISSUES:
This feature is not functional in SSO enabled implementations due to the design considerations.

Due to Bug:#7174340 The event is not functional in 12.0.2. Customers in need of this feature need to upgrade to the point release where fix for bug#7174340 is introduced.

Document history:

04-oct-2005: Created
22-jan-2008: Updated for R12
06-jun-2008: Added Known Issues section.

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete