Branched code deliveries through Oracle E-Business Suite patches

Hello,
Occasionally, we find quite some E-Business Suite patches delivering branched versions of code. This is reflected in the readme document, and is understood that the fix/change in the branched version may not be present in the subsequent patch(es). Additionally, the readme suggest contacting Oracle Support when these files are re-delivered through the patches (to ensure that old fix and the new fix co-exist).
Can someone shed some information on the maintenance aspects of such branched versions of code. I cannot think of any other approach than maintaining a manual record of such branched code components (files) and/or adding these in applcust.txt.
Anyone having a different approach to managing these ?
Thanks.

Hi Rakesh,
I'd use applcust.txt and / or a script that parses the patch driver files.
I've blogged about use a wrapper around adpatch, and this is an ideal use case for it so it could stop before even calling adpatch
http://garethroberts.blogspot.com/2007/07/apps-dba-wish-adpatch-under-my.html
Regards,
Gareth
Blog: http://garethroberts.blogspot.com
Web: http://www.virtuate.com

Similar Messages

  • API for creating new User in Oracle E-Business Suite through BPEL

    Hello,
    I would like to use a BPEL process to create a new User in Oracle E-Business Suite. In the Integration Repository I was able to find an API called FND_USER_PKG/LOAD_ROW that creates/updates Application's User data. Is this the API I should be using? If so, I would like to better understand how to use this API.
    I have created a simple BPEL process and added an Oracle Application Service, which uses this FND_USER_PKG/LOAD_ROW API. I set the following parameter before Invoking the Oracle Application Service: X_USER_NAME, X_ENCRYPTED_USER_PASSWORD and X_START_DATE. When I run the BPEL process I get the following error. I suspect that I am not passing all the required input parameters. Does anyone have any sample data I can use to get this API to load correctly? If I am using the wrong API, please let me know.
    Please note, I have also posted this question to the SOA Suite and BPEL discussion forums...
    Thank you kindly!
    Christine
    - <input>
    - <Invoke_OracleEBS_SecurityUser_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/">
    <db:X_USER_NAME>
    CRILEY
    </db:X_USER_NAME>
    <db:X_ENCRYPTED_USER_PASSWORD>
    CRILEY
    </db:X_ENCRYPTED_USER_PASSWORD>
    <db:X_START_DATE>
    2009-01-01
    </db:X_START_DATE>
    </InputParameters>
    </part>
    </Invoke_OracleEBS_SecurityUser_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    20001
    </code>
    </part>
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_SecurityUser.wsdl OracleEBS_SecurityUser_ptt::OracleEBS_SecurityUser(InputParameters) - WSIF JCA Execute of operation 'OracleEBS_SecurityUser' failed due to: Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the APPS.FND_USER_PKG.LOAD_ROW API. Cause: java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user CRILEY due to the following reason(s):
    Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    An unexpected error occurred. Please contact your System Administrator...
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 783
    ORA-06512: at "APPS.FND_USER_PKG", line 916
    ORA-06512: at "APPS.FND_USER_PKG", line 1035
    ORA-06512: at "APPS.FND_USER_PKG", line 645
    ORA-06512: at line 1

    Hello and thank you for your response. I am new to using APIs so please excuse my inexperience... I am not sure how to run the API outside of BPEL... Is that something you could easily walk me through?
    I have made the following changes in BPEL based on your recommendation: 1) Added Oracle Application Service and used the API, LDAP_WRAPPER_CREATE_USER, found in the Oracle Application Module Browser* under: Applications Technology (ATG_PF)&gt; User Management (UMX)&gt; User (FND_USER)&gt; PLSQL&gt; User (FND_USER_PKG)&gt; LDAP_WRAPPER_CREATE_USER
    2) Set the following parameter prior to Invoking the Oracle App Service: X_USER_NAME, X_UNENCRYPTED_PASSWORD,X_START_DATE, X_END_DATE, X_DESCRIPTION, X_EMAIL_ADDRESS, X_FAX, X_EXPIRE_PWD.
    3) Deploy and run BPEL through BPEL Control.
    I get the following {color:#ff0000}error on the Invoke{color}. {color:#339966}Do you see any issues with the values I am passing in the input{color}? Any idea why I am getting this error? Is there anything that I need to have configured for the API to work correctly, other than adding an Oracle Application Service in the BPEL?
    Thank you for your time,
    Christine
    bq. Faulted while invoking operation "OracleEBS_LDAP_Create_User" on provider "OracleEBS_LDAP_Create_User". \\     - &lt;messages&gt; \\     - &lt;input&gt; \\     - &lt;Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     - &lt;part xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" name="InputParameters"&gt; \\     - &lt;{color:#339966}InputParameters{color} xmlns:db="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]" xmlns="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]"&gt; \\     &lt;db:X_USER_NAME&gt; \\     CRILEY \\     &lt;/db:X_USER_NAME&gt; \\     &lt;db:X_UNENCRYPTED_PASSWORD&gt; \\     CRILEY \\     &lt;/db:X_UNENCRYPTED_PASSWORD&gt; \\     &lt;db:X_START_DATE&gt; \\     2009-01-01 \\     &lt;/db:X_START_DATE&gt; \\     &lt;db:X_END_DATE&gt; \\     2010-01-01 \\     &lt;/db:X_END_DATE&gt; \\     &lt;db:X_DESCRIPTION&gt; \\     CRILEY \\     &lt;/db:X_DESCRIPTION&gt; \\     &lt;db:X_EMAIL_ADDRESS&gt; \\[[email protected]|mailto:[email protected]] \\ &lt;/db:X_EMAIL_ADDRESS&gt; \\     &lt;db:X_FAX&gt; \\     999-888-7777 \\     &lt;/db:X_FAX&gt; \\     &lt;db:X_EXPIRE_PWD&gt; \\     0 \\     &lt;/db:X_EXPIRE_PWD&gt; \\     &lt;/InputParameters&gt; \\     &lt;/part&gt; \\     &lt;/Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     &lt;/input&gt; \\     - &lt;fault&gt; \\     - &lt;bindingFault xmlns="[http://schemas.oracle.com/bpel/extension]"&gt; \\     - &lt;part name="code"&gt; \\     &lt;code&gt; \\     20001 \\     &lt;/code&gt; \\     &lt;/part&gt; \\     - &lt;part name="summary"&gt; \\     &lt;summary&gt; \\     file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_LDAP_Create_User.wsdl [OracleEBS_LDAP_Create_User_ptt::OracleEBS_LDAP_Create_User(InputParameters) |http://forums.oracle.com/forums/]- WSIF JCA Execute of operation 'OracleEBS_LDAP_Create_User' failed due to: Error while trying to prepare and execute an API. \\     An error occurred while preparing and executing the APPS.FND_USER_PKG.LDAP_WRAPPER_CREATE_USER API. Cause: java.sql.SQLException: ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     ORA-20001: {color:#ff0000}Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     An unexpected error occurred. Please contact your System Administrator.. \\     {color}ORA-06512: at "APPS.APP_EXCEPTION", line 72 \\     ORA-06512: at "APPS.FND_USER_PKG", line 3877 \\     ORA-06512: at line 1 \\\\     ;
    Edited by: Christine Riley on Jan 28, 2009 1:22 PM
    Edited by: Christine Riley on Jan 28, 2009 1:26 PM

  • Report won't print to the end of width in Oracle E-Business Suite

    Hello all,
    I desperately need help to setup Reports 6i layout. I created a report for a 8.3 x 11.69" and it seems fine when I print directly from Reports Developer but when I register it in Oracle E-Business Suite 11.5.10.2 it won't print to the end of page width. It always cut the print in about 3/4 of page width. I already setup the report as a text and pdf but still no success. Enlarge the width and height of the report won't help either. Anyone can suggest something to help? Thanks.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Oracle E-Business Suite integration is failing with OSSO

    Hi all,
    We are integration EBS 12.1.1 with OSSO 10g (OID 10.1.4.3) using txkrun.pl script. This is a production environment and has 2 nodes of OID and 2 nodes of Database in RAC mode. When we run the txkrun.pl script we are getting the below error:
    Mon Dec 13 15:06:38 GMT+05:30 2010 SSO database is jdbc:oracle:thin:@ldap://oid_hostName:389/idmprod,cn=oraclecontext
    Mon Dec 13 15:06:38 GMT+05:30 2010 Exception while creating database connection :java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at java.sql.DriverManager.getConnection(DriverManager.java:572)
    at java.sql.DriverManager.getConnection(DriverManager.java:196)
    at oracle.security.sso.SSORegistrar.main(SSORegistrar.java:327)
    Mon Dec 13 15:06:38 GMT+05:30 2010 Check if your database is up and running.
    The DB is up and running and we are able to telnet the OID ports from EBS machine. Please let me know if anyone has faced this error before.
    This is very urgent and appreciate your quick response.
    Thanks,
    Mahendra.

    If you are running Oracle E-Business Suite Release 12.1.1 and integrating with OID 11g, you will also need to download and install TXK patch 7651166, which provides several fixes to Applications Technology code, including an update to the Oracle E-Business Suite OID registration scripts that adds support for OID 11g. The patch should be applied to all Oracle E-Business Suite middle tier nodes. This patch is not required if you are integrating with any other version of Oracle E-Business Suite.
    Regards,
    Prashant.

  • Try to use J2SE Version 6 with Oracle E-Business Suite 11i

    Dears ,
    i have an upgrade task from 11.5.10.2 to R12.1.1 and database from 9.2.0.8 to 11.2
    so i apply patches :
    1- 7429271
    2- Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]
    3- 9535311
    4- 6241631
    5-upgrade to JRE : Using J2SE Version 6 with Oracle E-Business Suite 11i [ID 401561.1]
    when i run :
    txkrun.pl -script=SetJDKCfg -contextfile=$CONTEXT_FILE -runautoconfig=Yes -appspass= <APPS_schema_passwd> -jdktop=[JDK60_TOP]
    faced error :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" Using Context file : /vol3/oracle/prdappl/admin/PRD_mcd-test.xml
    Context Value Management will now update the Context file
    and when try to run autoconfig on APPSTier i faced :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" ERROR: Version Conflicts utility failed.
    Terminate.
    how can i solve it .
    your response will be highly appreciated
    Regards ,,,
    Mohamed Mahgob

    Please see these docs.
    Creating "appsutl.zip" Failed On "java.lang.NoClassDefFoundError: java/util/HashMap", What is the Potential Solution ? [ID 1310838.1]
    AdMKAppsUtil.pl Failing Can't Find Java HashMap [ID 1338399.1]
    After Applying Patch 9535311 Get java.lang.NoClassDefFoundError: java/util/HashMap Error [ID 1188327.1]
    Thanks,
    Hussein

  • Upgrading oracle database 9.2.0.5 to 9.2.0.8 for Oracle E-Business suite

    I have applied patch to upgrade Oracle E-business suite(11.5.10) database from 9.2.0.5 to 9.2.0.8. but after applying patch also it showing 9.2.0.5. please help me.

    Thanks Hussain for ur reply
    server OS is windows server 2003 std. i have performed following steps
    1.     First I installed 11.5.10.2 Technology Stack Validation Patch (Revision 1 July, 2005) on both application (D:\Oracle\visappl) and database (D:\oracle\Visdb\9.2.0) home. (p4318672_11i_GENERIC.zip)
    2.     Then I review the html log file generated for both the home. Html file generated for oracle home with ALL PASS status. But html file for DBMS oracle home has return FAIL status. I review the reason in txkVal11510MP_DB.html. it gives me following reason to fail
    “11.5.10.2 requires that your Oracle 9iR2 database version to be 9.2.0.6.0 or higher on Windows platform. Please refer to Oracle MetaLink Note 216550.1 "Oracle Applications Release 11i with Oracle 9i Release 2 (9.2.0)" to upgrade to the latest certified version of Oracle 9iR2. After upgrading to 9.2.0.6, you must apply 9.2.0.6 patch 5 ( 4287598 ) before upgrading to 11.5.10.2. “
    3.     I went through the Metalink Note 216550.1. I refer Section 2 of it. I applied patch 5035661. when I applied this patch , output of this patch mentioned that OUI 2.2 is already installed on both the Home.
    4.     Then I applied 9.2.0.6 patch 5 (4287598). Prior to this I applied patch 2617419 because patch 4287598 require OPatch 1.0.0.0.52.
    5.     I performed patch 4287598 post installation task also. I didn’t apply windows patch 6, because my database was not showing 9.2.0.8 as required by windows patch 6.
    6.     so this is the complete task list I have done to upgrade database from 9.2.0.5 to 9.2.0.8
    output of given query is as below:
    Oracle9i Catalog Views     9.2.0.5.0     VALID
    Oracle9i Packages and Types     9.2.0.5.0     VALID
    Oracle9i Real Application Clusters     9.2.0.5.0     INVALID
    JServer JAVA Virtual Machine     9.2.0.5.0     VALID
    Oracle XDK for Java     9.2.0.7.0     VALID
    Oracle9i Java Packages     9.2.0.5.0     VALID
    Oracle interMedia     9.2.0.1.0     LOADED
    Spatial     9.2.0.5.0     VALID
    Oracle Text     9.2.0.5.0     VALID
    OLAP Analytic Workspace     9.2.0.5.0     LOADED
    Oracle OLAP API     9.2.0.5.0     LOADED
    OLAP Catalog     9.2.0.5.0     VALID

  • Oracle E-Business Suite 12.1 Installations fails on windows 7     64 bit

    Hi guys,
    I am trying since the last 10 days to install Oracle EBS 12.1 on windows 7 64 bit. I have installed the pre-requisites, .i.e:
    1. MKS Toolkit 8.7
    2. Visual C++ 2005
    3. I am installing from the Administrator user Account, which is added to the Administrators Group.
    4. After the installation is started all the prerequisite checks are met.
    The setup displays the following error on completion of 33% after unzipping all the 237 files:
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database install Driver for VIS instance
    When i checked the log file i found the following error in the logfile 'C:\Program Files (x86)\Oracle\Inventory\logs\cloneActions2011-06-05_02-30-16PM'
    INFO: ERROR: File not found: C:\Windows\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
    INFO: ERROR: File not found: C:\Windows\Microsoft.NET\Framework\v1.0.3705\CONFIG\machine.config
    Please tell me what should i do?
    Thanks in Advance.
    Regards:
    Naik amal Khan
    Edited by: Naik Amal Khan on Jun 7, 2011 11:20 PM

    Hi Naik;
    Windows 7 is certified version for ebs 12.1. I have myself installed it on another system and it is running well. But on this system has some issues.Win7 certified on client tier
    Please see:
    http://blogs.oracle.com/stevenChan/entry/win7_64-bit_clients_32-bit_browsers_ebs
    If you try to make r12.1 installation on win 7, its mean you can try to make installation on uncertified platform.
    Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    Also check certification matrix which is avaliable at metalink
    Regard
    Helios

  • Error In installing Oracle E-Business suite 11.5.10.2 on Linux enterprise 5

    Gurus
    I am getting this error when i ma tryin to run this setup on linux..What can be the possible errors..
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Succesfully changed Permissions for /home/oracle/proddb/9.2.0/appsutil/log/PROD_computer1
    Processing DriverFile = /home/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/Stage11i/startCD/Disk1/rapidwiz/template/adrun9i.sh
    dest : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh
    backup : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh to /home/oracle/proddb/9.2.0/appsutil/out/PROD_computer1/templbac/adrun9i.sh
    setting permissions: 755
    setting ownership: oradata:dba
    instantiate file:
    source : /home/Stage11i/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrundb.sh
    backup : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrundb.sh to /home/oracle/proddb/9.2.0/appsutil/out/PROD_computer1/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oradata:dba
    Step 0 of 5
    Command: /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has succeeded
    Processing Step 1 of 5
    Executing: su oradata -c "/home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh APPS APPS"
    STARTED INSTALL PHASE : 9i RDBMS : Wed May 2 19:51:45 IST 2007
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Please help
    Regards
    Nitin

    You might manage to have it running with some workarounds but keep in mind that it is not supported as stated before in some other post.
    Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5
    Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5

  • Oracle ADF security integration with Oracle E-Business Suite SDK JAAS

    I have an Oracle ADF 11.1.2.2 application that is using ADF security for authentication and authorization.
    When we deploy this application to our JDeveloper integrated weblogic server, we utilize the security setting of "Custom" and use weblogic users and roles to map to the ADF application roles. In that environment our security is working properly.
    I have a Weblogic 10.3.5 standalone server that has the ADF runtime installed as well as the Oracle E-Business Suite SDK JAAS implementation installed.
    When I deploy the Oracle ADF application to the standalone weblogic server, I am directed to the JAAS login page when I attempt to access any JSF page (including those that I have granted View access through the anonymous-role. Does the Oracle ADF anonymous-role work (allow for anonymous page access) when JAAS security is handled by the Oracle E-Business Suite SDK JAAS implementation?
    Per the SDK instructions, when we install the Oracle ADF deployment on Weblogic we have selected "DD only" for our security setting. We have defined enterprise roles in the Oracle ADF security setup (jazn-data.xml) that are assigned the appropriate application roles. Those enterprise roles have the same name (i.e. UMX|YOURROLE) as the E-Business Suite roles that are assigned to our test users. When we login with an E-Business Suite user / password we are receiving an error:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Any thoughts on why that would be?
    Thanks
    Dan

    Thanks Juan.
    With the debugging options enabled it appears the issue is not an issue with the user / role credentials - it seems like the resource grants from jazn-data.xml are not being reviewed in my standalone weblogic instance EAR deployment:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I access the same page from my integrated weblogic server I see:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I review my EAR - I do see jazn-data.xml at:
    /META-INF/jazn-data.xml
    I will review the system-jazn-data.xml to see if the policy information has been migrated properly as part of the EAR deployment.
    Thanks.
    -Dan

  • List of Bugs fixed by ORACLE E-BUSINESS SUITE 12.0.6 (RUP 6)

    Hi,
    I want to know what are the bugs fixed by ORACLE E-BUSINESS SUITE 12.0.6 RELEASE UPDATE PACK (RUP6)
    If anybody have list of bugs then please provide me the list of link.
    I already gone through readme of ORACLE E-BUSINESS SUITE 12.0.6 RELEASE UPDATE PACK (RUP6), but I couldn't get any proper list.
    Thanks in advance.
    Regards,
    Manish.

    Manish,
    The list of patches included in R12 RUP6 is outlined in the following document (with the "Product Family Readme Documents MetaLink IDs").
    Note: 743368.1 - Oracle E-Business Suite Release Update Pack Readme, Release 12.0.6
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=743368.1
    You can also refer to "E-Business Suite Release 12 Maintenance Strategy" document which is already referenced in the above document.
    You may also review:
    Note: 404152.1 - E-Business Suite Release 12: Release Content Documents
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404152.1
    If the above does not answer your question, you can log a SR and ask Oracle support to provide you with this list (if possible, since I believe this is documented internally).
    Regards,
    Hussein

  • How to disable direct forms access in Oracle E-Business Suite R12.1.3

    @Hussein Sawwan
    Hi Hussein,
    I don't know if I have well formulated the title of this discussion. But I will try to explain.
    I have a problem on my TEST Oracle E-Business Suite R12.1.3 instance. After login into the homepage, some forms automatically start opening. I don't know why, last week the system was working fine. This TEST instance is used by users to train themselves.
    How can I make sure that the forms are opening only when someone clicks on them? I don't want the forms to be popping out automatically after someone logs in.
    Thanks in advance.
    Clamarion.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Serverstats for Oracle E-Business Suite R12

    Hi,
    I am setting up some serverstat monitors for performance tests on Oracle E-Business Suite R12 application (for benchmarking and tuning). I have set up some monitors for measuring CPU and memory on the Webserver, Application server(both Oracle App server 10) and Database(Oracle 10g). Also I have set up monitors for the V$SYSSTAT & V$SESSTAT views for the database.
    What other monitors should I set up for monitoring the E-business suite application.
    Any advice from your experience would be very helpful.
    Regards
    CP

    Hi,
    You will just have to add the monitor profiles for linux in your OLT. You will need a user in your webserver who can run commands for iostat,vmstat,netstat, sar or whatever other monitors you want to set up. You can also set up virtual agent in Serverstats to run these commands individually using the user on webserver. If you have any more questions, you can post it here.
    Please go through the Serverstats guide that comes with OATS installation to know more about setting up monitors.

  • Keeping track of oracle E-Business Suite Customization(Personalization/Cus)

    Hi,
    I am preparing a document to keep track of all the customizations done an oracle E-Business Suite.
    This will be useful for the team during upgrade to higher versions to track down the customization.
    Kindly let me know what are the things we should keep in this document related to customization.
    These are the things comes to my mind for now for each customization done.
    - Application Area
    - Form/Report/jsp page
    - table/plsql/view/sql
    - Descripton
    - Changed behavior
    - etc ( Please, post some more things to be taken care. With your sharing it can be a standard document to follow for any customization)
    Your participation is highly appriciated.
    Thanks

    Hi,
    I can also suggest you to use Change Request Management in this regard. You can use the standard Change Request Form for this purpose.
    You can refer the following formats for developing the form,
    [Scope Change Request Form|http://www.scribd.com/doc/2218577/Scope-Change-Request-Form]
    [Download Change Request Form|http://www.gantthead.com/deliverables/Change-Request-Form.html]
    [CRM Form Format|http://www.google.co.in/url?sa=t&source=web&ct=res&cd=6&url=http%3A%2F%2Fwww.nic.edu%2Fmodules%2Fimages%2Fwebsites%2F16%2FFormatChangeRequestFormnew.doc&ei=vJtISuvXK9PdsgavnZXXCQ&usg=AFQjCNG5pcAju5A1gOHNTMQdP-5fIrEJmw&sig2=YwZLzuObw6nBWQwmk_6sHA]
    Hope this could help you in developing a CRM Form.
    Thanks,
    Anchorage :)

  • ProcessRemoteException when invoke  webservice from Oracle E-Business Suite

    Hi,when i invoke webservice from Oracle E-Business Suite R12.1 – Integrated SOA Gateway’s
    I get following exception.
    fuego.soaptype.SoapExecutionException
    at fuego.soaptype.SoapCall.processRemoteException(SoapCall.java\:750)
    at fuego.soaptype.SoapCall.invoke(SoapCall.java:238)
    at fuego.soaptype.SoapObject.invoke(SoapObject.java:309)
    at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
    at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
    at xobject.Fuego__AutoGen__Screenflows__.__SubmitReport.initializeReport(__SubmitReport.xcdl:30)
    at.......
    this webserivce has been deployed and granted. and I can test it with soapUI.
    my code:
    configuration as Configuration = Configuration("FND_PROGRAM_Service");
    endpoint as HttpEndpoint=HttpEndpoint("http://ep066020.bscdev.net:8002/webservices/SOAProvider/plsql/fnd_program/");
    endpoint.setUsername("sysadmin");
    endpoint.setPassword("sysadmin");
    configuration.endpoint = endpoint;
    usernameTokenPlain as UsernameTokenProfileSecurityPolicy=UsernameTokenProfileSecurityPolicy("sysadmin","sysadmin");
    usernameTokenPlain.usernameTokenPasswordType = UsernameTokenPasswordType.PASSWORD_TEXT;
    policies as SecurityPolicy[];
    policies[]=usernameTokenPlain;
    configuration.securityPolicies = policies;
    service as FND_PROGRAM_Service= FND_PROGRAM_Service(configuration)
    sh as SoaHeader = SoaHeader();
    sh.namespace="";
    sh.responsibilityApplName="SYSADMIN"
    sh.responsibilityName="System Administrator"
    sh.securityGroupName="STANDARD"
    sh.nlsLanguage="AMERICAN"
    pam as InputParameters9 = InputParameters9()
    result as OutputParameters
    pam.application="SQLGL";
    pam.executableshortname="ENABLED"
    do
    logMessage "333333333333333";
    executableexists service
    using header = sh,
    body = pam
    returning result = bodyOutput (throw exception)
    logMessage "2222222222222";
    reportSF.description=String.valueOf(result.fndprogram24executableexists)
    reportSF.comments="11111111111";
    on ex as Any
         logMessage "aaaaaaaaaaaa"+ex
    end

    I've encounter something similar to you're problem and it was resolved by manually creating the object using the web service constructor and inputting user credentials. If you manually instantiate your web service wrapper object and set a a security profile token, it may solve your problem. You can also pass in the web service endPoint URL, if you want.
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy
    I'm not sure how to use UsernameTokenProfileSecurityPolicy, but try something like this:
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy policy = UsernameTokenProfileSecurityPolicy();
    policy.username ="mark";
    policy.password = "password";
    tws = YourWebService();
    response = tws.callWebServiceMethod();
    I realize the security profile isn't tied anywhere to the web service, but try it anyway.
    There is also some fields on the webservice, tws.setRequestHeader() that may allow you to set the username and password on the request, but this doesn't make sense to me. It shouldn't be that hard.
    Edited by: Mark Peterson on Mar 19, 2010 9:14 AM
    Edited by: Mark Peterson on Mar 19, 2010 9:20 AM

  • Oracle E-Business Suite Release 12.1.1 Installation

    I have gone through the Guide for installation. If someone could clear one thing that will get me started. In the installation guide its repeatedly mentioned to start the installation with the command "rapidwiz". On page 1-18 of the guide (Oracle® E-Business Suite Installation Guide: Using Rapid Install Release 12.1) it's also mentioned to run the command:
    Example
    $ cd /u01/StageR12/startCD/Disk1/rapidwiz
    $ ./rapidwiz
    So far I have downloaded the first two E-business packages and unzipped them.
    Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here 4 disks
    Oracle E-Business Suite Release 12.1.1 for Sun Solaris SPARC (64-bit) Rapid Install RDBMS 3 disks
    I do not see anywhere the command "rapidwiz", moreover I do not see any directory structure in the packages as described above. I need assistance on this part. Is the command "rapidwiz" present in the download packages (I don't see it anywhere) or I am missing something. Thanks...
    Edited by: 952554 on Aug 14, 2012 7:06 AM

    Pl continue the discussion in your original thread - Oracle E-Business Suite Release 12.1.1 Installation
    The rapidwiz executable should be found in the DVDs titled "Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here 4 disks"

Maybe you are looking for

  • Deactivation of vendor

    Hi friends, I have created a new vendor. Later I found that there were some mistakes and that I want that the system should not allow me to make any PO or post any entries to this vendor. How to deactivate this vendor? Thanks.

  • Nokia DAB Radio

    I upgraded my N8 to Belle this morning and have lost the DAB radio application. Cannot find it via OVI store or the software updates. Is it available anywhere else? Many thanks Solved! Go to Solution.

  • Google Earth won't launch on iMac

    Google Earth has worked fine on my iMac until recently.  Now, when I try to launch it, I get a message "Google Earth quit unexpectedly".  Here is an excerpt from "The Problem Details".  Crashed Thread:        0  Dispatch queue: com.apple.main-thread

  • License information for oracle and HTMLDB

    Anybody knows which metalink document or where I can found information about getting license for Oracle Database 10g , oracle10gAS Forms&Report server and HTMLDB 2.0 to deploye on the web..?

  • EXPDP exported data in some tables but exported zero rows in others

    Hello, Good day and top of the day to you. I created a parfile for expdp and the content is as below : DIRECTORY=EXPORTBANKSYS FILESIZE=4G INCLUDE=TABLE JOB_NAME=exportbanksys LOGFILE=banksytables PARALLEL=4 SCHEMAS=BANKSYS DUMPFILE=banksystables%U.d