Error FRM-30312 while compiling a custom pll library on forms 11g weblogic

hi,
this is my case:
Im trying to upgrade a forms 10g application to 11g, using FORMS 11g v11.1.1.3 and WEBLOGIC server v10.3.3.
Forms files compiled correctly, also webutil.pll was correctly compiled.
but if I try to compile my custom pll I can see the error...
when I run application, this erros msg appears:
FRM-40735: ON-ERROR trig raised unhandled exception ORA-06508
I have this script to compile .pll files (libraries):
+#SCRIPT TO COMPILE LIBRARIES+
export ORACLE_INSTANCE=/opt/oracle/Middleware/asinst_1
export ORACLE_HOME=/opt/oracle/Middleware/as_1
export ORACLE_PATH=/opt/legadmi/pll:/opt/legadmi/formas
export FORMS_PATH=/opt/legadmi/pll:/opt/legadmi/formas
export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
export FORMS_DEFAULTFONT="Lucida.9"
for i in `ls *.pll`
do
echo Compiling: $i ....
file=$i
+$ORACLE_INSTANCE/bin/frmcmp.sh Module=$i Userid=user/pwd@db Module_Type=LIBRARY Batch=YES+
done
But this error is shown:
Compilation errors on RP2RRO:
PL/SQL ERROR 201 at line 106, column 8
identifier 'RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 106, column 8
Statement ignored
PL/SQL ERROR 201 at line 123, column 8
identifier 'RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 123, column 8
Statement ignored
PL/SQL ERROR 201 at line 153, column 8
identifier 'RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 153, column 8
Statement ignored
PL/SQL ERROR 201 at line 169, column 8
identifier 'RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 169, column 8
Statement ignored
Failed to generate library.
FRM-30312: Failed to compile the library.
I tried finding the string on the source code and delete or replace, but the only strings remainding are for example "RP2RRO_RUN_PRODUCT()", It looks like compiler finds the string within the entire word.
I need help.

InoL, Thank you very much.
I know rp2rro.pll was there, and I compiled it successfully, and place it to the correct folder.
but I did not know that my custom pll had the rp2rro as a program unit.
I solve this problem replacing the code inside my custom library with the rp2rro.pll code that comes with forms 11g
THANKS again.

Similar Messages

  • Error while compiling a custom pll with forms 11g and weblogic

    Hi there,
    I just posted a thread here:
    Error FRM-30312 while compiling a custom pll library on forms 11g weblogic
    please, I need help

    Why wouldn't you post in the proper forum, i.e the Forms forum

  • Error FRM:30312 when compiling webutil.pll

    Error FRM:30312 when compiling webutil.pll
    I download the webutil_1_6.zip, and implementing the configuration instructions arrived to the point that states to compile the webtutil.pll file, the compiler generates the error: FRM-30312: Failed to compile the library. Any idea.
    The environment:
    OAS: 9.0.4
    OS: UNIX TRU 64 ver 1.5.b
    Considerations:
    I execute the create_webutil_db.sql in the required database.
    Other pll and fmb files of my application compile without problems.
    I configure the Webutil 1.6 in a Windows 2000 machine with Developer Suite 9.0.4 without problems.

    Michael I follow your recommendations, make the compilation in the local machine, and change the command line, but the error still appear:
    I execute the following command line:
    f90genm.sh module=webutil.pll userid=comun/comun@chirripo
    module_type=library compile_all=yes
    It generate this:
    Forms 9.0 (Form Compiler) Version 9.0.4.1.0 (Production)
    Forms 9.0 (Form Compiler): Release - Production
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    PL/SQL Version 9.0.1.5.0 (Production)
    Oracle Procedure Builder V9.0.3.5.0 Build #0 - Production
    Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
    Oracle Multimedia Version 9.0.4.1.0 (Production)
    Oracle Tools Integration Version 9.0.4.0.0 (Production)
    Oracle Tools Common Area Version 9.0.2.12.0
    Oracle CORE 9.0.1.2.0 Production
    Compiling library WEBUTIL...
    Invalidating Package Spec WEBUTIL_UTIL......
    Invalidating Package Spec WEBUTIL_SESSION......
    Invalidating Package Spec WEBUTIL_SEPARATEFRAME......
    Invalidating Package Spec WEBUTIL_HOST......
    Invalidating Package Spec WEBUTIL_FILE_TRANSFER......
    Invalidating Package Spec WEBUTIL_FILE......
    Invalidating Package Spec WEBUTIL_DB_LOCAL......
    Invalidating Package Spec WEBUTIL_C_API......
    Invalidating Package Spec WEBUTIL_CORE......
    Invalidating Package Spec WEBUTIL_CLIENTINFO......
    Invalidating Package Spec WEBUTIL_BROWSER......
    Invalidating Package Spec JAVA_SYSTEM......
    Invalidating Package Spec JAVA_FILE......
    Invalidating Package Spec JAVA_EXCEPTION......
    Invalidating Package Spec JAVA_APPSERV_WRITER......
    Invalidating Package Spec JAVA_APPSERV_READER......
    Invalidating Package Spec DELIMSTR......
    Invalidating Package Spec CLIENT_WIN_API_PRELOAD......
    Invalidating Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Spec CLIENT_WIN_API_DEBUG......
    Invalidating Package Spec CLIENT_WIN_API......
    Invalidating Package Spec CLIENT_TOOL_ENV......
    Invalidating Package Spec CLIENT_TEXT_IO......
    Invalidating Package Spec CLIENT_OLE2......
    Invalidating Package Spec CLIENT_IMAGE......
    Invalidating Package Body WEBUTIL_UTIL......
    Invalidating Package Body WEBUTIL_SESSION......
    Invalidating Package Body WEBUTIL_SEPARATEFRAME......
    Invalidating Package Body WEBUTIL_HOST......
    Invalidating Package Body WEBUTIL_FILE_TRANSFER......
    Invalidating Package Body WEBUTIL_FILE......
    Invalidating Package Body WEBUTIL_DB_LOCAL......
    Invalidating Package Body WEBUTIL_C_API......
    Invalidating Package Body WEBUTIL_CORE......
    Invalidating Package Body WEBUTIL_CLIENTINFO......
    Invalidating Package Body WEBUTIL_BROWSER......
    Invalidating Procedure Body SHOW_WEBUTIL_INFORMATION......
    Invalidating Package Body JAVA_SYSTEM......
    Invalidating Package Body JAVA_FILE......
    Invalidating Package Body JAVA_EXCEPTION......
    Invalidating Package Body JAVA_APPSERV_WRITER......
    Invalidating Package Body JAVA_APPSERV_READER......
    Invalidating Package Body DELIMSTR......
    Invalidating Package Body CLIENT_WIN_API_PRELOAD......
    Invalidating Package Body CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Body CLIENT_WIN_API_DEBUG......
    Invalidating Package Body CLIENT_WIN_API......
    Invalidating Package Body CLIENT_TOOL_ENV......
    Invalidating Package Body CLIENT_TEXT_IO......
    Invalidating Package Body CLIENT_OLE2......
    Invalidating Package Body CLIENT_IMAGE......
    Invalidating Procedure Body CLIENT_HOST......
    Invalidating Function Body CLIENT_GET_FILE_NAME......
    Compiling Package Spec WEBUTIL_UTIL......
    Compiling Package Spec WEBUTIL_SESSION......
    Compiling Package Spec WEBUTIL_SEPARATEFRAME......
    Compiling Package Spec WEBUTIL_HOST......
    Compiling Package Spec WEBUTIL_FILE_TRANSFER......
    Compiling Package Spec WEBUTIL_FILE......
    Compiling Package Spec WEBUTIL_DB_LOCAL......
    Compiling Package Spec WEBUTIL_C_API......
    Compiling Package Spec WEBUTIL_CORE......
    Compiling Package Spec WEBUTIL_CLIENTINFO......
    Compiling Package Spec WEBUTIL_BROWSER......
    Compiling Package Spec JAVA_SYSTEM......
    Compiling Package Spec JAVA_FILE......
    Compiling Package Spec JAVA_EXCEPTION......
    Compiling Package Spec JAVA_APPSERV_WRITER......
    Compiling Package Spec JAVA_APPSERV_READER......
    Compiling Package Spec DELIMSTR......
    Compiling Package Spec CLIENT_WIN_API_PRELOAD......
    Compiling Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Spec CLIENT_WIN_API_DEBUG......
    Compiling Package Spec CLIENT_WIN_API......
    Compiling Package Spec CLIENT_TOOL_ENV......
    Compiling Package Spec CLIENT_TEXT_IO......
    Compiling Package Spec CLIENT_OLE2......
    Compiling Package Spec CLIENT_IMAGE......
    Compiling Package Body WEBUTIL_UTIL......
    Compiling Package Body WEBUTIL_SESSION......
    Compiling Package Body WEBUTIL_SEPARATEFRAME......
    Compiling Package Body WEBUTIL_HOST......
    Compiling Package Body WEBUTIL_FILE_TRANSFER......
    Compiling Package Body WEBUTIL_FILE......
    Compiling Package Body WEBUTIL_DB_LOCAL......
    Compiling Package Body WEBUTIL_C_API......
    Compiling Package Body WEBUTIL_CORE......
    Compiling Package Body WEBUTIL_CLIENTINFO......
    Compiling Package Body WEBUTIL_BROWSER......
    Compiling Procedure Body SHOW_WEBUTIL_INFORMATION......
    Compiling Package Body JAVA_SYSTEM......
    Compiling Package Body JAVA_FILE......
    Compiling Package Body JAVA_EXCEPTION......
    Compiling Package Body JAVA_APPSERV_WRITER......
    Compiling Package Body JAVA_APPSERV_READER......
    Compiling Package Body DELIMSTR......
    Compiling Package Body CLIENT_WIN_API_PRELOAD......
    Compiling Package Body CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Body CLIENT_WIN_API_DEBUG......
    Compiling Package Body CLIENT_WIN_API......
    Compiling Package Body CLIENT_TOOL_ENV......
    Compiling Package Body CLIENT_TEXT_IO......
    Compiling Package Body CLIENT_OLE2......
    Compiling Package Body CLIENT_IMAGE......
    Compiling Procedure Body CLIENT_HOST......
    Compiling Function Body CLIENT_GET_FILE_NAME......
    FRM-30312: Failed to compile the library.
    Thanks.

  • Error FRM-10102 While Opening APXINWKB.fmb (Oracle Apps Invoice Forms) in .

    HI,
    I have freshly installed the Oracle 10g Forms n Reports developer and copied all the necessary pll, plx and fmb from AU_TOP/resource or AU_TOP/forms/US folder,
    and then updated in FORMS_PATH of regedit.
    But when i am trying to open the APXINWKB.fmb,i am getting the below errors.
    Can you please help me in resolving this issue,
    FRM-10102: Cannot attach PL/SQL library APXINLIN. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library CUSTOM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPFLDR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPREPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APCACHE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXCOMSG. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPUTIL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXHOLDS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library IBYFDOBJ. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APVIWPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPAYSHD. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library XLACORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    Regards,

    As you have found out, an Oracle Enterprise Business Suite (EBS) forms have multiple library files attached. When you open an EBS form, you must have a copy of the .pll files listed in the FORMS60_PATH (Forms 6i) or FORMS_PATH (Forms 10g) or you will get the message you are receiving. These library files are typically found in the $AU_TOP/US/RESOURCES directory on the Application Server.
    You might also want to take a look at the following documents in the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Getting a bad bind variable error while compiling a custom form in R12

    Hi,
    I am getting a bad bind variable error while compiling a custom form.
    I tried setting the forms_path variable and I am still getting the error. Can anyone please suggest what can be done?
    DECLARE
    BEGIN
    IF :parameter.p_line_ship_to = 'T'
    THEN
    IF :SYSTEM.cursor_item = 'LINE.SHIP_TO'
    THEN
    :parameter.lov_num_param1 := :line.ship_to_customer_id;
    oe_lines.ship_to ('WHEN-VALIDATE-ITEM');
    :parameter.lov_num_param1 := :line.ship_to_customer_id;
    END IF;
    :parameter.p_line_ship_to := 'F';
    END IF;
    END;
    I am getting this error:
    Bad bind variable 'parameter.p_line_ship_to'

    The Parameter is not defined in the form.. But, this form is already been compiled and deployed.. I have to make some changes to the form and tried to compile it, when i am getting this error. Is it possible that the parameter would be defined in some other form or can this error be due to some other reasons?
    Thanks in Advance.

  • Error IFS 20010 while compiling the java files

    Hello Friends,
    The error "IFS 20010 - Failed to get PropertyResorceBundler".....
    This error is generating while compiling the java files which will connect to the iFS with the username, password and the servicename. this error points to the servicename not found.
    I will be very greatfull for any hits or help.....

    Samir,
    You must include $ORACLE_HOME/ifs1.1/settings in you classpath.
    Thank You
    Brian Ball
    null

  • JAEHYLEE , Error FRM 40654 While Updating Few Supplier Sites 시 공백 제거 방법

    PURPOSE
    Error FRM 40654 While Updating Few Supplier Sites , 공백 제거 방법
    Workaround
    N/A
    Solution Description
    trailspace.sql:
    CREATE OR REPLACE PROCEDURE CHK_TRAIL_SPACE (p_table_name in varchar)
    IS
    v_table_name varchar(30);
    v_column_name varchar(30);
    v_column_name_c char(30);
    v_space_count number;
    v_ret number; -- temp holder for above
    v_initial_space_counter number;
    dyn_cursor number;
    CURSOR TABLE1 IS
    SELECT table_name
    FROM DBA_TABLES
    WHERE table_name = p_table_name;
    CURSOR COLUMN1 IS
    SELECT column_name
    FROM DBA_TAB_COLUMNS
    WHERE table_name = v_table_name;
    BEGIN
    OPEN TABLE1;
    LOOP
    -- FOR crec1 in TABLE1 LOOP
    fetch TABLE1 into v_table_name;
    IF (TABLE1%NOTFOUND) THEN
    exit;
    END IF;
    dbms_output.put_line(v_table_name);
    dbms_output.put_line
    v_initial_space_counter := 0;
    OPEN COLUMN1;
    LOOP
    -- FOR crec2 in COLUMN1 LOOP
    fetch COLUMN1 into v_column_name;
    IF (COLUMN1%NOTFOUND) THEN
    exit;
    END IF;
    dyn_cursor := DBMS_SQL.OPEN_CURSOR;
    DBMS_SQL.PARSE
    (dyn_cursor,
    'SELECT COUNT(*) ' ||
    'FROM ' || p_table_name ||
    ' WHERE ' || v_column_name || ' LIKE ''% ''',
    DBMS_SQL.NATIVE);
    DBMS_SQL.define_column (dyn_cursor, 1, v_space_count);
    v_ret := DBMS_SQL.EXECUTE(dyn_cursor);
    if DBMS_SQL.fetch_rows(dyn_cursor) > 0 then
    DBMS_SQL.column_value (dyn_cursor, 1, v_space_count);
    end if;
    DBMS_SQL.CLOSE_CURSOR(dyn_cursor);
    IF v_space_count > 0 THEN
    v_initial_space_counter := v_initial_space_counter + 1;
    END IF;
    v_column_name_c := v_column_name;
    IF v_space_count > 0 THEN
    dbms_output.put_line(' ' || v_column_name_c || to_char(v_space_count));
    END IF;
    end loop;
    close column1;
    end loop;
    close table1;
    END CHK_TRAIL_SPACE;
    cause: Trailing Spaces.
    fix:
    Please run trailspace.sql.
    This creates a procedure that will check all VARCHAR2 columns
    in a specified table for trailing spaces .
    Run the file in SQL*PLUS .
    It will return 'Procedure Created'
    Then run it using the following:
    set serveroutput on
    execute chk_trail_space(<table_name to check>);
    i.e. (execute chk_trail_space('PO_VENDORS');)
    Please can you run this on the following two tables:
    PO_VENDORS and PO_VENDOR_SITES_ALL.
    Then if there are any trailing spaces as per output,
    Then run the following command in TEST:
    update <tablename>
    set <column_name> = rtrim(<column_name>);
    i.e.
    update po_vendors
    set vendor_name = rtrim(vendor_name);
    Reference Documents
    234048.1

  • Custom.pll library?

    Hi guys,
    How can I use custom.pll library to checking those newly add records on screen? Here is the example:
    1) There are 2 records on screen from interface in Purchase Order Form
    2) User manual add 1 record in Purchase Order Form
    3) When use save the record, I want to do some checking for those record added by user manually (should be no. 3 lines in this case)
    How can I perform this checking in custom.pll library?
    Best Regards,
    Amy

    General EBS Discussion
    in above forum are the EBS gurus, which maybe know faster a solution for your EBS-Forms-Questions

  • ERROR FRM-40735 while migrating from 6i to 9i using FMA

    Hi,
    We have migrated a sample form which is in 6i to 9i using Oracle Forms Migration Assistant. It is compiling without errors and while running hitting the error
    FRM-40735:PRE-FORM trigger raised unhandled exception ORA-06508.
    and not opening up the form...Please post any suggestions on this.
    madhu.

    Thank you very much for the help...I could resolve it by just adding the appropriate pll's in forms90 folder.
    Now, we are trying to implement the calender in forms 9i. As we are moving from Forms 6i C/S to Forms 9i, as a first step I've implemented calender in web forms 6i (using demo's in oracle doc's--using CalenderWidget Bean)
    I tried doing the same for Oracle 9i too but it didn't work..I mean it is deleting the code for the trigger
    WHEN_CUSTOM_ITEM_EVENT which is written for Bean.
    Please suggest me regarding how to proceed with this...
    thank you
    madhu.

  • 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

  • Custom pll to disable form messages while looping through block records

    I need to loop through block records in CUSTOM pll to check for if one check box is checked or not. But in that process the messages written at the forn level are popping up which are of no use to the user. I want to disable the messages for my looping. I would enable it after the processing in CUSTOM PLL
    Regards,
    SS

    Hello,
    Here is the Forms forum, and you would increase chances to get an answer by posting in the EBS forum.
    Francois

  • Error:frm - 40039 can't attach PL/SQL Library

    Hi All,
    I am new to Oracle forms.While trying to attach plsql library to my forms It is giving me above error.
    I tried google . But not getting solution.
    Please Help.
    Regards,
    SHD
    Edited by: SHD on Jul 1, 2011 6:53 AM

    So I assume it's when you test our of the Builder ....
    go to <developer-home>\forms\server
    ther you find formsweb.cfg and default.env
    if you haven't changed formsweb.cfg, make a security copy of default.env, open default.env in an editor, look form FORMS_PATH= and set your forms-/library-path in front of the other directories (dont forget the separator ';' at the end).
    if you have a changed a formsweb.cfg then may be you are another envFile; look for envFile in formsweb.cfg. If you find something other than default.env note the section (that's that name in '[' ']' above), check if your are using this section; but I rate this propability as rare. Try the above first.

  • Problem with webutil library in Forms 11g debug (FRM-93652)

    Hi.
    I have a problem when debug a forms in OFM11g, that used.
    the problem is that the forms, in debug mode, raise the error FRM-93652. Only in debug mode.
    I add tha jacob.jar and jacob.dll in the folder ORACLE_HOME/forms/java and Oracle_home/forms/webutil.
    the classpath variable in default.env, has added the jacob.jar file, and in my FORMS_BUILDER_CLASSSPATH Registry variable.
    Can some one help me???.
    Thanks and sorry for my english

    I have the same issue with debug_messages in Forms 11g -- they will not appear. I can, however, run in debug mode and attach the session to Forms Builder 10.1.2.0.2. Thus, when I run in debug mode and check the the Command Line tab under Global/System Variables, DEBUG_MESSAGES is always set to NO regardless of how I set it on the command line. Still works fine in our 10gR2 instances.
    DB 11.1.0.7
    Forms 11.1.1.4
    WebLogic 10.3.4
    AIX 5.3 64-bit
    AIX Java 1.6.0 SR9 FP1
    Client: WinXP JRE 1.6.0_25
    My real issue has to do with a FRM-40734 on EXIT_FORM after ENTER_QUERY or EXECUTE_QUERY have caused the KEY-EXEQRY trigger to erroneously fire -- especially when DO_KEY is involved -- but that's a different and much more problematic story.

  • Getting Error FRM 92050 while opening the forms in R12 with IE

    Hi DBAs,
    I am able to open up forms using Firefox but when I try to open up the form with IE 7 or 8 getting message FRM 92050 : Failed to connect to the server. Can you please help me what setting I need to perform in order to user R12.1.1 with IE.
    Thanks
    -Samar-

    Samar,
    Please post the complete error message (from the application.log file). And, verify that you use a certified client OS/Browser as per (Note: 389422.1 - Recommended Browsers for Oracle E-Business Suite Release 12 (Customer Recommended)).
    Also, see if these documents are applicable.
    Note: 780781.1 - FRM-92050: connect server failed: /forms/lservet:-1 On Widows Clients Having ZoneAlarm Pro Firewall
    Note: 470890.1 - FRM-92050: Failed to connect to Server: /forms/lservlet:-1
    Regards,
    Hussein

  • Failure FRM-32029 while compiling Form with Forms Builder

    Hi.
    I have problem. I compile a form with Forms Builder from DevSuiteHome and get the failure:
    "FRM-32029 Window WINDOW not found; canvas-section CG$LOVCAN" (I translate it, it´s not the original terms).
    I google and search the forum and oracle page, but found nothing about this failure. In Forms-Builder itself is also nothing recorded about this problem.
    Do someone know more about this error?
    Thanks.

    Thanks inolau for answering.
    The problem is, that I don´t have a documentation about the sourcecode and these forms worked under from 6i to 9i upgraded Oracle AS and DB servers. So the problem is not only "where is the WINDOW", than more "why doesn´t works it under a new 10g version and how get it working?".
    That´s why I was searching for this not recorded error.
    And I´m worry about that searching for the part of the sourcecode where I found the "WINDOW" is like looking for a needle in a haystack. ;)

Maybe you are looking for

  • Error in installing SAP IDES server

    ERROR 2009-11-26 15:57:10 CJS-00095  Error return code.<br>DIAGNOSIS: Return code 1 of executable D:\oracle\product\10.2.0\db_3/bin/lsnrctl indicates an error.<br>SOLUTION: See log file lsnrctl.log for details. ERROR 2009-11-26 15:57:10 CJS-00095  Er

  • At300-103 3g not working correctly

    I have posted on Toshiba Europe and got told to contact support in my home country so I called Toshiba in Vienna Austria only to get told they do not support my tablet that I should contact Toshiba Europe I am really tired of the run around and ready

  • JSP mapping with Tomcat 5.0.27

    With Jakarta-Tomcat 5.0.27 is it possible to put a JSP file in a sub-directory of a web application and be able to "servlet-mapping" it to only create one object? If so how do you write the web.xml entry? I only want to create one InitTest object, no

  • INVOICE PRINTING IN DIFFERENT LANGUAGE

    Hello friends, We have offices in different countries so every countries generate there invoices in their language. Now how to print the invoices depending upon the logon language? should i create invoices in smart forms or sapscript which one is bet

  • Multiple Language Capability and Page Alignment

    Hi, I have an app with two languages. I need to know how to switch between the two languages (change the primary language). Also how to change the page alignment based on the selected language (RTL-LTR). Thanks