FRM-10256 when running a form generated with headstart

I have installed Headstart 2.1.2.0.2 on an Oracle8 Enterprise 8.1.6 database. I'm using Designer 6.0.3.8.0 and Forms 6.0.8.8.0. I can access the Headstart supplied applications (eg. Foundation, Utilities, Demo), and I can generate forms from within Designer without error. When I try to run my new form I get the message 'FRM-10256: User is not authorised to run Form Builder Menu' followed by 'FRM-41810: Error creating menu'. The form displays correctly, but without any menu. I haven't installed Developer on the database, it runs solely from the file system. Can you help?

To quickly solve your problem, set the generator preference Menu-Roles->Generate Menu Security to NO. (on Application level).
After generation menu should be loaded but with no security check.
The better way, of course, is to use menu security but the solution is more complex.

Similar Messages

  • Windows 7 is Error reporting when running a program generated with in Labview LV 7.1!

    Dear Labviewer's
    Once back in the yaers I'd generated a program with  - Labview 7.1.
    Now I'm informed that the version LV 7.1 is not supported by Windows 7.
    Now when i try to run the Program generated by Labview 7.1.  in windows 7 , I get communication error by the serial port. 
    Is there somehow somthing I can do to get this work. Is there any Runtime engines From NI for Windows 7.?
    Please Feed back if anyone got info for help.
    4 Stars ...
    HFZ
    Solved!
    Go to Solution.

    Have you installed a newer version of the NI-VISA runtime engine that will work with Windows 7?
    The most recent on the NI website appears to be version 5.0.3.
    http://joule.ni.com/nidu/cds/view/p/id/2257/lang/en

  • FRM-18108:when openning my form(6i) with forms(9ids)

    Hi every one,
    i applicate the FMA wizard to upgrade my formtest from forms6i to forms9ids, when i try to open my formtest with forms9ids, i have this error:
    frm18108-can't load the objects .......
    Regards

    hi,
    my forms90_path key in base regestry have less than 256 char,
    but i try to open my formtest first wich call some pl/sql libraries and some objects library wich are defined in forms6i.
    Do you try to tell me that, i must recompile this objects before my formtest?.
    Regards.

  • Scrollbars problem when running a form with Sun Java instead of Jinitiator

    Hi All;
    Our forms are configured to run with the Sun Java instead of
    Jinitiator; functionality wise everything works fine, but when running
    the forms on the web there are 2 extra scrollbars
    (one vertical and one horizontal) in addition of the browser scrollbar.
    Note: This is does not happen when running the same form with Jinitiator (same configurations)
    Anyone encountered this situation or has an idea how to to get ride of the extra scrollbars ???
    Thanks.

    Thanks for your replay.
    I was able to make all forms working without scrollbars when running form developer at the desktop (windows os) without scrollbars
    but when I run them at the application server (Linux Red Hat 3 Enterprise), scrollbars are still there.
    I tried your suggestion but did not help
    here is the formsweb configuration
    [jdk15]
    baseHTML=base.htm
    jpi_classid=clsid:CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://server_name:port/forms/jinitiator/jre15012.exe#Version=1,5,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_12
    jpi_download_page=http://server_name:port/forms/jinitiator/jdk_download.htm
    baseHTMLJInitiator=basejpi_with_disableMDIScrollbars_param.htm
    archive=frmall.jar
    separateFrame=False
    splashScreen=no
    background=no
    width=975
    height=575
    form=xxxxx.fmx
    lookandfeel=Generic
    logo=no
    otherparams=useSDI=yes
    The window get maximized at when-new-form-instance.
    Does it has to do with the canvas or window height and width at the design time????
    Thanks.

  • Getting this error when running a form. HTTP Listner is not available

    I am using windows XP Professional. I have the 9i database running fine. I can launch form developer and connect to my database (which is on the same machine but in different homes.) I get a Http listner error no available when I go to run the form. I looked at my administrative settings for the HTTP listner service but I do not see it I only see the TNS lister.
    Does any one know what I need to do run a form successfuly with getting the HTTP listner error

    Hi,
    to start OC4J you go to start--> programs --> Oracle9i Developer Suite --> Forms Developer --> Start OC4J Instance
    Frank

  • FRM-92102 when accessing a form using a Load Balancer

    Greetings.
    We have two oracle application servers version 10.1.2.0.2 on windows 2003 running forms and reports. When just one a server is running everithing works fine, but when I start the second server the clients receive the message "FRM-92102 : A network error has occurred.The Forms Client has attempted to re-establish its connection to the Server 5 times without success.Please check the network connection and try again later" when the first form is called. In our coniguration the F5 Load Balancer is redirecting requests to the Apache ports in both Oas Machines, we are not using the webcache port. I read the note "FRM-92102 When Using A Software Load Balancer With Forms [ID 465583.1]" but this note applies when webcache is used. Our LBR is set using "insert cookie" persitent mechanism.
    I have the following questions:
    What configuration is needed in OAS files in order to use a LBR and avoid the FRM-92102 error?
    How can I debug or trace FRM-92102 issues?
    Thanks!
    Ramiro Ortiz.

    FRM-92102 is the result of the client not getting a response from the server (mid tier). This generally means only one of a couple of things:
    1. The mid tier which parented the Forms session is not responding. This could be because it is overloaded, the web server (OHS or WebCache) is failing, or something else is preventing the client from getting a response.
    2. Client requests are being routed to the wrong mid-tier server. This is usually the result of improper load balancer configuration or an LB failure. However, generally in this case FRM-92101 would result. If you are using an unpatch 10.1.2 installation, as I believe you are (10.1.2.0) then seeing either error may be possible.
    Regarding the note that discusses using Oracle WebCache for load balancing, regardless of whether you are using an Oracle product or hardware or whatever for loadbalancing, the same concept will apply. The load balancer must have session binding enabled. Understanding whether or not this is the problem should be fairly easy to determine. Simply shutdown one server. If everything works correctly, restart the second server. If the problem now occurs, you can likely assume you have a session binding issue and should likely refer to the load balancer's documentation or their Support group.
    Also, important to understand is that if the load balancer is designed to alter the header information in any way, the likelihood of failing Forms sessions is high. Forms is expecting very specific information in the header exchange. Some intermediate servers (load balancers, ssl accelerators, firewalls, etc) have been known to intentionally or unintentionally alter the header. Again, contact the vendor.
    If you are seeing that the client console is reporting 5 retry attempts, yet you have not set "networkRetries" in formsweb.cfg, this often suggests a critical tcp/ip failure. Often, but maybe not always, the result of a damaged header or other misconfiguration or failure outside of Forms.

  • Error 404 -- NOT FOUND when running a form in form 11g

    Hi All,
    I got this problem when I run the forms using internet explorer.
    I work on Forms 11g which uses weblogic 10.3 for web deployment of the forms.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can any one tell me where it went wrong.
    Thanks

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • Incorrect font displayed when running oracle form 4.5

    Hi,
    I created a couples of form using Oracle Form 4.0 . Now I
    install developer/2000 v1.3.2 to use Oracle Form 4.5.
    However, when I run my forms by using Oracle Form 4.5, all the
    text fonts are not displayed correctly ( I use font of Helvetica,
    with font size 14). If anyone know the reason, please tell me how
    to fix this problem. I appreciate it. Thanks
    null

    David,
    if you really want to deploy the Forms as a Web (and so launch from a browser) you need to set up the Forms Server
    and deploy your Forms to the Forms server. This will make the forms availabe by access from the URL
    e/g/ http://machinename/virtual_directory/forms_file.html
    the forms_file.html then points to the fmx you want to run.
    However, if you want to set this up you really need to look at the documentation (see the online manual) or look at the white
    papers on OTN.
    I could be that you coul still launch the client server version from a URL but I am not sure this would really work (
    what about lunching a .bat file from the URL and this bat file will countain the command line for running a form - that
    way you can test it from outside the portal to get it working first).
    regards
    Grant Ronald
    Forms Product Management

  • INOTHING DISPLAY WHEN RUN THE FORM,

    WHEN I WANT TO RUN MY FORM , NOTHING DISPLAY , BUT THE BROWSER OPENS
    PLEASE HELP
    THANKS

    Hi
    The Forms Builder 10.1.2 is NOT supported to be installed on Windows 7. but u can technically accomplish but is considered NOT supported by Oracle. I do not recommend attemting to install on Win7. u can use Virtual Machine on ur own lap installing Windows XP instead cause The Forms Builder 10.1.2 is Certified and Supported by Oracle
    If you have access to My Oracle Support, take a look at this document: How to Install Developer Suite 10.1.2.3 on Windows Vista (Doc ID 559067.1)
    Supported Operating Systems and other installation information can be found in the Installation Guide:
    http://download.oracle.com/docs/cd/B25016_08/doc/dl/core/B16012_04/chap2.htm#i1007814
    oracle form 10g supports Only Older Internet Explorer Versions e.g. Internet Explorer 6 or 7 cause IE9 is not certified for Oracle forms but if you want to run form on higher as urs then u have to
    1. replace the old jvm.dll with the latest version of jvm.dll ,*Warning* : although this is unsecure solution it works but on ur own risk
    2.Download the latest Java Runtime Environment( JRE )Version Java 6 Update 31 from herewhich fits for Windows XP, Windows Vista and Windows 7
    3.Modify ur formsweb.cfg save and restart ur IE finally try again
    **But The most preferable solution if you have access to My Oracle Support, take a look at this document: How to Install Developer Suite 10.1.2.3 on Windows Vista (Doc ID 559067.1)
    try to install the patch 7047034 via opatch on the client (Developer 10.1.2.3, Windows7 64bit)Otherwise Go back to 1 ! :(
    Hope this helps...
    Regards,
    Amatu Allah

  • My browser hides automatically when run my form ?

    hi all ,
    xp sp3
    database 10g rel2
    developer 10g rel2
    jre6 and jinitiator 1.3.1.22 installed together
    when trying to run a form , my browser appears , then closed automatically ,without running the form , or any message or error ?
    thanks

    The browser is likely crashing due to a conflict. Be aware that JRE 6 is only supported for use with Forms 10.1.2.3. I would recommend that you ensure the Forms version has been patched to 10.1.2.3 and I would also recommend uninstalling Jinitiator. If that does not correct the problem, likely the conflict is caused by another browser add-on. This is most commonly caused by an add-on toolbar. For example, Google, Yahoo, MSN, etc. Close ALL open browsers and uninstall the add-on toolbars then reboot and retest.
    Also, take a look at the Forms 10 certifications for client side.
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA

  • Error Message when running any form

    Besm Allah Alrahman Alraheem
    when I try to run any form I made this error message is appeared
    the message is :
    *"the instruction at"0x04fa0b58" referenced memory at "0x00000054".The memory could not be "read"*
    *click on OK to terminate the program*
    *click to canel to debug the program*
    and when I click ok or cancel the form doesn't run and return to design
    what does it mean and How I solve this error
    Although I remove ORACLE completely and install it again
    gazakom Allah khayran

    Besm Allah Alrahman Alraheem
    thanks very much for concern and reply
    Alhamd for Allah
    I found the solution
    I download another web browser firefox
    and I adjust form builder Edit---preferences----runtime------web browser location-----( the path of fire fox)
    and Idownload the initiator
    then
    forms has been run
    Alhmdo for Allah

  • Getting Error when running oracle form 10g

    Hi all, i have a problem when i run oracle form 10g.
    in the applet show like this :
    Loading http://abc:8889/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0
    Loading http://abc:8889/forms/java/frmall_jinit.jar from JAR cache
    Loading http://abc:8889/forms/java/jacob.jar from JAR cache
    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(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)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(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)
    Can anybody help me how to solve this problem ?
    Thanks,
    Iwan

    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    This tells me you are using a 3rd party or locally developed Java Bean to perform some type of print function. Is this correct?
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.Does your printtext.jar Java Bean need to open an HTTP connection in order to print?
    Have you been able to print in the past using this Java Bean? Where did you get the Java Bean?
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0Your form appears to be using WebUtil. Has it been successfully configured?
    Honestly, you need to list the following minimum information when you post a question; it gives us all or most of the information we need to help you and it eliminates the need for us to ask for this information. Please always include:
    * Forms Version (eg; 10.1.2.0.0 not 10g)
    * Java Version
    * Client OS version
    * What you were doing when the error occured.
    Craig...

  • Performance Issues when running 1.5.0_9 with servers

    Hi. We have an application in Java. We run it using 1.5.0_9 on Win2003 and have no problems when running it on single Intel CPU PCs and Servers. However, whenever we are finding that some higher spec servers are running the application significantly slower... around 30%. It seems that it's either a problem with the Enterprise version of Win2k3 or perhaps with AMD Opteron CPUs.
    Does anyone know of any known issues with Win2k3 Enterprise or AMD Opteron CPUs or simply any dual CPU technology?
    Thanks
    Edited by: gingerdazza on Jul 2, 2008 1:21 AM

    I'm able to recreate the problem where a section of a screen goes black using with the following config.
    JDK 1.7.0_06
    2 graphics cards
    3 monitors
    Create a New JavaFX Application Project (Hello World) in NetBeans 7.2. Once executed position the window so it spans two monitors, ensure the monitors are on seperate graphics cards and then hover the mouse of the Hello World button and one half of the window goes black. Positioning the window so it doesn't span a monitor draws the window correctly.
    Has anyone experienced this issue?
    Thanks.

  • Form does not appear when run through Form Builder

    Hello,
    We are trying to get a new installation of Form Builder 10g to work. When we try to run the form, the Forms Service browser comes up, but the form does not. We are likely missing a setting in some config file. Can anyone help us?
    Thank you,

    Thanks for your efforts.
    I have searched the forum, but maybe have not hit the correct key words yet. If you can suggest better search parameters than I have used, I will try again.
    The popup blocker settings are the same as on other PCs that work correctly.
    Our tnsnames is also good, as we are connecting through Form Builder.
    I tried researching the error message that was requested, but the error code and message did not match up.
    I would appreciate any other suggestions.

  • Browser blank when running a form from forms builder ??

    Hi,
    I am trying to run a form from forms builder.
    I have a form , compiles, and when I run the form nothing comes up in my browser.
    my browser is completely blank.
    I am running everything on my local machine.
    the steps I took.
    - downloaded jinit.exe, installed it.
    - started the OC4j
    - restarted my browser
    - then connect to my DB from forms builder - connects fine
    - Run the form
    but nothing is coming up when i run my form.
    I even restarted my machine and still nothing.
    What am I missing ??
    Thanks,

    This is a fairly common question. If you have the Jnit installed and OC4J running, then I would suggest you add the directory where your FMX is located to the FORMS_PATH in the 'DEFAULT.ENV' file located in the %DEVSUITE_HOME%/forms/server directory. The FORMS_PATH variable defines the SEARCH Path for Forms Applications so Forms can find your .FMX and .PLX files.
    You could also modify the URL and specify the Form='your_form_name.fmx', but I prefer adding the directory to the FORMS_PATH so I don't have to add FORMS="" for each different form I'm working on.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Graphic Card Upgrade for a HP Q815

    HP is telling me  that a NVIDIA GeForce 9600M GS is recomended for an upgrade on my IQ815 desktop touchscreen. But it only has 512MB of memory. i would like to put a NVIDIA GeForce 9600M GT has 1024MB of RAM on it or 1 dollar more. Could I put this o

  • Connecting laptop to wrt54Gs2

    I just purchased laptop and trying to connect  to router. I couldnt find connection and enabled file sharing on laptop by accident. Now when I turn on the laptop it is asking for windows password and id.  It never did this before. I cannot even get i

  • Placing image throws whole site off.

    Help. I've been trying to work this out for hours and hours - going over to my friends who has a pc. My site works just fine on most apple browsers.. but not microsoft ie. The problem is the main image creates extra space to the right when i have it

  • Trunking on Cat4000

    I wanted to know if I can set a port on a Cisco 4000 switch to trunk vlans x,y,z and have different workstations connect to that port on vlans x,y,z and achieve connectivity. I always thought that Trunking could only be achieved between two devices r

  • Flash CS4 unable to launch

    hi... I've installed flash CS4 without any problem. When I try to enter it, the program does'nt launch. I have an Acer Aspire with Windows Vista. Thank you. Sorry for my english.