How to import vo in oaf
To Import View object(VO) in OAF , We use the JPX import script
, Which helps to register the Custom VO in OA Framework metadata in the MDS
repository. Before running this JPX import scripts , we first need to move the
VO file from Our local desktop to the Application Java_Top Directory. Once we
move the File to the application Java_Top then we use this below JPX import
script to register the VO in OA Framework Metadata repository. Here below I am sharing the script for How to import VO in oaf.
Here below is the Example of the JPX Import script to import VO
in OAF.
In this JPX script , we passes the Application server name ,
port and the Service Name and user name password of the Application server to
run this JPX import in the application server.
java
oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/lov/server/XXSuppVO.xml
-rootdir $JAVA_TOP -username apps -password apps -dbconnection "
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SERVER_NAME)(PORT=PORT_NAME))(CONNECT_DATA=(SERVICE_NAME=SERVIE_NAME)))"
To know more about the VO Extensions and the detail steps you can refer this post https://rpforacle.blogspot.com/2018/07/how-to-deploy-vo-extension-in-oaf.html
3 comments:
Wonderful information your website gives the best and the most interesting information. Great job you people are doing posting nice content. Oracle R12 Financials Training in Hyderabad
[oracle@proderp3 classes]$ java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/MLPL/oracle/apps/icx/por/wf/server/MLPLReqLinesNotificationsVO.xml -rootdir $JAVA_TOP -username apps -password apps123 -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.29.0.107)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=PRODERP3)))"
: XML-20112: (Fatal Error) Error opening external DTD 'jbo_03_01.dtd'.
Warning: Could not find the customization level value for document "/MLPL/oracle/apps/icx/por/wf/server/MLPLReqLinesNotificationsVO".
no protocol: jbo_03_01.dtd
Importing file "/d01/oracle/PRODERP/fs1/EBSapps/comn/java/classes/MLPL/oracle/apps/icx/por/wf/server/MLPLReqLinesNotificationsVO.xml" as "/MLPL/oracle/apps/icx/por/wf/server/MLPLReqLinesNotificationsVO".
Error:
no protocol: jbo_03_01.dtd
Import failed.
please guide us.
Post a Comment