How to compile form in Linux?

Hi guys,
I am developing using forms builder 6i on windows xp.
The application server is on Linux.
Should I recompile my form on Linux?
If so then can you please detail the step in how to do so? Because I am really unfamiliar with Linux.
What command should I run? where do I run the said command? etc.
Thanks
Jim

Jim
Should I recompile my form on Linux? A. If you plan to run it on an iAS server that is Linux then Yes.
Is you application server Linux and is it possible you could compile it there?
Script to compile on the iAS server
#UNIX Forms Compile
#compile_forms.sh
export FORMS_PATH=/u01/app/oracle/product/apps/<your_directory>
export DISPLAY=localhost:2.0
#export NLS_LANG=AMERICAN_AMERICA.UTF8
export TERM=vt220
export ORACLE_TERM=vt220
export FORMS_BUILDER_CLASSPATH=/u01/app/oracle/product/apps/<your_directory>
for i in `ls /u01/app/oracle/product/apps/afs_dev/your.fmb`
do
echo Compiling Form $i ....
frmcmp_batch.sh userid=username/password@oracle_sid batch=yes module=$i module_type=form
compile_all=yes window_state=minimize
done
# May Need to modify $ORACLE_HOME/frmcmp_batch.sh to include FORMS_PATH and other environment variables.
# Copy the frmcmp_batch.sh to /home/oracle or the directory you prefer.
Replace your.fmb and <your_directory> with the correct form name and path

Similar Messages

  • How to compile form in linux server

    Hi All:
    Any one can say how to compile form in linux server using form builder fmb.

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • How to compile forms 6i in Linux

    Hi Friends,
    In windows I just open a form buider gui and click compile.
    how do I compile forms in linux?
    Thanks a lot

    hi
    try the following command.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp.sh userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp.sh userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp.sh userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completei hope it will help u.
    sarah

  • How to compile forms in 11i

    How to compile form(APXINWKB.fmb) in 11i Linux OS.

    f60gen module=APXINWKB.fmb userid=apps/apps module_type=FORM output_file=/u001/appltech/appl/ap/11.5.0/forms/US/APXINWKB.fmx compile_all=special
    does above looks fine to compile.Yes.
    and make sure FORMS60_PATH points to correct path.
    FORMS60_PATH=:FORMS60_PATH:$AU_TOP/resource:$AU_TOP/forms/US;
    export FORMS60_PATH;

  • How to compile forms and reports 6i in Application server 1.0.2.2.2.

    Hi all,
    i used oracle forms and reports 6i with oracle database 10g in client server architecture.
    now i want to make 3 tier, client-application server version 1.0.2.2.2-origin database serversystem on 3 separate machines.
    i have installed application server version 1.0.2.2.2.
    now i have my forms and reports 6i in application server computer.
    can any one please tell me how to compile forms and reports 6i in application server computer i.e do i have to write some extra code in forms and reports 6i in order to compile in application server computer successfully.
    waiting for an early reply.
    best regards
    fahad ejaz
    email:[email protected]

    ... another question would be why not upgrade those old Forms & Reports to the newest release 10.1.2.0.2 and use the latest Application Server to run them with?
    Release 6i and 1.0.2.2 is as you know desupported.
    Regards,
    Martin

  • How To Compile Forms 10g Devloped in Windows For Deployment In RHEL

    can any budy give me script file for compiling forms 10g ,which i developed in windows and need to be deployed in RHEL 5
    How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5
    any budy plzzz help

    You could try something like this:
    for i in `ls *.pll`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=library compile_all=yes window_state=minimize
    done
    for i in `ls *.mmb`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=menu compile_all=yes window_state=minimize
    done
    for i in `ls *.fmb`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=form compile_all=yes window_state=minimize
    done

  • How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5

    can any budy give me script file for compiling forms 10g ,which i developed in windows and need to be deployed in RHEL 5
    How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5
    any budy plzzz help

    Why not ask over at the Forms forum?
    Forms
    This is the Oracle Designer forum

  • Compile form in Linux

    Hi,
    I developed one custom form using Linux.But, when I want to compile that form using f60gen it gives "-bash: line 36: f60gen: command not found" error message. As per I understand f60gen is not recognised.
    Can any one suggest me how to overcome this problem.My DBA has helpless regarding this matter.(I have f60gen.exe application in my bin directory).
    Thanks,
    Bhujendra

    Hi
    You have to log in as application user (if multi user created - applmgr - user for application tier and oracle -- user for database tier, based on the username you have specified while installation). Set the environment by running the following.
    $ . $APPL_TOP/SIDName_hostname.env
    $APPL_TOP (refers to <sidname>appl directory) will work only after setting the environment.
    After setting the environment navigate to particular directory where you have put fmb and run the f60gen command, it will work.
    Regards
    Senthilrjj

  • How to compile forms in a UNIX CLI?

    Can anybody tell me how to compila a form in UNIX with Oracle 6 or 6i?
    I know I have to use the 'f60gen' or 'f60genm' commands, but I don't know witch arguments I have to use.
    Thanks in advance,
    Pablo.

    Hi!
    Try out this:
    f60gen forname user/password
    f60gen myform.fmb scott/tiger
    c u

  • How to compile forms with JDAPI ?

    Hi everyone:
    I have more than 200 forms need to compile. All the forms have libraries, object groups attached, they also call stored procedures in the database.
    When I run this code :
    FormModule frm= (FormModule) JdapiModule.openModule("/tmp/"+fileName);
    frm.compile();It reports error like this :
    Exception in thread "main" oracle.forms.jdapi.JdapiStatusException: _jni_compile_form failed
         at oracle.forms.jdapi.BaseAPI._jni_compile_form(Native Method)
         at oracle.forms.jdapi.FormModule.compile(Unknown Source)
         at oracle.forms.developer.JDAPIFormsApi.attachObject(JDAPIFormsApi.java:54)
         at oracle.forms.developer.JDAPIFormsApi.main(JDAPIFormsApi.java:71)Through forms builder, I need to connect to database, put all libraries and resources in the folder included in FORMS_PATH, to get them compiled.
    But how to compile them with all prerequisite conditions set up in my java code ?

    An easier way would be to compile the forms via script, there are several examples on the forum.

  • How to Compile olb in Linux

    Hi...
    I have compiled .fmb,.mmb using a script. I jus want to know how can i compile the olb.
    iam getiing error Frm-18108 becoz of this olb...
    A timely help needed here...
    thanx in advance....

    I have copied it with .fmb and pasted in the forms_path only....
    iam compiling the particular directory with a script.some of the forms gives an .err file.when i opened it it states
    Frm-180108 Failed to load the following objects.
    Source Module:myolb.olb
    source object : window_pc
    source Module:myolb.olb
    source object : button_pc
    compiling When-New-Form-Instance trigger on form.....
    No compilation errors.
    compiling When-Button_pressed trigger on OK item in LOGBLOCK data block....
    No compilation error...
    Created form file logonfile.fmx
    Now what i have to do to clear this error. And also tell me how to run this compiled form in a XP machine.

  • How to compile forms and reports in linux command line ?

    Hi,
    I'm working on a migration from forms 6i to 11g R2. The development/migration is being made on a Windows 7 64 bits, however, those forms and reports will run on a Linux RHEL 5. Thus, I have to compile them inside that linux box.
    How can I do it? Is there a tool to compile the forms and reports in command line withn a linux box?
    Thanks a lot.

    Thanks for the answer, Carlos.
    I run the command but this error message is displayed "FRM-91500: Unable to start/complete the build".
    Edited by: _blackjack on Dec 18, 2012 5:18 AM                                                                                                                                                                                                                                                                                                                                                                           

  • How to successfully compile form in Linux

    Hi there,
    I have a form, which is called: TESTFORM.fmb
    I tried to compile this form using the following command:
    export LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID=apps/passwordAlthough fmx is successfully generated, the following error is also encountered during compile:
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source Object: STANDARD_CALENDAR
    I look for APPSTAND.fmb and I found it in this location: /u0/oracle/prodappl/ar/11.5.0/forms/US/
    So I then tried to compile again using the following command, but the problem is still occurred:
    export LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    export forms_path=/u0/oracle/prodappl/ar/11.5.0/forms/US/
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID=apps/passwordMy question is how to successfully compile this form?
    Any input would be helpful. Thank you

    Jimmy;
    Are you using a WebLogic server?
    If yes, you should use the Forms Compiler frmcmp.sh
    #!/bin/sh
    for file in *.fmb
    do
    frmcmp_batch.sh module=$file userid=<your connect string> compile_all=yes
    done
    Tested on WebLogic and working, your paths will be different
    #!/bin/sh
    export ORACLE_HOME=/u01/app/oracle/product/fmw/oracle_pfrd
    export FORMS_PATH=/u01/app/oracle/product/fmw/fr_inst
    export PATH=$PATH:$ORACLE_HOME/bin:$FORMS_PATH/bin
    export TERM=vt220
    export ORACLE_TERM=vt220
    export TNS_ADMIN=/u01/app/oracle/product/fmw/oracle_pfrd/network/admin
    for file in *.fmb
    do
    frmcmp_batch.sh module=$file userid=scott/tigersy@dev2 compile_all=yes
    done
    Edited by: mseberg on Mar 2, 2011 8:57 AM
    script run from directory .fmb's are in
    Should also work on iAS
    Thanks!!
    Edited by: mseberg on Mar 8, 2011 5:22 AM

  • How to compile form orginal file(*.fmb) in UNIX environment

    These days, i encounter a problem, i create a form application in Windows2000 or WindowsXP environment, then i compile this .fmb file to .fmx, then i transport this .fmx file to Unix environment which is our Application Server, the Oracle Application Server is in this Unix environment, i put this file in the directory which is directed in the Forms_Path variable, however, when i started to run this application by entering a valid url, the message shows that this fmx file is not runtime file, someone told me that i should recompile the orginal file under unix environment, so i transport the orginal file(.fmb) to unix environment, then i want to use the f90genm tool to compile the .fmb file, however, it shows that this command can not execute, it shows that can not open a lib file under:/project/.../../..,however, this directory does not exist at all, what case this error? i also use f90gen command, it shows: can not execute/finish creation, i want to know, how to use the two commands and what parameters i should set before using the commands? thanks

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • How to compile forms & Reports in 10g

    Hi Guys,
    We are migrating an application from Forms & Reports 6i to Oracle 10g. We have Windows based 10g IDS, Application Server is on HP-UX and Database also on HP-UX. We are migrating the forms & reports successfully on windows using 10g ids. while deploying forms & Reports in application Server on HP-UX, it will not work as platform is different.
    So my question is,
    How do I compile all forms & Reports under unix environment using Application Server?
    Can you people help me out at the earliest?
    Thanks

    Hello,
    Use rwconverter.sh for Reports and frmcmp.sh for Forms .
    Regards

Maybe you are looking for

  • Upgrading 10.3.9 to 10.4?

    This is an update on January 25, 2008 post Upgrading 10.3.9 to 10.4? I received my OSX 10.4.6 disk from The Apple Store yesterday, Thursday, February 14, 2008. I backed up my hard drive immediately. I changed my mind and did the Upgrading Mac OS X, i

  • Bigger/Less albums in the line?

    Hello, so this might be a stupid question, but is it possible to change how many albums there are in the line? Right now I have about 7 in one line, and the album covers are annoyingly small. I'm pretty positive that the album art has been bigger, an

  • How to load data from oracle table to XML using ODI ?

    Hello Team I am trying to load data from an oracle table to an xml file. I have configured the physical and the logical schemas for the same. I have used SQL to SQL as LKM and SQL to SQL Append as IKM with Sunopsis Memory Engine as staging area. Afte

  • Populating International Article Number (EAN/UPC) in PO

    Hi Experts, My requirement is to populate the field EAN/UPC in PO, with the value from the field 'OTHER NAME' present in the item line2 of the SRM shopping cart. Can this be achieved by using the BADI - BBP_CREATE_BE_PO_NEW ? If so, can you please he

  • Address already in use: make_sock

    Hi folks, I am getting an error with iAS 10.1.2.0.2. When it happens I cannot connect to my httpd server. The error log shows errors like [Tue Nov 28 05:11:24 2006] [crit] (98)Address already in use: make_sock: could not bind to address 127.0.0.1 por