*** Help me for error FRM-92100 while calling Form6i on Web ***

Hello,
I have NT server 4.0 on which following s/w are installed and setting is done as recommended.
- Oracle 8i database server in oracle_home ORACLE8i
- Oracle Web application server 4.0 in oracle_home OWAS4
- Developer 6i forms in oracle_home OWAS4
I have form that contains multi-record block and text-items on the canvas.
My problem is that when i call this Form from HTML as a applet, It shows me only window alongwith toolbar and not contents of window/canvas, and clicks on enter query and then execute query it does nothing as nothing is showed in window/canvas. But as I clicks on Next record, It gives me following error.
FRM-92100:Your connection to the server was interrupted. This may be the result of a network error, or a failure on the server.
Can anybody please help me ?.
Thanks
null

Hi Bhushan,
Your problem is due to lower version of Internet Explorer. If you use IE 5.0 with JVM 5 then you will not face the problem you mentioned.
Sudin
null

Similar Messages

  • FRM-92100 while Running Forns10g on web in Linux

    Hi All,
    While Running forms on web FRM-92100 saying
    Connection to the server was interrupted.
    I am doing this on linux.
    I got some advices clear jinitor cache but I did'nt got those.
    Is there any patch required for this.
    Would anybody know the cause & solution of this Error.

    Hi Bhushan,
    Your problem is due to lower version of Internet Explorer. If you use IE 5.0 with JVM 5 then you will not face the problem you mentioned.
    Sudin
    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

  • What are possible reason for error : FRM-40657

    Hi,
    There is 3 blocks in my form, Master Block, It's Deails and It's Details also.
    The Query Data Source for all the block is Procedure, because for each block the data is coming from one more table other than the DML table.
    But I am getting the error FRM:40657 while editing the data, the flow of the system is, if the data in the block satisfy certain condition, then that row should be saved to DML table. For eg, there is one column Status if the value of the status column is Valid then that row should be saved to DML table, all the data coming from the non DML table is InValid, and the data from DML table is Valid,
    but after loading, when I change InValid to Valid, because some rows the user want to change to Valid then obviously it should be saved to DML table , but I am getting this error, What could be the pblm...
    Thanks in advance

    Hi Mark,
    Thank U. No other user has updated the data. As I said, the problem occuring datas are coming from Table A, and let the user to modify the data, after the modification, copy of some records (based on the data after modification ) want to be saved to DML table, say Table B. But this error is getting while try to save the modifications. But no problem to save the DML table (Table B) data.
    Hope U understood the requirements. Thanks in advance.
    Rizly

  • Error FRM-92100 only on certain rows ..

    Hi All,
    I am deploying Forms 10g into Form Services iAS 10.1.2.0.2 on Linux RH AS 4. Clients are using WinXP SP1, IE 6.
    On a Forms, when I try to access a certain rows, I get Error : FRM-92100. But when I Access other rows, no error.
    Can any body give me clues, where to start to troubleshoot this kind of error ?
    Thank you very much,
    xtanto

    Ok- so what is specific about those rows - is it consistantly the same rows? If so, what if you create a simple test form and do the same action on those rows - and what do you mean by "access certain rows" - do you mean query?update?delete?
    Regards
    Grant ROnald

  • 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 [TOPLINK-6007] while calling a web service deployed on external oc4j

    hello everybody,
    Actually, I'm working on a project using oracle soa suite.
    I developped a web service that works fine when I deploy it using the embeded oc4j but when I deploy it on an external oc4j, I get the followed error:
    Internal Server Error (Caught exception while handling request: Exception [TOPLINK-6007] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException Description de l'exception : Descripteur absent pour [class riad.commun.bean.rh.agents.Agents]. Interrogation : ReadObjectQuery(riad.commun.bean.rh.agents.Agents))
    Can anyone help me? please it's urgent.........

    Hello,
    The error is stating there isn't a descriptor for the Agent class the app is trying to execute a query on. This could be due to improper mappings, but assuming Agent is mapped, is more likely due to a classloader issue. TopLink uses the classloader at login to initialize the descriptors and hash them on the Class objects. If the application uses a different classloader, descriptors will not be found for classes loaded from the new classloader. How are you obtaining sessions, and where is the session being used?
    Best Regards,
    Chris

  • Error in PeopleTools 8.48 while calling CI based Web Services from BPEL

    Hi All,
    I am working with a CI based web serives and using the PeopleSoft generated wsdl file while calling from a BPEL process. When I am using the same component in PeopleTools 8.47, it's working fine. But the same is NOT working when I'm using PeopleTools 8.48 using the same BPEL server and program.
    Here is the error message :-
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: oracle_endpoint: oracle_endpoint.
    Please help if you know the answer.

    Hi,
    You need to download all the associated xml schemas from PeopleSoft portal and store them in the path where you are creating BPEL process, it's different from what we used to do in PeopleTools 8.47 ( there was only one wsdl file), whereas in PeopleTools 8.48 you need to copy all associated xml schemas.
    But I m not able to find out why the native JAVA error is thrown, do I need to provide some patches?

  • Error FRM-92100 your connection to the server is interrupted

    Hi Friends
    when I try to open my attachment file by clicking open document.. the session is getting terminated this the issue ,In my previous post one of the Expert suggested to refer
    Metalink -> Master Note: Known Causes of the FRM-92100 Error In Forms [ID 756367.1] yes have refered and also refered OC4J_BI_Forms Instance Keeps Restarting Repeatedly [ID 338805.1] and find the
    cause
    This problem occurs when forms can not write into file :
    $ORACLE_HOME/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/default-web-access.log
    There are two known scenarios where this occured :
    1. The size of the file grew more than 2GB
    2. When the system runs out of disk space on the driver/volume where
    this file is located
    Note :
    1)when we checked the following file in our server (no such file exists in $ORACLE_HOME on both database and application tiers.
    2)And there is enough space in the disk
    Please advise on this ,your advise on this is highly appreciable
    Thanks
    Thilib

    Hi Friend
    Sorry we are just working in Sun Solaris, In my Particular machine i am using XP
    Database Server
    RDBMS : 11.2.0.2.0
    Oracle Applications : 11.5.10.2
    Hi Helios- Gunes E...
    And the link which send u send i am going through
    Troubleshooting FRM-92100 Issues In Oracle Applications 11i [ID 311019.1]
    In that i find to check view details
    I get this Error message in my application (View details)
    FRM:92100 -your connection to the server is interrupted ,this may be the result of a network error ,or failure in the server you will need to reestablish your connection
    Details
    Java Exception
    java.lang.SecurityException:showDocument url Permission denied
    at sun plugin2.maim.client MessagePassingExecutionContext show document(Unknown Source)
    at sun plugin2,appletPligin2manager$AppletContextmpl show document(Unknown Source)
    Please Suggest Why this error Occur
    Thanks
    Thiliban
    Edited by: 4777 on Feb 15, 2012 6:05 AM

  • ERROR FRM-92100

    sir i frequently get the following error on client machine
    "FRM-92100 your connection to the server is interrupted
    this may be the result of network error or a failure on the server you need to reestablish your session"
    pls guide what may be the reason
    i have 10as infrastructure and 10as form services running on my machine
    thanks with regards

    Hi!
    Did you took a look to the application server control screen (as a rule: server:1810)?
    Are all system components started successfully?
    What's about the Reports server?
    Regards

  • Help for error on remote procedure call

    Hi,
    while executing the below code, i am getting the error:
    ORA-00164: autonomous transaction disallowed within distributed transaction
    declare
    BEGIN
    Execute immediate 'declare
    v_id number;
    BEGIN
    fnm.PERFVESTADJUSTASOF@to_cefsd001 (v_id,sysdate , -1,-1, FALSE, FALSE);
    commit;
    END;';
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line(substr(sqlerrm,1,200));
    END ;
    Does anyone have any idea on this?

    Hello Roy,
    1) I dont understand the need to use an un-named PL/SQL block in Dymanic SQL, you can do the same directly as well.
    2) You are tyring to pass 'v_id' as a param to the remote proc/pkg but that is not initialized.
    3) Instead of using the COMMIT as a part of the DYMANIC SQL you can use it in the remote proc/pkg.
    Also, a ROLLBACK in the exception block of your remote proc/pkg can ensure proper error handling.
    If you can give us more insight on the above observations, that'll help us debug the problem.
    Regards,
    Madhu !

  • Error ORABPEL-11802 while calling Stored Procedure

    Hi,
    I am trying to call a stored proc in oracle through DB adapter in BPEL services.
    The procedure accepts custom data types only. I am able to assign values to each element in the custom data type but while executing the same it is throwing the error:
    ORABPEL-11802
    Unable to convert the XSD element db:THENUMBERRANGE whose user defined type is NUMBERRANGE. Cause: java.sql.SQLException: invalid name pattern: XYZ.NUMBERRANGE [Caused by: invalid name pattern: XYZ.NUMBERRANGE]
    The Stored Procedure code is as follows:
    --PROCEDURE setNumberStatus (
    --theNumberRange IN NumberRange,
    --theNumberStatus IN numberstatus,
    --userID IN userid,
    --returnStatus OUT CallStatus );
    --TYPE NumberRange is OBJECT (
    --StartNumber Varchar2(40),
    --EndNumber Varchar2(40),
    Please suggest me how to input data for object NumberRange.
    Any help on this is highly appreciated.
    Thanks,

    Hi,
    I have the same issue, but in my case I hae done all the accesses still i was getting the error, However finally what I figured out is that the JNDI name was wrong, so unable to make a databse connection at runtime. So Basically it was unable to find the object .... and causing the same error. Hope this tip also may be helpful for some body.
    --Khaleel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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.

  • 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

  • Error on WebMetods while calling IDOC Adapter

    Folks ,
    I am facing a problem calling IDOC adapter from WebMethod, I have all the configuration in ID and IDX1 .
    This is the error:
    <i><b>com.sap.mw.jco.JCO$Exception: No Service for system QUANTUM1, client 902 in Integration Directory</b></i>
    Regards,
    Manish

    Hi,
    did you create it exactly as specified:
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/beb13b00ae793be10000000a11402f/content.htm
    for QUANTUM1 and 902?
    I'm not sure what the ID of the system if the system
    is not the SAP...
    maybe you can just post the idoc via http adapter?
    REgards,
    michal

Maybe you are looking for

  • Convert rows to columns and put line break in between using t-sql

    Hi, I have a table with 5 columns..and my source data looks like this.. RecordID  ID    Display          AddressType   EmailAddress     1           1      GeneratedBy       From            [email protected]     1           1      ReceivedBy         To    

  • I cant even turn on my ipod

    and when i connect it to my computer, it has that beeping noise, but it wont show up in my computer

  • Updating tables from Java Stored Procedures

    "Oracle8i Tips & Techniques" says that Java Stored Procedures "should not modify any database tables" when called from Data Manipulation Language (DML) SQL (e.g. selects). I have a need to do this. Does any one know if I can call my Java from a PL/SQ

  • Configure standby database

    hi all; how many system r required to configure standby database i m configure standby database in a single(same) system where my primary database already running.if this possible or not i have configured my standby but when i start "c:\sqlplus sys@o

  • Manual Purchase Orders & getting Pegging Info

    Hi Experts, I've 2 questions - 1. I want to track Purchase Orders that were manually created in ECC, of sub-con type, in SCM/APO, once they get CIF'd out . How do I?? 2. Also, I've found a couple of function modules that can retrieve the pegging info