Wednesday, September 16, 2015

OAF Page Deployment Steps



  1. First we need to transfer the java class files to our server by using below second step.
  2. Then go to putty->user name /password
              Cd $JAVA_TOP
              Pwd
              Here it will show the java top (In this path we need to move our java class files or else move your project folder to java top).
  3. After moving, we need to run the below script in putty

              java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/TestSearchPJ/oracle/apps/ar/search/webui/SearchPG.xml -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=r12.infogain.com)(PORT=1521))(CONNECT_DATA=(SID=VISR12)))" -rootdir $JAVA_TOP

              Once executed you can able to see the message like ‘Imported Completed.’ in the same screen window.
  4. Then after we need to reset the application server (Ensure that no one should working on server).
              ./adopmnctl.sh stopall
              ./adopmnctl.sh startall
              ./adopmnctl.sh status.
  5. We need to register the OAF form in application (same as form registration).

              First we need to create form function in system administrator responsibility (In web HTML, we need to call our xml page path eg: OA.jsp?page=/TestSearchPJ/oracle/apps/ar/search/webui/SearchPG )  

    Then after we need to add this function under respective responsibility menu.


              Note: Yellow color should be your project path as you created in your system.