SSO with ebs

Hi all

execution of 11.5.10.2 with 10.2.0.4 db multi-user.
intalled 10g as another break with the OID/SSO.
application server 10.1.2.0.2
DB server: 10.1.0.4

need to integrate SSO with ebs

following mos 233436.1

has confused with authentication UNIQUE task 2, step 5: run the registration script

as this mos says that:
A perl script is used to register the instance of Oracle E-Business Suite Oracle Internet Directory and Oracle Single Sign-On

txkrun.pl - script = SetSSOReg.
-provtmp = $FND_TOP/admin/template / < TemplName >


and a lot of google search wrote 3 steps:

-Registration of oracle home
$FND_TOP/bin/txkrun.pl-script = SetSSOReg - registerinstance = yes

-SSO registration
$FND_TOP/bin/txkrun.pl-script = SetSSOReg - registersso = yes


-Record OID
$FND_TOP/bin/txkrun.pl-script = SetSSOReg - registeroid = yes



What is the good?


If both are right, then how decide what trake should I take?


Please suggest!

Salvation;

If you have doupt that its go with sr. But if you follow google and if you hit error and if you mention your steps which is not covered in metalink with that you may have a support problem

Respect of
HELIOS

Tags: Oracle Applications

Similar Questions

  • Implementation of SSO with EBS R12, OBIEE

    Hello

    I have some doubts can you please delete it.

    We have installed EBS R12 and autonomous OBIEE (basic mode) on the same server (Linux).

    Now, we want to implement SSO between EBS R12 and OBIEE(basic mode).

    First question, it is mandatory to install OBIEE mode in advance to implement SSO? If no

    so, what will the steps to implement the same?

    We tried to implement, but when you click on link answers Oracel BI in EBS R12 application that we have moved to OBIEE answers page but it still shows that "you are already connected...". »

    Any help will be much appreciated.

    Kind regards

    Norman John

    Can you check the log file Presentation Services and NQquery.log? Can you confirm what type of method you use to pass the ID of the user and configuration of your application server?

  • Reg SSO with discoverer

    Hi all

    My environment,

    EBS: R12.1.3

    Database: 11.1.0.7

    Discoverer: 10.1.2

    As discoverer is integrated with EBS. We need to also configure SSO for discoverer?

    If possible, share the document for a better understanding.

    Please give tickets to go further. Also, let me know if you need more details.

    Kind regards

    Krish

    Hello

    It is not mandatory to use SSO for the discoverer.

    With the help of discoverer 10.1.2 with Oracle E-Business Suite Release 12 (Doc ID 373634.1)

    Kind regards

    Bashar

  • implementation of SSO with r12

    Hello Experts,

    I must apply sso with our installation r12.

    the details are:

    Operating system: HP-UX Itanium

    EBS: 12.1.3

    DB: 11.2.0.2

    Next Note: Integration Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On [376811.1 ID]

    According to the note, need to install 10 g AS (10.1.4.0.1)

    can it go to 10.1.4.0.3

    I am facing problem to download s/w for 10g As.

    http://www.Oracle.com/technetwork/middleware/IAS/downloads/101401-099957.html

    but not able to understand which I take download to do the first installation. (10.1.4.0.1)

    Please suggest.

    Thanks in ADV!

    Hello

    The issue is discussed previously and answered in the forum, please visit:

    https://forums.Oracle.com/message/10403374

    HTH!

    Thank you &

    Best regards

  • iSupplier, OID, SSO on EBS 11i

    Hi gurus

    I have a customer requirement for implementing the module i-provider, OID/SSO on EBS 11i
    Can someone please help me to implement this process. It's very urgent.
    I posted this in the discussion framework OA, but got no response.

    Thank you
    Keven

    Keven,

    Please do not create a duplicate messages - cannot create the user in connected with SSO/OID R12.1.1

    Just update the original post rather than create a new one. And, if the answers were not useful, please log an SR as suggested before.

    Thank you
    Hussein

  • Integration of APEX with EBS R12.1.1

    Dear all,

    As I need to integrate EBS R12.1.1 without SSO and APEX

    To do this, I followed the steps in the link below

    http://forums.Oracle.com/forums/thread.jspa?threadID=586011 & tstart = 0


    The steps are

    Implemented at the Apex:

    1. create a blank page in OAE application, for example P2.

    2. edit the page attribute and set the security - authentication "Page is Public.

    3. create a branch in this page, as follows:

    Direction of Type Page accept transformation (not common)
    On the linen branch point: before header
    Action - Page 101 (that's my login page id)

    Implemented in EBS:

    1. create a profile under the responsibility of the developer of the Application as follows:

    Name OAE_LAUNCHER
    Request < what >
    User profile name Oracle Application Express Launcher
    Oracle Application Express Launcher description

    2. the superior set to the value of profile system-> profile-> system administrator responsibility and look for the "OAE_LAUNCHER". Set the value to the level of the Site as:

    port http:// < hostname >: < apex >/pls/apex

    3 create a function under the responsibility of the administrator system-> Application-> function, as follows:

    Name of the function LAUNCH_APEX
    Application of ApEX launch user function name
    Property function plsql SSWA type
    OAE_PKG of HTML Web. LaunchOAE

    4. create a PL/SQL Web entry under the responsibility of the system-> Security-> PL/SQL Web administrator, as follows:

    Name OAE_PKG
    Type package

    5. create an entry in any menu that need to use this link, as follows:

    Application of quick launch ApEX
    Function start an ApEX Application
    Description start an ApEX Application

    * 6. Compile the package OAE_PKG in EBS database *.

    procedure LaunchOAE (varchar2 parameters) is

    l_apex_launcher varchar2 (2000);
    l_apex_launcher_profile varchar2 (2000);
    l_userid applsys. FND_USER.user_id%type;
    l_username applsys. FND_USER.user_name%type;
    l_launcher_params VARCHAR2 (2000);
    l_resp_id NUMBER;
    l_resp_appl_id NUMBER;
    l_security_group_id NUMBER;
    l_org_id NUMBER;

    Start

    l_apex_launcher_profile: = fnd_profile.value('OAE_LAUNCHER');

    If l_htmldb_launcher_profile IS NULL then
    HTP.p (' contact the system administrator.) ');
    HTP.p ("profile - OAE_LAUNCHER is null");
    return;
    end if;

    l_userid: = FND_GLOBAL. USER_ID;
    l_username: = FND_GLOBAL. USER_NAME;
    l_resp_id: = FND_GLOBAL. RESP_ID;
    l_resp_appl_id: = FND_GLOBAL. RESP_APPL_ID;
    l_security_group_id: = FND_GLOBAL. SECURITY_GROUP_ID;
    l_org_id: = FND_GLOBAL.ORG_ID;

    l_launcher_params: = l_launcher_uri: = ' / f? p = 101:2:NO:P101_USERNAME, P101_PASSWORD, P101_RESP_ID, P101_RESP_APPL_ID, P101_SECURITY_GROUP_ID, P101_ORG_ID:' | l_username | ',' || l_password | «, » || l_resp_id | «, » || l_resp_appl_id | «, » || l_security_group_id | «, » || l_org_id;
    l_apex_launcher: = l_apex_launcher_profile | l_launcher_params;

    owa_util. REDIRECT_URL (l_htmldb_launcher);

    end if;

    exception
    while others then
    HTP.p (SQLERRM);
    end LaunchOAE;


    I'm done up to 5 steps, but in step 6, during the compilation of the procedure, I get an error ORA-00900: invalid SQL statement

    could someone help me solve this error as I followed Rod West document

    If any other progressive documents available for Apex & EBS R12 integration please share.



    Kind regards
    Alexander

    Hi Serge,

    SSWA plsql function, is a property that you define everything by creating a FUNCTION under the RESPONSIBILITY of the SYSTEM ADMINISTRATOR...

    If you want to integrate the APEX with EBS 11i or R12...

    As in R12, the JSP that is given in the document West Rod call APEX page shortly after clicking the menu in EBS...

    Therefore compile the JSP correctly by following the steps in the document, if you have compiled successfully, while the APEX page will be redirected by clicking on the MENU of the EBS.

    Make sure that U compile it successfully...

    Izz all wells
    GTA...

    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

    Published by: GTA on 26 January 2011 22:01

    Published by: GTA on 26 January 2011 22:02

    Published by: GTA on 26 January 2011 22:43

  • SSO with Cloud-based deployments hybrid

    Hello

    I m wondering, how SSO works with the Hybrid Cloud-Based deployments.

    I want to use Jabber for Windows with WebEx Connect and unified with Cisco WebEx Communications integration.

    Issues related to the:

    1. How can I configure Jabber for Windows to use SSO with WebEx Connect after Installation of the Client?
    2. I ve read, that the SSO with WebEx Connect username will be [email protected] / * /. Fix?
    3. I ve read, that I need to create a jabber - config.xml with a following to apply Jabber for Windows to use the connection information Webex-Connect also for telephone Services. Fix?
    4.      presence  
    5. If this is correct, Jabber for Windows will use [email protected] / * / to authenticate with CUCM, but CUCM would need only the name without the domain name user. From my point of view, Jabber for Windows will not be able to authenticate with CUCM Telephony Services.

    Any thoughts?

    Thank you

    Tino

    Hi Tino,

    You can use the command line arguments to specify the SSO with WebEx presence server. There is no real soloution SSO at present for hybrid mode (CUCM, unit Cxn).  See the answer online for other issues.

              >> Fix

    • I ve read, that I need to create a jabber - config.xml with a following to apply Jabber for Windows to use the connection information Webex-Connect also for telephone Services. Fix?

    >> Attribute 'PhoneService_UseCredentialsFrom' can only be used in the deployment prem No.. Check the section plan for authentication of the administration of Jabber for Windows for more information guide.

    Thank you

    Ménard

  • ASA WebVPN SSO with cactus

    Hello

    I use SSO with HTTP POST parameters for SINGLE sign-on for web applications behind my ASA.

    I am currently playing with cactus.

    My settings are:

    action = login

    login_username = CSCO_WEBVPN_USERNAME

    login_password = CSCO_WEBVPN_PASSWORD

    Realm = ldap

    The connection works fine, but after the post OFFICE, the Web server sends a HTTP "302 OK code." Normally, it should be "302 moved" or "200 OK".

    The ASA does not include what to do, to do nothing and replies with an error "Server is not available >.

    When I press the 'Home' button and click again on the bookmark of cactus, I'm connected to cactus. It seems that there is a cookie or something missing.

    When I do exactly the same with a browser, it sends after the "302 OK" normal GET and I am connected.

    Me seems a mistake in cactus, but I'm not also sure if ASA does not respond properly?

    Also, when I change the type of bookmark of https to post, it works! BUT: post plugin only supports http and not https, so my connections has send in clear on the internal network.

    Any ideas?

    Thank you

    MB

    configure the POST plugin for HTTPS by using the csco_proto=https parameter
    in the Post-Plugin URL

  • DR Setup with ebs 11i &amp; databases under windows 11.2.0.3

    Hello

    We have requirements of DR Setup with ebs 11i & 11.2.0.3 database under windows 2003 server 32-bit.

    We follow the metalink document

    Business continuity for Oracle E-Business Release 11i using Oracle 11 g Release 2 and versions later

    Physical Standby Database - Single Instance and Oracle RAC (Doc ID 1068913.1()

    But for many windows of missing steps in this document.

    If someone made the related activity in windows.

    Good to want to share documents through my mail ID: [email protected]

    Thanks and greetings

    Villi Kumar

    Hello

    We created the recovery after disaster for 11i ebs in a windows environment.

    Now, we are conducting an application and a database shall also.

    Once we transition from the primary to the standby, day before the application runs with the new URL.

    Therefore, inform our users about the new URL of the application.

    Thank you & best regards

    Villi Kumar

  • girdles you installation control 12 c with EBS R12.1.1

    Hi I can install grid control 12cr3 with EBS r12.1.1 (11.0.1.7 database). I tried several times but it fails at 36%. gives error OPatch file not available.

    Please provide some doc id.

    and suggest how I can install it successfully.

    concerning

    pritesh Rodriguez

    Pritesh,

    First of all, it is recommended to use a dedicated database to host a repository EM.

    Make sure that you follow these instructions 8.2 "before you begin" section of the earlier mentioned Basic Installation Guide.

    ", You should not set the ORACLE_HOME and ORACLE_SID environment variables." "You must make sure that the Oracle directories do NOT appear in the path."

    Did you follow the steps listed in the section below? If so, at what stage you encountered the error?

    Installation of a system of Enterprise Manager

    Kind regards

    -Loc

  • OBIEE 11.1.1.6 SSO with OAM 11.1.1.5: problem of attribute OID 11.1.1.6

    Hello world!

    I configured an OAM (webgate) + DIO + OBIEE + OHS system.
    The OBIEE is protected via OHS(weblogic module) and webgate. It works very well.
    The CAO authenticates OID (default user identity store).
    The * "User research Base" * is the same (* "cn = Users, dc is mydomain, dc = com" *) in the store of identity and authentication provider OID of OBIEE too.
    SSO is enabled in OBIEE and suppliers are:
    OID (provider that performs authentication LDAP 1.0) JUST
    REQUIRED OAM (Oracle Access Manager identity Asserter 1.0) provider
    DefaultAuthenticator (WebLogic Authentication Provider 1.0) SUFFICIENT
    DefaultIdentityAsserter

    IF the * "User name attribute" * is * '' cn '' * in-store OAM of identity of the users and the provider of the OID of the OBIEE * "user name attribute" * is * "cn" * (by default) also, everything works fine.

    But I have to use * "orclSAMAccountName" * instead of * "cn" * (OAM and OID provider). And in this case, I have the problem.
    The OID of the OBIEE provider are:
    All users filter: (& (orclSAMAccountName = *)(objectclass=person))
    The user of the name filter: (&(orclSAMAccountName=%u)(objectclass=person)))
    Username attribute: orclSAMAccountName

    I did a test user:
    CN = test
    SN = test_sn
    orclsamaccountname = test_sama
    UID = test_uid
    krbprincipalname = test_krb
    I can authenticate with test_sama OAM, but OBIEE say: * "" you are not logged here: Oracle BI Server. "*"
    The bi log shows that:
    + By default (self-adjusting)' > < BISystemUser > <>< 00093dFuR ^ HFW7PMye7i6G00052S000Tt7 > < 1345642607333 > < BEA-000000 > < javax.security.auth.login.FailedLoginException: [Security: 090304] authentication failed: User test javax.security.auth.login.LoginException: identity [Security: 090300] Assertion failure: test user does not exist +.
    + oracle.security.jps.internal.api.jaas.AssertionException: javax.security.auth.login.FailedLoginException: [Security: 090304] authentication failed: User test javax.security.auth.login.LoginException: [Security: 090300] identity Assertion failure: test user does not exist.

    Why does search OBIEE the * '' cn '' * and why does not use the * "orclsamaccountname?"

    Any idea?

    Best regards, Jani

    Hello Joseph,.

    This is a known issue in OBIEE 11.1.1.6.0, please see: OBIEE 11.1.1.6 Agent failed with error code: IHVF6OM7:OPR4ONWY:U9IM8TAC [nQSError: 13039] the imposter does not exist in the BI [1446877.1 ID] Security Service

    We have configured OBIEE 11.1.1.6 on Linux and use Single Sign On (SSO) with authentication Native for Windows (Ondaaah).

    Configured authenticator AD, select sAMAccountName instead of CN for the attribute of the user. SSO in MS license. When you try to access the OBIEE presentation services we met the below error.

    «You are not logged here: Oracle BI Server.»

    When to check the logfile biserver1 found: failure of the Assertion of identity [Security: 090300]: user OracleSystemUser does not exist

    After you apply the hotfix 13553428 on top of 11.1.1.6.0 OBIEE we connected in OBIEE presentation services.

    It works very well with OBIEE, 11.1.1.5.0 and 11.1.1.6.1

    OBIEE fixed in 11.1.1.6.1. Apply Patch 13742915.

    If you want to stay in OBIEE 11.1.1.6.0. Apply Patch 13553428.

    Let me know if this solves the problem of Asserter.

    Pls mark so useful or response.

    Thank you
    SVS-

  • Autonomous EGRCM tour &amp; EGRCC with EBS or otherwise?

    Which is recommended/right approach to (certified/supported)... installation EGRCC with EBS 12.1.1 on a single server and EGRCM on the other or vice versa?

    Since EGRCC integrated with Oracle EBS, it is recommended that they be on the same network segment atleat.

    EGRCM does not fit with EBS directly so you may have installed separately.

  • Integration of apex with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading to 11i to R12 and we found that our launch Apex in 11i method no longer works in R12. We try to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled according to the document. When we try to start the apps function if we get:
    An exception occured.
    
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException: 
    
           Missing class: _XXFND__LaunchApex
    
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    
    The missing class is not available from any code-source or loader in the system.
    I have XXX'ed on our field. Someone else has it, or anyone who has successfully integrated apex with EBS R12 can let me know what they were doing?

    Thank you

    Hello

    If the jsp is compiled successfully you can bounce your web server before you can use the jsp. See MOS notes 458338.1 for further details.

    In fact, now that Oracle have updated their FND gateway for integration Apex there are only a few situations (for example, if you want to pass parameters to the function of the form at the Apex) where you need to use a custom jsp page to launch the Apex. In most cases you can use the Oracle provided GWY.jsp to start your Page Apex. To use this jsp, you must apply the patch 12316083 EBS R12 (and the patch 12726556 if you launch in browser forms). How to use the GWY.jsp is described in 'Extending Oracle E-Business Suite Release 12 using Oracle Application Express' white paper.

    Rod West

  • SSO with OBIEE 11 g

    Hello

    Has anyone use SSO with OBIEE? We have restricted MSAD/Windows with OBIEE SSO.

    Let us know that it is possible to do with the authentication of the RPD?

    Thank you!

    Yes, as long as you're not on the v.3 version where the roles session variable cannot be initialized the. If you're on v.5, Yes, it's quite possible.

  • Integration of Oracle Apex 4.0.2 with EBS R12.1.1

    We could integrate Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf successfully.

    The document said to navigate from EBS to Oracle Apex without any second login screen (works very well!), but now how we sail to EBS to Oracle Apex (in the same session) without any screen connection again as below

    User login of EBS-->--> Oracle Apex-> EBS EBS

    Please help to achieve this goal.

    Hello

    In your application's authentication scheme in the sign-out URL Section, gives the following

    wwv_flow_custom_auth_std.logout_then_go_to_url?p_args=&APP_ID.:http://xyz.ck.com:8010/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE
    

    Provide your url on ebiz instead of http://xyz.ck.com:8010 in the link above.

    Thus, while pressing the logout link in your apex, you will not be redirected to login ebiz again page, it will be redirect you ebiz menu homepage back in the same session itself.

    This will work for sure.

    Good luck!!!

    Change your login username of "805196" in a meaningful Word.

    Brgds,
    Mini

    -------------------
    If this has answered your question, then awarded points and close the debate.

Maybe you are looking for