0% found this document useful (0 votes)
3K views1 page

How To Compile A Form

To compile a form in Oracle Applications Release 12, follow these steps: 1) Log in to the server as the applmgr user and navigate to the forms directory. 2) Run the frmcmp_batch command specifying the form name, user ID, output file location, and setting compile_all to special. 3) To resolve the FRM-91500 error when running frmcmp, start an XServer display on the client machine and export the DISPLAY variable before running frmcmp, specifying the client's IP address.

Uploaded by

Peterabouelias
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views1 page

How To Compile A Form

To compile a form in Oracle Applications Release 12, follow these steps: 1) Log in to the server as the applmgr user and navigate to the forms directory. 2) Run the frmcmp_batch command specifying the form name, user ID, output file location, and setting compile_all to special. 3) To resolve the FRM-91500 error when running frmcmp, start an XServer display on the client machine and export the DISPLAY variable before running frmcmp, specifying the client's IP address.

Uploaded by

Peterabouelias
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

To compile a form

su - applmgr
cd $AU_TOP/forms/US
cp TEMPLATE.fmb DEMO.fmb

$ frmcmp_batch module=DEMO.fmb userid=apps/apps output_file=


/d01/oracle/PROD/apps/apps_st/appl/XXERP/12.0.0/forms/US/DEMO.fmx
compile_all=special batch=yes

You can use below syntax to compile a form in R12.

su - applmgr
cd $AU_TOP/forms/US

$>frmcmp_batch FORM_name.fmb userid=APPS/APPS


output_file=/d02/oracle/VIS12/apps/apps_st/appl/XXXXX/12.0.0/forms/US/FORM
_name.fmx module_type=form compile_all=special

Our Environment:

frmcmp_batch FORM_name.fmb userid=apps/apps


output_file=/oracle/ORAPROD/apps/apps_st/appl/xxtam/12.0.0/forms/US/FORM_name.fmx
module_type=form compile_all=special

FRM-91500: Unable to start/complete the build

Finally here is the solution to run 'frmcmp' in R12 . (FRM-91500)

Step1> From client machine you need to run reflection software or any XServer
Display on your machine . This is mandatory to run 'frmcmp' successfully in R12.
Step2>On the client Side Login to server with user 'applmgr'' on Putty session and do
the following

$ export DISPLAY='IP adress of your client':0.0


$frmcmp

You might also like