Tuesday 14 August 2018

jpx import command in oaf

jpx import command in oaf

 
JPX import command in oaf helps to register the View Object (VO) , AM , OAF pages (PG) and Entity Objects (EO) in oracle application servers. To run jpx import command in oaf Oracle environment we first need to migrate/move all the OAF page objects from local desktop to the oracle application server Java_Top. We need to pass the credentials of the server in these JPX scripts to register the OAF objects in the Oracle Application server. Here below I am sharing the complete jpx import command in oaf for VO , EO , AM and for other objects.
 
 
 

jpx import command for VO

 
1.Once the VO extension has been done in the J-Developer then we need to move the VO files from Local desktop to the Java_Top of the Application Server.
2.If we have created the Extended VO in the Local Desktop under folder oracle.apps.xxap.lov.server
then we need to copy the same folder from Oracle and then move to the Java_Top and create the directory structure like below
Java_Top/oracle/apps/xxap/lov/server/XXSupVO   --XXSupVO is the name of the View Object.
3.Once the File Migrated to the Java_Top then we need to run JPX Import script to register the VO in the Application Server.
 
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsVOEx.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
 
Once the Above Script will be executed Successfully in the Application server then we need to go to the OAF page and then add the new Field through OAF Personalization and then add the Extended View Object column to display in the OAF Page.
 
 

jpx import command for AM

 
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsAMEx.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
 

jpx import command for OAF Page Region

java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsRN.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"

0 comments:

Post a Comment

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *