Oracle VM for EBS 12.1.3

Quick question I think. When I tried configuring my EBS 12.1.3 DB and APPS servers I followed the README files included in the respective folders but I think I may have misconfigured them now that I look at the "Oracle VM Templates for E-Business Suite: Deployment Guide". Plus it's not working :o(
For example on my database server the db name is PROD. Does it need to be VIS?
From the APP server I can issue sqlplus apps/apps and connect to my database but if I try via the adstrtal script it fails with a "Database connection could not be established" error.
When I initially connected to the console I wasn't sure what the apps password was supposed to be so I provided something which I guess has messed up autoconfig?
So my quick question is can I re-configure my setup by running the script ebiz_reconfig in /u01 or do I need to delete the VM and re-import?
Edited by: user6445925 on May 16, 2011 12:41 PM

Thanks I was thinking the same thing. I realised the README files with the 12.1.3 files were likely more current as they referenced 12.1.3 instead of 12.1.1.
So I decided I would drop my VM's and re-create to gain experience and see if it worked any better.
The DB server seems to work ok again (went with PROD as the SID) and it is available etc.
The APPS server again doesn't work when trying to run adstrtal.sh. I did have to edit my tnsnames.ora file and use the ip_address of the db server since these servers to not have DNS entries for them. I was wondering if that might be causing issues or is a requirement.
I'll spend some more time troubleshooting but if anybody has any tips or troubleshooting suggestions let me know.
Edited by: user6445925 on May 17, 2011 7:34 AM
Might be further ahead now that I added my db server to /etc/hosts on my app server as startapps.sh seemed to fire off and now I just need to verify (fingers crossed).
Edited by: user6445925 on May 17, 2011 7:47 AM
Although I can initially get the login screen it would appear my lack of a valid DNS entry makes the client browser fail.
Edited by: user6445925 on May 17, 2011 7:54 AM

Similar Messages

  • Can we use replication usings oracle 10g steams for EBS r12 database?

    HI,
    We are using EBS 12.0.6 and database 10.2.0.3 on linux 32-bit/64-bit OS (Multi-Node env).
    Actually We want to decrease the load of custom reports on actual production system, so thats why
    we need reports server and as my past experience I had used oracle streams for replication with simple schema based replication and tablespace replication also.
    So, please educate me, that can i used the oracle 10g streams for EBS schemas like APPS, GL ,INV, PO, ONT, ODM, AR, AP, CM etc?
    Please provide us the above related env docs and road Map.
    If you have any other way to create the Report Server?
    Regard,
    Fayaz Ahmed

    Hi,
    We are not in a position to upgrade the EBS from 12.0.6 to 12.1, because this is lengthy task, but we had already tested technically it in test env, but functional testing in pending.
    Now we want to immediate solution if possible, because this is production?
    So, please suggest another.
    regards

  • Oracle Business Accelerators for EBS R12 ---- Platform compatibility

    Hi,
    Can some one please tell me that Can we install Oracle Business Accelerators for EBS R12 on SUN SOLARIS 10  for Intel.
    Thanks,

    Refer to [Oracle Certification Matrix|http://www.oracle.com/technology/support/metalink/index.html], you should find the answer there.
    Here is an update to this thread ..
    Oracle Business Accelerators for Oracle E-Business Suite are only available on the x86 Linux OS.
    Note: 430777.1 - Oracle Business Accelerator Release 12 Install FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=430777.1
    Edited by: hsawwan on Oct 10, 2008 4:38 PM -- Added Metalink Note: 430777.1

  • How can I do the load test for EBS 11i

    Dear Suport
    I start to try OATS.
    I have used a Openscript to record the functional test and it works fine for EBS 11i.
    However, I cannot directly use the script from Functional Test. Is there have any ways to convert the Functional Testing script to Load Testing script?
    Since the fail of using functional script, I create a new Load Testing script in Openscript and record what I do in functional test. However, I got the below error when I record the script.
    !ENTRY oracle.oats.scripting.modules.http.proxyRecorder.ProxyRecorderQueueRunnable 2 0 2010-01-06 11:42:07.354
    !MESSAGE Could not determine request character set for http://localhost:8088/olt/ConnectToServer.do, referer=http://localhost:8088/olt/BuildScenario.do
    !ENTRY oracle.oats.scripting.modules.browser.api.javaHelper.Installer 4 0 2010-01-06 11:42:58.678
    !MESSAGE formsRecorder.jar does not exist in C:\Program Files\Java\jre6\lib\ext
    I have tried to copy the file, formsRecorder.jar, from C:\OracleATS\OpenScript\openscript_configuration\org.eclipse.osgi\bundles\56\1\.cp\lib to C:\Program Files\Java\jre6\lib\ext
    However, the file, formsRecorder.jar, will be deleted when record the test by openscript. (Antivirus too is disabled during record the script).
    Do you have any idea for record the Load Testing script by Openscript?
    Regards
    Sidney Wong

    Try the trial version of HTML Optimizer - it will optimize 50% of your files and may convince you that optimizing is your best chance to get your site to load in IE unless you want to drastically reduce your page file sizes.

  • Integration of Oracle Apex with EBS R12.1.1

    Dear All,
    We are in process of integrating Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.
    After doing all the steps, the moment when we navigate from EBS application to Apex application by clicking on the EBS menu link it ends up with below error
    "404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server"
    After some analysis i found the below code in "LaunchApex.jsp" for getting the profile value (supposed to be 'http://myserver:port') from custom system profile "APEX_HTTP_SERVER" and prefixing to "/apex/f?p=applicationid:page::APPS:::" is not happening properly
    String l_launcher = ctx.getProfileStore().getProfile("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    as we found that the custom system profile "APEX_HTTP_SERVER" not exist in EBS system. But it works without any page error if we hard code the entire apex application URL in l_launcher variable, but this takes us to EBS login page instead of Apex application page.
    So i feel we can't bypass using profile value from "APEX_HTTP_SERVER" as it has some relation with EBS application session.
    So could anyone please help me how we could create custom system profile "APEX_HTTP_SERVER" or any other options to make the seamless integration of Oracle apex with EBS works without any second login page
    Thanks in advance
    Edited by: 805196 on Aug 25, 2011 12:23 AM

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • Is XML Publisher 5.6.3 available for EBS 11.5.10.2?

    Hi
    Is XML Publisher 5.6.3 available for EBS 11.5.10.2?
    If yes then where is this?
    Thanks
    RT

    Hi Paul
    1. Yes,
    http://www.oracle.com/technology/software/products/publishing/index.html
    BI Publisher Desktop 10.1.3.2.1 for Microsoft Windows this is the 5.6.3 release in the guise of 10.1.3.2.1
    2. Yes, but with some caveats. Im going to document in a few days on theblog.
    Regards, Tim

  • 11.2.0.3.12 or 11.2.0.4.4 for EBS 12.1.3

    Currently we are running our EBS 12.1.3. environment at the database level 11.2.0.3.0.  We are getting several errors due to memory corruption.  We are looking to upgrade.  Does anyone have any suggestions or recommendations of 11.2.0.3.12 versus 11.2.0.4.4 for EBS 12.1.3?  If we do decide 11.2.0.4.4 is there any Doc ID we need to look at?
    Any help would be appreciated, Thanks.

    11.2.0.3.12 is a PSU patch and can be applied to your current install - see https://blogs.oracle.com/stevenChan/entry/can_ebs_users_apply_database_patch_set_updates
    11.2.0.4.4 is an upgrade - you will need to follow the steps in MOS Doc 1058763.1

  • How To Generate Debug Log Files for ebs jsp?

    hi   How To Generate Debug Log Files for ebs r12 jsp?
    and where i get the log .please help me thanks!

    Please check following MOS Document
    Oracle Application Server Diagnostic Tools and Log Files in Applications Release 12 (Doc ID 454178.1)

  • SOA Gateway installation for EBS 12.1.2 from 12.0.6

    Hello Friends
    I have installed Oracle EBS 12.1.2 from 12.0.6.  I want to install integrated SOA gateway (ISG) in the upgraded version 12.1.2. But I cannot find a direct ISG patch update in Oracle Metalink for 12.1.2 from 12.0.6; Oracle gives patch only for 12.1.2 from 12.1.1.... Am  i missing something? Please help

    Hi,
    Please check the following notes:
    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 (Doc ID 556540.1)
    Oracle E-Business Suite Integrated SOA Gateway Release Notes, Release 12.1.2 (Doc ID 953482.1)
    Thanks &
    Best Regards,
    Asif

  • Hardware requirement for EBS R12 (12.1.3)

    Hi,
    Can any one please let me know what is the hardware requirement for EBS R12 (12.1.3) for 100 users and which going into be TEST instance.
    Thanks in advance.
    Thanks,
    Venkat

    Can any one please let me know what is the hardware requirement for EBS R12 (12.1.3) for 100 users and which going into be TEST instance.
    Thanks in advance.This topic was discussed many times in the forum before, please see old threads for details.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+AND+Requirements&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+AND+Benchmark&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • 10gR2 Transportable Tablespaces Certified for EBS 11i for Migration

    Guys,
    Good news is Now 10gR2 Transportable Tablespaces Certified for EBS 11i,
    Here is Steven chan blog link, I know personally how much i struggled with expdp and impdp on linux, it sounds good news who is migrating 11i .
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+OracleE-BusinessSuiteTechnology+%28Oracle+E-Business+Suite+Technology%29

    To migrate the database you can either use Transportable tablespaces or export/import.
    Transportable Tablespaces
    New Source Database Added for EBS 12 + 11gR2 Transportable Tablespaces
    https://blogs.oracle.com/stevenChan/entry/new_source_database_added_for
    New Source Databases Added for Transportable Tablespaces + EBS 11i
    https://blogs.oracle.com/stevenChan/entry/new_source_databases_added_for
    Database Migration using 11gR2 Transportable Tablespaces Now Certified for EBS 12
    https://blogs.oracle.com/stevenChan/entry/database_migration_using_11gr2_transportable
    Export/Import
    Export/import process for 12.0 or 12.1 using 11gR1 or 11gR2 (Doc ID 741818.1)
    Export/import notes on Applications 11i Database 11g (Doc ID 557738.1)
    If your application will remain on the same OS (which is different than the target database OS) then please also see:
    Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 (Doc ID 456347.1)
    Using Oracle EBS with a Split Configuration Database Tier on 11gR2 (Doc ID 946413.1)
    Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    Thanks,
    Hussein

  • Customer Data Hub Required for EBS 11i?

    Is the Customer Data Hub required for EBS 11i to work correctly? It appears to be a supplemental product and not a required core product.

    Oracle Customer Data Hub (CDH) is not a mandate for EBS users. However, it solely depends on the Organizational needs. If an Organization decides to have SSOT (Single Source Of Truth) for it's customer data they can go with CDH solution.
    CDH is a complete packaged solution that allows companies to create a single, enterprise view of their customer base, by consolidating/synchronizing customer data from heterogeneous systems into a central, operational, data store. CDH alone will not suffice the requirement. CDH ties with Oracle Customers Online (OCO), Customer Data Librarian (CDL), and the Oracle Trading Community Architecture (TCA) to create a robust, scalable, central repository of duplicate-free, enriched data across a heterogeneous landscape.
    Hope this helps.
    Regards,
    ND

  • Apply Developer 6i Patch set 19 (6194129) for EBS 11i

    Hi hussein,
    EBS 11i
    RHEL 4.6
    I want to appy the latest Dev 6i patch 19 on our EBS 11i, using the note:
    Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]The notes said:
    Step 2: Download the latest Certified Developer 6i Patchset and Applications Interoperability Patch
    Patch 6194129
    Patch 9935935
    I can not understand this conflicts of CPU patches mentioned above :(
    Do I just apply the following patches on my linux server?
    9863561,
    6125732,
    6857221,
    5232832,
    8888184,
    7329300,
    6747939,
    7552880
    So all in all, I have to apply 10 patches to complete the task?
    Thanks a lot,
    Ms Inday

    Thanks hussein, helios :)
    Actually,
    Apply Developer 6i Patch set 19 (6194129) for EBS 11i is just part of the main note/docs which is
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.1) [ID 1265268.1]From the notes above, I have compiled all the necessary patches to apply:
    2574342
    3830807
    4547809
    5232832
    5571663
    5644137
    6125732
    6194129
    6241631
    6400762
    6747939
    6857221
    7329300
    7552880
    8405205
    8570322
    8667727
    8685327
    8761974
    8771297
    8772028
    8796511
    8815204
    8826546
    8888184
    8897784
    8964142
    9094950
    9835302
    9863561
    9876919
    9935935These 32 patches can be "all" at once applied before the database upgrade right?

  • Sizing calculator for EBS 11i

    Hi,
    I want to have an official calculator regarding the hardware sizing for Oracle EBS 11i.
    I found on OTN that such tool exist only for discoverer (http://www.oracle.com/technology/products/discoverer/files/discoverer10_1_2_0_2_sizing_calculator.xls).
    Please help me where to find a similar tool for EBS itself, not only for Discoverer.
    Thank you.

    Hi;
    Please check:
    Re: Hardware requirement for New installation of R12(12.1) on Linux
    Hope it helps
    Regard
    Helios

  • Developer Suite for EBS 12 1 2

    EBS Version - 12.1.2 -
    Application Tier platform - SLES-sp2 - x86-64
    DB Version - 11.2.0.3
    Database Tier Platform - z/VM
    Given the above, I am trying to see what the appropriate developer tools are for EBS 12.1.2 - using the Oracle Applicaton Server.
    This is for a Windows 7 desktop.
    I keep reading conflicting reports that there is no certified version of the Developer 10G Suite for Windows 7 Enterprise edition.
    is this true?

    864641 wrote:
    EBS Version - 12.1.2 -
    Application Tier platform - SLES-sp2 - x86-64
    DB Version - 11.2.0.3
    Database Tier Platform - z/VM
    Given the above, I am trying to see what the appropriate developer tools are for EBS 12.1.2 - using the Oracle Applicaton Server.
    This is for a Windows 7 desktop. You need to use Developer 10g with Oracle EBS R12 -- Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    I keep reading conflicting reports that there is no certified version of the Developer 10G Suite for Windows 7 Enterprise edition.
    is this true?
    Re: Oracle 10g Developer installation on Windows 7 32 bit
    Thanks,
    Hussein

Maybe you are looking for

  • Testing - JMF compatible media files

    A number of people have asked after media files to check JMF based media projects. Here is a small selection of videos that have all been tested and seen to run in the Performance Pack version of JMStudio. At the moment it includes 2 MOVs and 2 MPEGs

  • Bug: Repeating Google Calendar Events Show Up On The Wrong Days

    I've created a Google Calendar event that repeats "Daily," every two days, from 6:00pm to 6:30pm. It shows up fine in my Google Calendar, but the Pre's Calendar puts them on the wrong days. For example, the repeating event that should be scheduled fo

  • While deleting the query is shows error: errors: components  (version A )

    Hello All, when deleting the query from Bex Query designer it shows the below error message but its showing using TC rszdelete. using the BI AddON 7.X,Support Package 11,Revision 634. Status Messages errors: components 4lsxxxx (version a) do not exis

  • File Vault - Hard Drive Crash

    All, My HD crashed, and "Disk Utility" was unable to repair it. Apple store geniuses told me to get a 3rd party restore utility, like Data Rescue II. Did so, and recovered my data. But my whole home directory is one large (36 GB) file, which is my fi

  • Report server name in rwservlet.properties file

    Hi all, I dont want to hard code the report server name while calling report from the form... I have used....      vrep := RUN_REPORT_OBJECT(myreport1); /* Checking for Report Server is started or not, if not throw an exception else proceed */      i