FRM-92101 when password expired

Hi there,
I have a custom login form. If the user's password has expired i am getting FRM-92101 error.
This is the code i have when the user clicks on connect button
IF (lv_errnum = 28001) -- password expired
THEN
al_id := FIND_ALERT ('ERRS');
SET_ALERT_PROPERTY
(al_id,
alert_message_text,
'Your password has expired. Please enter a new password in the next pop up window.'
al_button := SHOW_ALERT (al_id);
LOGOUT;
LOGON (:logon_block.username,
:logon_block.PASSWORD || '@' || :logon_block.dbconnect,
TRUE
RETURN TRUE;
At LOGON, 92101 is occuring, oracle's default change password block is not popping up. I want it to pop up.
Can anybody help me??
Thanks

Instead of hardcoding values, i created another datablock to accept new values and moved LOGON to the OK button.
My old code has been modified as
ELSIF (lv_errnum = 28001) -- password expired
THEN
al_id := FIND_ALERT ('ERRS');
SET_ALERT_PROPERTY
(al_id,
alert_message_text,
'Your password has expired. Please enter a new password in the next pop up window.'
al_button := SHOW_ALERT (al_id);
message('before msg level');
message('before change pwd');
go_block('Chg_pwd');
RETURN TRUE;
When button pressed for OK button
message('begin ok button');
LOGON(LOGON (:chg_pwd.uname,
:chg_pwd.new_pwd || '@' || :logon_block.dbconnect,
TRUE
Even before message, 'before change pwd' shows up, 92101 pops up.
I have another question, how do you force oracle default password change pop up to show up?
Thanks

Similar Messages

  • FRM-92101 when creating excel file through webutil

    I am getting forms error FRM-92101 error when loading a large amount of records into an excel file using webutil
    FRM-92101
    A Network Error has occurred
    The forms client has attempted to reconnect to the server 1 time(s) without success
    I can successfully create the excel file without the the FRM-92101 when loading only 100 out of 2,000 records from the datablock.
    But if I try to load 1,000 out of the 2,000 records then in the middle of the loading process I get the FRM-92101 error.
    What is causing this error? A timeout issue with forms? How much the excel file can actually handle? Could it be an security issue on the network?
    What can be done to remedy the problem? Just save data little bits at a time?
    Thanks,
    Michelle

    I was running the form from my DS and when I put the form on the application server there were no FRM-92101 errors.
    I'm not sure why running the form from my DS caused this error and running the form from the application server didn't?
    Thanks,
    Michelle

  • FRM-92101 when user tries to log on with invalid password

    Hi,
    We have the following issue.
    When users try to log on to our webforms applications with correct user name and password everything works fine.
    When they try to logon and use (by accident) an incorrect password they do not get the expected ORA-1017 invalid username/password; logon denied but a FRM-92101 - There was a failure in the Forms Server during startup ....
    Any help is appreciated!

    B.t.w. the application.log on the Oracle Application Server shows the error text:
    java.io.IOException: FRM-93000: unexpected internal error.
    Details: No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534).

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following error:
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    oracle.forms.net.ConnectionException: Forms session <1> 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.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • FRM-92101 when openning a particular form

    Hello,
    When opening a particular form, users are encountering the error message:
    FRM-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration
    We have many more forms in the application. Those are working fine.
    Details:
    OAS is 10.1.2.0.2 on windows 2003 server
    Database 10.2
    Could you please have a look on the issue.
    Regards,
    murali

    Hi,
    If you have access to metalink I recommend you this note :
    [url https://support.oracle.com/CSP/main/article?cmd=show&id=189867.1&type=Not]Master Note for: Forms: 9.x and 10.x: Troubleshooting FRM-92050, FRM-921xx [ID 189867.1]
    I also use a tip when I encounter this problem that consist on making a search/replace pl/sql : search the string "*;*" and replace it by the same "*;*" .
    That make to whole forms to be recompile for sure.
    And it works for me.
    Regards
    JeanYves

  • FRM-92101 when calling forms.

    Hello Everybody!!
    I'm trying to call a form from another using: web.show_document('http://tierra.cantv.net:7778/forms90/f90servlet?config=webutil&form=ADJUNTAR_ARCHIVO&id_caso=' || :id_caso); inside a push button.
    My first form (the caller) run fine, but when i push the button a FRM-92101 appear in the applet of the second form (the calle).
    The complet mesagge of this error is "A failure has ocurred on the server. You will need to reestablish your session"...I don´t know why the session was lost.
    My forms version is 9.0.2.9.0 and the AS version is 9i rel 2.
    Thanks so much.
    Beatriz.

    Thanks for your answer Frank!
    Can you refer me a link to read about this known issue, or doesn't have solution in 9i? :S...in this momment i can't install 10g :(
    Beatriz.

  • FRM-92101 when tringing to display jpg.

    Hi all,
    We have a form that displays the blob held in the database. It is saved as a JPG and uploaded but when we open the form we get FRM-92101 and the applet crashes.
    If we resave the jpg in paint or another such program it is fine so we know the image must be corrupt or in an incorrect format.
    Can anyone suggest a way of checking the validity of an image to ensure it is viewable on the form before we upload so we can stop people doing this?
    We run 10.1.2.3 application server with 10.2.0.5.0 database
    Thanks

    Hi, yes this is what i am trying to do. Before uploading the JPG, check it is a valid file.
    Not sure how i can check this, as when i display it just crashes the forms applet.
    I was trying to find the valid format in this thread but had not had any input.
    Valid TIFF, JPG images

  • FRM-92101 when trying to launch test.fmx on new installation

    Hi,
    I installed AS10g 10.1.2.0.2 Infrastructure and BI Forms on OEL5, installation seemed to go fine, but when I tried to launch the demonstration form, I get this FRM-92101 error and a Java exception notification in the applet window. I'm pretty sure I have installed all the dependencies & prereqs. The global-application.log says:
    12/04/04 16:00:11 dms: Stopped
    12/04/04 16:00:11 defaultWebApp: Stopped
    12/04/04 16:00:11 Stopped (shutdown executed by jazn.com/admin from 127.0.0.1(localhost.localdomain))
    The Application log tells me the form session failed because there was an error loading shared libraries: libXm.so.2
    When I 'locate' this libXm.so.2 its there in $ORACLE_HOME/lib
    Can someone please point me in the right direction on this?
    Sean

    I recommend double-checking all of the configuration changes you made to ensure there are no typo's and all of the required libraries are referenced. For example, I've see where people have removed the frmall.jar assignment to the archive variable in the formsweb.cfg (archive=frmall.jar).
    Craig...

  • Frm-92101 when try to run the test form

    dear all,
    i have just install OAS 10g rel 2 on windows 2003 server
    when i try to call http://apps10
    - where apps10 is the server name -
    welocme sreen get ok
    when i try to access a test form
    http://apps10/forms/frmservlet?form=test.fmx
    i got frm error frm-92101 and details are following :
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    oracle.forms.net.ConnectionException: Forms session <4> failed during startup: no response from runtime process
         at oracle.forms.net.HTTPNStream.getInfoFromServlet(Unknown Source)
         at oracle.forms.net.HTTPNStream.<init>(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Are you sure that all the file in the project is execuatable ?
    What error number you are getting, Can you post your VI.
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

  • FRM-92101 when scrolling through a data block on a form

    Folks,
    We recently converted a Forms 6i application to Forms 10g (re-compiled, little changes were requested). Running against an Oracle 10g database (10.1.2.3) on a Solaris server.
    When users scroll through the data block on a canavas after about 2 or 3 screens t hy get the wonderful error message FRM-92101, talking about an error in the Forms Server at startup... (Kinda silly since it is AFTER the Form has started running, but beyond the point).
    I have tried adjusting the # of rows buffered for datablock (started out at 0, changed to 25, 50, 100) and rows to display at once to 1, 10, 16 and we still keep getting this error.
    Can anybody suggest an solution or point me in the right direction to solve this issue?
    Thank you,
    Tony Miller| Consultant | MRE Consulting, Ltd.
    3333 Richmond | Suite 300 | Houston, Texas 77098 [email protected] | 713-844-6211 Consulting | Infrastructure | Outsourcing | Staffing

    Tony,
    I don't have your correct email address. Drop me a line at [email protected]
    Thanks,
    Monty

  • The dreaded frm-92101 when executing a database package :-(

    Hiya gang! Forms 10g on WIN2K hitting oracle database 10g.
    We have a database package with a function that calls the oracle dbms_ldap functions to do an ldap lookup in order to verify an ID. I can run it from SQL/Plus and it returns just fine.
    Connected with the same ID in forms causes frm-92101 (forms server failure) to happen. I know this is a catch-all error (which drives me nuts, this is a tool written for developers, by developers, we need more info to troubleshoot errors for crying out loud!) but I'm hoping someone out here will have run across this. Here's the code just in case:
            rc PLS_INTEGER;
         rc := ldap_security.ldap_login_verify(:control.login, :control.passwd);
         if rc = 1 then
              message('verified',acknowledge);
         else
              message('verification failed',acknowledge);
         end if;Now I don't believe its the function itself, as it runs just fine from SQL/Plus. It's got to be something to do with calling it from forms.
    I put it up on the app server (solaris) and I get the same error there as when running it from my PC.
    Has anyone had success with validating via ldap from forms?
    Thanks for any info,
    Gary
    Message was edited by:
    Gary

    DOH!
    Just before the call to the ldap_security function, I issue a logon statement. The trouble was, I had originally coded an on_logon trigger with the text of "null;" when I created the form and promptly forgot about it.
    When logon was called, control went to the on-logon trigger which just exits. It bombed because I wasn't really logged in! You mean to tell me forms could not tell me I wasn't logged in but just gave the frm-92101 error!?
    If you issue a select without being logged in, you get a "not connected to Oracle" message. If you try to run a database function inside a package, you get the frm-92101 error.
    Anyway, I deleted the on-logon trigger and all is good.
    Gary
    Message was edited by:
    Gary

  • Can we pass values to Oracle Default window when Password expired?

    We are using our own login form to login to our Oracle Form based application. All the passwords are encrypted as per our system design and hence password changed outside ( through SQLPLUS, TOAD ..etc) our application will block the user to be login to our system.
    Now we are implementing the passowrd expiration logic through "PROFILES".
    When the user's password is expired then if user is trying to loginb, oracle Form displays its default screen with the below three fields to change the password
    1.Old passowrd
    2.New password
    3.Re enter password
    Since we have implemented our own encryption method, we should not allow the user to enter new password in oracle's default window.
    Instead we have to use the new password entered in our application, it will be encrypted and passed it directly to the oracle's default window and User should be able click ONLY the "OK" button other fields should be disabled.
    In this way we will be able to change the old password with new encrypted one.
    is it possible? is there any alternative to this?

    Hi,
    My requirement is exactly the same as yours, can you please let me know what did you do to overcome the Oracle Forms Default change password screen.
    Regards,
    Praveen

  • FRM-92101: Load Balancing Forms 10g with Web Cache

    Hi,
    I´m having some problems with Oracle Forms and Webcache 10g and I was wondering if you
    could help.
    Machines: (Pentium IV 2.6 GHz; 2GB RAM; 80GB HD)
    A. Red Hat Linux AS 2.1
    Oracle AS 10g - Infrastructure Installation
    B. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    C. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    I didn´t apply any Patchsets of Oracle AS 10g. My current version is 9.0.4.0 .
    Goal:
    Use Oracle Webcache 10g on machine B for Load Balancing an Oracle Forms Application
    on machines B and C.
    Facts:
    The Oracle AS 10g installation on the 3 machines was made without problems.
    The Forms Applications are running without problems on both Forms servers in machine B and C.
    Symptoms:
    I´m getting the following error when I try to acces the forms application through Webcache:
    FRM-92101: There was a failure in the forms server during startup.
    This could happen due to invalid configuration.
    Please look in the web-server log file for details.
    But, this error happens ONLY when BOTH OC4J_BI_Forms instances (machines B and C) are
    running.
    When just one of the OC4J_BI_Forms is running everything works fine.
    Webcache Configuration:
    I´ve followed Metalink note 207668.1: Configuring Web Cache as a Load Balancer for Application Servers
    step by step to make the configuration of the following components:
    1. Configuration of the origin servers
    2. Configuration of Site definitions
    3. Configuration of Site to server mapping
    After that, I´ve follwed the Metalink note 229900.1: Integrating and using Web Cache with Forms 9i for Load Balancing
    step by step to make the configuration of the following components:
    4. Session Binding
    Then I try to test the Load Balancing and I got the error FRM-92101 when both OC4J_BI_Forms
    instance were running.
    I´ve searched Metalink and found note 268830.1: Webcache Won't Load Balance 2 Forms Instances.
    Following the note instructions I did the following changes:
    Added these lines at the end of HTTPD.conf (machine B):
    CookieTracking On
    CookieName myformscookie1
    Added these lines at the end of HTTPD.conf (machine C):
    CookieTracking On
    CookieName myformscookie2
    In Webcache configuration:
    I´ve Changed the default session binding from JSESSIONID to "ANY SET COOKIE" for the
    site's session binding.
    But even after these changes I´m getting FRM-92101 error on the same conditions.
    How can I solve this problem ?
    Thank you in advance.
    Marcus Santos.
    ([email protected])

    Just ran into this problem last Tuesday, Nov.30 and applied the changes today.
    My configuration is similar to yours: 9.0.4 web cache on machine A, 9.0.4 10gAS forms and reports standalone on machine B and C (not a cluster, no infra).
    I appended the Cookie lines you mentioned in httpd.conf located in $ORACLE_HOME/Apache/Apache/conf in both machines B and C.
    One important thing you may have missed. After changing httpd.conf in each 9iAS instance, you need to make the change known to dcmctl so issue:
    dcmctl updateConfig -ct ohs
    Then do the following for each 9iAS instance and it should be ready for webcache:
    dcmctl stop
    dcmctl start
    Setup Any-set-Cookie in webcache instead of JSESSIONID and the whole thing should now work. You can run a form through machine A which will load balance to either machine B or C (which can both be up). Then, try shutting down 9iAS on machine B or C and run a form again. They now all work.
    HTH,
    Raffy

  • FRM-92101: Load Balancing Forms 10g with Webcache

    Hi,
    I´m having some problems with Oracle Forms and Webcache 10g and I was wondering if you
    could help.
    Machines: (Pentium IV 2.6 GHz; 2GB RAM; 80GB HD)
    A. Red Hat Linux AS 2.1
    Oracle AS 10g - Infrastructure Installation
    B. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    C. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    I didn´t apply any Patchsets of Oracle AS 10g. My current version is 9.0.4.0 .
    Goal:
    Use Oracle Webcache 10g on machine B for Load Balancing an Oracle Forms Application
    on machines B and C.
    Facts:
    The Oracle AS 10g installation on the 3 machines was made without problems.
    The Forms Applications are running without problems on both Forms servers in machine B and C.
    Symptoms:
    I´m getting the following error when I try to access the forms application through Webcache:
    FRM-92101: There was a failure in the forms server during startup.
    This could happen due to invalid configuration.
    Please look in the web-server log file for details.
    But, this error happens ONLY when BOTH OC4J_BI_Forms instances (machines B and C) are
    running.
    When just one of the OC4J_BI_Forms is running everything works fine.
    Webcache Configuration:
    I´ve followed Metalink note 207668.1: Configuring Web Cache as a Load Balancer for Application Servers
    step by step to make the configuration of the following components:
    1. Configuration of the origin servers
    2. Configuration of Site definitions
    3. Configuration of Site to server mapping
    After that, I´ve follwed the Metalink note 229900.1: Integrating and using Web Cache with Forms 9i for Load Balancing
    step by step to make the configuration of the following components:
    4. Session Binding
    Then I try to test the Load Balancing and I got the error FRM-92101 when both OC4J_BI_Forms
    instance were running.
    I´ve searched Metalink and found note 268830.1: Webcache Won't Load Balance 2 Forms Instances.
    Following the note instructions I did the following changes:
    Added these lines at the end of HTTPD.conf (machine B):
    CookieTracking On
    CookieName myformscookie1
    Added these lines at the end of HTTPD.conf (machine C):
    CookieTracking On
    CookieName myformscookie2
    In Webcache configuration:
    I´ve Changed the default session binding from JSESSIONID to "ANY SET COOKIE" for the
    site's session binding.
    But even after these changes I´m getting FRM-92101 error on the same conditions.
    How can I solve this problem ?
    Thank you in advance.
    Marcus Santos.
    ([email protected])

    Did you ever Get this to work?
    I am having some problems trying to load balance with Oracle Forms, Discover and reports Oracle Application Server Release 10g (9.0.4.0.2) and I was wondering if you could help. Has any one ever got this to work consistently? We are an ERP product written mostly in forms (904) and are trying to implement are largest customer there performance issue so we need the load balancing to work. Will also accept other recommendation as cost effective as solutions.
    Site 1:
    A: SERVER –
    •     Host as1.xyzco.local
    •     Version 10.1.2.0.2
    •     Installation Type Identity Management and Metadata Repository
    •     Oracle Home E:\oracle\inf_1012
    •     Farm as1db.xyzco.net
    o     HTTP_Server
    o     Internet Directory
    o     OC4J_SECURITY
    o     Single Sign-On:orasso
    o     Management
    B SERVER –
    •     Host as2. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o     Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    C SERVER –
    •     Host as3. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms – Discoverer and Reports
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o      Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    All servers Are:
    •     Windows 2003 Standard Server with current service packs
    •     Xeon Dual Processor with 4GB ram
    •     Raid 0 drives 2 for OS and 2 for Oracle
    Daniel Brody
    [email protected]

  • [FYI] FRM-92101 and scroll bar and form crash

    Forms 6i
    Windows 2k for app server.
    I have just spent three hours figuring out why I was getting a FRM-92101 when I deployed a form from my development app server to my test app server. Noted that the development server has patch 18 and uses cgi, not sure what patch the test server has but it uses servlet. Anyway the form worked perfectly on the dev server but would crash out with the error on entry in the form on the test server. Eventually I found the solution to be a scroll bar on a block, get rid of the scroll bar from the canvas and voila it worked. Ended up having to place the scroll bar on a stacked canvas to get it to work on the test server. I have already had to deal with a palette issue and those dark pink colours on deployment. Developed for a while on visual studio and never came across such annoying quirks as these.

    I use XP to develop so I was compiling it there and then copying it across to both servers. Should I compile forms on the app server where they are going to be served or have I picked you up correctly?
    Kind regards

Maybe you are looking for

  • I just reset my computer How do i get the music from my Creative Zen Touch onto my computer aga

    Hi, I just had to reset my computer and i lost all my music... how do i get the music from my Creative Zen Touch onto my computer so i can listen to music again on my computer?

  • Acrobat 9 PDF Printing Funny

    I have Acrobat 9 and the PDF files I get do not print correctly. They are either out of alignment or the biggest problem is some parts will print but the other parts are just a bunch of scattered around dots. Can you help me correct this problem?

  • Iphoto pics not recognized

    I take alot of pics that i download to iphoto, then transfer to friends, work, and other sites. lately my pics are not being understood by other computers, at work, the PC photo editor "cannot read file type" on another site "did not upload correctly

  • Change src of iframe in web page widget (CP 8)

    Hi there. I would like to know how can I dynamically change the src attribute of <iframe> defined in Web Widget in CP 8. I have tried  many things (for example getElementsById() command, written as an action of CP button) but it didn´t work. I´ve hea

  • Self-referencing relationship line is non-movable

    I am using Version 3.0.0.665 of data modeler. When I create a self-referencing relationship, the relationship line ends cannot be moved. They seem to be fixed. Is this the normal behavior. Any way to make them more flexible.