FRM-91500

Hi,
I have install the Dev9i on my SUN-SOLARIS system. The examples are working very well. I cannot compile a form. After execute the command: f90genm.sh the error: "FRM-91500:unable to start/complete the build" appears. What is the reason of this error? Can anybody help?
Thank's
Gregor

Hi there,
I also encountered this problem. To resolve it, you need to be using either Exceed or Xterm because you need an active windows session to be able to compile the forms on Unix as f60genm is a Motif program.
Also you need to set a few environment variables:
export DISPLAY=<Your PC ip address>:0.0
export ORA_TERM=vt100
Also make sure that your Oracle home environment variable is set correctly.
Issue the following command to generate your form:
f60genm module=<form_name>.fmb userid=username/pwd@dbase module_type=FORM compile_all=yes
Good luck!

Similar Messages

  • FRM-91500: Unable to start/complete the build

    Hi,
    I have oracle10g application server running on my linux box A, oracle database10g running on linux box B and Developer Suite10g running windows box C. I create a fmb file and ftp into application server box A.
    but when i try to compile the .fmb file, i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these paths as mentioned below.
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/local/bin;export LD_LIBRARY_PATH
    ORACLE_SID=asdb; export ORACLE_SID
    PATH=$PATH:/usr/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin
    export PATH
    FORMS_PATH=$ORACLE_HOME/forms;export FORMS_PATH
    DISPLAY=:0.0; export DISPLAY
    and i saved the EX01_01.fmb under /home/oracle/oracle/OASMidtier/forms
    Now when i give xclock iam able to see the clock.
    but when i execute the following iam getting unable to compile error.
    [oracle@oracledev bin]$ ./frmcmp.sh userid=student/pwd@orcl batch=yes module=EX01_01.fmb module_type=form compile_all=yes window_state=minimize
    infact as an additional information. whenever i do a
    sqlplus / as sysdbai get following error:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    what does this error mean. how can i fix this.
    Can someone help me please.
    Thanks,
    Philip.

    Hi,
    after rechecking all the configurations, r u successfully login with the database?yes i am able to connect without error. i figured out i was getting this error whenever i was changing the ORACLE_HOME from Infrastructure path to Midtier path. is there a way to work around this?
    also i am able to compile the .fmb file now.
    it is very strange. well it kind of worked, but this is what i did. i gave the following env variables:
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    FORMS_PATH=/home/oracle/oracle/OASMidtier/forms; export FORMS_PATH
    ORACLE_TERM=vt220; export ORACLE_TERM
    and then when i executed the following:
    cd $ORACLE_HOME/bin./frmcmp.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    i got the error as: FRM-91500: Unable to start/complete the build.
    but when i did the following, it worked:
    ./frmcmp_batch.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    and i got the result as:
    Created form file /home/oracle/oracle/OASMidtier/forms/EX01_01.fmx
    i just dont understand. why did the frmcmp_batch.sh worked and frmcmp.sh did not?
    Can you please explain me why?
    also when i give the following:
    DISPLAY=<servername>:0.0; export DISPLAY
    and when i give: xclock i get error as:
    Error: Can't open display: <servername>:0.0
    but only when i give
    DISPLAY=:0.0; export DISPLAY
    and then when i give: xclock then i am able to see the clock.
    Can you please explain me why all these errors:
    Thanks,
    Philip.

  • FRM-91500: Unable to start/complete the build in arabic nls_lang

    Hi,
    I have oracle10g application server running on my linux and Developer Suite10g running windows.
    I create a fmb file and ftp into application server.
    but when i try to compile the .fmb file,
    i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these pathsin Oracle bash_profile: ORACLE_HOME,LD_LIBRARY_PATH,FORMS_PATH
    My DB nls_lang is AR8MSWIN1256.
    when i set NLS_LANG to AR8MSWIN1256 in linux environment, I got the error but when i set to any other it's OK but my forms has font desplaying problem and all arabic text are shown as '??????'. i tried with NLS_LANG=AR8ISO8859P6 but it does'nt work.
    I read the folowing treads carfully and followed the instructions but the problem still exists.
    frm-91500
    and
    Re: how to compile and run windows built .fmb file in linux
    can anybody give a suggestion or workaround this problem?
    thank you in advance

    Hi,
    I have the same problem. When NLS_LANG in UNIX env is set to AR8MSWIN1256.
    The error FRm-91500 is shown.
    Pls. let me know what could be done to fix this.
    Regards & Thanks.
    Hma

  • FRM-91500 using f90genm.sh on Linux

    Hello!
    Has anyone successfully configured Oracle Applicationsserver 9.0.2 on Linux RedHat ? When i call f90genm.sh i only get "FRM-91500: Unable to start/complete the
    build"...
    If you have had the same problem and there is a way to solve it, please tell
    me - thanks!
    P.S. I have already set the DISPLAY=my_computer:0, ORACLE_TERM=vt220 (I have tried also with vt100), NLS_LANG=AMERICAN_AMERICA.WE8ISO8859SP15 AND
    TK90_UNKNOWN=$ORACLE_HOME/guicommon9/tk90/admin
    Goodbye

    as an additional information: if we start the f90genm.sh we get the error-message frm-91500. If we start f90desm.sh, we receive frm-91111 and frm-10039.
    Greetings
    J�

  • Error FRM-91500 when compile from remote host

    Dear all,
    I have a problem when compiling forms from remote using 'frmcmp.sh'. It creates error :
    "FRM-91500: Unable to start/complete the build."
    and when I try to compile from remote host using 'frmcmp', it creates error:
    "frmcmp: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory"
    The problem is also occured when I use vnc, ssh, telnet. So I can't complie forms when I login from remote host.
    But,
    the problem doesn't occured if I compile forms by login FROM SERVER directly. There's no firewall between me and the server, network connection is good, and I already try some advice from this forum using:
    export ORACLE_TERM=vt220
    export DISPLAY=202.181.18.31
    But It still doesn't work. I try export DISPLAY using my local Ip-address, using my gateway ip-address, but none of them works. Please help me solve this problem so I can compile from remote host
    The server specification:
    Pentium 4
    RAM 1 GB
    OS Enterprise Linux AS release 4 (October Update 4)
    server IP adddress:x.x.x.x
    with product:
    Oracle DB 10g
    Oracle Apllication Server 10gR2
    My own IP address:192.168.13.34
    server see me as : x.x.x.x
    Regards,
    firman

    your DISPLAY isn't correct,
    it should be something like
    export DISPLAY=203.81.184.30:0.0
    where 0.0 stands for your local display and the virtual screen on it ..
    (or something like that ... )
    in any case I first would check the X-Session using some standard X-application
    like xterm or xclock
    as long as they don't work, your compile will fail
    hope that helps
    Volker

  • FRM-91500 Unable to Start / Complete Build

    I compiled a form in 10g, ftp'd it to unix and while compiling in unix through frmcmp.sh, it gives me the following error:
    FRM-91500 Unable to Start / Complete Build
    After reading the forums, I added these two lines in frmcmp.sh but it still gives me the same error:
    TERM=vt220; export TERM
    ORACLE_TERM=vt220; export ORACLE_TERM
    Can someone please advise what to do.
    Thanks.

    Follow the steps below:
    1) Run any x_windows terminal software on your machine eg : Exceed
    2) Then Login to UNIX and set the display variable
    $ DISPLAY=<ip_address>:0.0
    $ export DISPLAY
    3) now run your frmcmp.sh
    frmcmp.sh module_type=<> module=<> userid=<> compile_all=yes

  • FRM-91500 when charactorset=zhs16cgb231280

    Hi
    every one!
    i've compile form on aix 5l with 9ias r2 f90genm.
    when i set NLS_LANG=AMERICAN_AMERICA.ZHS16CGB231280,
    execute:f90genm Userid=user/pw@ias Module=tgmsmenu.mmb Module_Type=MENU
    error as below:
    FRM-91500: Unable to start/complete the build.
    if i set
    NLS_LANG=AMERICAN_AMERICA.UTF8,my menu tip all display "?"
    who has some idea ?
    thank you
    lixz

    excellent snippet from http://www.puschitz.com :
    If you don't install Oracle on your local system but on a remote server, then you need to relink X to your local desktop. The easiest way to do this is to use the "X11 forwarding" feature of ssh. This means that you don't have to run xhost and set the DISPLAY environment variable.
    Here is an example how to make use of the "X11 forward" feature of ssh. Simply run the following command from your local desktop:
    $ ssh -X oracle@oracle_remote_server_name
    Now when you try to run any GUI tool on the remote server, it will automatically be relinked to your local desktop. If this is not working, verify that the ForwardX11 setting is not set to "no" in /etc/ssh/ssh_config on the remote server:
    su - root
    # grep ForwardX11 /etc/ssh/ssh_config | grep -v "^#"
    ForwardX11 yes
    #

  • Unable to generate form CSTFVTLC.fmx even after Patch 8528194

    Hell EBS Gurus,
    We have recently upgraded from 11i to 12.1.3 EBS and adadmin is failing on gerating form CSTFVTLC.fmx. I have followed Note 130686.1 and applied Patch 8528194 and a manual compilation:
    frmcmp userid=apps/apps module=CSTFVTLC.fmb output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    or
    $ORACLE_HOME/bin/frmcmp_batch.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    or
    $ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    all still get the same error:
    FRM-91500: Unable to start/complete the build.
    I manually edited $TNS_ADMIN/tnsnames.ora adding:
    OFD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ofindev03.macott.com)(PORT=1528))
    (CONNECT_DATA=
    (SERVICE_NAME=OFD1)
    (INSTANCE_NAME=OFD1)
    and then had a different error:
    $ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    Errors:
    Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 3, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 4, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 905 at line 10, column 19
    object APPS.CST_LAYER_ACTUAL_COST_DTLS_V is invalid
    PL/SQL ERROR 0 at line 10, column 5
    SQL Statement ignored
    Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compilation errors have occurred.
    Form not created
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Has anyone encountered and resolved this problem?
    thanks
    Mathias

    Hello Hussein,
    I was focussing on an SR (3-6322036041) I opened on this but there has been no solution from that end.
    When I executed
    $ORACLE_HOME/bin/frmcmp_batch.sh
    The complete error output is:
    Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 3, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 4, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compilation errors have occurred.
    Form not created
    With this form not being created, there is also a bunch of about 45 views and 4 packages that are invalid.
    I will apreciate anyhelp on this form.
    Thanks
    Mathias
    Edited by: user558643 on Nov 27, 2012 8:24 AM

  • 10g forms developed using windows machine is not working in Solaris machine

    I have developed a form using the following version of Oracle Developer suit 10g Fomrs using WINDOWS machine.
    My Application server is in a SOLARIS machine. All the .fmx are copied in the same SOLARIS machine in a directory.
    I have copied the form (.fmx) in the same directories where the other forms are, in the SOLARIS machine.
    Now i click on the menu item (menu item was already present there before developing the form in the menu. I did not have to create a new menu item in the Menu) in the windows machine.
    The form doesnt appear.
    Could you please tell me wheather i have to compile the form that i have developed in WINDOWS machine in some format of SOLARIS machine, or I have to do something else so that on the click of Menu item in Windows machine that form appears. Or Ihave to develop the form using SOLARIS machine?
    Please help me.
    I am working on the following version of Oracle Developer suit 10g Fomrs
    orms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production

    hi
    still its not working
    Please I need help
    bash-2.05$
    bash-2.05$ /u02/oradata/data/PROJ/APPS/bin/frmcmp userid=xxx/xxx@xxx batch=yes module=AB.fmb module_type=form compile_all=yes window_state=minimize
    FRM-91500: Unable to start/complete the build.
    bash-2.05$
    I have set the following environment variables.
    LD_LIBRARY_PATH=/u02/oradata/data/PROJ/APPS/lib32:/u02/oradata/data/PROJ/APPS/jdk/jre/lib/sparc:/u02/oradata/data/PROJ/APPS/jdk/jre/lib/sparc/native_threads:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/lib/sparc/client:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/lib/sparc:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/../lib/sparc:/usr/lib:/usr/ccs/lib:/u01/oracle/product/10.2.0/lib:/usr/lib
    ORA_NLS10=/u01/oracle/product/10.2.0/nls/data
    JAVA_HOME=/u02/oradata/data/PROJ/APPS/jdk
    ORACLE_HOME=/u02/oradata/data/PROJ/APPS
    ORACLE_TERM=vt100
    FORMS_PATH=/u02/oradata/data/PROJ/APPS/forms
    TERM=vt100
    PATH=/usr/bin:/usr/ccs/bin:/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/boapp/oracle/product/9.2.0/bin:/usr/lib
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    TNS_ADMIN=/u02/oradata/data/PROJ/APPS/network/admin
    OSTYPE=solaris5.9
    regards

  • Windows tool to compile forms on unix server

    We have one client using Forms 6i on the web, so I need to test in this environment.
    Currently to compile the fmb on the unix platform, I use Hummingbird software (Connectivity, Exceed, Xstart) to run the compile using the command f60genm.
    I do not particularly like the Hummingbird software, as it takes a lot of software just to run an X-windows terminal session. However, it seems to be necessary, because the unix administrator tells me the Forms 6 compiler in this environment apparently "needs to connect to the Xwindows graphics library."
    If I try to run the f60genm comand from a SSH Secure Shell connection, I get the error:
        FRM-91500: Unable to start/complete the build.I get the same error in the Xstart session if I use the f60gen command (without the "m").
    However, if I type "f60genm" without any parameters in the Xstart window, a second xwindows application pops up where I can enter Forms compile options (login and module information.)
    If anyone is familiar with unix: Is there maybe a path or environment command I could try in the SSH Secure Shell session that would satisfy the Xwindows graphics library requirement, so I could then run the compile without using Hummingbird?
    Thanks in advance.

    Thanks everyone for all the help and suggestions! I am closer, but still cannot get the f60genm or f60gen to work.
    Paul, when I enter
      echo $SHELLI get:   /bin/cshPaul and Soumyajit, when I enter a DISPLAY=... or export command, unix echoes my input, and appends Command not found
    It seems that the setenv that Rosario suggested actually works. I can do
      setenv DISPLAY=111.2.333.4:0.0
      setenv ORACLE_TERM=vt220 and they seem to work. Then when I type setenv by itself, I see a number of environment variables, with my two at the end. However, unlike the other values displayed, their values have an equal sign appended at the end:
      DISPLAY=111.2.333.4:0.0=
      ORACLE_TERM=vt220=So maybe that is the reason I still get
      FRM-91500: Unable to start/complete the build.when I try the f60genm command that works in the Hummingbird environment.
    I really do appreciate all your help! If you can think of anything I should try, please let me know.

  • Not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Sun Solaris SPARC 64 bits
    I am not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0 after the forms upgrade 10.1.2.3.0 as per note:Upgrading OracleAS 10g Forms and Reports to 10.1.2.3 (437878.1)
    Java/jre upgraded to 1.7.0.45 and JAR files regenerated(without force option). Able to opne forms without any issues.
    A)
    $ORACLE_HOME/bin/frmcmp help=y
    FRM-91500: Unable to start/complete the build.
    B)
    $ORACLE_HOME/bin/rwrun ?|grep Release
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov
    28 14:20:45 2013
    Is this an issue? Could anyone please share the fix if faced the similar issue earlier.
    Thank You for your time
    Regards,

    Hi Hussein,
    You mean reboot the solaris server and then start database and applications services. We have two databases running on this solaris server.
    DBWR Trace file shows:
    Read of datafile '+ASMDG002/test1/datafile/system.823.828585081' (fno 1) header failed with ORA-01206
    Rereading datafile 1 header failed with ORA-01206
    V10 STYLE FILE HEADER:
            Compatibility Vsn = 186646528=0xb200000
            Db ID=0=0x0, Db Name='TEST1'
            Activation ID=0=0x0
            Control Seq=31739=0x7bfb, File size=230400=0x38400
            File Number=1, Blksiz=8192, File Type=3 DATA
    Tablespace #0 - SYSTEM  rel_fn:1
    Creation   at   scn: 0x0000.00000004 04/27/2000 23:14:44
    Backup taken at scn: 0x0001.db8e5a1a 04/17/2010 04:16:14 thread:1
    reset logs count:0x316351ab scn: 0x0938.0b32c3b1
    prev reset logs count:0x31279a4c scn: 0x0938.08469022
    recovered at 11/28/2013 19:43:22
    status:0x2004 root dba:0x00c38235 chkpt cnt: 364108 ctl cnt:364107
    begin-hot-backup file size: 230400
    Checkpointed at scn:  0x0938.0cb9fe5a 11/28/2013 15:04:52
    thread:1 rba:(0x132.49a43.10)
    enabled  threads:  01000000 00000000 00000000 00000000 00000000 00000000
    Hot Backup end marker scn: 0x0000.00000000
    aux_file is NOT DEFINED
    Plugged readony: NO
    Plugin scnscn: 0x0000.00000000
    Plugin resetlogs scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign creation scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign checkpoint scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Online move state: 0
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK'
    (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    ORA-01186: file 1 failed verification tests
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1:
    '+ASMDG002/test1/datafile/system.823.828585081'
    ORA-01206: file is not part of this database - wrong
    database id
    Thanks,

  • 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 compile a form In R12

    Hi All,
    I am trying to compile a form in R12 by using frmcmp ,but it is showing
    FRM-91500: Unable to start/complete the build. error.
    can any body please tell how to resolve this problem
    By lakshmi Narasaiah

    check Note: 431324.1 - Manual forms compilation In R12 fails With: FRM-91500: Unable to start/complete the build
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=431324.1
    To implement the solution, please execute the following steps:
    1. Download and review the readme and pre-requisites for Patch 5456500 - FRMBLD.SH IS POINTING TO WRONG TNS_ADMIN
    2. Ensure that you have taken a backup of your system before applying the recommended patch.
    3. Apply the patch in a test environment. (you will get the message the patch already exist or conflicts, just ignore and continue)
    4. Retest the issue.
    5. Migrate the solution as appropriate to other environments

  • Forms are not geeting compiled in R12

    Hi All,
    Forms are not getting compiled... as we are getting the the below error
    FRM-91500: Unable to start/complete the build...
    Please advise...
    Regards,
    Kumar

    Please check FRM-91500: Unable to start/complete the build

  • How to invite a partner in R12

    Hi All
    I had tried Create and invite a new partner in R12, i created the partner and the time of clicking the invite partner button i had received the error           
    Error
    You do not have sufficient privileges to access this information.
    What is the privilege i needed and how can i add it
    Please help me
    I am waiting for your reply
    Thanks

    check Note: 431324.1 - Manual forms compilation In R12 fails With: FRM-91500: Unable to start/complete the build
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=431324.1
    To implement the solution, please execute the following steps:
    1. Download and review the readme and pre-requisites for Patch 5456500 - FRMBLD.SH IS POINTING TO WRONG TNS_ADMIN
    2. Ensure that you have taken a backup of your system before applying the recommended patch.
    3. Apply the patch in a test environment. (you will get the message the patch already exist or conflicts, just ignore and continue)
    4. Retest the issue.
    5. Migrate the solution as appropriate to other environments

Maybe you are looking for