Oracle forms error/configuration issue

Hello there,
When i run Oracle forms 9i , it returns an html page with HTML tags in it , i am expecting the GUI when i run it.Is it something with formsweb.config ?The exact error message is shown below.Any help is appreciated.
Thanks.
C:\Documents and Settings\user\Local Settings\Temp\s2m0.8htm
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://xxxxxx:8889/forms90/f90servlet" method="POST">
<input type="hidden" name="form" value="C:\SCM Working Folders\005 Implementation\Development\adjust.fmx">
<input type="hidden" name="userid" value="xxx/xxxxx@xxxx">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>

Yes, it happens when i run the form from the builder.
Could you please explain how to run it from the Web form tester html?
Thanks very much for your help.

Similar Messages

  • Handling oracle forms errors (frm-nnnnn) locally

    is there a way to handle an oracle form error (e.g. frm-40508) locally in a way similar to handle oracle database errors.
    e.g.
    procedure insert_something is
    insert_error exception;
    pragma exception_init(insert_error,-40508);
    begin
    :c1.a := 1;
    :c1.b := 2;
    commit_form;
    exception
    when insert_error then
    <handle insert error on c1 block>;
    end;
    Edited by: mojo on Oct 7, 2008 4:34 AM

    by locally i mean within the pl/sql block that will have raised the error.
    an example i encoutnered recently, but by no means the only occasion i have wished such things:
    function mseRecStatus returnvarchar2 is
    rtnChar varchar2(32);
    begin
    rtnChar := get_record_property(mouseRec,mouseBlock,status);
    return rtnChar;
    end;
    This is called from a pre-pop-menu trigger. mouseRec and block are calculated previously. A right-click on a record item below the last record raises error frm-40741 (unable to locate record on block). it would be nice to be able to do something like the following without incolving an on-error trigger:
    function mseRecStatus returnvarchar2 is
    rtnChar varchar2(32);
    non_record_clicked exception;
    pragma exception_init(non_record_clicked,-40741);
    begin
    rtnChar := get_record_property(mouseRec,mouseBlock,status);
    return rtnChar;
    exception
    when non_record_clicked then
    return null;
    end;

  • FRM-9201 A failure has occured on server - Oracle forms error Oracle 9IAS

    Hi,
    We have a custom based Oracle Forms application running in Oracle9IAS in AIX5.1 Box. Last week There was A patch applied to AIX box [Security Patch LIBC] and after that, we are experiencing numerous issues like 1. process full, 2. too many open connections 3.Failiure occurred in server need to restart the session.
    When we do a ps -ef in the server, we see lot of threads like "f90runm server webfile=HTTP-0 ". We remember, this was not the situation before applying the patch. When this count reaches approximately 260, users are not able to login and getting error. We dont have concurrent users more than 100. Can you please advise us how to resolve this problem. This application is running in the same environment for last 3 years without any problem, but after applying patch to UNIX box, it seems everything disturbed.

    More Error details:-
    FRM-92101 A failure has occured on the Server
    you will need to reestablish your session
    Details
    Java Exception
    oracle forms net ConnectorException the process file table is full
    at oracle.forms.net.HTTPNStream.getinfoFromServlet(Unknown Source)
    at oracle.forms.net.HTTPNStream.<init (unknown source)
    at oracle.forms.net.HTTconnection.conenct(unknown source)
    at oracle.forms.engine.FormsDispatcher initConnection(unknown source)
    at oracle.forms.engine Forms Dispatcher init(unknown source)
    at oracle.forms.engine.Runform.initConenction(unknown source)
    at oracle.forms.engine.main.createRunform(unknown source)
    at oracle.forms.engine.main.start(unknown source)
    at sun.applet.Aplet panelrun(unknown source)
    at java.lang.thread.run(unknown source)

  • Locating Oracle Forms Error Messages File to Load into Table

    I would like to create a procedure to suppress and replace Form errors and messages via ON-ERROR and ON-MESSAGE triggers.
    Is there a file that I can load the ERROR Messages from using SQLLDR?
    I have loaded the Oracle error file, $ORACLE_HOME/rdbms/mesg/oraus.msg as identified by Tom Kyte in the following link,
    http://asktom.oracle.com/pls/ask/f?p=4950:8:13189517973890228983::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:558822941373
    but it did not contain Forms Errors Messages such as:
    FRM-40106: No navigable items in destination block.
    FRM-40202: Field must be entered
    FRM-40401: No changes to save
    FRM-40405: No changes to apply
    etc.
    Any help in getting these error messages in a table, other than typing or copy/paste from Forms online help would be greatly appreciated.

    kolipaka wrote:
    Need to write control file to read .csv file for sql*load utility into oracle table.
    Thanks
    KLRWe're sorry that google is broken for you at this time.
    Please try our alternative search site...
    http://lmgtfy.com/?q=oracle+sql*loader+control+file+example
    or
    http://lmgtfy.com/?q=oracle+external+table+example

  • Portal communication Error / Configuration issue.

    Hi All,
    I  am not able to open a web templet in the Web Application Designer,
    it gives a pop up saying : The request operation could not performed due to portal communication error,
                                          portal unavailability or Configuration issue.
    Thank you,
    Nisha Jagtap.

    Hi Nisha,
    1 Logon to portal
    2. Goto System Administration  System Configuration  System Landscape .
    On the Right hand side “Portal Content” folder is displayed. Open it and check if a subfolder “Systems and find the system which used to integrate bw and ep.
    check the below thread for configuration of sso between ep and bw which gives you claer idea
    SSO steps between EP and BW System
    Koti Reddy

  • Oracle Forms 9i generation issue.

    Hi, I am developing a form using Oracle 9iDevelopment Suit. While doing the development I noticed a problem that the form is not behaving as per the code written. In debug mode the code runs as per expected. On making some changes (e.g. add a message and a pause) to the particular section of code and re generating it, the code starts behaving as per expectations. On doing further investigation I found that the size of fmx (the original one) was less by 30-40% than the one which was re generated with a message. This behavior of Forms generation is very inconsistent and I do not know how to resolve it permanently. If at all someone has faced such problem please let me know the solution to this.
    Thanks and Regards,
    Sachin.

    Hello Grant,
    Thanks for the reply.
    You are right, the form source code is from Oracle forms 6i. I did migrate this form from 6i to 9i. Then did some additional development in the form. During this developement I would have re compiled the entire form lots of time. This particular problem seems to apprear on few of the Item level triggers. I even know these triggers. On generation of the fmx I do test this form and execute a test case which ivokes the code in these triggers. Most of the times this trigger code fails to exececute as per behavior. Then I open these triggers and make a change in it (e.g. add a message or add a space and delete it immediatly) and recompile the form. The next time onwards the trigger code executes as per expectations. One of the trigger is Key-PrvBlk and other is Key-Commit. The code is very streight forward. It has a if condition on a variable and even if the condition is true the code present in the ELSE part is getting executed. In debug mode this works as per expected.
    The reason I have mentioned the size of FMX is due to the amount of difference. In both the cases listed above the size difference in FMX is aroung 400Kb i.e. 30 to 40% of the larger size.
    Thanks and Regards,
    Sachin.

  • Oracle forms error while calling through browser

    Hi,
    I have an application server 10g r1 running on linux advanced server 4 and installed
    jinitiator 1.22.But when i calling form through browser from other machine a message is appeared on the screen without showing the form
    java.lang.classnotfoundexception:oracle.forms.engine.main.
    would anyone please help me to solve this problem.
    thanks
    noman

    Hi,
    Can you make sure you have frmall_jinit.jar present in the $ORACLE_HOME/forms/java directory in the server.
    Also make sure you have archive_jini parameter in formsweb.cfg (under $ORACLE_HOME/forms/server directory) has the value frmall_jinit.jar
    Regards,
    Arun

  • Oracle Enterprise Manager Configuration Issue in 11gR2 RAC Environment

    Trying to configure OEM in 11gR2 (2-node) RAC Environemnt with following command:
    emca -config dbcontrol db -repos create -cluster
    and getting error:
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:589)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1448)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:573)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:521)
    Kindly help me out how to get out of this error. When see the log generated against this command it shows that database connective successfully established so there is no issue in listener configuration and connection.
    Regards,
    Umair

    It is not even creating the directory hostname.domainname under $ORACLE_HOME.
    Regards,
    Umair

  • Oracle forms error frm-40508: unable to insert record

    Hi Everyone,
    I have been having this problem for 2 weeks and I realize that I spent alot of time I couldn't get to fix the problem so I need your help.
    Here is my situation. First, I installed Oracle 10g in my laptop with Oracle forms10g and Oracle forms904i. I had oracle_home folder as the top level structure then I have inside oracle folder, Oracle10g in it own folder, Oracle9i release2 in it own folder. then I created the user account "student" using the system/manager account finally I granted privilleges as follow:
    GRANT ALL PRIVILLEGES
    TO student
    WITH ADMIN OPTION;
    this was working perfecty I didn't need to grant objects privilleges such as
    GRANT INSERT, UPDATE, DELETE
    ON customers
    TO student;
    Then I created a form Application prototype and it works well I could Insert, Update and Delete but now I am creating an e-commerce application prototype I created an new account using a system/manager account as I did previously and grant all privilleges. When I try to grant object privileges the message that I receive says ORA-01919 : role 'INSERT' doesn't exist
    When I run the application I am unable to insert the record through forms I get message frm-40508 Orcle error: unable to insert record.
    I deinstall the Oracle and clean my laptop and did a clean installation using only Oracle Server10g and Oracle Developer10g I am getting the same message frm-40508.
    Can someone please help me on this. the insert command that I am running is a simple one such as
    INSERT INTO customers
    VALUES( block_name.field_name, ....);
    COMMIT;

    frm 40735:When button pressed trigger raised unhanded exceptionplease help me to solve this>
    The FRM-40735 is a generic Unhandled Exception. Please post the full error message so we can better help you.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle HTML DB configuration issue

    I have installed Oracle 10g successfully
    Now from the companion CD i am trying to install HTML DB (in a new home). During the configuration screen I insert a database service name "htmldb". Is this correct? Or there is some default value I have to insert in this field.
    Then when I hit next after filling all the fields properly, I get the error as follows
    "IO exception: The network Adapter could not establish a connection"
    I even tried "Net Configuration Assistance" to create a database service name, but when I hit the test, it fails connecting to the database and gives an error
    Thanks in advance.

    1. Does the tnsnames.ora in the new ORACLE_HOME have the info about htmldb alias? If not then is it in the other ORACLE_HOME tnsnames.ora?
    2. Restart the listener in the other ORACLE_HOME (lsnrctl stop; lsnrctl start) and check it reports the ORACLE_SID correctly.
    3. In the new ORACLE_HOME environment run the command
    export TNS_ADMIN=$OTHER_ORACLE_HOME/network/admin
    4. Make sure the tnsnames pointed to has the htmldb alias
    5. Try
    tnsping htmldb
    and see if you get a response that giuves details of the true database SID.
    Let me know how you go
    Greg

  • How to Disable a Standart Oracle Forms Error Message?

    Hello,
    On 'Work Incidents' page, we are using 'REPORT_TIME' field for the work starting time. But when we enter a time for work starting time, that is before the 'Incident Time' we get the "APP-PER-289032: The value for Report Time cannot be earlier than the value for Incident Time if Report Date is the same date as Incident Date" error message. I want to disable this error message. How can I do this?
    Thank you...
    Emrah Özgün

    Welcome to the forums !
    Pl post details of your OS and EBS versions. One option could be to use forms personalization
    395117.1 - Form Personalizations in Oracle Applications (Release 12)
    279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i
    468657.1 - How To Do Forms Personalization
    744069.1 - Sample Testcase For Using Form Personalization In Oracle Applications
    Another option could be to use CUSTOM.pll
    438922.1 - ORDER MANAGEMENT SUITE - USAGE OF CUSTOM LIBRARY CUSTOM.pll
    747508.1 - How To Call Code Logic Or Procedure In CUSTOM.PLL Using Form Personalization - Builtin 'Call Custom Library'
    HTH
    Srini

  • Oracle Form Error FRM 10014

    Code change that was backed out, had 1 Kbyte difference in executeable (FMX) size. Same form works fine locally.
    I donot see why this error was encountered! FRM-40014: Not enough memory to load the form
    In production, forms are rendered through Citrix.
    Any suggestions will be helpful...

    Oracle hasn't supported running Forms in a Citrix environment for a long time. One main reason for the desupport was because most problems reported in this situation were determined to be caused by a problem in the Citrix layer and not Oracle. Oracle Support and development ended up wasting lots of time only to determine that the problem was caused by Citrix.
    Does the problem reproduce when not run in a Citrix environment? If not, I would recommend contacting Citrix. If it still reproduces without Citrix, I would recommend continuing to troubleshoot outside of the Citrix environment as this should make the debugging process a little easier.

  • Oracle Forms 6i performance issue

    Hi All,
    I have one query form.
    Im using cursor in form and fetch the data directly and assign to the form block values.
    There are two table involved here.
    Table1 has 1 crore record.
    Table2 has 4 crore record.
    The query fetch the data 50-500 records.
    In backend the select query is fast.
    In front end ,it is taking time to load the data in grid.
    How can i fetch the data quickly in front end.
    Please help me out on this.
    Regards,
    Oracle1001

    You can read documentation about this block property:
    1.Query Array Size
    2. Number of Records Buffered
    3. Query All Records

  • Security Exception in Oracle Forms when using with JRE.

    Hi,
    I am am getting an exception whenl I try to dispose a message box(FWindow) received as a popup from an Oracle form page(configured using JRE).
    When I hit over the OK/Cancel button to dispose off the messagebox,it is not I get the following error.
    Exception in thread "AWT-EventQueue-2" java.lang.SecurityException: this KeyboardFocusManager is not installed in the current thread's context
         at java.awt.KeyboardFocusManager.getGlobalFocusOwner(Unknown Source)
         at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(Unknown Source)
         at sun.awt.windows.WComponentPeer.processSynchronousLightweightTransfer(Native Method)
         at sun.awt.windows.WComponentPeer.requestFocus(Unknown Source)
         at java.awt.Component.requestFocusHelper(Unknown Source)
         at java.awt.Component.requestFocusHelper(Unknown Source)
         at java.awt.Component.requestFocus(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.requestFocus(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMousePressed(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Proxy.processEventImpl(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)
    I am able to dispose the messagebox, when I configure the oracle form with Jinitiator, the issue happens only with JRE.
    These are the configurations I use.
    10g Release2
    Windows XP Professional Version 2002, Service Pack 3
    IE version 6.0.2900.5512.xpsp_sp3_gdr.090804-1435
    JInit-JInitiator 1.3.1.22, Sun JRE- 1.6.0_17
    I am working on Developer suite.
    Privilege: Windows Administrator
    Kindly guide.
    Thanks & Regards
    Sunil

    Hi Sunil,
    Did you ever find a fix for this problem?
    I'm having exactly the same issue.
    I have an oracle form with a java bean that runs against J Initiator 1.3.1.28, and it works fine, with J Initiator. The java code was compiled against JDK 1.3.
    My form now uses the Sun JRE 1.6, update 16. I've recompiled the java code against JDK 1.6.
    And now when the java code sends an event to the form and I show an alert I get the same error you were getting:
    Exception in thread "AWT-EventQueue-2" java.lang.SecurityException: this KeyboardFocusManager is not installed in the current thread's context.
    I recompiled the java code against JDK 1.3, and ran it through the Sun JVM 1.6, and I still get the error.
    Any idea how to fix this?
    Regards,
    Chris.

  • UNABLE to EXECUTE Oracle Forms f50gen on UNIX

    Subject:
    URGENT: Oracle FORMS Error on UNIX box...
    I am trying to EXECUTE forms50 on HP UNIX box and get the following
    ERRORS. Do I need to set a PATH???
    Please RESPOND ASAP at
    [email protected]
    $ f50gen
    ld.so.1: f50gen: fatal : librt.so. 1: open failed : No such file or
    directory
    Killed
    $ oraterm25
    ot: Can't connect to the window system.
    $
    null

    Actually SendMailJPkg.SendMail (JavaMail) does work when called out of Forms/Reports 10g against an 11g Database. We just tested it as an alternative because we are having the same issue with UTL_MAIL - It will run from an annonymous PL/SQL block fine, but when you try to compile the same code in Forms Builder (or Report Builder) the compiler chokes and throws the internal error [60603] error. Keep in mind that SendMail does NOT like NULL arguments, so if you are not going to use cc_recipient (i.e. NULL), just don't include it at all in your comma delimited param list. It should work fine then.

Maybe you are looking for