Behaviour JRE1.6 with Forms services compare to Jinitiator

Hi,
I want to optimize oracle forms traffic on the Wan through Wan optimization appliances.
The customer OracleAS 10G R2.
The constraint is that he wants to use JRE1.6 with http or https communication modes.
I know that services forms exchanges are encrypted in RC4-40bits which isn't a problem
for the wan accelerator equipments.
But i have heard that JRE doesn't behave like Jinitiator because it maintains a session
between the Java Machine and the Oracle listener which prevents the optimization
to work.
So i would like to know if there is a real difference between Jinitiator and JRE1.6
in the exchanges between Client and Server.
Best regards.
Andre

This seems to be a very specific question regarding the Application Server, you would probably increase your chances to get a response if you post the question in Application Server forum.
Oracle Application Server - General

Similar Messages

  • Embedding Fonts with Forms Service RenderPDFForm

    We have several custom fonts being used in PDFs we're rendering using the Forms Service RenderPDFForm API. Rather than require consumers of these PDFs to have those fonts installed, we'd like to embed them in the PDFs being generated. Is it possible to embed fonts using RenderPDFForm?
    Tom

    In the adobe/LiveCycle8.2/deploy folder there is a file called:
    adobe-forms-ivs-jboss.ear
    Deploy that file on your app server (note that the name may change to reflect your app server). Once it is deployed you can access the application (it is a testing program for Forms). The URL is:
    http://machinename:port/FormsIVS
    Once it is loaded click on the preferences in the top right corner. Scroll to the bottom and add the administrator/password for your installation. In the first field (called Options) changed the parameter PADebug=0 to PADebug=1. Don't forget to hit the save button at the bottom of the screen. This will return you to the Test Form Design screen. Choose a form from the right List (I chose PurchaseOrder_Dynamic Interactive.xdp). In the Output format dropdown, choose PDFForm. Now click on the Use EJB button. A call to form server will be generated and returned to the screen. Because we have PADebug set to true the whole process is being traced. I am running a JBoss server so the files are written to:
    C:\Adobe\LiveCycle8.2\jboss\server\all\svcdata\FormServer\Debug
    It will be a different location depending on the appserver type you are running. In that folder is a file called:
    debug_xci_pdf.xml
    Make a copy of this file and rename it to MyTest.xci. This is the control file we will pass into the call and also modify to embed fonts. Open this file with an XML editor. In the xci file look for the pdf node under the present tag. In that node there is a child node called fontInfo. There is an embed tag in there that is set to 0. Change it to a 1 and save the file. Now in the call to Forms you can pass in a URI to this file in the XCI URI parameter. You can change this in the FormsIVS application in the options string and try it for yourself before changing our app. So now each time you want to embed the fonts pass the XCI URI into the call otherwise use the default one that is embedded in the jar file.
    Let me know that it worked for you.

  • Diff in IAS 9i Form Service Version  and Developer 6i Rel 2. Version

    Dear all,
    I have noticed that Form Server version which comes with the Oracle 9i Application Server (Forms Service Module) is higher than then Oracle Developer 6i Tool Rel. 2 Form Complier version.
    It Creates a problem, Form which is complied in Developer 6i Rel 2. gives blazzing result when it deployed it on Oracle 9i Form Server because of the version diff.
    Oracle 9i Form Server Version is always higher than Forms Compiler comes with the latest Developer 6i Rel. 2.
    Because of this reason we cannot install Developer 6i Rel. 2 and
    Oracle 9i Application Server with Form Service on the same machine.
    How to solve this.
    Best Regards,
    Darshan Desai

    If you look in metalink, you can get patches for Forms 6i to patch it up to higher levels than rel 2. Any patch from 4 through to 9 will be newer. Choose which patch you want to bring yourself in line with 9iAS. The patch documentation tells you what version it will bring the forms up to.
    Each patch superceeds the last so just pick one and apply it.
    K

  • Jspell 2004 and Forms Services

    I am trying to incorporate jspell 2004 into my forms application server, but am having some problems.
    I have successfully installed jspell2k4 on my OAS 9.0.4.1.0.
    I have downloaded the demo from forms10gdemos9_0_4_2
    When I run the forms provided in the demo (jspellf90) using the jspellintegration.jar file provided in the demo, I get the following error on my java console:
    java.lang.NoClassDefFoundError: com/wallstreetwise/app/jspell/domain/net/JSpellDictionarySocket
    The documetation indicates that jspellintegration jar file provided in the demo needs to be modified.
    Has anyone completed this successfully (jspell2k4 with forms service 9.0.4.1.0)?
    If you have, does it sound like my error is related the jspellintegration.jar file
    If you have successfully ran this spell checker, would you be so kind as to send your jspellintegration.jar files.
    Even though jspell indicates that the jar file needs to be modified, it doen not tell how.
    Any help or direction would be greatly appreciated.
    Thanks
    [email protected]

    You can use Web Cache as a load balancer for your Forms applications but it isn't much useful for caching/compressing Forms application contents. It in fact sometime it may cause the performance to go down. You might want to refer following MetaLink note:
    ID: 443405.1     Performance Decreasing Using Web Cache in Combination With Oracle Form
    Thanks
    Shail

  • FormsCentral retiring in July???!!!  Are you freaking kidding me?  My clients use this feature all the time.  What do you suggest I do now?  What service do I go with that is comparable to it?  I need help with this asap!

    FormsCentral retiring in July???!!!  Are you freaking kidding me?  My clients use this feature all the time.  What do you suggest I do now?  What service do I go with that is comparable to it?  I need help with this asap!

    I would suggest checking out http://www.logiforms.com. They have really good PDF support for both hosted PDF's and generating PDFs. You can:
    populate PDF forms from a web form submission
    Merge multiple PDF's together using conditional logic
    Include uploaded images in the generated PDF
    Get Electronic signatures on PDF's
    Use conditional logic when creating PDF's
    Convert HTML to PDF. You design in HTML and CSS and use form field wildcards and generate the PDF
    More of the PDF features are explained here:
    PDF Form Creator | PDF Form Maker | V3.Logiforms.com
    They are also offering a 25% discount to anyone coming from Forms Central...

  • Load Balancing Forms Services with an effective healthcheck

    I am in the process of configuring two forms 11.1.2 servers running with weblogic 10.3.5 with multiple forms applications clustered across both physical servers. We are looking to load balance to the various forms applications using a hardware load balancer. Can anyone comment on their experience with setting up effective application healthchecks using either hardware or software load balancers?
    For example say that we have 3 applications clustered across 2 servers with the following
    URLs:
    http://server01:7777/forms/frmservlet?config=myapp1
    http://server01:7777/forms/frmservlet?config=myapp2
    http://server01:7777/forms/frmservlet?config=myapp3
    http://server02:7777/forms/frmservlet?config=myapp1
    http://server02:7777/forms/frmservlet?config=myapp2
    http://server02:7777/forms/frmservlet?config=myapp3
    We would need a checking mechanism on the load balancer that could tell if myapp2 was down on say server01 and therefore block traffic to that application yet keep traffic open for the other 2 apps on the same server.
    A specific difficulty with forms is that when the database behind the application is down forms services will return an error message within a displayed error form. From the load balancer's point of view the forms services are "up". We need to find a way of detecting that the application is actually available and not just that the forms services themselves are available. To detect that the forms services are available we might normally use the status check:
    http://server01:7777/forms/frmservlet?ifcmd=status
    however this will only tell use the availability of the forms services on a physical server and not whether any actual applications are available.
    I am aware that f5 do a BIGIP offering that includes some Oracle Forms specific components. Can anyone comment on how they have setup Oracle Forms healthchecks using various load balancing methods. In particular if a load balancer is limited to using WGET commands to check HTTP returned content is there a way of checking a forms application's availability and if not how have other people achieved an effective healthcheck?
    Many thanks,
    Philippe

    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]

  • Can I use Oracle Forms Services 11g with Database 9.2.0.8.0?

    Hi everyone.
    My department is evaluating development tools in order to build new web applications, and also possibly to migrate current applications buit with Oracle Forms 6.0.5.34.0. Our database is Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit.
    We have read that the newest Oracle Forms version is Oracle Forms Services 11g. Is Oracle Forms Services 11g compatible with Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit? or would we have to migrate our RDBMS to Oracle 11g?
    If our database is compatible, what would we need to develop and deploy applications with Oracle Forms Services 11g?
    Many thanks in advance.

    Wheter it's compatible or not: Database 9.2.0.8 is in sustaining support which means you won't get patches for it. So even if it is compatible I'd opt to upgrade to a newer version, as I wouldn't feel comfortable having a not-supported product out in production.
    Have a look at the certification matrix for supported configurations
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    As for the requirements; most things can be found on the forms homepage on OTN:
    http://www.oracle.com/technetwork/developer-tools/forms/
    or at the documentation:
    http://download.oracle.com/docs/cd/E17904_01/index.htm
    cheers

  • Testing Forms Services availability with Hardware Load Balancer

    I have posted a question about load balancing to a group of application services running Forms Services here on the Forms forum but have had no reply:
    Forms Services availability checking for BIGIP Load Balancer
    My basic questions are:
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    My reason for the question is we had a Forms Services failure that was not detected by the ifcmd servlet as the HTTP side of things was still working. This meant that the BIGIP load balancer sent everything to the failed server as it had the least connections. So basically no-one could logon.
    I've raised an SR with Oracle but they recommend the standard URL above. Has anyone else had a problem like this and if so were you able to fix it?
    Regards,
    Philippe

    Well SR followed up and it looks like the only course of action is to use the standard HTTP check: http://server:port/forms/frmservlet?ifcmd=status ...
    ... unless that is you want to do some serious customisation. Oracle don't support any other form of checking.
    I'm guessing from the lack of responses to this thread that this hasn't been an issue for anybody else ... ???
    Any thoughts/suggestions really welcome as we go into production in 4 weeks.
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    Thanks,
    Philippe

  • How to compile the9i form on RH EL5 64-bit with 11g Forms Services install

    Hi,
    I have a form developed with forms 9i. I need to compile it on RH EL5.4 to get the fmx file that I need for Forms Services 11g that I just installed.
    I looked on the box but there are no fgen*.sh files. Did I miss some component during the installion or there is another way to get the fmx?
    Thank you
    Anatoliy

    Hello,
    One solution for this problem is to use parameter FORMS_MMAP/FORMS60_MMAP as described
    in the following metalink document :
    Note:151618.1 "Unable to Replace .fmx Files 'On The Fly' During Forms Runtime"
    However as described in this document, this parameter should not be used in production
    environments.
    When there is no or very little maintenance periods in production systems to
    perform such copy operations or there is an urgent need to replace a runtime module,
    the following method is the recommended method :
    Keep two directories including the same fmx/plx/pll/mmx, etc files, and
    reference one of them in the FORMSXX_PATH in default.env/registry according to
    the patform. Here FORMSXX_PATH stands for
    FORMS60_PATH for Forms version 6.0.X
    FORMS_PATH for Forms version 10.X /11.X
    When you need to replace one/some runtime modules, replace the one
    in the directory that is NOT referenced in the FORMSXX_PATH variable, then
    change the reference to the updated directory in FORMSXX_PATH. From now on, the
    new connections will start using the updated runtimes. When all the users
    logout from their current sessions and connect to application once more, the old
    directory will be ready for modifications. And at that time you can synchronize
    the old directory with the new one and continue this way switching the
    directories whenever needed.
    Please note that, when there is a need to replace another form or the same form
    once more, before having the chance to synchronize the directories, this 2
    directory approach can be extended to 3,4 or more directories according to needs.
    FORMS_PATH can be set up in default.env file.
    Regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Doubts with generic service in "HCM processes and forms"

    Hello friends:
        Im having troubles trying to figure out how to use generic services. I implemented a badi with generic services and this have the following methods:
    IF_HRASR00GEN_SERVICE~GET_SPECIAL_FIELDS
    IF_HRASR00GEN_SERVICE~GET_FIELD_INFO
    IF_HRASR00GEN_SERVICE~GET_OPERATIONS
    IF_HRASR00GEN_SERVICE~INITIALIZE
    IF_HRASR00GEN_SERVICE~DO_OPERATIONS
    IF_HRASR00GEN_SERVICE~GET_HELP_VALUES
       I could initialize values of my form using only INITIALIZE method, and I could perform some validation using  and then DO_OPERATIONS.
       I cant understand what is the usage of methods like GET_FIELD_INFO and GET_OPERATIONS?? according to the badis help, get_field_info must be implemented, but i didnt do so and it worked anyway?
    I will be grateful with all your help,
    Best regards,

    GET_FIELD_INFO is for adding fields. Suppose you are using the generic service for IT0008 data. The IT0008 fields
    which need to be used on the adobe form has to be added in this method. You need to add field name and data element
    to the field_infos table. GET_OPERATIONS is used to define operations associated with the fields. Suppose you have a
    scenario when user selects personnel area all personnel subareas associated with the selected value should come.
    Then you need to group together personnel area and sub area together into an operation. Also even if a field is not aasociated
    with any operation, to add a field to form scenario you need group them into operations in GET_OPERATIONS.
    Check the class CL_IM_HRRCF_REQUI_REQUEST to determine how this can be used.
    Thanks,
    Aravind

  • (RHEL3) iAS form service 10g  with jpi  1.4x error

    hello~
    my form service os is RHEL3 , and i install
    oracle form and report service 10g on it !
    when i use jinit 1.3.1.13 and ienative VM to test form
    , everything is fine , but use jpi 1.4x to test
    form will raise the java exception like below :
    FRM-92050
    <java.io.IOException: Negative content-length from HTTP.>
    at oracle.forms.net.HTTPNStream.doGet(Unknow Source)...
    ========================================================
    but when i install the IDS 10G in another RHEL3 server
    and start the OC4J instance , i test form with
    config= jinit or ienative or jpi , everything is fine,
    is it a BUG in IAS904 form for linux platform???
    I'm sure all config had setup ok..

    We had the same error (FRM-92050) (we have a Unix server) and we changed the FORMS60_TIMEOUT=10 (from 5) and upped the users and confirmed processes from the default of 100 to 200 (in the default.env and init<dbname>.ora). Now we are able to connect remotely.
    (We had not priviously done all the post install steps. These are included in those steps.)
    good luck,
    LW

  • Adobe forms with Web Service - nothing happens when clicking button.

    Hi,
    I am trying to develop adobe forms with web service. The web service
    WSDL location is :- [http://www.webservicex.net/uklocation.asmx?wsdl]
    I have created a new dataconnection with the above URL, drag & drop fields & button onto the form & save the form.
    when I open the PDF on my local machine, enter the post code and push button, nothing happens. no error/warning message.
    I also downloaded a web service example PDF from [http://partners.adobe.com/public/developer/tips/index.html]
    This form also has button to execute a web service but again nothing happens?
    Any clues why this is happening? I turned off my firewall thinking it might be blocking but no joy
    I am using Adobe Life cycle Designer 8 & Adobe reader 8.
    Thanks,
    Pankaj
    Edited by: PANKAJ ARORA on Jan 15, 2009 5:28 AM

    Hi Pankaj,
    While you are creating Webservice from Java file, select the Aunthenticationtype as SimpleSOAP instead of Basic SOAP (Bydefault BasicSOAP is selected, Change it to SimpleSOAP).
    There are some steps after you create a Webservice.
    First Download WSDL on your Local Machine from WAS.
    After that when you open the zip file you get 3 WSDL's.
    There we need to combine the 3 wsdl's and make it into one wsdl after you do this process.
    Incorporate the WSDL in your interactive form and drag and drop the button onto the form.
    Please don't try to edit any of the method because it will not work if you try to change any feature.
    If you want to write Javascript for that method write it in "enter" method, script type:Javascript.
    If you have any queries you can ping.
    (The below link helps for you i guess)
    [Interactive Forms and Web Service Integration|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26]

  • Want to install AS with Forms / Report service?

    Hi
    i want to install AS with Forms / Report service?
    which version of AS i should download
    does forms/ reports service come separately? or with AS
    Thanks for help

    Hi Paul,
    According to your reply, i installed standalone versions of Forms & Reports (10.1.2.0.2)services on Linux suse 9. And it is working fine.
    Now my next requirement is that i want to create three environment on my Linux box dev, test and UAT. this one which i have created before i am using that environment as dev.
    Kindly provide me some direction that how can i create test and UAT environment on same machine which should point to different source files and databses.
    1. Do i need to install again standalone forms/reports services twice? if yes then how can i access them?
    2. Is there any setting in existing OAS configuration which can divert me to different sources and databases. i saw something like this somewhere
    http://oas.com:7777/forms90/f90servlet?config=UAT&userid=cg_am2/training@tardist
    bla bla bla.
    Please help.
    JM

  • Issue With AMP 4.0 - forms service showing down on all Instances

    Hi,
    I've recently installed AMP4.0 on linux 5.3 EBiz 12.1.3.
    My issue is that the forms service is showing as down for all instances. Has anybody come accross this issue before?
    FEXDEV1-Oracle Forms FEXDEV1_ebizappsuat
    Service is down; 3 key components are down: FEXUAT1-Oracle Forms FEXUAT1_ebizappsuat, FEXUAT1_ebizappsuat.ebizappsuat.fexco.ie_forms, FEXUAT1_ebizappsuat.ebizappsuat.fexco.ie_HTTP Server
    Thanks,
    Keith

    Did you ever get this resolved

  • OracleAS Form Service with Portal Server

    Hello,
    I already have my Oracle 10g Forms running in my AS using the Forms Service. I am planning to merge all my web-based forms applications into the Portal. Would I be still able to use my Forms Services within the Portal?
    Ganesh

    Hello,
    I already have my Oracle 10g Forms running in my AS using the Forms Service. I am planning to merge all my web-based forms applications into the Portal. Would I be still able to use my Forms Services within the Portal?
    Ganesh

Maybe you are looking for

  • Ipod not working with new pc

    My pc broke down and my hard drive was wiped clean, so there is no way for me to transfer any music or videos from there to my new computer to the ipod. I even authorized my new pc, so that it can transfer my purchases to a new library. But a message

  • Where can i get the position numbers and postion text' ot pernr's

    now i am getting position number from pa0001.., so if want to take that position text  where can i get that informaiton .. i mean which table having that positoin and their text.. can  anybody tel me... Moderator message: please search for available

  • Is the wifi iPad mini a iOS device?

    If it is not how do I remove updates so I'm not running on software that is. Or is this just something they don't tell you as a way to make more money by forcing me to purchase a iPadMini wifi-cellular. I have spent a lot of money on apps and movies

  • What do videographers recommend in DVDplayer

    As wannabee videographer, I've run into problems several times with my finished product... an authored dvd not playing on the customers dvd player, although it played on mine with no problems... some even won't play on all the three I have at home. O

  • Recovery in MaxDB-LiveCache Error

    Hi experts, Thank you very much in advance. I'm making some restores (restore a complete database backup) and recoveries (restore a complete data backup and apply logs backups)  tests make in a SCM 4.10 with LiveCache KERNEL    7.5.0    BUILD 042-123