Autoconfig fail EBS R12 Apps-Node with EBS 11gR2 RAC

Platform: HPUX IA 64-11.31
DB: 11.2.0.3
Nodes: 2
We were following metalink note 823587.1 and have successfully converted single-instance database of EBS R12 to 20node RAC. When we are trying to do steps of Section-3.8 of the note the autoconfig is running in error. See the below error message from the "adconfig.log" file:
cat /etc/hosts
=========
127.0.0.1 localhost.localdomain localhost
#Public IP
172.16.101.23 ts1db1.bukhatir.ae ts1db1
172.16.101.24 ts1db2.bukhatir.ae ts1db2
#Vip
172.16.101.44 ts1_vip1.bukhatir.ae ts1_vip1
172.16.101.45 ts1_vip2.bukhatir.ae ts1_vip2
#inerconnect
10.0.0.1 ts1_prv1.bukhatir.ae ts1_prv1
10.0.0.2 ts1_prv2.bukhatir.ae ts1_prv2
172.16.101.20 ts1apps1.bukhatir.ae ts1apps1
172.16.101.21 ts1apps2.bukhatir.ae ts1apps2
=========
Generate Tns Names
Logfile: /locapps1/apps/apps/TEST_ts1apps1/admin/log/04101202/NetServiceHandler.log
Classpath : /ts1apps/apps/apps_st/comn/java/lib/appsborg2.zip:/ts1apps/apps/apps_st/comn/java/classes
Updating s_tnsmode to 'generateTNS'
UpdateContext exited with status: 0
AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
Instantiating Tools tnsnames.ora
Tools tnsnames.ora instantiated
Web tnsnames.ora instantiated
adgentns.pl exiting with status 2
ERRORCODE = 2 ERRORCODE_END
xecuting script in InstantiateFile:
/locapps1/apps/apps/TEST_ts1apps1/admin/install/adgendbc.sh
script returned:
adgendbc.sh started at Tue Apr 10 12:03:56 UAE 2012
SQL*Plus: Release 10.1.0.5.0 - Production on Tue Apr 10 12:03:57 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter value for 1: Enter value for 2: Enter value for 3: Connected.
[ APPS_DATABASE_ID ]
Application Id : 0
Profile Value : TEST
Level Name: SITE
INFO : Updated/created profile option value.
PL/SQL procedure successfully completed.
Commit complete.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
==============================
* * * * DBC PARAMETERS * * * *
==============================
fnd_jdbc_buffer_min=1
fnd_jdbc_buffer_max=5
fnd_jdbc_buffer_decay_interval=300
fnd_jdbc_buffer_decay_size=5
fnd_jdbc_usable_check=false
fnd_jdbc_context_check=true
fnd_jdbc_plsql_reset=false
====================================
* * * * NO CUSTOM PARAMETERS * * * *
====================================
Unique constraint error (00001) is OK if key already exists
Creating the DBC file...
java.sql.SQLException: The Network Adapter could not establish the connection
Database connection to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip2.bukhatir.ae)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TEST))) failed
ADD call failed with exit code 1
Updating Server Security Authentication
java.sql.SQLException: Invalid number format for port number
Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
Updating Server Security Authentication failed with exit code 1
Restoring DBC file from backed up location /locapps1/apps/apps/TEST_ts1apps1/appltmp/TXK/TEST_Tue_Apr_10_12_03_2012.dbc
adgendbc.sh ended at Tue Apr 10 12:04:01 UAE 2012
adgendbc.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
See the network configuration files from the environment:
===========
Dbhome
===========
/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/listener.ora
LISTENER_TEST =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ts1_vip1.bukhatir.ae)(PORT = 1521)(IP = FIRST)))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ts1db1)(PORT = 1521)(IP = FIRST)))
SID_LIST_LISTENER_TEST =
(SID_LIST =
(SID_DESC = (ORACLE_HOME = /orahome/oradb/app/product/11.2.0.3)(SID_NAME = TEST1))
STARTUP_WAIT_TIME_LISTENER_TEST = 0
CONNECT_TIMEOUT_LISTENER_TEST = 10
TRACE_LEVEL_LISTENER_TEST = OFF
LOG_DIRECTORY_LISTENER_TEST = /orahome/oradb/app/product/11.2.0.3/network/admin
LOG_FILE_LISTENER_TEST = TEST1
TRACE_DIRECTORY_LISTENER_TEST = /orahome/oradb/app/product/11.2.0.3/network/admin
TRACE_FILE_LISTENER_TEST = TEST1
ADMIN_RESTRICTIONS_LISTENER_TEST = ON
SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER_TEST = OFF
IFILE=/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/listener_ifile.ora
/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/tnsnames.ora
TEST=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=TEST)
(INSTANCE_NAME=TEST1)
TEST1=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=TEST)
(INSTANCE_NAME=TEST1)
TEST1_FO=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=TEST)
(INSTANCE_NAME=TEST1)
TEST_FO=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=TEST)
(INSTANCE_NAME=TEST1)
TEST1_LOCAL=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
TEST_BALANCE=
(DESCRIPTION=
(ADDRESS_LIST=
(LOAD_BALANCE=YES)
(FAILOVER=YES)
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=TEST)
TEST_REMOTE=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
#TEST_REMOTE=
# (DESCRIPTION=
# (ADDRESS_LIST=
# (ADDRESS=(PROTOCOL=tcp)(HOST=tsscan.bukhatir.ae)(PORT=1521))
TEST1_local=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
extproc_connection_data =
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCTEST1))
(CONNECT_DATA=
(SID=PLSExtProc)
(PRESENTATION = RO)
IFILE=/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/TEST1_ts1db1_ifile.ora
===========
Gridhome
===========
/gridhome/oragrid/11.2.0/grid/network/admin/listener.ora
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
/gridhome/oragrid/11.2.0/grid/network/admin/endpoints_listener.ora
LISTENER_TS1DB1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ts1_vip1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.101.23)(PORT=1521)(IP=FIRST)))) # line
added by Agent
===========
Listener EBShome
===========
cd $TNS_ADMIN
/locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/listener.ora
APPS_TEST =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= TCP)(Host= ts1apps1)(Port= 1629))
SID_LIST_APPS_TEST =
(SID_LIST =
( SID_DESC = ( SID_NAME = FNDSM )
( ORACLE_HOME = /ts1apps/apps/tech_st/10.1.2 )
( PROGRAM = /ts1apps/apps/apps_st/appl/fnd/12.0.0/bin/FNDSM )
( envs='MYAPPSORA=/ts1apps/apps/apps_st/appl/APPSTEST_ts1apps1.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/locapps1/apps/apps/TEST_ts1apps1/admin/scripts/gsmst
art.sh' )
( SID_DESC = ( SID_NAME = FNDFS )
( ORACLE_HOME = /ts1apps/apps/tech_st/10.1.2 )
( PROGRAM = /ts1apps/apps/apps_st/appl/fnd/12.0.0/bin/FNDFS )
( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/ts1apps/apps/tech_st/10.1.2/lib32:/ts1apps/apps/tech_st/10.1.2/lib:/ts1apps/apps/tech_s
t/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/appl/sht/12.0.0/lib,SHLIB_PATH=/ts1apps/apps/tech_st/10.1.2/lib32:/ts1apps/apps
/tech_st/10.1.2/lib:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/appl/sht/12.0.0/lib,LIBPATH=/ts1apps/ap
ps/tech_st/10.1.2/lib32:/ts1apps/apps/tech_st/10.1.2/lib:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/ap
pl/sht/12.0.0/lib,APPLFSTT=TEST_BALANCE;TEST;TEST_FO,APPLFSWD=/locapps1/apps/apps/TEST_ts1apps1/appl/admin;/locapps1/apps/apps/TEST_ts1apps1/appltmp;/ts1apps/apps/apps_st/comn/webapp
s/oacore/html/oam/nonUix/launchMode/restricted' )
STARTUP_WAIT_TIME_APPS_TEST = 0
CONNECT_TIMEOUT_APPS_TEST = 10
TRACE_LEVEL_APPS_TEST = OFF
LOG_DIRECTORY_APPS_TEST = /locapps1/apps/apps/TEST_ts1apps1/logs/ora/10.1.2/network
LOG_FILE_APPS_TEST = APPS_TEST
TRACE_DIRECTORY_APPS_TEST = /locapps1/apps/apps/TEST_ts1apps1/logs/ora/10.1.2/network
TRACE_FILE_APPS_TEST = APPS_TEST
ADMIN_RESTRICTIONS_APPS_TEST = ON
IFILE = /locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/TEST_ts1apps1_listener_ifile.ora
SUBSCRIBE_FOR_NODE_DOWN_EVENT_APPS_TEST = OFF
/locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/tnsnames.ora
TEST = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1db1)(PORT=1521))
(CONNECT_DATA=(SID=TEST1))
# Net8 definitions for FNDFS and FNDSM on the HTTP server node - ts1apps1
FNDFS_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
# For when the profile FS_SVC_PREFIX is set these entries will be used
FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
# Net8 definitions for FNDFS and FNDSM on the forms server node - ts1apps1
FNDFS_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
# For when the profile FS_SVC_PREFIX is set these entries will be used
FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
# Net8 definitions for FNDFS and FNDSM on the administration server node - ts1apps1
FNDFS_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
# For when the profile FS_SVC_PREFIX is set these entries will be used
FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
# Net8 definitions for FNDFS and FNDSM on the concurrent processing server node - ts1apps1
FNDFS_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
# For when the profile FS_SVC_PREFIX is set these entries will be used
FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDFS))
FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
(CONNECT_DATA=(SID=FNDSM))
IFILE=/locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/TEST_ts1apps1_ifile.ora

Yes, following message is also reported in the adconfig.log:
Unique constraint error (00001) is OK if key already exists
Creating the DBC file...
java.sql.SQLException: The Network Adapter could not establish the connection
Database connection to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip2.bukhatir.ae)(PORT=1523))(ADDRESS=(PROTOCOL=tcp)(HOST=
ts1_vip1.bukhatir.ae)(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=TEST))) failed
ADD call failed with exit code 1
Updating Server Security Authentication
java.sql.SQLException: Invalid number format for port number
Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
Updating Server Security Authentication failed with exit code 1
Restoring DBC file from backed up location /locapps1/apps/apps/TEST_ts1apps1/appltmp/TXK/TEST_Mon_Apr_16_13_13_2012.dbc
adgendbc.sh ended at Mon Apr 16 13:13:46 UAE 2012
adgendbc.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
.end std out.
.end err out.
Did you see Autoconfig has failed on Apps tier on adgendbc.cmd with error: ADD call failed with exit code 1, UPDATE call failed with exit code 1 [ID 359739.1]?But we have the file version:
$Header: AdminAppServer.java 120.11.12010000.6 2010/04/13 15:24:03 fskinner ship $

Similar Messages

  • Technology Changes from EBS R12.0.2 with EBS R12.0.2

    Are there any Major Technology Changes from EBS R12.0.2 with EBS R12.0.5
    Edited by: Arshad on Nov 14, 2008 7:02 PM

    I do not believe there are any major technology changes between the two. ML Doc 404152.1 documents the functional changes between the two releases
    HTH
    Srini

  • EBS Multiple Apps node with individual web entry without loadbalancer?

    Hi,
    We are trying to create 4  (apps1, 2, 3, 4) R12 application servers with one DB server.
    We wanted each machine to serve specific groups of users.
    Basically we wanted them to access each own web url and apps services in each machine (we do not want a auto load balancing):
    apps1.mycompany.com:8001 = org1 users
    apps2.mycompany.com:8001 = org2 users
    apps3.mycompany.com:8001 = org3 users
    apps4.mycompany.com:8001 = org4 users
    With this setup we are experiencing:
    Multiple Application Nodes Configured Without Load Balancer Cause Login Redirection (Doc ID 1362885.1)
    Is it possible to do this without hardware load balancer?
    Or will a DNS load balancer  enough for our setup?
    Will the concurrent jobs for each org be processed on each own server? ( org4 -> apps4 )
    Thank you.

    Hi Guys,
    Just an update:
    I'm still working on this project and we are making good progress.
    The 4 apps nodes are working fine, accepting http/web/forms on its own hostname/url/po.rt.
    The shared apps file system is running on OCFS.
    DNS and Squid Reverse Proxy instead of HardwareLoadbalancer.
    Being a non-RAC instance, I have not  configured concurrent managers in PCP.
    What I have is a PCP failover using primary to secondary node.
    I'm still need to research if its feasible to create a specialized concurrent manager and assign it to other apps node.
    Am also reading up on how to configure Specialization rule and Combined specialization rule and assign it to specialized Conc Manager.
    If I get more free time I will prepare a detailed step-by-step HOWTO guide and share it here and on my blog.
    What we are running are the ff:
    EBS R12.1.3 Linux 64bit
    1 node DB on OEL 5.9
    4 node Apps on OEL 5.9
    OCFS2 for shared everything apps storage (including INST_TOP)
    DNS and Squid Reverse Proxy

  • Urgent...integrate EBS R12.0.5  with Oracle Retail 12.0.5 using BPEL..

    Hi All
    We have to integrate EBS R12.0.5 with Oracle Retail 12.0.5 using BPEL..
    can any one please tell me what are the patch sets that need to be applied to
    EBS R12.0.5
    Oracle Retails
    BPEL
    The documentation available on metalinks is for EBS R12.0.2 integration with Retail 12.0.5
    is there any document which can help us with EBS R12.0.5 integration with Retail 12.0.5
    thanks
    Arshad

    Duplicate thread (please post only once):
    Urgent...integrate EBS R12.0.5 with Oracle Retail 12.0.5 using BPEL
    Re: Urgent...integrate EBS R12.0.5  with Oracle Retail 12.0.5 using BPEL..

  • Oracle EBS R12 Apps DBA

    Hi
    I am an Oracle DBA located in India , just wanted to know where can i pursue Oracle EBS R12 Apps DBA training . My company will be paying for my training . Is the link below is the one which i have to pursue ?
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=210
    Thanks

    Hi;
    Pelase see below link:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=501&p_org_id=18&lang=TR&p_nl=1322557405566
    You can also call local oracle office/education department they can direct you related oracle university location in india.
    Your link which u posted is shows path to become EBS certified professional
    Regard
    Helios

  • Integartion EBS R12.1.x with BI

    Hi
    how to integartion EBS R12.1.x with BI on linux x86-64?
    Regards
    Sayantan

    oraDBAebsR12 wrote:
    issue resolvedIt would be great if you could share the issue and the solution with us.
    Thanks,
    Hussein

  • EBS R12 Apps Tier certification & support on EXADATA V2

    Hi All,
    I know that 11gR2 ebs databases are certified/supported with Exadata v2.
    But my question is;
    Is EBS R12(12.1.3) APPS Tier  (forms, report,concurrent etc..) certified/supportd with Exadata V2 -- OS = Linux ?
    And also where can I find this certification/support information? --written
    Thanks in advance

    I just thought that because it s application tier, it doesnt do db io , so it could work like on a standard oel on local disks, no exadata specific system code, that's why no hardware dependency.
    Okay not certified or supported then. thanks you for your replies.This is already mentioned in the first link referenced above by Helios -- https://blogs.oracle.com/stevenChan/entry/ebs_exadata_whitepaper
    And the second link is already referenced in https://blogs.oracle.com/stevenChan/entry/e-business_suite_exadata_v2
    Thanks,
    Hussein

  • EBS R12.1.3 with OSSO integration

    Hi ,
    I have integrated OSSO with EBS R12 (12.1.3) following the documentation.
    I am facing "Internal Server Error 500" when accessing the EBS url. Looks like some problem with the partner applicaiton registration.
    How to debug this.? What could be the potential error??
    I chose this way, because of EBS+Demantra integration.
    Any info on this is appreciated..
    Regards
    Vicky

    Hi EBSDBA,
    Thanks for the reply. I went through the document in the tutorial provided in the above link. Its little complex : ).
    I saw a video on youtube regarding connection of Oracle db to Sharepoint.
    How to connect Oracle database to SharePoint 2010 & FAST search - YouTube
    Can you please check the video above and suggest if it works for my requirement.
    Thanks.
    Regards,
    Afzal.

  • EBS R12.1.3 with Apex 4.1.1 Calling a JSP

    I am running Apex 4.1.1 using EBS 12.1.3. THe EBS instance is a two tier system (web/application server on a different machine to the database). A glassfish server has been installed on the same server as EBS web server(same linux owner for both) and the Apex listner is running inside glassfish.
    I am wanting to call a JSP(located on the web) server from Apex, to get a list of files from a given directory(on the web server) and display the files in the browser using using apex. In other word, a user click on a button/tab... it runs a JSP that returns a list of the files in a given directory and displays them in a tabular format within Apex.
    Can this be done, if so how ?
    Thanks

    Hi Pete,
    I'm working on integrating EBS R12 and APEX 4.1.1, I had followed the Extending Oracle E-Business Suite Release 12 using Oracle Application Express white paper. In the white paper its said that Create Authentication Scheme From scratch, but there is no option to create application scheme from the scratch,but the page showing like this
    When you create a new authentication scheme, you have several options. Most let you reuse implementations that already exist in your application or in other applications within your workspace. There are even some pretested schemes you can copy to get you up and running immediately.
    Create Scheme:     
    Based on a pre-configured scheme from the gallery
    As a copy of an existing authentication scheme
    You may create a new authentication scheme by making a copy of one in this application or in another application in your workspace. Then you can edit the new scheme, changing the name to what you prefer and changing any of the settings to meet your requirements.
    Alternately, you may create a new authentication scheme from scratch by stepping through the wizard and specifying all of the parameters.
    How can we create Authentication Scheme using the wizard but there is no option to create via wizard.
    Kindly help me because i had no idea and stuck up at this point, is any document you have kindly share with me it would be grateful...
    Thanks,
    Karthik

  • EBS R12 open PDF with error by "View Output" button

    In EBS R12,
    We did setup some report output as PDF.
    After run concurrent job of report, click "View Output"
    It prompt a new IE window and prompt error "Internet Explorer cannot display page".
    Problem Client PC information:
    1. Win XP SP3
    IE 8
    Adobe Reader 9 or 8 (Enable Option "Open PDF in Browser")
    2. Win 7
    IE 9
    Adobe Reader 9 (Enable Option "Open PDF in Browser")
    Any related setting can help for this?
    Thanks.

    Hi AsifMuhammad,
    Thanks for your help.
    - Is the issue with all the user (different machines).
    >> Yes, tested on different user and different machines.
    >> If using Acrobat Reader 8 or 9 will have the problem, while uninstall Acrobat Reader 8 or 9, then install Acrobat Reader 10 or 11 the problem fixed (Open pdf via IE is normal)
    >> All are Opening the same "View Output" of the same already run Concurrent Program ID.
    - Is the issue with all the PDF reports.
    >> We do not use other PDF reports. (Forget to mention it is the concurrent program "Format Payment Instruction")
    - Do you still get the error when trying with other browsers such as Firefox.
    >> When using Firefox, it prompt "Download Postscript File" > Click "Open PostScript Document" > Then it still open by Acrobat Reader.
    >> For this point, yes, we has been setup "Output as PostScript" for the concurrent program "Format Payment Instruction"
    - Was the report working fine and did you do any changes recently.
    >> The report is working fine, when using Acrobat Reader 10 or 11.
    >> The problem seems just exist when using Acrobat Reader 8 or 9.
    Of course, you may said possible solution maybe Install Acrobat Reader 10 or 11 for those user.
    But it need furthur testing for our internal programs.
    And I've checked, according Oracle's Document, R12 should support Acrobat Reader 5 or up.
    Which lead me think, there should be missed some setting.
    But I cannot find any related setting on this point.
    Thanks

  • Oracle ILM assistant for Oracle EBS R12.1 application with 11.1.0.7 DB

    Oracle ILM through its ILM Agent, which is a database component provides option for data archiving.
    Need to know how ILM agent can be used against Oracle EBS R12 and the options available:
    a. Does ILM assistant map to industry Compliance requirements and can we add or modify based on additional Client requirements
    b. Is this configured for all components and are the business rules (default) taken care in terms of archiving related data, if not what are the options available
    c. What are the options to archive data
    i. On Same and archive database
    ii. Other RDBMS (mysql, or open source database)
    d. Access to archived data
    i. Is archive data available from the existing application or only from backend database
    ii. Does ILM assistant provide options to access archived data (same Oracle RDBMS or heterogeneous database)
    e. Retention options
    i. Does ILM assistant provide multi tier retention options for archived data for different range (# of years)
    Edited by: user9031099 on May 9, 2013 11:00 PM
    Any update on my query please...?

    Limits the Preferred Read-Write Tablespace to only 1 where as in Oracle EBS we would require multiple tablespaces to be Preferred Read Write. Can we extend the functionality of ILM assistant to have multiple Read-Write tablespaces...?

  • Issue with Load balancing for 2 Apps Node for EBS 12.1

    Hi Guys,
    I had been following section 2.4 of Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1).
    As per doc, I should be able to (but which is not happening in my case)
    [root@ebs1 etc]# nslookup ebslbr.oracle.com
    Server:         172.18.0.99
    Address:        172.18.0.99#53
    Name:   ebslbr.oracle.com
    Address: 172.18.0.102
    Name:   ebslbr.oracle.com
    Address: 172.18.0.101
    [root@ebs1 etc]# telnet ebslbr.oracle.com
    Trying 172.18.0.101...
    telnet: connect to address 172.18.0.101: Connection refused
    Trying 172.18.0.102...
    telnet: connect to address 172.18.0.102: Connection refused
    telnet: Unable to connect to remote host: Connection refused
    [root@ebs1 etc]#
    I could able to lookup individual servers as well.
    [root@ebs1 etc]# nslookup ebs1
    Server:         172.18.0.99
    Address:        172.18.0.99#53
    Name:   ebs1.oracle.com
    Address: 172.18.0.101
    [root@ebs1 etc]# nslookup ebs2
    Server:         172.18.0.99
    Address:        172.18.0.99#53
    Name:   ebs2.oracle.com
    Address: 172.18.0.102
    [root@ebs1 etc]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1       localhost.localdomain   localhost
    #:1             localhost6.localdomain6 localhost6
    #172.18.0.101    ebs1.oracle.com        ebs1
    #172.18.0.102     ebs2.oracle.com        ebs2
    #172.18.0.111    db1.oracle.com         db1
    [root@ebs1 etc]# ping ebs2
    PING ebs2.oracle.com (172.18.0.102) 56(84) bytes of data.
    64 bytes from ebslbr (172.18.0.102): icmp_seq=1 ttl=64 time=0.482 ms
    64 bytes from ebslbr (172.18.0.102): icmp_seq=2 ttl=64 time=0.546 ms
    --- ebs2.oracle.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 999ms
    rtt min/avg/max/mdev = 0.482/0.514/0.546/0.032 ms
    [root@ebs1 etc]# ping ebs1
    PING ebs1.oracle.com (172.18.0.101) 56(84) bytes of data.
    64 bytes from ebs1 (172.18.0.101): icmp_seq=1 ttl=64 time=0.032 ms
    64 bytes from ebs1 (172.18.0.101): icmp_seq=2 ttl=64 time=0.044 ms
    64 bytes from ebs1 (172.18.0.101): icmp_seq=3 ttl=64 time=0.041 ms
    [root@ebs1 etc]#
    [root@ebs1 etc]# telnet 127.0.0.1
    Trying 127.0.0.1...
    telnet: connect to address 127.0.0.1: Connection refused
    telnet: Unable to connect to remote host: Connection refused
    [root@ebs1 etc]# service iptables status
    Firewall is stopped.
    [root@ebs1 etc]#
    I've further went, made changes in context file...ran autoconfig...but not getting frontend with 'ebslbr' hostname.
    Can you please assist what could be the issue ?
    Thanks,

    Hi Hussein,
    I've checked it... but  there is a confusion... is telnet work without any port no ?
    I mean see below output,
    [applmgr@ebs1 ~]$ telnet ebs1 8000
    Trying 172.18.0.101...
    Connected to ebs1.
    Escape character is '^]'.
    Connection closed by foreign host.
    [applmgr@ebs1 ~]$ telnet ebs2 8000
    Trying 172.18.0.102...
    Connected to ebs2.
    Escape character is '^]'.
    Connection closed by foreign host.
    [applmgr@ebs1 ~]$ telnet ebs2
    Trying 172.18.0.102...
    telnet: connect to address 172.18.0.102: Connection refused
    [applmgr@ebs1 ~]$ telnet ebslbr
    Trying 172.18.0.101...
    telnet: connect to address 172.18.0.101: Connection refused
    Trying 172.18.0.102...
    telnet: connect to address 172.18.0.102: Connection refused
    [applmgr@ebs1 ~]$ telnet ebslbr 8000
    Trying 172.18.0.101...
    Connected to ebslbr.
    Escape character is '^]'.
    As per Metalink DOC: 380489.1, my Context file entries for both nodes,
    [applmgr@ebs1 ~]$ grep -i s_webentryurlprotocol $CONTEXT_FILE
             <webentryurlprotocol oa_var="s_webentryurlprotocol">http</webentryurlprotocol>
    [applmgr@ebs1 ~]$ grep -i s_webentryhost $CONTEXT_FILE
             <webentryhost oa_var="s_webentryhost">ebslbr</webentryhost>
    [applmgr@ebs1 ~]$ grep -i s_webentrydomain $CONTEXT_FILE
             <webentrydomain oa_var="s_webentrydomain">oracle.com</webentrydomain>
    [applmgr@ebs1 ~]$ grep -i s_webentrydomain $CONTEXT_FILE
             <webentrydomain oa_var="s_webentrydomain">oracle.com</webentrydomain>
    [applmgr@ebs1 ~]$ grep -i s_active_webport $CONTEXT_FILE
          <activewebport oa_var="s_active_webport" oa_type="DUP_PORT" base="8000" step="1" range="-1" label="Active Web Port">8000</activewebport>
    [applmgr@ebs1 ~]$ grep -i s_login_page $CONTEXT_FILE
             <login_page oa_var="s_login_page">http://ebslbr.oracle.com/OA_HTML/AppsLogin</login_page>
    [applmgr@ebs1 ~]$ grep -i s_external_url $CONTEXT_FILE
             <externURL oa_var="s_external_url">http://ebslbr.oracle.com</externURL>
    After running autoconfig, I still get frontpage for http://ebs1.oracle.com:8000/OA_HTML/AppsLogin & http://ebs2.oracle.com:8000/OA_HTML/AppsLogin  which eventually redirects to http://ebslbr.oracle.com:8000/OA_HTML/RF.jsp?function_id=28716&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=… but which is wrong (there is no load balancing at all)...as my local desktop system32\drivers\etc\hosts file have following entries,
    172.18.0.101    ebs1.oracle.com
    ebslbr.oracle.com    ebslbr
    172.18.0.102    ebs2.oracle.com
    ebslbr.oracle.com    ebslbr
    so,
    ebs1.oracle.com:8000 -> ebslbr.oracle.com:8000 (It will always go to 1st node only)
    This can be also proved  by,
    [applmgr@ebs1 ~]$ telnet ebslbr.oracle.com 8000 (telnet to ebslbr always going to 1st node on ebs1)
    Trying 172.18.0.101...
    Connected to ebslbr.oracle.com.
    Escape character is '^]'.
    [applmgr@ebs2 scripts]$ telnet ebslbr.oracle.com 8000 (telnet to ebslbr always going to 2nd node on ebs2)
    Trying 172.18.0.102...
    Connected to ebslbr.oracle.com.
    Escape character is '^]'.
    This should be round robin fashion...
    Can you please help me, what is going wrong here ?
    your help would be much appreciated ...
    Regards,
    Manish

  • EBS-R12 Generate XML (with data) from Embedded Data Definition

    Hi
    I'm new to running XMLP/BIP in EBS.
    I have found the extensive set of data definitions and templates in EBS and they work great out of the box.
    I, however, need to make template modifications.
    To this end, a correctly structured XML data template - containing all the data fields - is needed for loading into the template-builder in Word.
    If for example I take the embedded R12 data definition - XLAJELINESRPT.xml - for Posted Payable Invoices, and load it into the template builder, it provides the structure of the data template and not the structure of the output XML data.
    I have tried several ways to run the Data definition through XMLP using the concurrent manager attempting to intercept the generated XML (with data) but it either completes the process and uses the linked output template - producing the PDF - or other output - or if I remove the (output template altogether) it fails with an error.
    Maybe I'm missing an obvious step, but there has to be a way of taking the very comprehensive Data Definitions embedded in R12 EBS and using them in custom report templates.
    If I've totally missed the point, please give me the steps to follow.
    Many thaks in anticipation.
    Mike MacMurray

    HI Mike,
    You cannot load your Data Template into the MS Word Template Builder plugin, as it cannot be run to generate XML this way.
    You have two options to get the data from an XML Publisher Report run as a concurrent program in EBS.
    1) Using the XML Publisher Administrator responsibility, set an end date for both the Data Defintion and Template Definitions associated with the XLAJELINESRPT report.
    2) Leave the concurrent program, Data Defintions and Template Definitions exactly as they are and run the report. Once the report has completed, select the Concurrent Request, click "Diagnostics" then click "View XML". This will open the XML in a new browser window. You can then right click, View Source and then save this document locally.
    You can then load this XML into the MS Word Template Builder and start building your template.
    I hope this helps.
    Regards,
    Cj

  • EBS R12 multi node architecuture upgrade

    Hi,
    Could any one let me know the approach for 2 node rac and 2 node application upgrade. I am clear about the database upgrade, but could any one let me know, do I need to upgrade r12 as a single node and then copy the upgraded binaries to second node and run autoconfig? It will be help full if someone shares the document to upgrade ebs on multinode architecture.

    Could any one let me know the approach for 2 node rac and 2 node application upgrade. I am clear about the database upgrade, but could any one let me know, do I need to upgrade r12 as a single node and then copy the upgraded binaries to second node and run autoconfig? It will be help full if someone shares the document to upgrade ebs on multinode architecture.You have to upgrade the multi-node installation the same way you upgrade a single node installation. You need to run Rapid Install and the main upgrade patch driver on each node (each node where APPL_TOP is presented).
    I do not think there is a document just for multi-node installation as it is similar to single node installation.
    Thanks,
    Hussein

  • OUI failed to Select Cluster node on AIX- 9i RAC with HACMP

    Dear
    It seems HACMP cluster is working fine.
    rlogin, rcp are also working.
    But oracle installer failed to pop up the "Cluster Node Selection" window.
    [p650_cdr1][root]/> lssrc -a | grep -E "ES|svcs"
    clcomdES clcomdES 35888 active
    topsvcs topsvcs 34634 active
    grpsvcs grpsvcs 23258 active
    emsvcs emsvcs 26588 active
    emaixos emsvcs 25356 active
    clstrmgrES cluster 26090 active
    clsmuxpdES cluster 37556 active
    clinfoES cluster 26118 active
    grpglsm grpsvcs inoperative
    [p650_cdr1][root]/> lssrc -g cluster
    Subsystem Group PID Status
    clstrmgrES cluster 26090 active
    clsmuxpdES cluster 37556 active
    clinfoES cluster 26118 active
    [p650_cdr1][root]/>
    Would you please let me know what to do now?
    Oracle : 9.2.0.1
    $ oslevel -r
    5200-04
    $
    HACMP :5.2
    Regards
    Faruque
    Message was edited by: Faruque
    fahmed

    The problem is resolved. A patch(IY73937) for cluster was required.
    Thanks and regards
    Faruque

Maybe you are looking for