How to use JPXImporter in EBS12.2
java oracle.jrad.tools.xml.importer.JPXImporter $HOME/kturley/XXCUST_projects_list.jpx -username apps -password xxxx -dbconnection “(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hostname.oracle.co.uk)(PORT=1551))(CONNECT_DATA=(SID=XXXXX)))”
Make sure you specify the correct values for
1. Path of you jpx file
2. apps password
3. host name
4. port
5. database SID
Finally restart the webserver so that you can see your changes in the application
$INST_TOP/admin/scripts/adoacorectl.sh stop
$INST_TOP/admin/scripts/adoacorectl.sh start
Comments
Post a Comment