FRM-40735 error message

Hi!
I have a strange problem.
I have a working application developed with Forms 5.0.6.8.0. The app uses a stored proc to lock tables for inserts/updates. It works with Oracle8 on NT4S and Oracle 7.3 on DEC Alpha. We have a database (Oracle 7.2 NT4WS) for testing purposes dumped from the Oracle7.3 database.
When the app tries to call the proc. I get the FRM-40735 error message stating there is no given stored procedure with that name (ORA-04067).
I have created a script which calls this stored procedure.Running this script from SQL Plus with the same username/password everything works fine.
Any suggestion would be appreciated.
Thanks
Zoltan Sutto

I find the solution.
When I am developing forms and compiling them I connect to a database (Oracle 8.0 on NT Server 4.0).
During our discussion I connected to the database having problem with (Oracle 7.2 on NT 4.0 Workstation). I did a Compile All (Shift+Ctrl+K) and Compile the form into File (CTRL+T).
And it works.
I do not understand what was happening during compiling connected to different databases.
Could you explain it to me?
Thanks
Zoltan Sutto

Similar Messages

  • FRM - 40735 Error

    Hi,
    In Oracle EBS 11i ->HRMS module , when opening any form showing error message like FRM -40735 and ora 6508.
    And the error is only in this module. In other modules the forms are working. it has no error.
    What is the reason for this? Can any solution for this?
    Please reply.
    Regards
    Naseer

    What is the exact application release? Database version? OS?
    Please post the complete error message.
    Was this working before? If yes, any changes have been done recently?
    Do you have any custom code on this module? --FRM-40735: PRE-UPDATE trigger raised unhandled exception ORA-06508 - ORA-1403: no data found [ID 783098.1]
    Do you have any invalid objects? Any errors in the database?
    Known errors generated on the People form (PERWSHRG) [ID 206584.1]
    ORA-04063 and FRM-40735 Errors When Creating Employees Using Human Resources [ID 149672.1]
    If none of the above helps, please obtain the FRD file and see if you get more details about the issue in the logs.
    How To Perform Forms Runtime Diagnostics (FRD) Tracing in Applications 11i [ID 167635.1]
    Obtaining Forms Runtime Diagnostics (FRD) In Oracle Applications 11i [ID 150168.1]
    Quick Ref: How To Perform Forms Runtime Diagnostic Trace (FRD) in Applications 11i [ID 149201.1]
    Unable to Create Forms Runtime Diagnostics (FRD) Trace on Ebusiness Suite 11i? [ID 749363.1]
    Thanks,
    Hussein

  • MRP에서 RESOURCE를 REPLAN시 FRM-40735 ERROR 발생

    제품 : MFG_MRP
    작성날짜 : 2002-11-27
    MRP에서 RESOURCE를 REPLAN시 FRM-40735 ERROR 발생
    ==========================================
    PURPOSE
    Problem Description
    MRP에거 Resource Replan시 FRM-40735 Error 발생.
    **Reproduce steps
    1. Run MRP with MRP-M1-PRD plan (plan capacity option checked)
    (N) Material Requisition Planning > MPR > Launch
    2. Query MRP-M1-PRD plan on MRP Workbench form (MRPSCPWB.fmx 11.5.124)
    and Resources button click
    (N) Material Requisition Planning > MRP > Workbench > Resources(B)
    3. Find Resource (with find option Dept/Line =METAL_FAB )
    4. Select first line and click Horizontal Plan button
    5. Select Line and Avalibility Button Click
    6. Update Resource with following option
    Dept/Line = METAL_FAB
    Resource = Drill
    Update Mode = Add Capacity
    From Date = 08-NOV-2002
    To Date = 29-NOV-2002
    Daily Capacity = 100
    7. Click Apply Button and confirm update
    8. Return to Horizontal Capacity Plan form and click Current Radio Button
    9. And Click Snapshot Radio Button , the error is occured
    "FRM-40735 WHEN-RADIO-CHANGED trigger raised unhandled exception
    Ora-01476"
    Workaround
    Solution Description
    Apply Patch 2402184 or later.
    mrlsra.ppc 115.16
    mrtres.ppc 115.2
    Reference Documents
    -------------------

  • Support for Headstart?/FRM-40735 Error

    Hello,
    I am a consultant for Oracle, but I am very new to Oracle
    Applications and Headstart. I have a client with questions on
    Headstart, however this is outside the area of expertise of my
    group.
    I would like to ask 2 questions:
    1. It is my understanding that Oracle World Wide Support does
    not handle calls on this. Can someone tell me how (if possible)
    my client can get support for Headstart ?
    2. Also, the client is experiencing an error with forms
    generated by Headstart. If they hit the up arrow key at the top
    of a form they get the error message 'FRM-40735 ON-ERROR trigger
    raised unhandled exception PROGRAM_ERROR'. This problem is
    solved if they generate a .plx file. Is there another way to
    resolve this or is it required to do this for all forms created
    via Headstart?
    Any help would be greatly appreciated !
    Thank you !
    null

    Sorry, I just realized this was not for Oracle employees. Please
    disregard my previous message !!
    Dana Wheeler (guest) wrote:
    : Hello,
    : I am a consultant for Oracle, but I am very new to Oracle
    : Applications and Headstart. I have a client with questions on
    : Headstart, however this is outside the area of expertise of my
    : group.
    : I would like to ask 2 questions:
    : 1. It is my understanding that Oracle World Wide Support
    does
    : not handle calls on this. Can someone tell me how (if
    possible)
    : my client can get support for Headstart ?
    : 2. Also, the client is experiencing an error with forms
    : generated by Headstart. If they hit the up arrow key at the
    top
    : of a form they get the error message 'FRM-40735 ON-ERROR
    trigger
    : raised unhandled exception PROGRAM_ERROR'. This problem is
    : solved if they generate a .plx file. Is there another way to
    : resolve this or is it required to do this for all forms created
    : via Headstart?
    : Any help would be greatly appreciated !
    : Thank you !
    null

  • When does FRM-40735 error come

    when does the error FRM-40735 and ORA-304500 come.What does it mean.
    thank you

    The FRM is an unhandled exception error message and the ORA message is to do with a problem in ORA_FFI.
    Place and exception handler with the code:
    EXCEPTION
    WHEN OTHERS THEN
    FOR i IN 1..Toll_Err.NErrors LOOP
    PAUSE;
    Tool_Err.Pop;
    END LOOP;
    END;
    Regards
    Grant Ronald
    Forms Product Management

  • FORMS - FRM-40735 ERROR

    Hi.
    I've created a new application which provides the customer's commercial analysis. There are 3 text-items in my form where user fill them with the following: Establishment, Customer_id and the Period(in days) for the consulting.
    After that the 'key-next-item' trigger calls my procedure 'update_details' in which I've put a common 'select' that'll provide the customer first sales date. Although I've faced troubles with this procedure.
    The form doesn't run out correctly. It raises the FRM-40735 for the user and when it runs by debug mode raises:
    'PDE-PXC002 Program unit execution aborted due to unhandled exception(1722).' Why is it? Could someone help me?
    Following the Select Code:
    BEGIN
    SELECT MIN(sales_date)
    INTO :first_sales_date
    FROM sales
    WHERE (esb_cod = :esb and
    cust_id = :cust);
    END;
    Thank you,
    Anderson

    What's the error message the user is getting? FRM-40735 is not enough. We need the text of the error message:
    FRM-40735: ..... trigger raised unhandled exception ......
    The important bits are the name of the trigger that failed and more importantly what the unhandled exception was.
    I can see two possible things going wrong with your code:
    TO_DATE(SYSDATE) might go wrong. SYSDATE is already a date, so there is no need to do a TO_DATE function again. In fact, it's probably causing an implicit conversion from SYSDATE to a string and then converts the string back to a date.
    The other thing is the TO_DATE('09/14/2001'). It's dangerous to do a TO_DATE without a format mask. If your session runs in European settings this will lead to errors since there is no 14th month.
    It's best practice (and much clearer for other developers) to include a format mask:
    TO_DATE('09/14/2001','MM/DD/YYYY')

  • FRM-40735 error in PROD sys

    hi,
    When Saving Data there is an error in production system:
    Error
    FRM-40735:WHEN-BUTON-PRESSED
    trigger raised unhandled exception
    ORA-01403
    Regards
    ***SBJ***

    Hi,
    When Click Details button the following message is coming
    FRM-40735:WHEN-BUTON-PRESSED trigger raised unhandled exception ORA-01403
    ORA-01403 :no data found
    ORA-06512 :at “APPS.MMI_RCV_COR_INTERFACE”,line 68
    EBS:11.5.9 base
    OS: Windows 2003 server
    This is customized module.
    Regards
    ***SBJ***
    Edited by: user13098774 on Jun 14, 2010 1:33 AM

  • FRM-40735 Error when trying to add an employee as key member for a project

    FRM-40735: ON Insert trigger raised unhandled exception ORA-06502 in PAXPREPR when trying to add an employee as key member for a project
    Tried generating FND log messages to see if it shows any error messages but it didn't show any specific error.

    Error ORA-06502 says PL/SQL: numeric or value error.
    The Error could be in the data already exist in the system for key members. If this Project was created using APIs, there are possibilities that some other character( i.e. next line chracter ) got entered in the column value which Form "PAXPREPR" is not able to fetch or update.
    You can query the key member data from back-end to check if any data corruption is there. you may require data-fix to correct that.
    AB

  • FRM-40735 Error While openings Forms

    Sawwan,
    We did cloning , every thing went smooth, No issues before, When ever we are trying to access forms getting error
    11.5.0.2 and 10.2.0.4
    FRM-40735:ON_ERROR Trigger Raised Unbundled exception ORA-06508
    Thanks

    Sawwan,
    Invalids List..
    SQL> select count(*) from dba_objects where status ='INVALID';
    COUNT(*)
    204
    Here is error_log information
    error_log" [Read only] 13 lines, 1711 characters
    [Fri Sep 18 13:35:41 2009] [notice] FastCGI: process manager initialized (pid 58
    97)
    [Fri Sep 18 13:35:42 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19
    [Fri Sep 18 13:35:41 2009] [notice] FastCGI: process manager initialized (pid 58
    97)
    [Fri Sep 18 13:35:42 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19
    configured -- resuming normal operations
    [Fri Sep 18 13:37:48 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 13:38:19 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 13:40:46 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 13:40:46 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 13:40:58 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 13:43:32 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Sep 18 15:04:10 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist:
    /comn/portal/xxxxxxxx_oraapp05/favicon.ico
    [Fri Sep 18 15:12:17 2009] [error] [client xxx.xxx.xxx.xxx] client denied by serv
    er configuration: /comn/java/java
    [Fri Sep 18 15:12:17 2009] [error] [client xxx.xxx.xxx.xxx] client denied by serv
    er configuration: /comn/java/java
    @

  • FRM-92101 error message

    Hello all,
    I have oracle and form 10g running under XP sp2. When running my form, i have the message error FRM-92101 in my first page with no executable code, it does nothing until i press a button. Last day, i had added webutil into my project and test it. It works fine. I had checked the pasts posts in the forum. but i don't find any answer to my problem. Nothing in my trace folder \forms\trace.
    Here is my java consol log.
    I had delete my .fmx file and recompile my program but the problem persists.
    Loading http://wbcla.aaaa.ca:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://wbcla.aaaa.ca:7778/forms/java/frmall_jinit.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Loading http://wbcla.aaaa.ca:7778/forms/prod_ico/cla_ico.jar from JAR cache
    Loading http://wbcla.aaaa.ca:7778/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.2
    oracle.forms.net.ConnectionException: Forms session <84> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedByte(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.net.StreamMessageReader.run(Unknown Source)
    java.lang.NullPointerException
         at oracle.forms.handler.FormWindow.handleWindowActivated(Unknown Source)
         at oracle.forms.handler.FormWindow.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.fireBooleanPropertyChanged(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setActive(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.BaseWindowManager.transferActivationForward(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.BaseWindowManager.windowRemoved(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processDesktopEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.removeWindow(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.close(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.dispose(Unknown Source)
         at oracle.forms.handler.DialogThread.doAlert(Unknown Source)
         at oracle.forms.handler.DialogThread.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks.
    MK.

    does this occur with all your forms-modules or just with a specific one?
    If a specific one, try to remove the webutil-objects from the form and try again.
    If you added webutil, did you also put webutil.pll and webutil.olb to your runtime-directory??
    Last try:
    do a full recompile of your moduel ctrl+Shift+K (at least in german version).
    hope this helps

  • Ora 02292 FRM 40735

    I have a form with two data blocks. There is a foreign key relationship between the two tables. Let me give an example. If I have two tables with the following primary keys:
    Folder (folder_id);
    Message (message_id, folder_id);
    I want to write a trigger that will update the key in Message:
    BEGIN
    UPDATE Message
    SET folder_id = 8432
    WHERE sender = :VARIABLE;
    END;
    If I try this, I get the ora 02292 FRM 40735 error message within the Forms runtime. I know that it has to do with the primary key integrity constraint, which is obvious. Is there a way around this?

    I treid the following:
    CREATE TABLE FOLDER (FOLDER_ID NUMBER NOT NULL, FOLDER_NAME VARCHAR2(20));
    ALTER TABLE FOLDER ADD CONSTRAINT FO_PK PRIMARY KEY (FOLDER_ID);
    CREATE TABLE MESSAGE(MESSAGE_ID NUMBER NOT NULL, FOLDER_ID NUMBER NOT NULL, SENDER VARCHAR2(30));
    ALTER TABLE MESSAGE ADD CONSTRAINT ME_PK PRIMARY KEY (MESSAGE_ID,FOLDER_ID);
    ALTER TABLE MESSAGE ADD CONSTRAINT ME_FO_FK FOREIGN KEY (FOLDER_ID) REFERENCES FOLDER (FOLDER_ID);
    INSERT INTO FOLDER (FOLDER_ID, FOLDER_NAME) VALUES (1, 'Folder 1');
    INSERT INTO FOLDER (FOLDER_ID, FOLDER_NAME) VALUES (2, 'Folder 2');
    INSERT INTO MESSAGE(MESSAGE_ID, FOLDER_ID, SENDER) VALUES (11, 1, 'Sender 1');
    INSERT INTO MESSAGE(MESSAGE_ID, FOLDER_ID, SENDER) VALUES (22, 2, 'Sender 2');
    UPDATE MESSAGE SET FOLDER_ID=1 WHERE SENDER='Sender 2';
    UPDATE MESSAGE SET FOLDER_ID=3 WHERE SENDER='Sender 2';
    ORA-02291: Integritäts-Constraint (HR.ME_FO_FK) verletzt - übergeordneter Schlüssel nicht gefunden
    DELETE FOLDER WHERE FOLDER_ID=1;
    ORA-02292: Integritäts-Constraint (HR.ME_FO_FK) verletzt - untergeordneter Datensatz gefundenSo did you try to call your update manually in SQL*PLUS. I should show you the violated constraint with that you can check where the error lies.

  • Error message in Fomrs 6i (6.0.8.23.2)

    Hello,
    I get this error message when I run a form by using ifrun60.exe :
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ora-06508.
    I have read several notes with this error message and one explaination is like this:
    While executing a Form with attached libraries you receive a FRM-40735 error with the following underlying error:
    ORA-6508 PL/SQL: could not find program unit being called.
    I do not get this error when running the form from Forms Builder. I have tried to compile the libraries and reattached them to the form, but without success.
    The FORMS60_PATH is set correctly.
    Hope someone can help
    Regards
    Roar

    What Zafer has suggested is correct.
    If you are using Forms5 then make sure that in your windows "Registry" setting,
    FORMS50_PATH points to the directory where the .pll's are saved.
    If you are using Forms6i, then FORMS60_PATH should be set up to point to the correct directory.
    NOTE
    When attaching libraries to the forms module, ensure that "Path" is not included.
    Remove Library Path : Choose Yes

  • FRM-40735: WHEN-VALIDATE-ITEM trigger raised unhandled exception ORA-01403

    I am trying to make a manual payment in the APXPAWKB form (Form Version : 12.0.223.12010000.68). When I tab out, after selecting the Payment Document, I am getting the "+FRM-40735: WHEN-VALIDATE-ITEM+" error. Please help.
    I am working on R12.1.1. I used the Payment type - Check
    Regards
    Reem

    Hi;
    Its generic error,I suggest review:
    Resolving FRM-40735 Errors [ID 61579.1]
    Regard
    Helios

  • Error message not descriptive FRM-40509

    Hi,
    Whenever i have any update error, i get this error as FRM-40509 error: unable to update record. I can see this error only when i click on f1 or show error key.
    How can can i display actual message without going to click on on f1 or show error
    appreciate your help
    regards
    ahmed

    Yes, i tried with on-error. below is the code
    BEGIN
    DECLARE
    err_code CONSTANT NUMBER := ERROR_CODE;
    err_type CONSTANT VARCHAR2(3) := ERROR_TYPE;
    server_err NUMBER := abs(DBMS_ERROR_CODE);
    server_msg VARCHAR2(2000) := DBMS_ERROR_TEXT;
    constraint_name VARCHAR2(61);
    BEGIN
    IF (err_type = 'FRM' AND
    err_code IN (40506, 40508, 40509, 40510, 40702) ) THEN
    /* Remove recursive errors from the top of the stack */
    WHILE (server_err = 604) LOOP
    CGTE$POP_ERROR_STACK(server_err, server_msg);
    END LOOP;
    /* Check and report the generic constraint violations */
    IF ( CGTE$CHECK_CONSTRAINT_VIO(server_err, server_msg) ) THEN
    ep_form_errors.RAISE_FAILURE;
    END IF;
    /* Check and report the constraint violations specific to this block */
    constraint_name := TST_CONSTRAINT(server_msg);
    /* FK - Parent key not found */
    IF (server_err = 2291) THEN
    IF (constraint_name = 'TST_L1323_FK') THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(13, 'This <p1> does not exist', 'Tool Name'), 'E', 'OFG', 13);
    ELSIF (constraint_name = 'TST_L1325_FK') THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(13, 'This <p1> does not exist', 'Measure Type' ), 'E', 'OFG', 13);
    ELSIF (constraint_name = 'TST_L1326_FK') THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(13, 'This <p1> does not exist', 'Probe Type' ), 'E', 'OFG', 13);
    ELSIF (constraint_name = 'TST_L1324_FK') THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(13, 'This <p1> does not exist', 'Run Type)' ), 'E', 'OFG', 13);
    ELSIF (constraint_name = 'TST_SVC_FK') THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(13, 'This <p1> does not exist', 'Service company Code' ), 'E', 'OFG', 13);
    ELSE
    ep_form_errors.PUSH(server_msg, 'I', 'OFG', 0);
    END IF;
    ep_form_errors.RAISE_FAILURE;
    END IF;
    /* FK - Child record found */
    IF (server_err = 2292) THEN
    IF (err_code = 40510) THEN
    ep_form_errors.PUSH(server_msg, 'I', 'OFG', 0);
    ELSIF (err_code = 40509) THEN
    ep_form_errors.PUSH(server_msg, 'I', 'OFG', 0);
    END IF;
    ep_form_errors.RAISE_FAILURE;
    END IF;
    END IF;
    IF (err_type = 'FRM' AND
    err_code IN (41105, 41106, 40702) ) THEN
    IF (err_code = 41105) THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(35, 'Query of <p1> must be in context of <p2>', 'Tests'), 'E', 'OFG', 35);
    ep_form_errors.RAISE_FAILURE;
    ELSIF (err_code = 41106) THEN
    ep_form_errors.PUSH(ep_form_errors.MSGGETTEXT(36, 'Insert of <p1> must be in context of <p2>', 'Tests' ), 'E', 'OFG', 36);
    ep_form_errors.RAISE_FAILURE;
    END IF;
    END IF;
    IF (err_type = 'FRM' AND
    err_code = 40735 AND
    server_err != 0 ) THEN
    /* Remove recursive errors from the top of the stack */
    WHILE (server_err = 604) LOOP
    CGTE$POP_ERROR_STACK(server_err, server_msg);
    END LOOP;
    /* If error not found, issue default message */
    ep_form_errors.PUSH(err_type||'-'||to_char(server_err)||': '||server_msg, 'I', 'OFG', 0);
    ep_form_errors.RAISE_FAILURE;
    END IF;
    /* If error not found, issue default message */
    ep_form_errors.PUSH(err_type||'-'||to_char(err_code)||': '||ERROR_TEXT, 'I', 'OFG', 0);
    ep_form_errors.RAISE_FAILURE;
    END;
    END;
    Message was edited by:
    user642673

  • FRM-40735: ON-ERROR triggers raised unhandled exception ORA-06508

    I get the following error message: FRM-40735: ON-ERROR triggers raised unhandled exception ORA-06508
    after login in a Web forms application.
    I tried the solution as described in the Headstart Manual, e.g. recompiling the libraries in the specified order.
    All the libraries are in the working directory and has been included in FORMS60_PATH.
    All the involved stored procedures and packages are valid.
    the same application works fine as C/S.
    Any clue?
    Used configuration:
    Forms 6i
    Designer 6i r 4.11
    Headstart 6.5
    Oracle 8.1.7.4
    Oracle 9ias r 1 running on Sun Solaris 64bit version 5.8

    This is actually a pretty generic error and I would suggest running through the debugger to see the line of code it is actually failing at - that may make it easier to track.
    Regards
    Grant Ronald
    Forms Product Management

Maybe you are looking for

  • Create a new File from java code

    Hi, I'd like to create a new File on IFS, using Java code. Moreover, this file will be an image file, and I'd like to store meta data with this file... and then execute a search on this meta data. I know it must not be very difficult to do, but I can

  • External Hard Drive not showing in finder

    Hi, I have done an unsafe eject two weeks ago of my external hd. When I try to connect the hd again it doesn't show in finder. I've tried the disk utility but that doesn't work. Are there any other ways to get the hd working again?

  • Need some help here

    Ok here's whats going on: I'm making a portfolio using XML and AS3. Loading the XML is all fine, I put images in a loader using a for loop. However, i would like these images to be buttons and set a TextField.alpha at 1 when hovering the image. The p

  • HT3964 Imac shuts down after start up

    New hard drive in Imac when I power it on goes throught the process and then it shuts down, I have new memory as well.

  • Determine if Freeware or Licensed software

    Is there a way to validate a software installed in a workstation if its a free ware or a licensed-required software?