Steps to compile fmb in EBS - r12.1.x, r12.2.x

 

Take backup of fmx -

$ pwd

/u01/install/APPS/fs1/EBSapps/appl/inv/12.0.0/forms/US

$ cp INVSDOIO.fmx INVSDOIO.fmx17feb2022


go to AU_TOP -

cd $AU_TOP/forms/US

template - 

frmcmp_batch userid=apps/<apps_pwd> module=<form_name>.fmb output_file=<form_name>.fmx module_type=form batch=no compile_all=special


Example -

frmcmp_batch userid=apps/apps module=INVSDOIO.fmb output_file=INVSDOIO.fmx module_type=form batch=no compile_all=special

Check output for any errors on screen

Ref -R12: How to Compile a Form in Release 12 and 12.2 (Doc ID 1085928.1)


No comments:

Post a Comment