You are on page 1of 2

Compiling Form Using (frmcmp_batch) Command

1- Introduction: This document is describing how to compile NTPOREC.fmx under PO using only(frmcmp_batch) it can be used with any form but must taking in consideration changing the form name and the TOP used with the used form. 2- Adding the (FMB) file to server: a- Using any FTB tool to copy the (FMB) file of the form. b- Copy the form under AU top (Form used langue folder) under forms folder. c- To go through the next steps you had to use (Putty) program and connect to the server. 3- Preparing the (FMB) file: Login by root Code: su appltest cd /Others/NUTEST/apps/apps_st/appl/ . ./APPSNUTEST_erptest.env cd au/12.0.0/forms/US/ 4- Compiling the form Code: frmcmp_batch module=NTPOREC.fmbuserid=apps/nufc4apps output_file=/Oracle/NESMAERP/apps/apps_st/appl/po/12.0.0/forms/US/NTPOREC.fmx compile_all=special 5- Copying the (FMX) file to PO top: Code: cpNTPOREC.fmx /Oracle/NESMAERP/apps/apps_st/appl/po/12.0.0/forms/US/ 6- Give full permeation to the all file in PO forms TOP Code:

This document is done by Mohamed Osama (Nesma Advanced Technology)

cd/Oracle/NESMAERP/apps/apps_st/appl/po/12.0.0/forms/US/ chmod 777 *

This document is done by Mohamed Osama (Nesma Advanced Technology)

You might also like