Forms 4.5 to 6. Built in DBMS_* package error

Hi,
I try to migrate Forms 4.5 to Forms 6.
I manage to compile the .fmb file to .fmx with Forms Builder and Compiler tools.
But when I try to execute the .fmx file with Forms Runtime i have this error :
"FRM-41810: PL/SQL built-in DBMS_ERROR_TEXT failed"
Some technical document talks DBMS_* package are not supported on the client with Forms 6 and we have to create a server-side
procedure that in turn calls the DBMS_* package but I don't know how to do
Can anyone help me please ?
Thanks.
Vincent

Vincent,
I would look at your technical documents again. The DBMS_ERROR_TEXT and DBMS_ERROR_CODE Forms Built-ins are still valid in Forms 6 as well as all versions of Forms up to 10g Release 2. I believe your technical documents were referring to database DBMS* Packages not Forms Built-ins. You may want to run your Form in debug mode to see the true cause of the error.
Looking at the FRM-41810 error - it refers to an error creating a Menu. Do you have a menu (MMB) in your form and is so have you converted it to Forms 6?
Hope this helps.
Craig...
-- If my response or the response of another is helpful or answers your question, please mark the response accordingly. Thanks!
Edited by: CraigB on Oct 8, 2008 12:16 PM

Similar Messages

  • What are Built In's in Oracle forms. Are they like built in trigggers. how

    What are Built In's in Oracle forms. Are they like built in trigggers. how r they different from triggers which r also bulit in.
    thanks

    a trigger is something, which runs, when an event fires.
    a built-in is like a function or procedure, which helps you doing your work.
    e.g.
    go_block ('myBlock'); - navigates to the block
    execute_query - starts a query
    exit_form -ends the form
    you can's compare triggers and built-ins. They are totally different.
    In a trigger you can use built-ins to establish a functionality

  • Help! When users save web forms and come back to submit they get an error message and form is lost

    I have a feb form that has a 28 save limit.  When users save the form and return to submitt them they get a error message that says the form has expired or has been submitted.  The form is open and it was not submitted.  Any thoughts.
    Form deadline is tomorrow and people are getting angry when I tell them to recreate the form.

    Hi;
    Can you forward me any of the emails from your users with their saved link that is not working and we can look into it?
    Send to [email protected]
    Thanks,
    Josh

  • When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error.

    When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error message and it will not convert.  I am using Adobe XI Pro.  Any thoughts on why this is occuring.  I would like to avoid creating an entire new form from scratch.  If this doesn't work, I will not be purchasing the full version of the software as none of my Word files seem to be converting.

    I used the document which I downloaded from Adobe called "Convert and existing form into a fillable PDF form with Adobe Acrobat XI". 
    At tope right , Tools pane
    Open the Forms panel, Click Create
    Select Existing Document and click Next
    Choose Word file
    Error: "An unexpected error occurred. PDF Maker was unable to produce the Adobe PDF."
    I have tried several of my forms and none of them work.  There is no word attachment option to show you an example.
    Thanks

  • ''Form zrk_test language EN is not active and no error''

    hi all
    i am getting following error ''Form zrk_test language EN is not active and no errors''   ...........while executing a program.....
    plz help..
    Rohit

    You will need to active your SAPscript.  Transaction SE71, enter ZRK_TEST, click Change.  Then choose Form -> Activate.
    Regards,
    Nick

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed error

    Hi
    I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
    It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
    Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
    could you please tell me how to resolve this?
    10.1.2.0.2 version of AS is installed.
    I have written the following code in the push button.
    declare
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    begin     
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
              DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
         Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
         Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
         repid := FIND_REPORT_OBJECT('rep1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
    end;
    regards

    John,
    Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
    Thanks in advance

  • FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed  error

    Hello Guys,
    I have a forms 10g application running on Oracle database 10g (Using Oracle application server 10g). Everything has been Ok until we decided to us OS authenticatiion to sign in users into the database. When users sign in and try to perform any operation (like query a form) we get the following error:
    'FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed' and the user is disconnected from the application. This does not happen to users who sign in with database authentication.
    Can any one help ?

    Hello,
    Wrong forum. This is the Oracle Forms forum. Ask your question in the database forum.
    Francois

  • In a javascript function invoked from an onsubmit handler, if the function returns false, the form is still submitted. If I find an error in a form, how do I cancel the submit?

    HTML form has: action="/TTFFRP/addlicense.rex" method="get" onsubmit="validate_data();"
    validate_data is defined in tags:
    function validate_data()
    alert('in validate routine');
    if (document.getElementById('custname').value == '')
    alert('Customer name must not be blank; put in name of organization licensing File RePackager');
    return false;
    }

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
    [http://forums.mozillazine.org/viewforum.php?f=25]
    You'll need to register and login to be able to post in that forum.

  • Forms / Reports 6i - slow starting printing & FRM-41211 Integration error

    We are having a problem with Forms / Reports 6i that seems to be slowly getting worse.
    When beginning printing, the CPU usage goes up to 100%. In task manager I can see IFRUN60.EXE or RWRBE60.EXE, or IFBLD60.EXE or RWBLD60.EXE taking up 70% or so of the CPU time with the rest being taken up by the SPOOLSV.EXE spooler service.
    This can be observed when
    * Starting the Reports background generator from the Forms runtime
    * Printing from a "print form" function inside the Forms runtime
    * Starting Reports builder
    * Printing from Reports Builder
    * Printing from Forms Builder
    The big problem is launching Reports from the Forms runtime. If this CPU / Spooler wheel spinning takes more than 30 seconds or so (and it can on slower machines), Forms thinks that it has failed to launch Reports and gives the error "FRM-41211 Integration error: SSL failure running another product" Eventually the reports background generator will finish launching.
    This happens on NT 4, 2000, XP, and 2003 server. I have tried this in a "clean" configuration where nothing else (no extra services or anything) is running at all and this still happens. We are currently running Forms & Reports Patchset 17.
    Does anyone have any idea what is causing this? Thanks.

    More info:
    This is one of the lines that is calling the report:
    RUN_PRODUCT(REPORTS, 'ORDER_PRINT.RDF', SYNCHRONOUS, BATCH, FILESYSTEM,ORDER_ID,'');
    Here is another one:
    RUN_PRODUCT(REPORTS
    ,'OE_AUTO_QUOTE'
    ,SYNCHRONOUS
    ,RUNTIME
    ,FILESYSTEM
    ,ORDER_ID
    We have a client/server setup. We are running 6i forms and reports, with a 9 database.
    There have been no changes to these forms or reports. And it doesn't happen all the time. It just happens every-so-often.
    EDIT - I guess it has been doing this for the past 3 weeks. One user says it happens everytime she tries to print anything from a form......
    I've searched the forum about this and there are a lot of unanswered questions. I'm thinking my chances are slim on figuring this out.
    2nd EDIT - I looked at the documentation at
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164945.1
    everything seems to be right - according to that. So I'm wondering if this has anything to do with any sort of networking issues.....
    .....3rd EDIT........
    Still searching. It looks like this person has the same problem. http://www.webservertalk.com/archive149-2005-11-1283220.html
    Having problems with the rwrbe60.exe
    I'm wondering if there was some sort of patch Microsoft let out that is causing this issue?
    null
    Message was edited by:
    loweride

  • Only one Oracle form is not calling and also not giving any error.

    I have made many form using oracle internet developer suit 10g R2, all are working fine. few days ago developed one form and deployed on the application server 10g R2, while calling from the menu no response and no error and after calling this form no other form is calling. it works 2-3 days initially after that it happens . Please give expert suggestion. Thanks in advance
    It is running through the form developer but not running while calling from the menu. i have also giving the message at different trigger. msg is commimg from pre-form but not comming from the when-new-form-instance.
    Edited by: user8161431 on Sep 24, 2012 5:30 AM

    thanks for your reply, java version 6 u22 and no ON-ERROR trigger written in the form.
    the content of java console is
    Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: oracle/bali/share/sort/StringComparator
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
         at java.lang.Class.getDeclaredMethod(Unknown Source)
         at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
         at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
         at java.awt.Component.access$500(Unknown Source)
         at java.awt.Component$3.run(Unknown Source)
         at java.awt.Component$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Component.checkCoalescing(Unknown Source)
         at java.awt.Component.<init>(Unknown Source)
         at java.awt.Container.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWDataSourceChoice.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWChoice.<init>(Unknown Source)
         at oracle.ewt.comboBox.ComboBox.<init>(Unknown Source)
         at oracle.ewt.comboBox.ComboBox.<init>(Unknown Source)
         at oracle.forms.ui.VComboBox.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.PopListItem.onCreate(Unknown Source)
         at oracle.forms.handler.ComboBoxItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: oracle.bali.share.sort.StringComparator
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         ... 51 more
    Caused by: java.io.IOException: open HTTP connection failed:http://10.200.10.19/forms/java/oracle/bali/share/sort/StringComparator.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 56 more
    Edited by: user8161431 on Sep 24, 2012 8:08 AM

  • Forms 10 and PL/SQL: Using a server package variable

    Hi,
    I have a variable created at package level in the server,
    When I try to assign its value to a Forms item, I get an error.
    "Unable to access distant package variable".
    What should I do to access this variable?
    Many thanks

    Hello,
    Add to the package a procedure to set this variable, and also a function that returns the variable content.
    Francois

  • My form was working beatifully now I am getting an error

    The error is
    network resource not found
    I spoke with my network administrator and nothing has been changed on the server. In the tracker the yellow triangle near acrobat.com reads 'some workflows are in error'
    Here is the form link
    http://www.northatlanticcorp.com/NacApplicationFinal.pdf
    Any assistance you could provide would be appreciated. Thanks.

    You can also get help in the Acrobat forums:http://forums.adobe.com/community/acrobat/acrobat_windows
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • Satellite Pro 6100 - "Built-in HDD Password" error at startup

    Hi, my laptop (Satellite Pro 6100 P4-M 1.7 GHz/15TFT/256MB/40GB/DVD-CDRW/LAN/WiFi/BT/W2K or XP) has rather recently started prompting me with a message "Built-in HDD Password" at boot up. I've never set any passwords on the hard disk in the past, though in desperation of trying to get the laptop running, have tried all the possible passwords that I've ever had. Nothing's working, and I am stranded with a dead laptop on my hands. I would appreciate any help/advice that anyone can render.
    Thanks.

    Hi Khurram,
    Sadly I think you will need to replace your hard drive. If your notebook is definitely asking for a hard drive password then there is no way of bypassing this and the only way that I know of recovering this situation is to send the hard drive to a specialist company who specialise in this kind of recovery (usually for forensic puposes, Police, armed forces, etc.). This can prove quite expensive.
    The easiest (and cheapest) option would be for you to replace the hard drive and then restore your system and data (either from a backup if you have one, or else from the Toshiba recovery discs).
    regards,

  • Tabular Form and Link to document and No Data Found error

    I have used this numerous times in an INTERACTIVE REPORT to link records out from the report to a document in a folder on our server and it works beautifully thanks to one of you guys who helped me a couple of years ago. In the column for which I want to use as a link I do the following:
    LINK TEST #ISO_NUMBER#
    LINK ATTRIBUTES a href=#DOC_LINK#; TARGET="_BLANK"
    URL #DOC_LINK#
    I've been banging my head against the wall trying to figure out why I keep getting a 'No data found' error in my TABULAR FORM. The good news is I figured out why it's happening. The bad news is I do need to link out to the documents listed in my tabular form that are saved on the server.
    Is there any other way to do this?
    Application Express 4.0.0.00.46
    TIA,
    Alexandra

    Finally back...
    I have a tabular form that lists documents stored on one of our servers. In an interactive report I can set up a link to those docs using the document number column in the IR. I can't get it to work in the same way on the tabular form. Hopefully the steps of the catalog process will shed light on what may be the problem:
    Step One
    1. User1 catalogs doument using standard form (page 3) on DOC_INFO table.
    2. Button on form redirects to Approval Tabular Form (for this example, page 100). This tabular form displays DOCUMENT_NUMBER (display as text saves state), APPROVER (select list), APPROVED(select list), RELEASED (select list) fields among others from DOC_APPRV_DOC table
    3. Add Row adds fields in #2 above and other fields
    4. User1 selects APPROVER in select list and Adds Row for all additional APPROVERS required
    5. User1 hits SUBMIT button
    Step Two
    1. User2 opens different page but Approval Tabular Form (for this example, page 200) on same DOC_APPRV_DOC table, restricted to :P101_USERNAME
    2. User2 uses APPROVED select list to approve or reject
    3. User2 hits SUBMIT button
    Step Three
    1. User1 opens Approval Tabular Form (page 100) with User2 (and all other documents requiring approval) results
    2. If rejected User1 uses Reset Approval checkbox and select list on User2's tabular form is reset
    3. If approved User1 uses Released submit list and and record is deleted from User2's tabular form
    The Problem
    User2 ought to be able to review each of these documents on the server. In other parts of my application, an interactive report is used, I've got a case statement in the report creating the link, and have the column itself setup up so that User2 merely clicks on the DOCUMENT_NUMBER on the report and he's redirected to the document itself.
    This works fine when set up the same way on the tabular form ONLY THE FIRST TIME a row is added. If I ADD ROW for any additional documents the DOCUMENT_NUMBER field on the tabular form does not populate on User1's form.
    The entire process works beautifully if the link is not set up.
    Note that from the standard form, the DOCUMENT_NUMBER is sent to a hidden item (default = :P3_DOCUMENT_NUMBER) in a region above the tabular form (page 100). This is then used to populate the DOCUMENT_NUMBER on the tabular form as the default value (:P200_DOCUMENT_NUMBER).
    Your thoughts? Thanks in advance!
    Alexandra

Maybe you are looking for