Multinode to Multinode Clone-12.0.6

Hi,
We are on
EBS Version     R12.0.6
Database Version     10.2.0.3
PROD:
Node1: DM and CM
Node2: Forms & Web
The requirement is to clone to a new test as same as PROD.
Please confirm the steps :
1. Preclone on PROD Node1 & Node2.
2.Backup Database.
3.Backup Apps
Restore Database to node1
Restore Apps to Node1
Restore Apps to Node2
Run postclone on Database (Node1)
Run postclone on Apps (Node2)
Enable Below Services:
- Root Services
- Web Entry Point Services
- Web Application Services
- Other Service Group
Run postclone on Apps (Node1)
enable "Batch Processing Services".
Thanks
Vishwa

Node1: DM and CM
Node2: Forms & Web
The requirement is to clone to a new test as same as PROD.
Please confirm the steps :
1. Preclone on PROD Node1 & Node2.
2.Backup Database.
3.Backup Apps
Restore Database to node1
Restore Apps to Node1
Restore Apps to Node2
Run postclone on Database (Node1)
Run postclone on Apps (Node2)
Enable Below Services:
- Root Services
- Web Entry Point Services
- Web Application Services
- Other Service Group
Run postclone on Apps (Node1)
enable "Batch Processing Services".Your steps are correct.
Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1] -- Rapid Clone of E-Business Suite Release R12
On a R12 Multi-Node Install -- Why do all Middle Tiers run all Services? [ID 415385.1]
Configuring Applications Node Services in Oracle E-Business Suite Release 12 [ID 406558.1]
Thanks,
Hussein

Similar Messages

  • Clone 11i from multinode to single node to new server.

    Hi,
    As per the following details, I have to clone the 11i environment from multinode (3 nodes) to single node on OLE5.
    ServerA: FORMS, WEB, ADMIN
    ServerB: CP, FORMS, WEB, ADMIN
    serverC: DB
    Hardware Loadbalancer used with SSL encryption.
    Clone requirements:
    ServerX: CP, FORMS, WEB, ADMIN, DB (No hardware Load balancing & No SSL)
    Please guide me with the important steps to clone from multi-node to single node in this situation.
    Thanks,

    959674 wrote:
    Hi,
    As per the following details, I have to clone the 11i environment from multinode (3 nodes) to single node on OLE5.
    ServerA: FORMS, WEB, ADMIN
    ServerB: CP, FORMS, WEB, ADMIN
    serverC: DB
    Hardware Loadbalancer used with SSL encryption.
    Clone requirements:
    ServerX: CP, FORMS, WEB, ADMIN, DB (No hardware Load balancing & No SSL)
    Please guide me with the important steps to clone from multi-node to single node in this situation.
    Thanks,Use Rapid Clone.
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    Thanks,
    Hussein

  • Clone from multinode to single node

    Hi,
    db version=10.2.0.3 Oracle Application 12.1.2 o/s Linux 5
    i want to clone from multi node to single node i am just concern about how to define the Hosts for Database and Application in a single machine
    should i define db host on etho and Application host on eth1 network adapters
    Pleas advice ....

    HI,
    Refer Note 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    I hope u have applied necessary patches...(Latest Rapid Clone patch & autoconfig patches)
    Follow these steps....
    Clone PROD to DEV
    1.     Prepare the Source System
    a.     cd <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>
    perl adpreclone.pl dbTier
    b.     cd <COMMON_TOP>/admin/scripts/<CONTEXT_NAME>
    perl adpreclone.pl appsTier
    2.     Shutdown the Source system.
    Take the Backup
    tar -czvf prodappl.tar.gz prodappl/
    tar -czvf prodcomn.tar.gz prodcomn/
    tar -czvf prodora.tar.gz prodora/
    3.     Scp /ftp the all files & folders od source to target.
    Scp *.tar.gz hostname@username:/path
    4.     Shutdown Apllication & Database of Target.
    5.     Take backup of target
    mv devappl bdevappl
    mv devcomn bdevcomn
    mv devora bdevora
    6.     Mv proadappl devappl
    Mv prodcomn devcomn
    Mv prodora devora
    Mv proddata devdata
    Mv proddb devdb
    7.     Login as root
    Remove the entries in oratab & oraInventory
    8.     Run post clone scripts
    a.Database Tier
    cd $ORACLE_HOME/appsutil/clone/bin
    perl adcfgclone.pl dbTier
    [oracle@dbs4 bin]$ perl adcfgclone.pl dbTier
    Enter the APPS password [APPS]:
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Provide the values required for creation of the new Database Context file.
    Do you want to use a virtual hostname for the target node (y/n) [n] ?:
    Target instance is a Real Application Cluster (RAC) instance (y/n) [n]:
    Target System database name [PROD]:DEV
    Target system RDBMS ORACLE_HOME directory [oraDB/proddb/9.2.0]:/devDB/devdb/9.2.0
    Target system utl_file accessible directories list [1]:
    Number of DATA_TOP's on the target system [1]:
    Target system DATA_TOP 1 [oraDB/proddata]:/devDB/devdata/
    Do you want to preserve the Display set to dbs1:0.0 (y/n) [y] ?:
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:
    Database port is 1521
    Backing up /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml to /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml1.bak
    Creating the new Database Context file from :
    /devDB/devdb/9.2.0/appsutil/template/adxdbctx.tmp
    The new database context file has been created :
    /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml
    Log file located at /devDB/devdb/9.2.0/appsutil/clone/bin/CloneContext_06210847.log
    Running Rapid Clone with command:
    perl /devDB/devdb/9.2.0/appsutil/clone/bin/adclone.pl java=/devDB/devdb/9.2.0/appsutil/clone/bin/../jre mode=apply stage=/devDB/devdb/9.2.0/appsutil/clone/bin/.. component=dbTier method=CUSTOM dbctxtg=/devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml showProgress contextValidated=true
    Beginning database tier Apply - Mon Jun 21 08:48:20 2010
    Log file located at /devDB/devdb/9.2.0/appsutil/log/DEV_dbs4/ApplyDBTier_06210848.log
    Completed Apply...
    Mon Jun 21 08:50:06 2010
    Beginning APPSDB_DEV registration to central inventory...
    ORACLE_HOME NAME : APPSDB_DEV
    ORACLE_HOME PATH : /devDB/devdb/9.2.0
    Using Inventory location in /etc/oraInst.loc
    Log file located at /etc/oraInventory/logs/OracleHomeCloner_06210850.log
    ORACLE_HOME /devDB/devdb/9.2.0 was registered successfully.
    Starting database listener for DEV:
    Running:
    /devDB/devdb/9.2.0/appsutil/scripts/DEV_dbs4/addlnctl.sh start DEV
    You are running addlnctl.sh version 115.6
    Logfile: /devDB/devdb/9.2.0/appsutil/log/DEV_dbs4/addlnctl.txt
    Starting listener process DEV ...
    Listener DEV has already been started.
    addlnctl.sh: exiting with status 0
    Apps tier
    [applmgr@dbs4 ~]$ cd /devAPP/devcomn/clone/bin/
    [applmgr@dbs4 bin]$ perl adcfgclone.pl appsTier
    Enter the APPS password [APPS]:
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Provide the values required for creation of the new APPL_TOP Context file.
    Do you want to use a virtual hostname for the target node (y/n) [n] ?:
    Target system database SID [PROD]:DEV
    Target system database server node [dbs1]:dbs4
    Target system database domain name [dbs.com]:
    Does the target system have more than one application tier server node (y/n) [y] ?:n
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [oraAPP/prodappl]:/devAPP/devappl
    Target system COMMON_TOP directory [oraAPP/prodcomn]:/devAPP/devcomn
    Target system 8.0.6 ORACLE_HOME directory [oraAPP/prodora/8.0.6]:/devAPP/devora/8.0.6
    Target system iAS ORACLE_HOME directory [oraAPP/prodora/iAS]:/devAPP/devora/iAS
    Do you want to preserve the Display set to dbs2:1.0 (y/n) [y] ?:
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:
    Complete port information available at /devAPP/devappl/admin/out/DEV_dbs4/portpool.lst
    UTL_FILE_DIR on database tier consists of the following directories.
    1. /usr/tmp
    2. 1
    3. /devDB/devdb/9.2.0/appsutil/outbound/DEV_dbs4
    4. /usr/tmp
    Choose a value which will be set as APPLPTMP value on the target node [1]:
    Backing up /devAPP/devappl/admin/DEV_dbs4.xml to /devAPP/devappl/admin/DEV_dbs4.xml1.bak
    Creating the new APPL_TOP Context file from :
    /devAPP/devappl/ad/11.5.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /devAPP/devappl/admin/DEV_dbs4.xml
    Log file located at /tmp/CloneContext_06210854.log
    Running Rapid Clone with command:
    perl /devAPP/devcomn/clone/bin/adclone.pl java=/devAPP/devcomn/clone/bin/../jre mode=apply stage=/devAPP/devcomn/clone/bin/.. component=appsTier method=CUSTOM appctxtg=/devAPP/devappl/admin/DEV_dbs4.xml showProgress contextValidated=true
    Beginning application tier Apply - Mon Jun 21 08:55:51 2010
    Log file located at /devAPP/devappl/admin/DEV_dbs4/log/ApplyAppsTier_06210855.log
    Completed Apply...
    Mon Jun 21 09:00:47 2010
    Beginning APPSIAS_DEV registration to central inventory...
    ORACLE_HOME NAME : APPSIAS_DEV
    ORACLE_HOME PATH : /devAPP/devora/iAS
    Using Inventory location in /etc/oraInst.loc
    Log file located at /etc/oraInventory/logs/OracleHomeCloner_06210900.log
    ORACLE_HOME /devAPP/devora/iAS was registered successfully.
    Skipping the starting of services
    INFO : Rapid Clone completed successfully
    Thanks
    Adiga

  • Multinode Cloning

    Hi all ,
    Can someone guide me , what are the steps involved in doing a cloning on a multinode installation 11.5.10.2 on Linux
    Thanks in advance
    kind regards
    Mat

    your source doucmant is the following metalink note
    230672.1 Cloning Oracle Applications Release 11i with Rapid Clone
    if you need any help while cloning plz let us know
    fadi
    http://oracle-magic.blogspot.com

  • Upgrading the db to 64bit for our multinode 11.5.10.2

    Hi,
    I am going to upgrade my db tier to 64 bit. It is a multinode 11.5.10.2 install. Any particular items/gotchas that I need to keep an eye out for in the 11i side of things?
    Thanks,

    Duplicate post:
    Upg db tier from 32 to 64 bit on my multinode 11.5.10.2

  • Diff between shared appl_top and multinode

    Dear all,
    Can anyone tell me know what is the difference among shared appl_top ,shared application tier file system and a multinode installed system..
    Advance Thanks
    Kai

    1) Is the above shared application tier or shared appl_topNeither Shared APPL_TOP nor Shared Application File System.
    2) If so, if it shared application tier, how can we say appl_top and
    comn_top ,Application Tech Stack are mounted ....we are only sharing the service.You only share the storage. So, instead of having multiple copies of APPL_TOP/COMMON_TOP, you just have one copy shared between the two nodes. This means, if you do any changes to APPL_TOP/COMMON_TOP from Server 1, then you can see the change on Server 2.
    > 3) if it is not a shared appl_top, what change has to
    be made in the above scenario to make it shared appl_top.. To make it:
    Shared APPL_TOP --> You need to include COMMON_TOP (in addition to APPL_TOP).
    Shared Application File System --> You need to include COMMON_TOP, 8.0.6 ORACLE_HOME, iAS ORACLE_HOME (in addition to APPL_TOP).
    4) How it is said that the appl_top,comn_top and ora
    are shared..we are only distributing the services.. Again, shared means the same storage can be accessed by both nodes. Any changes made in the shared storage are immediately visible on all nodes.
    In traditional multi-node installation, you have more than once copy on APPL_TOP/COMMON_TOP, so whenever you need to apply an application patch, you have to run it on each node which has APPL_TOP. In the Shared APPL_TOP configuration, you only need to apply the patch once, since the change will be visible immediately to the other node.
    No matter you have Shared APPL_TOP or Shared Application File System or traditional multi-node installation, by the end you will be running CM on Server 1, and Forms/Web on Server 2.
    Hope it is clear now :)

  • Regarding patching on multinode oracle apps R12 server.

    I have configured the multinode as one node having the database and concurrent manager and remaining on other node as given in installation guide of R12.And now when i try to upgrade the base version 12.0.0 to 12.0.4 by applying patchset on one node and then moved to other node but i was suprised that it was saying this was applied already.And after that when i opened login page was not opening.Then i have applied on other node but even then it was not opening.If some one have done that please help me at the earliest.

    Hi;
    What is your session parameter in init file? Is there any error message while you get time out on alert log?
    Regard
    Helios

  • Apply patches on multinode

    I am working on Oracle 11i Applications 11.5.10.2 on UNIX.
    I need to apply patches on a multinode. But the APPL_TOP for the database node is not set. How will I go about it?
    Thank you,
    Adith

    But the APPL_TOP for the database node is not setHow did you figure out that it is not set? Are you logged in as applmgr user? Did you source the env file?

  • Distributed Multinode  Multi-OD Server Instances

    Trying to set up a HAA scaling configuration in network of replicated nodes (HP Keystone, HP-UX)in multimaster configuration with many Oracle Directory Server Instances on different front-end machines (HP Bl Server, Linux).
    The doc is in someway contradictory:
    From the
    Oracle Internet Directory Administrator's Guide
    Release 9.2 Part Number A96574-01 says in Cap 3
    =================================================
    Task 2: Start a Server Instance
    Once the OID Monitor is running, start a server instance by using the OID Control Utility.
    Note:
    you can run multiple instances if the directory server on the same machine (? what is this phrase meaning? ). For example, you can run one server in SSL mode and another in non-SSL mode. However, all directory server instances using a given database server MUST run on the same computer. For example, you cannot run two directory servers--one on Computer A and another on Computer B--against a database server on Computer C. You can, however, run both directory servers on Computer A against a database server on Computer B.
    ======================================================
    In the same book:
    =====================================================
    Note:
    In Figure 2-4, the database is on the same node as the directory server processes. However, because all connections with the database are through Oracle Call Interface (OCI) and Oracle Net Services, it is possible to use a database on a different server.
    =======================================================
    So why only one ODIS on one Node for one DB (which is eventually on other host) ?
    Wich are here the limits, constraints, prospectives (next release f.ex.) of crafting a multinode distributed solution.
    My guess is that there is no real issue to have a bunch of ODSI (oidldapd + oidmon) on many machines running against the same DB instance
    Thanx in adv.
    regards,
    Michael R. Balomiri
    Solution Architect
    Hewlett-Packard
    regards,
    [email protected]

    Hi,
    I understand that the following error message was thrown out when creating a maintenance plan that will run on remote servers.
    This Maintenance Plan cannot be distributed because it has tasks using connections to other SQL Server instances.
    Go to target server and select to defect from the master server. Then try to re-add the target server on the master instance.
    Browser to create the connection and check if the instance name for target server is visible. If no, make sure that the master server always has to be the same or lower version than the target.
    For your information:
    http://technet.microsoft.com/en-us/library/ms191305.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • REP-3000: Internal error starting Oracle Toolkit in multinode environment

    Dear All,
    We are facing one issue with reports.
    Breifing the environment:
    Multinode 11.5.10.2 with 9.2.0.6 database on Solaris.
    Node a: Database
    Node b: Concurent+admin installed in /u02/applprod
    Node c: web+forms installed in /u02/applprod
    When we ran XML reports the reports are getting ending in "warning" status,
    ==========================================================
    XML_REPORTS_XENVIRONMENT is :
    /u02/applprod/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /u02/applprod/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    REP-3000: Internal error starting Oracle Toolkit.
    ==================================
    I have tried set
    DISPLAY in user profile to <hostname>:0.0 in each node
    and i tried setting the DISPLAY in
    Node B(conc+admin):
    ========
    adcmctl.sh
    adrepctl.sh
    gsmstart.sh
    Node A(form+web)
    ============
    gsmstart.sh
    Still the error is repeating Please helpme out to rectify this error.
    Thanks and Regards
    Vasu

    I have done xhost + through loging into server by VNC viewer.
    and changed the DISPLAY in xml as "<hostname>:1.0" then ran autoconfig in conc+admin node, Then started application. now i am not getting the
    "REP-3000: Internal error starting Oracle Toolkit " message in log but the log message shows as follows
    SaleCo Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXAP_PAYVOUCHER module: SaleCo: Payment Voucher
    Current system time is 02-JUL-2008 20:20:48
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_vendor_id='24'
    p_check_id='10888'
    Environment will now switch to UTF-8 code-set.
    Parts of this log file may not display correctly
    as a result. This is an expected behavior.
    XML_REPORTS_XENVIRONMENT is :
    /u02/applprod/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /u02/applprod/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Report Builder: Release 6.0.8.27.0 - Production on Wed Jul 2 20:20:49 2008
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 286677 on node APPS001 at 02-JUL-2008 20:20:50.
    Post-processing of request 286677 failed at 02-JUL-2008 20:20:50 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 02-JUL-2008 20:20:50
    ===================================
    Please suggest..
    Regards
    Vasu

  • Autconfig in multinode

    Hi,
    1)When doing a change in contextfile through AOM will it update all contextfiles on application tiers in multinode and shared application tier arch?
    2)normally autoconfig is run with all application tier services are down and only database and database listener is up,But in multinode when change in context file is done and autoconfig is run do we need to keep application listeners up with database and database listener whne changes are being done with OAM.
    3)through OAM i follow the bellow steps are they correct in multi shared application tier arch
    change the value from OAM,then shutdown application services and run autoconfig...is this the right procedure and updates all the application tiers contextfiles.
    Regards

    Hi,
    1)When doing a change in contextfile through AOM will it update all contextfiles on application tiers in multinode and shared application tier arch?Each application tier node has its own INST_TOP directory, but I believe each application node has its own context file -- See (Note: 384248.1) for details.
    2)normally autoconfig is run with all application tier services are down and only database and database listener is up,But in multinode when change in context file is done and autoconfig is run do we need to keep application listeners up with database and database listener whne changes are being done with OAM.OAM is part of the application, so keeping the database and the database listener only is not enough. You will have to keep the application services up (mainly Apache) if you want to update the context variables via OAM.
    change the value from OAM,then shutdown application services and run autoconfig...is this the right procedure and updates all the application tiers contextfiles.Correct, provided the database and the database listener are up and running.
    Regards,
    Hussein

  • How to apply patches if application installed multinode type

    I have installed the 11.5.10.2 applications with multinode type
    node A contains Forms, web and Dbtier
    node B contains admin and concurrent.
    In my case how do i apply patches( U Driver)
    I started applying pathes from Node B went smoothly, but
    If start applying patches on node A it showing some errors

    while applying 5985992 on node B , the fallowing erros is showing
    AutoPatch error:
    Error while executing statement
    AutoPatch error:
    ORA-06550: line 3, column 10:
    PLS-00302: component 'IS_PATCH_APPLIED2' must be declared
    ORA-06550: line 3, column 1:
    PL/SQL: Statement ignored
    I fallowed the metalink doc 556785.1, Now the error is resolved but is it necessary to apply u5985992.drv on both the nodes

  • Unable to launch form in oracle ebiz 12.1.3 multinode (shared appl_top)

    Hi,
    I am getting below error while launching form. Oracle ebiz R12.1.3 multi node application configured in shared appl_Top on linux x86-32 bit.
    I getting this error only on secondary application node.
    load: class oracle/apps/fnd/formsClient/FmsLauncher.classor not found.
    java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Regards,
    Raj

    Are you using loadbalancing or SSL ? Did this ever work before ? If so, what has changed ? How are you determining you are on the second apps node ? What are the client and browser versions ?
    Pl see if these MOS Docs are relevant
    FormsLauncher.class Not Found Error When Attempting to Access Forms in Applications (Doc ID 291698.1)
    Load: Class Oracle/Apps/Fnd/Formsclient/Formslauncher.Class Not Found. (Doc ID 373736.1)
    Formslauncher.Class Not Found When Failing Over Using DNS Round Robin Load Balancing (Doc ID 604040.1)
    Can't Launch Forms in E-Business when accessed via VPN: Formslauncher Notinited (Doc ID 471120.1)
    HTH
    Srini

  • R12 Multinode configuration

    Hello Friends,
    We are having 2 node 11g RAC for R12 database & 2 node shared application file system for apps tier now we are having problem when deploying h/w load balancer ahead of apps server pool , so I want to know If I not use load balancer & make one of apps server as single web entry point can processing capacity of other server also be used for concurrent processing, reports processing & forms services, means if I implement PCP & start all services on both nodes then will client request will be load balanced or not.
    Regards
    Saransh Soni

    We are having 2 node 11g RAC for R12 database & 2 node shared application file system for apps tier now we are having problem when deploying h/w load balancer ahead of apps server pool , What kind of issues?
    so I want to know If I not use load balancer & make one of apps server as single web entry point can processing capacity of other server also be used for concurrent processing, reports processing & forms services, means if I implement PCP & start all services on both nodes then will client request will be load balanced or not.AFAIK, this will work for PCP and RAC only (but the forms/web server you will need to implement load balancing) -- Please log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • EBS 12.1.1 multinode installation

    thanx for your quick response and i want to give you more explanation about my environment :
    4 apps node win 2003 sp2 32bit
    2 db node as RAC 64bit win 2003
    so what's the guidelines to install EBS 12.1.1 on 4 apps node and 2 db nodes as a RAC
    Regards

    Hi,
    You need to follow the same procedure except that you need to convert the database from single instance to RAC (since Rapid Install does not install a RAC database).
    For converting the database to RAC, please refer to (Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]).
    Note: Please update the same thread instead of creating new one if your other questions are relevant to the main topic -- Multi Node Installation for EBS 12.1.1
    Thanks,
    Hussein

Maybe you are looking for

  • Processor hangs after adding more RAM to probook 4540s

    hey ALL recently i upgraded my laptop hp probook 4540s to 16 GB RAM I am having two identical (Same part numbers) RAM sticks of following specs: manufaturer:   TRANSCEND Memory         :   8 GB (each) Frequecy       :   1600 MHz Type               :

  • Java thread with high CPU usage

    Hi, Running prstat -L -p pid on Solaris produces a list of lwp threads running in that process that are consuming the most CPU. Out of about 7 threads that were associated with kernel threads in pstack output, only 5 of them were mapped to a JVM thre

  • Converting from Tiger and Panther to Leopard

    I'm a relatively new Mac user and I am very impressed with what I saw in the Leopard. Because I have not had to deal with the upgrade process I do not know what I need to do for my machine. Can anyone help me out or pass on some hints and techniques

  • 30EA4 - Yet another error log

    In the console window of the current session I have this: $ ./sqldeveloper.sh -verbose Oracle SQL Developer Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. Reading configuration from: /home/alex/Download/sqldeveloper/sqld

  • What are the best printers to use?

    I bought a HP Officejet 4500 but it's not even showing up during the installation. What printer/scanner/faxes are the best for my MacBook Pro 10.6.8?