Networkstats & latencycheck in forms6i patch 10

Hi,
I'm experimenting with forms6i patch 10 servlet listener on a Solaris 8 machine. My app's works well but now
I'll like to use networkstats and latencycheck. I changed the formsweb.cfg:
networkStats=true
latencyCheck=true
and also the baseie.htm:
<PARAM NAME="networkStats" VALUE="True">
<PARAM NAME="latencyCheck" VALUE="True%">
But when my app runs I dont see any stats.
I use IE 5.0 in native mode.
kind regards,
Ivan

The listener servlet does not support these parameters at the moment - they will be supported in some version of 9i Thanks!

Similar Messages

  • Where can I get - forms6i patch 17

    Hi all,
    Where can I get the patch for forms6i (patch 17)
    and what's the patch number i need to download (patch 17)?
    Your instance help would be appreciated.
    Thanks & Regards
    Muthu

    all patches are downloadable from Metalink
    metalink.oracle.com
    If you search in the Oracle Developer-section you find all forms versions and all patches available

  • Forms6i patches

    Are any of the Forms6i patches available for on-line download, and if so where can we find them...? It seems like only documentation is available.

    Matthieu,
    You can download the patches from
    ftp:\\oracle-ftp.oracle.com\dev_tools\patches\dev2k\win95nt\6i directory. Here up to Patch 8 is available. The latest patchset Patch 9 is available on metalink.
    Shashi

  • Forms6i Patch 10

    Hi,
    I need a link for download this patch and I need to know if this patch fix the symcjit.dll problem for Pentium 4 CPU. Can someone help me?

    When does 'your' problem occur? when you activate a web-forms application and the jinitiator
    has to be downloaded and installed? then you could download a 'Pentium-IV proof' version of
    jinitiator like 1.1.8.19. You don't need to install a patch version of forms6i.
    kind regards,
    Ivan
    Patches are availe to supported customers on metalink -> http://metalink.oracle.com
    Thank you! I'm downloading now.
    I understand that the patches are accumulative and hope that the latest solve also my problem.

  • Linux forms6i+patch 1 : no triggers will fire

    Hi there:
    We are having significant problems w/ our Redhat 6 linux box as our forms server. (We're opting for apache 1.3 instead of OAS (for right now).) The linux box is running 6i w/ patch 1.
    The form appears fine and interacts w/ key strokes and tabs, but absolutely no trigger will fire. No when-button-pressed, no post-query, no key-next-items -- not a thing. If I take the exact same .fmx (compiled on a w2k box) to an NT box running forms 6i server, it works correctly.
    Interestingly enough, when a new client loads the f60cgi base page, it prompts the user to download jinitiator 1.1.7.31, but in order to run the form, the client must have 1.1.7.30 (otherwise nothing happens). Maybe there is some sort of synch problem?
    We're also using a netscape client since IE shows no cursor, and tabs don't work.
    Any help greatly appreciated.
    Thanks,
    Charlton

    Sorry, folks. Forgot the obvious. Compiling on the destination architecture fixed the problems.

  • New Patch (Web)Forms  with Sun's Java Plugin 1.4 certified - when?

    Hello,
    We are waiting for the new patch version for Forms6i or Forms9i with
    Sun's java Plugin on client platforms like Linux,... certified.
    But when will it be available?
    Peter

    Peter,
    Sun's Plugin 1.4 was certified with Forms6i patch 12. The forms9i certification comes with teh first patch set.
    Frank

  • Problem Connect forms6i to Oracle Database 10g

    Hi, I have a trouble connecting Forms6i ( Patch 15) to oracle Database 10g, the forms crash when trying to connect to database some hints for this trouble.
    Best Regards
    Abarra

    Joel,
    My problem is that forms6i crash and Don't give me any information, i think the problem i SQLNET 8.0.6, because i have trouble with sqlplus, query builder,etc. all products of the forms6i CD.
    Is posible to user forms6i with another version of SQLNET ?

  • Forms6i and 10gR2 DB

    Forms6i patch 17 (and onwards) works with 10gR2 DB (actually we also use patch 13, without problems). Is there an official document from Oracle, that certifies this compatibility ?
    Message was edited by:
    Paul M.
    refreshing....

    Ciao Paolo,
    Yestrday I made a search, I didn't find anything, except that for problems on DML Data Target Type property
    (FORMS) against to DB release 9, was suggested to install patch 14.
    I'am afraid
    Ciao spero che qualcun'altro esaudisca la tua richiesta.
    hope helps
    (but it's for patch 14 Release 6.0.8.23:
    http://www.oracle.com/technology/documentation/forms/6idocs/relnotef_p14_w.pdf)

  • Forms 6i patches for linux

    Is there a place where I can find the forms6i patches for Linux?
    I found patch1 on metalink, but nothing more recent.
    I searched oracle-ftp.oracle.com/dev_tools/patchsets/dev2k, but did not see any linux-related directory there. I see that patch4 is available other platforms like Solaris and NT (available through ftp, but not metalink?).
    Is it just that the patches for Linux are not completed, or is it that I just don't know where to look?
    Help!

    RTM is scheduled for July 17th
    Jason Pepper
    Snr Product Manager
    Oracle Enterprise Internet Tools

  • UNIX: problem running an DEV & QA environment using form/report servlets

    UNIX: problem running an DEV & QA environment using form/report servlets
    I am trying to setup on one server an DEV and QA environment using the Forms Servlet, Forms Listener Servlet and Report Servlet.
    I think I have the Forms Servlet and Forms Listener Servlet running properly. The problem is setting up the DEV and QA environment for running reports.
    For example, when in DEV environment I would like to run a report from a directory specified in the REPORTS60_PATH. This doesn't seem possible.
    It might be easier if I describe my configuration first:
    DEV: run all forms and reports from the directory /data/release/dev
    QA: run all forms and reports from the directory /data/release/qa
    ---DEV & QA Settings Forms Listener Servlet:
    zone.properties:
    # DEV
    servlet.fl60dev.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60dev.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev.env
    # QA
    servlet.fl60qa.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60qa.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/qa.env
    ---DEV & QA Settings Forms Servlet:
    servlet.f60servlet.code=oracle.forms.servlet.FormsServlet
    --- Settings for Reports Servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    Custom Env files since we are using Developer 6i Patch 7
    dev.env and qa.env
    Here I specify FORMS60_PATH and REPORTS60_PATH,
    eg: DEV -> FORMS60_PATH=/data/release/dev
    REPORTS60_PATH=/data/release/dev
    likewise for QA ../qa
    In the formsweb.cfg file i have something like:
    [dev]
    serverURL=/servlet/fl60dev
    form=test.fmx
    [qa]
    serverURL=/servlet/fl60dev
    form=test2.fmx
    I have tested the following and they work without problems:
    1. forms listener test page, eg: http://webserver:7777/servlet/fl60dev
    2. running forms from the 2 environments
    eg: http://webserver:7777/servlet/f60servlet?config=dev
    this runs the form in the FORMS60_PATH (/data/release/dev)
    Now my problems start with Reports.
    When I run a report from forms (using run_report_object) it will not run any reports
    as specified in the REPORTS60_PATH
    Even using this url:
    http://webserver:7777/servlet/RWServlet?server=rep60&report=test.rdf&destype=cache&desformat=html&
    userid=scott/tiger@test9i
    It NEVER seems to pickup and use the REPORTS60_PATH. I have tried nearly everything.
    I have gone throught the instructions in "Integrating Oracle9iAS Reports in Oracle9iAS Forms -
    White Paper"
    (http://otn.oracle.com/products/forms/pdf/277282.pdf)
    and Forms6i Patch 7: Oracle Forms Listner Servlet for Deployment of FOrms on the Internet
    (http://otn.oracle.com/products/forms/pdf/p7listenerservlet.pdf)
    plus any other documents in metalink relating to forms, or report servlets. I am
    totally confused, please help.
    I have tried setting the REPORTS60_PATH in the following files without success:
    custom.env (as specified by initArgs=EnvFile in zone.properties)
    jserv.properties
    in the zone.properties I have tried to set a custom env file for the report servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    servlet.RWServlet.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev_rep.env
    NO LUCK.
    The only place that I can set the REPORTS60_PATH
    is in "[6iserver home]/reports60_server" file when I start the reports server (did I even
    get this right - I do have to have a reports server running don't I?)
    Does this meaan I have to run multiple report servers for each of my environments?
    Based on all the documentation I thought that REPORTS60_PATH as specified in the files relating
    to the forms servlet would be the place to specify the path.
    As you will understand I am getting really fustrated with this and it seems to
    me that the reports servlet configuration in 6i is really half baked and since 9i
    is coming out it will never be fixed.

    I am even not able to run forms servlets from two different forms60_path, Is there any configuration do you make other than what you have mentioned in this post.
    I already open a TAR in this regard, I am still waiting reply from ORACLE.
    Thanks,
    Shaik Ather Ahmed

  • Jinitiator Installation on Pentium 4

    Hi friends
    I have problem with installation of
    Oracle jinitiator on a Pentium 4 , what should I do ?
    Thanx in advance

    The note refered to above has the following content - however you need to ensure you Forms version is still compatible.
    Problem
    ~~~~~~~
    Jinitiator 1.1.8.3 will not work with pentium 4 machines
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Forms6i Patch 3 JInitiator 1.1.8.3
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    Windows/ GENERIC
    Description
    ~~~~~~~~~~~
    Jinitiator 1.1.8.3 will not work with pentium 4 machines.
    The JIT that ships with JRE/JInit doesn't work on P4. Sun has fixed this,
    as of their 1.1.8_006 release of the JRE.
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Anyone using Pentium 4
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    See Bug References
    Workaround
    ~~~~~~~~~~
    See Bug References
    Patches
    ~~~~~~~
    Release 1.1.8.10 of Jinitator has the fix to this problem however, it is
    recommended that 1.1.8.13 should be used as a minimum.

  • Double-click on tree nodes

    Is there a way to disable the double-click-to-expand-
    node feature? This seems to be a default behaviour,
    wish to remove it. Thanks in advance.

    I use forms6i patch 12. And that is what I have:
    Block 'TREE'
    Triggers
    WHEN-MOUSE-DOUBLECLICK
    begin
    :global.MDC := 1;
    Message ('1', Acknowledge);
    Pause;
    end;
    Tree_Item
    WHEN-TREE-NODE-EXPANDED
    begin
    Message ('2', Acknowledge);
    Pause;
    if :global.MDC = 1 then
    :global.MDC := 0;
    Return;
    else
    FillLevel; --(e.g. fill the lower nodes and
    -- expand the parent node)
    end if;
    end;
    And that is what I get at runtime after double clicking on a collapsed node:
    1 (acknowledge)
    2 (acknowledge)
    So WHEN-MOUSE-DOUBLECLICK fires prior to WHEN-TREE-NODE-EXPANDED in my environment.
    Sergey.

  • Error: C0000005 Access Violation Forms Blow Out

    Hi,
    My client has a Forms 6i (patch 13) application, with 8.1.7.4 database. Some application forms have ActiveX controls to run VB forms that access MS SQL Server 2000 database. Also, they have ActiveX controls to manage folders, image files and workflow, came from 170 Systems.
    All fmx, mmx, and plx are located on CITRIX server, running on a NT 4.0 service pack 6 machine. Citrix clients (to start forms application) are started from MS IE browser. After starting the application, it is running in client/server mode. The client machines are usually XP 32 professional.
    The application has a lot of random blow outs ( Error: C0000005 Access Violation Forms Blow Out), usually happen in forms that have ActiveX controls (when start the execution of such control, or when push the Back button to leave that form), or in forms that call such forms, but only when try for the second time to call forms with ActiveX control.
    Also, seems that the blowouts happened more frequently when concurrent users are executing the same forms.
    I installed fmx, mmx, plx on my XP 32 professional machine and run in client/server, without Citrix, and had randomly application blowouts, similar with those described above. I looked at the dump file and FRD log file. I sent them also to Support.
    Support indicated three possible problems/remedies:
    -     upgrade to Forms6i patch 15 � that solve some problems with call_forms/exit_forms. I did it but no help.
    -     unsupported Citrix architecture used in this application. No workaround suggested,
    -     unsupported use of d2kwutil.pll library on XP machines or combination Citrix, XP. No workaround suggested.
    Any idea what may be the real cause of it? Where do I have to look to find the cause? What do I have to do to fix it? Any similar experience and the workaround you used?
    Any help would be gratefully appreciated? Please answer directly to my email, [email protected]
    Thanks,
    Aurelian

    did you ever figure this out? I am having a similar problem on a new install. This blow out is happening quite frequently. the forms do not blow out on a windows 95 machine but blow out on windows 2k and xp.

  • Getting V2 style Step Trigger Content using API

    I have written a C++ code for getting forms trigger text using API. In which, I am not able to get V2 style step trigger text from Forms6/6i API. Can anyone help me to sort this out?
    Thanks
    Kannan M.

    Kannan,
    V2-Trigger-Steps are sub-objects of pl/sql triggers. They are exposed from Forms6i patch 3 (or 4?) and onwards. For an example on how to get to them checkout FormsAPI Master from www.orcl-toolbox.com ... in there you will find a script that does this.
    Regards, Stefan

  • Forms 6i and Oracle 10g

    Hi,
    we got a new database running oracle 10g. So I installed the 10g Client on my workstation in a new oracle-home, because toad won't run with a 10g database with a 8i-client. Now I got 2 oracle_homes. I added the entry for the new database in both tnsnames.ora. When I try to run the forms6i-application nothings happens. When I try to connect the Forms6i-Builder with the new database, I got Dr. Watson.
    Any ideas?
    PS: I got Forms6i Patch 16 installed.

    From metalink
    Forms / Reports 6i + patchset 16 or patchset 17 is certified to work against Oracle Server (RDBMS)
    10g Rel 1
    Refer to the Metalink Certification matrices, for example:
    - http://metalink.oracle.com
    - Click on Certify & Availability
    - Click on View Certifications by Product
    - Choose Development Tools, click Submit
    - Choose Oracle Forms 6i, click Submit
    - Choose a platform e.g MS Windows 2000, click submit
    - Check the box for 6.0.8.25.2 Patch 16, click submit
    The Server column under Application Tier Certifications matrix shows that Forms 6i is certified to work against Oracle Server 10g. This includes the base release of Oracle Server 10g Rel 1 and any patchsets later applied to the base release.
    Forms / Reports 6i has never been certified, nor will it ever be certified against Oracle Server (RDBMS) 10g Rel 2. (This is because Forms / Reports 6i is now de-supported - see important note below)
    Important Note: Forms / Reports 6i is now de-supported e.g.
    - If running in client-server mode, Forms / Reports 6i was desupported at end of January 2005
    - If deploying over the web, Forms / Reports 6i (Oracle 9iAS Rel 1 Forms / Reports Services) was desupported at the end of June 2004
    This means that Forms / Reports development will no longer provide an error correction service for Forms / Reports 6i (unless an organisation has purchased extended maintenance support) Therefore, Oracle strongly recommends that customers using desupported versions upgrade to a supported version e.g upgrade to Oracle Developer Suite 10g Rel 1 or 2 / Oracle Application Server 10g Rel 1 or 2

Maybe you are looking for

  • Only a dead battery...I hope?

    Hello, I've been having recent problems with my 14'' iBook G4. Prior to this computer, I had a 12'' iBook G4 with frequent kernel panics, so I parted that thing out to make a few extra bucks. To my dismay, this "new" iBook G4 (purchased from eBay wit

  • Application Processes unique across different schemas?

    I have a test and dev schema on the same server. both sets of code are identical in every way. however when i try and call an on demand application process in dev nothing happens. if i try and call an identical on demand application process on test i

  • PAYMENT INFO ON iTUNES

    WHEN I PUT MY CREDITCARD INFO... IT KEEPS TELLING ME TO CONTACT iTUNES SUPPORT!!! CAN ANYONE HELP ME?

  • Combining report Output of 2 Reports

    Is it possible to run a report in which we run another report and i get the combined output as 1 PDF or html file. I have sections of report which can run seperately and also those output of sections can be taken together and thus needs to be shown c

  • Changing User ID on iphone (id is same as email)

    When I attempt to download an app, a user name that is different than my current email address (email address is the ID).  How do I change the iphone's user ID to the correct ID that is found when logged in on the PC.  The iphone user ID is different