Tuesday, April 25, 2017

FRM 92101 There was a failure in the Forms Server during startup This c...


5 comments:

  1. FRM-92101 there was a failure in the forms server during startup

    Hi ,

    Recently i encountered a form Error

    FRM-92101 there was a failure in the forms server during startup while opening the forms 10G using forms URL . This was happening randomly . Initially I thought it was a Oracle database max session error because during the problem i seen after some fix no of sessions it was happening but not all the time.

    Finally i got the initial solution on internet then later from our DBA .The problem was with windows 2003 server . Here is the Solution.

    1. Go to Application server open Run>Services.msc>OracleFRHome1ProcessMangerService

    2.Right click on Service select properties.

    3.Click on LogOn Tab.

    4.Select checkbox “Allow Service to Entract with Desktop”

    5.Close Properties and Sercvies Window.

    6. Goto Run>regedit>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\

    7. Click on Right Hand Side Key window and Create New String Value

    Name =SharedSection , Value =1024,3072,1024

    8.Close the Registry Editor .

    9. Restrart the server.

    Note : This solution is for Forms 10 G Application Server Running on Windows 2003 Enterprise Edition.

    ReplyDelete

  2. frm-92101 Forms Server failure (only after 60 sessions are started)
    167928 Newbie
    167928 Nov 11, 2005 12:06 PM
    I get an 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.

    Everything works fine till the 60th user connects to my application. After which i get the above error. Now i havenot set any limit any where in any configuration files for 60 or 59 users.

    Can anyone shed some light on the matter. Also each user takes around 15MB memory from my server, this i believe is due to mod_perl . But still i have ample memory left. Application server gets 2 GB memory and after 60 users connect i still have another 1GB of memory left.
    Thank you



    ReplyDelete
  3. Here are the steps. Before using REGEDIT, backup your stuff just in case.



    Run Registry Editor (Regedt32.exe).
    From the HKEY_LOCAL_MACHINE


    sub tree, go to the following key:


    \System\CurrentControlSet\Control\Session Manager\SubSystems



    3. Select the Windows value. Right click -> Modify -> Value data -> then look for “Windows
    SharedSection=1024,3072,512 (default value)

    4. Increase the SharedSection parameter.

    For Windows NT:
    SharedSection specifies the system and desktop heaps using the following format:

    SharedSection=xxxx,yyyy

    Add ",256" or ",512" after
    the yyyy number.

    For Windows 2000, Windows XP, and Windows Server 2003:
    SharedSection uses the following format to specify the system and desktop heaps:

    SharedSection=xxxx,yyyy,zzzz



    For
    32-bit operating systems, increase the yyyy value to "12288";
    Increase the zzzz value to "1024".

    For 64-bit operating systems, increase the yyyy value to "20480";
    Increase the zzzz value to "1024".

    ReplyDelete
  4. This is for reference purpose only.

    1)backgournd -
    Os - linux redhat
    appl - DS 10g

    2 )wht i did
    i think This problem is related to the formsweb.cfg file.

    i was using Toad ftp while uploading and downloading the file and file get currupted.

    this file should be uploaded in Default format(not in ACII or Binary format)

    if possible pls do the changes in file in linux platform.

    do the original setting as it is and then configure the file

    ReplyDelete
  5. Dear Plz help to solve that:

    FRM-91129: no value specified for required environment variable Forms_Builder_ClassPath
    FRM-10039: Unable to start up the Form Builder.

    ReplyDelete

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...