Cheat sheet for deploying OAF customizations

We have some extended pages and a new page developed with JDeveloper, which is using our development database.
I'm new at this, and I think I want to...
To deploy it to the development application server, from the developer's machine, we:
Don't do anything with personalizations, ther're already in the database.
Definition (xml) files for PG and RN get zipped, copied and unzipped, then imported into the database via the import script.
AM, VO, CO classes and xml's get zipped from myclasses, the zip copied to the application server, unzipped under $JAVA_TOP.
Substitutions get put into the database with jpximport run against the project jpx file.
When deploying from development to QA (or QA to Prod)
Using Functional Administrator, export personalizations, copy resulting files to QA, check that responsibility ID's correspond, import.
PG and RN zip file is copied to QA, unzipped, then imported into the database via the import script.
AM, VO, CO zip file is copied to QA, unzipped, then unzipped under $JAVA_TOP.
What about substitutions? They're exported along with personalizations (server site/0), can they be imported as personalizations?  Or do we need to go back to the jpx file and use jpximport?
Am I missing something, does this seem right?
Thank you

Hi Cornell,
Your Steps is correct.
Also,You have to run Xml Importer and JpxImporter Again for new Instance.
Run the import scripts for the PG and RN files.
Please see below Import Command
java \
oracle.jrad.tools.xml.importer.XMLImporter \
/$JAVA_TOP/xxtest/oracle/apps/asn/orderstatus/webui/OrderPG.xml \
-username <apps username> \
-password <apps password> \
-rootdir /$JAVA_TOP/ \
-dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<Host Name>)(PORT=<Port Number>)) (CONNECT_DATA= (SID=<SID Name>)))"
You need to run below jpximporter for substutution on new instance.
Using the example on substituting the OrderVo view object from  Order.jpx, your command line
would look something like the following:
            java oracle.jrad.tools.xml.importer.JPXImporter $JAVA_TOP/xyz/jpxFiles/Order.jpx \
           -username <apps username> \
           -password <apps password> \
          -dbconnection "(description=(address_list=(address=(community=tcp.world)(protocol=tcp)
           (host=<Host Name>)        (port=<PortNumber>)))(connect_data=(sid=<SID Name>)))"
Thanks,
Dilip

Similar Messages

  • Where can I find a cheat sheet for Premiere Pro on Windows 7?

    Where can I find a printable visual cheat sheet for Premiere Pro CS6? Like this one but for PC rather than Mac. I mean showing the shortcuts for each key not just a list.
    Thanks

    here is a list of keyboard shortcuts for mac: http://support.apple.com/kb/HT1343.  For FCP ones, you may want to post in that forum: https://discussions.apple.com/community/professional_applications/final_cut_pro_ x

  • Cheat Sheet for texting on Nokia Murial

    Does anyone have a cheat sheet for texting for someone that really has not ever texted before.  I have a Nokia Murial.

    Regarding exclusive networks, I have the following in my /etc/rc.conf:
    NETWORKS_EXCLUSIVE="yes"
    If adding that line to your configuration does not do what you want, have a look at this post. It works well for me!

  • Is there a cheat sheet for the badges in the thumbnails?

    Is there a cheat sheet for the badges in the thumbnails?

    Thanks Victoria, but I believe it was Bob Somrak that spotted the error.  ctually, though, take a close look.  I think there are 3 or 4 labels mixed up.  Apparently, there are not a lot of badge icons and I discovered that if you land the mouse pointer on them a description shows up describing what the icon means.  Thought I had tried that but must not have waited long enough for the description to appear.  Wondering if Adobe has their ducks in a row.  I searched their help pages for 2 hours and could only find one mention of one of the badges.  Finally got on email chat with some guy with possibly an Indian name (the country, not American Indian) and spent another hour trying to communicate with him.  Was one of the most frustrating experiences I’ve ever had.  The guy just could not grasp what my question was no matter how I tried to ask it!  I finally told him to have a nice day and closed the connection.  What a way to run a Help site!
    Thanks again,
    Willy

  • Cheat sheet for Oracle

    I made this cheat sheet and wanted to share it as I see many questions about starting and stoping Oracle:
    Oracle URL Links
    Oracle Enterprise Manager: http://host.domain:5500/em/
    Oracle IsqlPlus Manager: http://host.domain:5560/isqlplus
    Oracle IsqlPlus Manager DBA : http://host.domain:5560/isqlplus/dba
    Oracle UltraSearch : http://host.domain:5620/ultrasearch
    Oracle UltraSearch Admin : http://host.domain:5620/ultrasearch/admin
    Oracle HTMLDB : http://host.domain:7777/pls/htmldb/htmldb
    Oracle Apache : http://host.domain:7777
    Stopping/Starting Oracle Database
    Enter the following commands to shut down the instance:
    1.     $ sqlplus /nolog
    2.     SQL> CONNECT SYS/sys_password as SYSDBA
    3.     SQL> SHUTDOWN NORMAL
    1.     Enter the following commands to start the instance:
    2.     $ sqlplus /nolog
    3.     SQL> CONNECT SYS/sys_password as SYSDBA
    4.     SQL> STARTUP
    Stopping/Starting Oracle Net Listener
    1.     Enter the following command to stop the Oracle Net listener:
    $ $ORACLE_HOME/bin/lsnrctl stop listenername
    1.     Enter the following command to start the Oracle Net listener:
         $ $ORACLE_HOME/bin/lsnrctl start [listenername]
    Stopping/Starting iSQL*Plus
    1.     Enter the following command to stop iSQL*Plus:
    $ $ORACLE_HOME/bin/isqlplusctl stop
    1.     Enter the following command to start iSQL*Plus:
    $ $ORACLE_HOME/bin/isqlplusctl start
    Stopping/Starting Oracle Ultra Search
    1.     Enter the following command to stop Oracle Ultra Search:
         $ $ORACLE_HOME/bin/searchctl stop
    1.     Enter the following command to start Oracle Ultra Search:
         $ $ORACLE_HOME/bin/searchctl start
    Stopping/Staring Enterprise (EM) Database Control
    1.     Enter the following command to stop the Database Control:
         $ $ORACLE_HOME/bin/emctl stop dbconsole
    1.     Enter the following command to start the Database Control:
    $ $ORACLE_HOME/bin/emctl start dbconsole
    Stopping/Starting Oracle Management Agent
    1.     Enter the following command to stop Oracle Management Agent:
         $ $ORACLE_HOME/agent/bin/emctl stop agent
    1.     Enter the following command to start Oracle Management Agent:
         $ $ORACLE_HOME/agent/bin/emctl start agent

    A suggestion: Please mention the oracle version numbers where these commands are applicable.

  • Cheat sheet for netcfg2 keywords

    In the netcfg2 thread, it seems like the experts are just arbitrarily pulling keywords out of thin air. Is it EXCLUSIVE=yes, or NETWORK-EXCLUSIVE, or both?!? This is pretty distressing for a no0b like me. Is there a master list somewhere that no one is letting on about? It's certainly not the wiki...:(

    Regarding exclusive networks, I have the following in my /etc/rc.conf:
    NETWORKS_EXCLUSIVE="yes"
    If adding that line to your configuration does not do what you want, have a look at this post. It works well for me!

  • Cheat sheet for all NW04/04s URLs

    Could anybody share the info?
    Thanks!

    Hi,
    Are you talking about SAP help, and release info~ If so, here you go-
    nw2004S-
    http://help.sap.com/saphelp_nw04s/helpdata/en/57/a21f407b402402e10000000a1550b0/frameset.htm
    nw2004-
    http://help.sap.com/saphelp_nw04/helpdata/en/43/d00cb4a7073ab3e10000000a422035/frameset.htm
    Regards,
    Moorthy

  • Building Cheat Sheets in Eclipse (and Workshop platform)

    Dev2Dev has just published:
    Building Cheat Sheets in Eclipse
    http://dev2dev.bea.com/pub/a/2006/06/service-bus-use-cases.html
    "Learn how to build and deploy cheat sheets for the Eclipse or BEA Workshop platform."
    Included is a great cheat sheet that shows how to build a cheat sheet. If you have your own cheat sheets, leave a comment on the article - perhaps we can get them into CodeShare too!
    Check it out. If you'd like to write for Dev2Dev, please contact me!
    Regards,
    Jon
    Jon Mountjoy - Editor, Dev2Dev - http://dev2dev.bea.com/pub/au/13

    Chandra,
    I am having the same problem with the same versions. I don't think I can move to a different AS to solve the problem.
    I've searched a number of other threads in and out of Oracle for solutions. There seem to be a lot of different solutions for similar problems, but nothing that really solves this one.
    If I find a solution, I'll post back here. I hope you will do the same or if some kind soul has solved it, she/he will post it.
    Curtis

  • SX50 cheat sheet?

    Does anyone make the big poster size 'cheat sheet' for the SX50, like they have for the big Canons? 

    Yes there are a few on Amazon depending on what you meant by poster size. These are meant to fold up and fit into a camera bag and open up to about 8X11 and are laminated.
    Do a google search for exactly what you said SX50HS cheat sheet.

  • [solved] Cheat sheet application

    Hi,
    I am looking for a cheat sheet application. Ideally it should work like the one in Gmail. In Gmail when you click ? you get a nice semi-transparent cheat sheet shown.
    Is there an application that allows me to display my own cheat sheet system-wide?
    If it is of relevance, I am using Gnome 3.8
    Last edited by orschiro (2013-09-12 11:34:12)

    I don't know of any applications that fit your needs (I'm assuming you searched the AUR?), but you could probably make a drop down terminal emulator like tilda or guake work in a similar fashion.
    In principle how Tilda works is what I was looking for. But I have no idea how to present a cheat sheet when opening the Tilda terminal window.
    boast wrote:
    Sounds interesting, but I haven't heard of it.
    Maybe writing a quick script with libnotify + python/bash/perl/etc... + system level shortcut to call it could work?
    Interesting but doesn't libnotify only presents these small notifications in the upper right corner of the desktop?
    What do you mean by "system-wide" exactly?  There are cheat sheets for individual programs all over the internet, but the sheer variability between whole individual Linux systems makes a universal one impossible.
    Sorry for being not precisely enough. By system-wide I meant not related to any running application. Independently from which program I am using I want to be able to open that cheat sheet (just like Tilda allows me to open the terminal at every time and in every programm via the hotkey). As for the sheer variability for me it would be enough to define the sheet myself with the commands which are relevant for me.

  • APEX cheat sheet

    It there a cheat sheet for building APEX apps?
    A review of some code snippets shows x$ and calls to, :pxx and flows, and other syntax that I'm trying to understand.
    So, I'm trying to figure out if this is a hybrid of PL/SQL and if so, what is the language structure, how to declare functions, vars, etc...
    Thanks,
    P.S. Yes, I've d'l'd the 2 day+ app express guide...

    I've used this one before (not mine):
    [http://tunahuntress.files.wordpress.com/2008/05/apex_cheatsheet_k08.pdf]
    Regards
    Richard

  • Deploying OAF applications to apps R12

    Hi please provide me 'how to deploy OA Applications to R12 apps instance"
    plz provide me link to read or idea how to deploy.
    i searched forumn before itself but nothing fulfills my expectation.
    Thanks in advance.

    Hi San
    You can check this link for Deploying OAF
    http://oraclearea51.com/oracle-technical-articles/oa-framework/r12-tutorials/128-how-to-deploy-oaf-application-from-jdev-to-apps-instance.html
    Or Download this file
    http://www.focusthread.com/apps_tutorials/oa_framework/OA_Framework_Tutorial_Deployment_in_APPS_Environment.pdf
    Ajay
    Edited by: Ajay3107 on Jul 19, 2010 3:53 AM

  • License for oaf customization

    Hi All,
    I need to do couple R12 OAF customizations for my client. Should my client need to pay for JDeveloper license fee? I checked Oracle JDeveloper web site, it says JDeveloper is free but there is also a line mention about not for commercial usage.
    So, just want to confirm that if my client puts my code into production, then they have to pay JDeveloper license fee, right?
    Regards,
    KJ

    Hi,
    The JDeveloper IDE is free and the client has to pay no licence for this. Note that this is for the IDE, the development environment, not the runtime usage of frameworks like TopLink.
    Frank

  • Variable usage cheat sheet

    I would like to have a cheat sheet that explains how to reference the different types of variables in Apex.
    When and how do you use
    1. Substitution variables (&myvar)
    2. Bind variables (:myvar)
    3. Pound? variables (#MYVAR#)
    Could anyone please provide me with a clear guideline for this?
    Thanks!

    RTF?? Read The Fabulous Manual??
    Thank you,
    Tony Miller
    Webster, TX
    If vegetable oil is made of vegetables, what is baby oil made of?
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Arch Linux cheat sheet [PDF and ODG]

    Hi, as far as I know, I already turn two Windows users to Arch, so I was thinking that would be nice to have a simple cheat sheet to help new users quickly.
    Somethings maybe wrong and thats why I'm asking for help and contributions. Many new things I wasn't aware (like the new "No xorg.conf" philosophy, the departure of hwd and many other new things), I've been using Arch for almost two and a half years, so I even haven't tried the new Installation Framework (hopefully tomorrow a friend will install Arch, so I will have a chance). Many other errors must be in the grammar, I'm pretty lousy at English as you can see.  And finally, maybe I just forgot something you may think that should be in the cheat sheet or something I put, but in the wrong way.
    Anyway, hope somebody find it useful or like to help, the link is: http://elzoona.com.ar/archcheatsheet
    P.S.: The PDF was made using OpenOffice Draw, but, after many years, I still can't use offimatic software, so If anybody knows a better option please tell me (if you download the ODG will see that indentation was done with four spaces...).

    Typos fixed.
    Xyne wrote:I like the overall idea but I worry that the pacman command section might encourage laziness. I think you should emphasize the importance of the pacman man page along with some others to make it clear that most information is readily available from the command line.
    Yeah, could it be. My attempt was to give a quick reference for common commands, to avoid reading all the man page when you only can't remeber wich one was the, i.e., --foreign switch. But encourage to read a lot more by giving the "pacman -[Q|R...] --help" section. The whole idea of the cheat sheet it's to remind a simple command you know that exists but can't remember the name or a specific switch. Anyhow, to include the "look for man pages, they still exists" could be an excellent idea (you know, this times when everything is a wiki or a search button away) because reading trough man pages provide a lot of knowledge.
    Xyne wrote:Perhaps an "important man pages" section would convey this. You could include pacman, pacman.conf and makepkg to start with.
    Damn, I knew it! I forgot to include a single reference to makepkg command.
    EDIT: Included a "useful man pages" at the end of some sections and 100% more advices for free! :-).
    Last edited by el_zoona (2009-06-13 13:08:25)

Maybe you are looking for

  • The best way to work in HD 1080x1920...

    Hi All, I've recently moved over to FCP and finding working in HD on the system a little frustrating. I would love to know how you all work in HD with regards to drives (RAID, fibre or FW, internal or external) and project settings, etc, etc. I have

  • Jaxb unmarshalling: how to ignore unknown elements?

    Hi, I use jaxb 1.1 for communication with an external partner. (Took schema, compiled it, used generated classes for unmarshalling like this: Document doc = /* some document building */ JAXBContext jaxbContext = JAXBContext.newInstance(MyConstants.JA

  • Steps for Variable User Exit

    Hi All, I have to do some coding in my variable exit. I have followed the follwing steps to create a project a write the code. Anyone please confirm if my steps are correct or missing anything. 1. Go to CMOD, give project name and Click on create. 2.

  • I forgot my sercurity answers, how to reset them

    I forgot my security questions answers.  how do you reset them?

  • Login failed notification

    I have created a login process whereby the user can login to my website and then they are taken to their homepage. However if the login fails then I re-direct them to the login page, and the login page (will hopefully) state an error message about th