Webservice deployment in Oracle e-Business Suite

Oracle e-Business Suite R12 contains Oracle AS 10.1.3.0.
My question is: Is it possible to deploy webservices build in JDeveloper to this application server version?
Iam not talking about BPEL, just a custom build webservice or a webservice generated by Jdeveloper based on an existing PL/SQL procedure.
The Rapid Install of Oracle e-Business Suite (R12) creates an Oracle AS 10.1.3.0 without a metadata repository. Do you need this for webservice deployment?
Regards,
Gertjan.

When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
Overall our performance with the JRE is comparible to the Jinitiator.
Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

Similar Messages

  • 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

  • Error When generating WSDL in Oracle E - Business Suite R12.1.3

    Hi,
    I am getting the below error, when I try to generate wsdl in oracle apps r12.1.3 from Integrated SOA gateway,
    Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service GenerationJ2T-120, ERROR: Illegal option "-plsqlname=objectid" ignored' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
    Pl do share your views and solutions to fix.
    Thanks & Regards,
    Aswin

    Hi Yury,
    Pl Make sure that you have applied all the mandatory patches for your R12 version
    as mentioned in metalink note :
    "Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 (Doc ID 556540.1)"
    IF applied and still you are facing issues, proceed with below steps
    Edit the following file with the password that you have in DB with clear text for ASADMIN as "!MyPassw0rd" - Please note the "!" before the real password.
    $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml
    The password can be verified as:
    select fnd_web_sec.validate_login('ASADMIN','MyPassw0rd') from dual;
    If password is not known the change the password as:
           1. Log on to Oracle E-Business Suite using sysadmin/sysadmin.
             2. Select the User Management responsibility in the Navigator.
             3. Click the Users link from the navigation menu to open the User Maintenance window.
             4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
             5. Click the Update icon next to the ASADMIN user to open the Update User window.
             6. Remove the Active To date field and click Apply.
             7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
             8. Enter new password twice and click Submit.
    Restart the OAFM
    cd $ADMIN_SCRIPTS_HOME
    ./adoafmctl.sh stop
    ./adoafmctl.sh start
    ./adoacorectl.sh stop
    ./adoacorectl.sh start
    Then check the status by:
    ./adopmnctl.sh status
    Now test the SOA Gateway page again:
    http://<Host>:<Port>/webservices/SOAProvider/?testquery
    and it should return "TEST RESPONSE".
    Now try to Generate and deploy the WSDL
    -- It should work fine!
    Regards,
    Aswin
    (8056168602)

  • 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

  • Oracle Forms loading slower with Sun JRE in Oracle E-Business Suite 11i

    Hi,
    After Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite 11i (Note 290807.1) we find that Oracle Forms are loading slower than using Jinitiator.
    Also the PDF reports are opening in a minimized fashion. Meaning the PDF reports are opening correctly in new browser window (as expected) but is minimized.
    Customer is not willing to go live with Sun JRE due to these issues.
    Plz advice is there is any additional configuration I need to do.
    Rgds,
    Thiru

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • 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

  • Rapis Marts Oracle e-Business Suite R12

    Hi all,
    A customer has currently deployed the following Rapid Marts for Oracle e-Business Suite 11i:
    HR u2013 Human Resources
    PO - Procurement
    AP u2013 Accounts Payable
    GL u2013 General Ledger
    But they are going to migrate EBS to Oracle e-Business Suite 12i (R12).
    Does anyone now, for each of the Rapid Marts if they will be compatible or if a new hotfix or upgrade to a new version of RapidMarts (XI 3.2) is needed?
    Thanks for your support!
    Bea

    Not sure is it still useful for you or not as it's seems to be quite late. But any way, I have recently did a POC for Oracle EBS R12 for AP Rapid Mart. The Rapid Mart Version that I have used was 11.5.3.0, it went fine but of course you have go for few configuration changes and that's it.
    Regards,
    Khan

  • URGENT : JDEVELOPER 10.1.3 and customizing Oracle e-Business suite

    URGENT: Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    1. JDeveloper 10.1.3 supports JSPX and other pages and deploy those pages into server. Where as JDeveloper 9.x stores those pages in Database (for Oracle E-business suite) as Regions.
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    Please respond...

    Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    >>>> Cannot be done
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    OAF is different than ADF, Oracle E-Biz pages are still in OAF, even with Jdev 10.1.3, they are not in ADF.Thanks
    Tapash

  • Create Custom data_domain in Oracle E-Business Suite Extensions for Oracle Endeca

    Hi all
    I integrated EBS with Oracle Endeca information discovery with the help of the following document Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.2 V4 (Doc ID 1574273.1).
    I am little aware to create custom data loading using endeca integrator.
    I need to know is there any possibility to create custom data_domain using Integrator in Oracle E-Business Suite Extensions for Oracle Endeca.
    Using the webs ervices data domains are created in the Endeca server.
    Below mentioned port numbers are displayed in the doc.
    7001 Oracle Endeca WL Managed Server
    7002 Oracle Endeca WL Domain Admin Server
    7004 Oracle Endeca Studio UI WL Managed Server
    7005 Oracle Endeca Integrator WL Domain Admin Server
    7006 Oracle Endeca Integrator Server UI WL Managed Server
    7011-8011 Oracle Endeca Server Internal Data Domains
    webservices url will be like http://hostname:port/endeca-server/ws/admin Like.
    I need to know the port number for this url. Kindle help me regarding this webservices
    Kindly suggest me ASAP.
    Thanks in advance.

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • Oracle E-Business Suite Won't start after reboot.

    Hi,
    I have installed Oracle E-Business Suite Version 12.1.1.9 with Oracle Database 1.1.0.7.0 on OEL 5 Update 5. Everything works perfectly after the installation, I am able to log in to the database and log in to the website at http://<hostname>.<domainname>:80nn.
    So here is my problem, after I reboot the server and try to log back into the website I get this screen.
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    I know many other people have gotten this issue and I've been trying to debug it for a while but no luck.
    Hussein mentions to run the autoconfig on both application and database tier but when I do that it completes with errors.
    I even tried running the autoconfig on a newly installed Oracle EBS without rebooting it and the autoconfig still completes with errors.
    Also, I looked into the apache log files, I checked the error_log and it says file not found: favicon.ico. So, I added that file but the error_log just doesnt show anymore errors but the website still does not work.
    Can I get some more ways of solving this issue? Any help would be awesome.
    Thanks in advance guys.
    Edited by: user10207680 on Oct 25, 2011 3:26 PM

    ***When I run ./adopmnctl.sh status this is what I get:***
    [root@orbit-02 scripts]# ./adopmnctl.sh status
    You are running adopmnctl.sh version 120.6
    Checking status of OPMN managed processes...
    Processes in Instance: VIS_orbit-02.orbit-02.usdomain.saama.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 4402 | Alive
    OC4JGroup:default_group | OC4J:forms | 4403 | Alive
    OC4JGroup:default_group | OC4J:oacore | 4404 | Alive
    HTTP_Server | HTTP_Server | 4401 | Alive
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /d01/oracle/VIS/inst/apps/VIS_orbit-02/logs/app /admin/log/adopmnctl.txt for more information ...
    You are running adopmnctl.sh version 120.6
    **I know for a fact that the database is up and running, but not sure how to check if the database listener is up and running. I am not sure how I would connect to the database remotely.**
    ***This is for the Database autoconfig:***
    [root@orbit-02 ~]# /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_orbit- 02/adautocfg.sh
    Enter the APPS user password:
    The log file for this session is located at: /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_orbit-02/10251550/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /d01/oracle/VIS/db/tech_st/11.1.0
    Classpath : :/d01/oracle/VIS/db/tech_st/11.1.0/jdbc/lib/ojdbc6.jar:/d01/oracle/VIS/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar:/d01/oracle/VIS/db/tech_st/11.1.0/appsutil/java:/d01/oracle/VIS/db/tech_st/11.1.0/jlib/netcfg.jar:/d01/oracle/VIS/db/tech_st/11.1.0/jlib/ldapjclnt11.jar
    Using Context file : /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_orbit-02.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Updating rdbms version in Context file to db111
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed with errors.
    ***This is for the Application autoconfig:***
    [root@orbit-02 ~]# /d01/oracle/VIS/inst/apps/VIS_orbit-02/admin/scripts/adautocfg.sh
    Enter the APPS user password:
    The log file for this session is located at: /d01/oracle/VIS/inst/apps/VIS_orbit-02/admin/log/10251550/adconfig.log
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using CONFIG_HOME location : /d01/oracle/VIS/inst/apps/VIS_orbit-02
    Classpath : /d01/oracle/VIS/apps/apps_st/comn/java/lib/appsborg2.zip:/d01/oracle/VIS/apps/apps_st/comn/java/classes
    Using Context file : /d01/oracle/VIS/inst/apps/VIS_orbit-02/appl/admin/VIS_orbit-02.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Configuring templates from all of the product tops...
    Configuring AD_TOP........COMPLETED
    Configuring FND_TOP.......COMPLETED
    Configuring ICX_TOP.......COMPLETED
    Configuring MSC_TOP.......COMPLETED
    Configuring IEO_TOP.......COMPLETED
    Configuring BIS_TOP.......COMPLETED
    Configuring AMS_TOP.......COMPLETED
    Configuring CCT_TOP.......COMPLETED
    Configuring WSH_TOP.......COMPLETED
    Configuring CLN_TOP.......COMPLETED
    Configuring OKE_TOP.......COMPLETED
    Configuring OKL_TOP.......COMPLETED
    Configuring OKS_TOP.......COMPLETED
    Configuring CSF_TOP.......COMPLETED
    Configuring IGS_TOP.......COMPLETED
    Configuring IBY_TOP.......COMPLETED
    Configuring JTF_TOP.......COMPLETED
    Configuring MWA_TOP.......COMPLETED
    Configuring CN_TOP........COMPLETED
    Configuring CSI_TOP.......COMPLETED
    Configuring WIP_TOP.......COMPLETED
    Configuring CSE_TOP.......COMPLETED
    Configuring EAM_TOP.......COMPLETED
    Configuring FTE_TOP.......COMPLETED
    Configuring ONT_TOP.......COMPLETED
    Configuring AR_TOP........COMPLETED
    Configuring AHL_TOP.......COMPLETED
    Configuring OZF_TOP.......COMPLETED
    Configuring IES_TOP.......COMPLETED
    Configuring CSD_TOP.......COMPLETED
    Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    When I look into the log files for these, it is a huge file and I am sort of clue less as to what to look for but I do notice something strange.
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /d01/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /d01/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    Custom template : Not available
    Customizations found : None
    File system Context file :/d01/oracle/VIS/inst/apps/VIS_orbit-02/appl/admin/VIS_orbit-02.xml
    Checking the Context file for possible updates from the Database
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Tue Oct 25 11:12:04 PDT 2011
    found context version : 120.271.12010000.11
    available update version : 120.271.12010000.11
    No updates to apply
    Ending Updates of Context file
    I'm sorry if this looks in a horrible format, I'm not sure how to clean this up.
    Please help.
    Edited by: user10207680 on Oct 25, 2011 4:07 PM

  • ANNOUNCEMENT: Oracle E-Business Suite 12.1.1  Oracle VM Templates

    I'm pleased to announce the availability of Oracle Virtual Machine Templates for E-Business Suite 12.1.1.
    Oracle E-Business Suite 12.1.1 OVM Templates Media Packs (32-bit and 64-bit) Now Available
    Each media pack includes 2 OVM templates: one for database-tier nodes and one for middle-tier nodes. The templates deliver the results of a 12.1.1 Rapid Install with Vision demo database.
    You can now create E-Business Suite database-tier and middle-tier virtual machines on the Oracle Virtual Server platform. On first boot of the virtual machines, administrators will be prompted to initialize the machine and E-Business Suite instance information, which then persists to future boots of that virtual machine.
    Note that Oracle Virtual Server platform has been certified with E-Business Suite for a couple of years, but this is the first time we have published OVM templates created by E-Business Suite Development.
    Where are Templates and Additional Information Available From?
    Our E-Business Suite OVM Templates are announced on external oracle.com page: [http://www.oracle.com/technology/products/vm/templates/ebs.html|http://www.oracle.com/technology/products/vm/templates/ebs.html]
    There we list details on how to obtain the templates from Oracle E-Delivery. We have created a Deployment Guide to quickly educate users on core OVM technology and template use details.
    For any questions you might have, we have created this external forum.
    Distribution
    This announcement may be distributed externally to customers. An externally-published version of this announcement is available here:
    * E-Business Suite 12.1.1 Templates for Oracle VM Now Available - [http://blogs.oracle.com/stevenChan/2009/12/ebs_1211_oracle_vm_templates.html|http://blogs.oracle.com/stevenChan/2009/12/ebs_1211_oracle_vm_templates.html]
    Regards,
    Ivo
    Ivo Dujmovic
    Director, Applications Technology Integration
    Oracle E-Business Suite Development
    E-Business Techstack Blog: http://blogs.oracle.com/stevenchan
    The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decision. The development, release, and timing of any features or functionality described for Oracle's products remains at the sole discretion of Oracle.

    Yes it is -- R12.1.1 : Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Oracle Solaris on SPARC (64-bit) (Doc ID 761568.1).
    Please note Oracle Database 11gR2 (11.2.0.3 or higher) is required for EBS 12.1 on Solaris 11.
    Thanks,
    Hussein

  • Please help.. Application Express + Oracle E-Business Suite: Integrated application licensing question

    Hi
    We are in the process of developing a business application using application express that works more like an extension of Oracle E-Business Suite. Finding an aswer for following question is critical for our small business to move forward with this product development. Request your help please.
    Background:
    - Our application stored metadata and pl/sql programs in a custom scehema in Oracle E-Busiess Suite.
    - We are using Glassfish to host the application express listener to publish/run our application at the moment (development/testing phase)
    Our understanding and clarifications needed:
    - Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
    - If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
    - What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
    Please help,
    Kind regards
    Ebby

    Our understanding and clarifications needed:
    - Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
    - If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
    - What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
    You have to contact your local Oracle Sales Representative for Oracle Licensing as no one else can give you right info and also would suggest you to visit
    http://www.oracle.com/us/corporate/pricing/price-lists/index.html
    thanks

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • 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 Suit Upgrade from R12.0.6 +10.2.0.3 to R12.1.3 +11.2.0.2

    Dear Experts,
    Let me update you that one of our client is looking to upgrade their Oracle E-Business Suit Verion from R12.0.6 to R12.1.3. and database version from 10.2.0.3 to 11.2.0.2.
    Current all the financial and SCM modules are implemented on there production instance.
    We would like to know what are the pre and post upgrade activities needs to be performed ?
    What are the list of patches which needs to performed while doing an upgade from
    R12.0.6 to R12.1.1 - R12.1.3.
    Regards
    Mohammed.

    Please advise on the below approach....
    R12.1.1 to R12.1.3 upgrade high level steps
    Install upgrade / EBS Patch
    Pre-install R12.1     
    1. Setup hardware.     
    2. Install and setup OS.     
    Install R12.1.1     
    3. Install R12.1.1 (run Rapid Wiz)     
    Post –Install R12.1.     
    4. Upgrade Opatch in 10.1. home     
    5. Upgrade /patch OAS 10.1.2.3 (inc in R12.1.1)     
    6. Redeploye forms.ear     
    Pre-install R12.1.3     
    7. Upgrade OPatch in database home     
    8. Upgrade OPatch Database in 11.1.0.7     
    9. Upgrade OPatch in 10.1.3 Home     
    10. Upgrade /Patch OAS 10.1.3.4 to .5     
    11. Upgrade Java to 1.6_0_17 or lower     
    Install R12.1.3     
    12. Apply EBS R12.1.3 maintenance pack

Maybe you are looking for

  • How to save incoming messages in Mail?

    Hate to sound as if the only mail programs I've ever used are Yahoo and Hotmail, but where is the "Saved Mail" folder, and why can't I create NEW folders to nest inside "Saved Mail"? I investigated "Smart" mailboxes, but that doesn't appear to be the

  • Finder window free space

    I just upgraded from Snow Leopard, and I was playing with the new OS (Mountain Lion). And in Snow Leopard, there was a at the bottom of every Finder a ribbon of text saying how much space was in the hard drive. Is there a way to put that ribbon in th

  • A jdbc transaction error occur

    Hi Everybody A jdbc transaction error occur when I deploy the application on the server . Below is the stack trace #SAP J2EE Engine JTA Transaction : [03bfffffffd3a000ffffffc0]####Application [13]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sa

  • HT1473 I can't add pdf file (itunes windows 8)

    Hello I can't add pdf files (for booklet) with itunes 11.1 (windows 8) !

  • I want change my cost center in Cost element (Urgent)

    HI gurus I posted some amount in cost center.. i wrongly posted another cost center, how change my coster... Ex: G/L=709060002 Cost center : 10009000 i want put Cost center : 10005024.. is it possible... very urgent.. please Thank you. Ashok kumar