formsweb.cfg Custom Configuration Section

I want to create a section of custom configuration in my formsweb.cfg file that will work with any version of SUN JRE what a user has installed. I want to crush the parameters in our default configuration section, which forces the use of the SUN JRE version 6 update 22. Is this possible?

I've included the parameters that are present in our default configuration (below) in the hope that someone can help me to update these settings so that it runs with any JRE version (or even an update of Version 6) that the user has installed.

{code)

[ttmsmenu_anyJRE]
# Set the default SUN JRE with Java plugin 6 22
jpi_download_page = http://java.sun.com/javase/downloads/
# Parameter related to the version of the Java Plugin
jpi_classid = clsid:CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase = http://java.sun.com/update/1.6.0/jinstall-6u22-windows-i586.cab#Version=1, 6,0,22
# Parameter related to the version of the Java Plugin
jpi_mimetype = application/x-Java-applet; YPI-version = 1.6.0_22

# Using webutil
baseHTMLjinitiator = webutiljpi.htm
baseHTMLjpi = webutiljpi.htm
baseHTML = webutilbase.htm
Any help would be greatly, greatly appreciated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

Oh... I did not understand that specifying the Version 6, update 22 required that the client workstation must be this version OR higher installed. I thought that this meant that the user will be prompted to install the same even if the version specified a newer version (say 6 Version, last update 29) has been installed.

Well, B.11.11 works with Java 5 (1.5.0) and 6 (1.6.0). I can't say for Java 1.4. Essentially, your JRE will leave to the version specified in your Formsweb.cfg.

I am understanding that, by specifying the Version 6, update 22 in my custom configuration as the client workstation could have 6 Version, last update 29 (without ever installing the updated 22)? Or update 22 should be there in addition to the new update of the 29?

This is correct, if your application is configured to 1.6.0_22 and you have 1.6.0_29 installed on a client, the 1.6.0_29 version will be step-down automatically to 1.6.0_22. You need not have two installed updates.

Craig...

Tags: Oracle Development

Similar Questions

  • formsweb.cfg use JRE 7

    Installed: OL6 Update 4, Java 7 update 17, wls1036_generic.jar, Fusion of forms and reports 11.1.2.1

    I can access the forms on my desktop where I manually installed JDK/JRE 7 update 17. I'm going to hurt access from my laptop where I have not manually installed JDK/JRE 7. I'm trying to get the Forms Server to install to test my setup as follows. I would also prefer to have these parameters be dynamic, in that it still load the latest version of JRE 7.

    Parameters used in formsweb.cfg

    -jpi_download_page = http://www.oracle.com/technetwork/java/javase/downloads/index.htm

    -jpi_classid = clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA

    -jpi_codebase = http://java.sun.com/update/1.7.0/jinstall-7-windows-i586.cab#Version=1, 7.0

    -jpi_mimetype = application/x-java-applet



    Thanks in advance for any help/advice.

    First of all, you have to decide is whether or not you need to use Internet Explorer 64-bit. In most cases, there is no reason to use it. The default IE in Win7 is 32 bit, even if you use the 64 bit OS. This is important because you must use a 32-bit JRE with a 32-bit browser and 64 with 64. So, in your case because you also have XP clients, you need to configure to use JRE 32 bit on all the client machines.

    In General, if you can get a form to run in a browser version it will run in any version. So, that means that once you have configured any version of IE (32 bit) and all other versions configured for any version of FF, should work. If they don't, it means that you have a problem with browser configuration (e.g. security settings blocking the JRE) or there is a problem of compatibility between the browser and the JRE.

    This configuration should work for all the browser with forms 11.1.2.1 certified

    jpi_classid=clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA
    jpi_mimetype=application/x-java-applet;version=1.7
    jpi_codebase=http://java.sun.com/update/1.7.0/jinstall-7u17-windows-i586.cab#Version=1,70,17
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads
    

    Be sure to view the information of Client Certification forms for 11.1.2.1

    http://www.Oracle.com/technetwork/developer-tools/forms/Oracle-Forms-111210certmatrix-1886127.xls

  • Regarding the HEIGHT in file formsweb.cfg

    Hi all
    I work in Forms 10 G.
    All the application is running in production is displayed in a small window, because the height in file formsweb.cfg. Height = 600.
    There is now a requirment to display all the records suddenly without using the scroll bar.
    If I am which the property block 30 or 40, then a shot of all the records of 40 displayed. Because in formsweb.cfg it is mentioned the height = 600, so it will come with a scroll bar. That I don't want.

    So can I change the height, let say 700 or 800? I mean it will be any problem? Y at - it no calculation for this? I mean if I change the property here, so I have to change somewhere else too?

    LuKKa says:
    Hi François Degrelle

    If I change the height and width to 100%, it will perfectly come in all size moniters, as 14 inches or more thank who?

    The size of the window is correct, but the point remain such what. Add this to your configuration to formsweb.cgf

    width=100%
    height=100%
    

    Hope this helps

  • passing in a URL instead of formsweb.cfg baseHTMLJInitiator

    Hello

    I believe that this question that we asked to pl/sql forums dev section should be better here:

    We are currently trying to dynamically build a url to run forms with JInitiator or Sun's Java Plugin depending on what browser (ie6 or ie8) is used.

    We can detect what browser is used with javascript and any attempt to add '& baseHTMLJInitiator = webutiljpi.htm' or '& baseHTMLJInitiator = webutiljinii.htm"to the URL according to the version of browser.

    Is this possible?

    For example, we try this:

    http:// < SERVER_NAME >: < port >/Forms/frmservlet? config = "+ config + Runtime

    Where + config is a special config in our formsweb.cfg and + runtime is either & baseHTMLJInitiator = webutiljpi.htm or & baseHTMLJInitiator = webutiljinii.htm

    for example
    IE6 HTTP: / / < SERVER_NAME >: < PORT >/FORMS/FRMSERVLET? CONFIG = BROWSER_TEST & BASEHTMLJINITIATOR = WEBUTILJINII. HTM
    IE8 HTTP: / / < SERVER_NAME >: < PORT >/FORMS/FRMSERVLET? CONFIG = BROWSER_TEST & BASEHTMLJINITIATOR = WEBUTILJPI. HTM

    We can get this working by duplicating the configs in our file formsweb.cfg that is specifying the baseHTMLJInitiator param in formsweb.cfg rather than in the url.

    So, we can run the following config if you use IE6:
    [browser_test_jini]
    baseHTMLJInitiator = webutiljini.htm
    etc.
    and this config if IE8
    [browser_test_jpi]
    baseHTMLJInitiator = webutiljpi.htm
    etc.

    This works, but we were hoping to avoid duplicating config definitions in our formsweb.cfg file.

    Thanks in advance for any info.

    reply in this thread:
    passing in a URL instead of formsweb.cfg baseHTMLJInitiator
    Thank you

  • formsweb.cfg settings

    Hello everyone.

    I have installed Oracle Fussion + Weblogic + forms and reports in a RedHat 5 server. and I'm at the mercy of the colleague who help me in this in this forum.

    Now Im formsweb.cfg configuration and I think the best is to use the java plug 1.6.0.23, because it's the last and can work with Firefox 3.6.6.

    My question:
    What are the settings I need to change in the file formsweb.cfg for this?

    Thanks in advance and greetings to all.

    change

    jpi_classid = clsid:CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase = http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1, 6,0,23
    # Parameter related to the version of the Java Plugin
    jpi_mimetype = application/x-Java-applet; YPI-version = 1.6.0_23

  • Change formsweb.cfg on the fly with the editor?

    Hi all

    I discovered, that it is possible to change to formsweb.cfg using your favorite editor without to start/stop OAS.

    After changing formsweb.cfg that I just have to point my browser to a non existing configuration, this forces OAS to read formsweb.cfg.
    Even after the restart of OAS, the changes were still present. (you may know that change formsweb.cfg and stop OAS will overwrite formsweb.cfg with the previous configuration)

    Someone knows this "feature"?
    Experiences?

    Concerning
    Michael

    BTW: this also works for OC4J

    I can't.

    Of course, you can, however what I have described is what happens to me (and still happened) on any version.

    If you change an existing configuration, it will not work.

    Try this: on an existing config change the connection string to a bad and start the URL of the browser. You will get an error. Now change the string to the correct connection, using an editor and attempt to restart the URL without leaving the browser. It work? (for me it does).

  • Buy a custom configuration of Satellite P300 online?

    Hello world

    I have a question. I bought the laptop Toshiba Satellite P100-260 3 years ago. Recently, it was covered with water and it costs a lot to fix.
    I also had a windows XP media center on it.

    The question is: can I buy a custom Satellite without Windows and the memory of the device model?

    I saw at www.toshiba.com is it low to order a custom configuration of Satellite P300, but it seems to work in the United States, but I live in Europe (Estonia).
    Is it possible to order the Satellite P300 with configuration custom in Estonia?

    You mean you want to buy the Satellite P300 without preinstalled Windows operating system and RAM?

    Boyfriend sorry but I don t think it would be possible

    Of course, I've seen some Satellite laptops which are supplied without operating system preinstalled, but this does not apply to all series. In addition all laptops are equipped with RAM and other internal devices

  • Hi everyone, I want to formsweb.cfg deployment forms 10g Linux PLZ

    In my business, we changed all the clients for Linux (Ubuntu) but still Windows Server OS, I want to deploy forms 10 g on the client PC, but I do not know the modifications needed to formsweb.cfg

    This has nothing to do with Linux; 10 gr 2 forms just does not work with JRE7 (or newer) by default.

    I'm not the exact patchlevel you but to obtain forms gr 10, 2 running with JRE7 and higher, you will need to ask the last group of patches 10.1.2.3 and the latest patches of all sheets. In order to get them, you need a support contract to download from MOS (support.oracle.com).

    Note that even if it will work with the latest patches Forms 10 g 2 is not certified with Java7 or Java8.

    If you do not have a support contract so the only chance you have is upgrade to the latest forms - 11.1.2.2.

    see you soon

  • Application server read does not formsweb.cfg

    Hi all
    I installed Apps Fusion middleware Version 12.1 on RHEL 3.3.
    I am able to access the forms directly as

    http://appshr:7778/forms/frmservlet?form=Holiday_master.FMX

    but when I try to access it using alias, as below, it gives me error FRM: 40010 cannot read form abcd
    http://appshr:7778/forms/frmservlet? shape = abcd

    I put the majority of environmental Veriable but error still persists...

    I had same environment for the same machine but OS Windows Server 2003 R2 installation and it's worked/ing very well.
    But do not get any idea what I did wrong here on Linux?

    any ideas will be appreciated.

    Kind regards!

    Hello
    Make the entry in formsweb.cfg below

    [abcd]
    envFile = abcd.env
    Form = Holiday_master.fmx
    username = name of user/password@net_service_name(entry made in tnsame.ora)
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar
    PageTitle = test form

    Search now for this "envFile" parameter in formsweb.cfg
    It is EPS file which is actually pickin up when you hit the url
    http://appshr:7778/forms/frmservlet? shape = abcd

    Create a new file .env IE copy the .env existing in the same location and rename it to abcd.env
    Now in abcd.env
    Change of the
    ORACLE_HOME = / data1/u01/app/oracle/OraHome_frsvr
    FORMS_PATH = / data1/u01/app/oracle/OraHome_frsvr/forms(path where all your forms are placed)

    Now instead
    http://appshr:7778/forms/frmservlet? shape = abcd

    Try
    http://appshr:7778/forms/frmservlet? config = abcd

    Concerning
    Fabian

  • What is the default separateFrame in formsweb.cfg?

    Hello

    What is the separateFrame by default, the width and height in formsweb.cfg?
    use the forms [32 bit] Version 10.1.2.0.2 (Production)

    I've made changes 2 set the applete w/h 2 centered on the form window now I wana get back it's... ?
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    separateFrame=false
    Since I have 2 separateFrame = false but I remmbered 1 of them where true by deault one that the first or the second 1 in order...?

    Kind regards

    Abdetu...

    separateframe under sepwwin could be true.

  • ListView with custom headers (sections)

    Hello

    I need custom headers (basically something like sections QML native ListView component http://doc.qt.nokia.com/4.7-snapshot/qml-listview.html#section.criteria-prop) in my ListView. In my case, I have list of comments that I want to be sorted by DateTime and contain headers: «Today, yesterday, last 7 days, Older» Source of ListView is GroupDataModel (QVariantList of SqlDataAccess).

    Any ideas?

    Thank you

    Jan

    As far as I'm concerned, I think that's not possible!

    Likewise, you cannot sort on key on a second key in DESC and ASC.

    In addition, the title of the header section is the value used to sort data

    So in anticipation, I add a prefix to my field in the QML and sort, I have re - format text.

    In your case, I do "1-Today", "2-Yesterday", "3-Last..." » ; then I sort on this key. and I don't value.substring (...) in QML

    To remove my prefix.

    Nicolas

  • Configuration section 'Download priority' with sidecar

    Is it possible to configure the priority of download section with sidecar?

    Thank you

    Tony

    No, not yet. In future versions, the plan should include all the properties of the item in the sidecar.xml files.

  • Impact of performance/custom user Section denormalization

    A question about running the script under 6.0.0.4/EP 2.4.1 and 6.1/EP 2.5 denormalization:

    It is possible to run the script to destandardize section custom on a frequent basis, such as every hour or every 30 minutes, in order to keep the data of the denormalized table reasonably fresh for BI on demand the declaration? Has anyone tried this type of planning and experience performance issues or the impact of the user? I know a lot of the performance depends on the material database, but I am interested in any problems, it could cause users during execution of denormalization.

    Thanks for any input.

    It is a good question.
    The answer is that it depends a lot on each environment. Denorm operating costs will vary widely with the material (number of processors, RAM, etc.) as well as the volume of data that are changing.
    Denorm SQL code is a delta, looking at the changed records, such as changes in specification. Therefore, the process should not be too bad assuming that there is not a large number of changes hourly. The best way to check this is to profile a few runs and see.
    To be sure, it is a bit of a testing effort. If it does not then you can increase the hardware of the DB specifications if that is a possibility.

    In general each hour should be fine, and even every half hour, but it really depends on the factors above, so please run tests to determine the appropriate response.

  • Of defrag does not work due to the custom configuration created by another program

    When I try to do a defrag, I get a message saying "disturbance disk currently uses custom settings created by another program"

    Before changing the annex, you need to remove the custom settings.  Here's this message 2 boxes, 1 said 'delete settings' and the other says "Cancel".  When I click on 'delete settings', I am back on the desktop. This repeated its self everytime I have try to defragment, it does not open as administrator or in 'safe MODE '.

    Dell Inspiron 1545
    Windows 7.      64-bit with more than 70% of available space.
    I am somewhat tech savvy if things are fairly well explained.
    Can someone help
    Thank you very much

    You have a few options. I finally got my work to the rigging.

    1. all reformat

    2 * at microsoft

    3. take out the computer in a microsoft store, and it will fix it for free (why? because w10 and they know it causes problems)

    W10 return to w7 installed incorrectly. Your computer is still acting as w10 is always there, even when it is not.

    So what I did, i wouldn't recommend, receiving a Filipina Lady a (microsoft) call center to work on and fix my computer. They have done MUCH worse. (I already insured at this point that microsoft is fixing my computer for free because of the w10) So after the fried Lady basically my computer, I brought my rig to the nearest store from microsoft and they fix everything, for free.

    NOW, after I brought my home computer, I downloaded a program 3rd party called GWX Control Panel. What it does, is removes all the updates from the W10, removes the POS auto upgrade feature and block updates future w10.

    http://ultimateoutsider.com/downloads/---> click for GWX

    If you do not use this program, w10 automatically updates AGAIN! Even though microsoft said it is a rare event DONT BELIEVE IT! It is a widespread problem, and microsoft is FORCED to happen.

    Needless to say, I lost faith in microsoft because of faulty software programming. (even my xbox one...) So I not buy more than several microsoft products, because of these bad blantly business practices.

    I'm sorry this happened to you, and I understand the frustration. Especially if younever wanted to w10 in the first place.

  • Customizing configuration LMS 3.2 netconfig telnet password

    I try to configure vty password telnet using netconfig. I want to do the configuration only for line vty 0-4, but I'm not able to find a way to set line numbers. In addition, there also the command of login being added by himself.

    The default configuration, it shows is as follows: -.

    line vty 0% MAXLINENUMBER %
    password *.
    default authentication connection %
    output

    And how I want to set up is as follows:-

    line vty 0 4
    password *.
    output

    Please suggest if there is a way.

    Hi Soniya

    Your are quite correct in thinking that this might not work. But fortunately for you - it works.

    Just paste the config set you need in ad hoc tasks and he deply.

    Like this:

    line vty 0 4

    password cisco12345

    opening of session

    That's it - no need to add "no exit" or the other.

    It will be useful. Cheers.

    Stone

Maybe you are looking for