You are on page 1of 5

Document

Compiling forms using mobaxterm

Prepared By iONE IT Solutions Pvt. Ltd.

For Client Surya Roshini Ltd.

Project Name Migration of Oracle Forms & Reports from windows server
to Linux Platform (Malanpur).

Approving Authority Name Signature Date

Author Abhishek Kumar 07-Mar-2018

Reviewer Vipin Gupta 07-Mar-2018

Approver Vipin Gupta 07-Mar-2018


USING MOBAXTERM to compile Your Files (.fmb)

1) To compile you need to transfer your file to Linux you can do it using WinScp (how to transfer
file to desired folder read how to use WinScp.

2) Now extract the downloaded mobaxterm zip and click on the mobaxterm icon

(icon)

3) CONNECTING WITH APPLICATION SERVER USING MOBAXTERM


Click on SSH
4) Fill the following
Remote host* = 100.0.0.99
Check on Specify username and Enter = weblogic
Click on Ok button.

Then enter the password of specified user weblogic123


COMPILE FORMS USING MOBAXTERM

1) Type pwd to see the path and then go to the desired path using cd command.
To compile forms go in bacthcompile folder using cd.
Cd /u02/erpappl11/malanpur/batchcompile

2) To compile Forms through mobaxterm Transfer the desired .fmb to the directory using
WinScp.

3) COMPILEATION SCRIPT FOR LINUX

SINGLE COMPILE SCRIPT


Sh /u01/Oracle/Middleware/asinst_1/bin/frmcmp.sh
userid=newton/newton@kspdb
BATCH COMPILE SCRIPT
For f in *.fmb
Do
Sh /u01/Oracle/Middleware/asinst_1/bin/frmcmp.sh userid=newton/newton@suryam
module=$f batch=yes module_type=FORM compile_all=yes window state=Minimize
Done

4) To Move or Copy files from one folder to another folder in Linux

FIRSTLY, CHECK THE WORKING DRIECTORY TO CHECK THIS YOU NEED TO TYPE PWD.
TO GO ON BATCHCOMPILE FOLDER
TYPE
Cd /u02/erpappl11/ malanpur/batchcompile

Use compilation script to compile your forms.


Sh form_single_compile.sh
Sh FORM_BATCH_COMPILE.SH

And when compilation done use below command to copy or move to related directory

CP *xxx.fmb /u02/erpappl11/ malanpur/source/newton/……( as per requirement)

Cp *xxx.fmx/u02/erpappl11/ malanpur/execute

USE MV instead of CP to move the files.

THEN CHECK THE COMPILED FORM IN APPLICATION………

You might also like