Oracle Forms Over the WEB

We are still using Oracle 7.3.X DB and Oracle 10.7
we have successfully developed a forms program using Developer/2000 Rel 6
We now want to web-enable it - allow end users to use Java enabled browser.
We have setup Apache Web Server on Win NT 4.0 for the Middle Tier.
We checked that for the Middle Tier, we need :
- Oracle Application Server 3.0.2
- Oracle Forms 2.4 / 2.5
- Oracle Reports 2.5
- Character and/or GUI (SmartClient) or NCA Configuration
I am thinking :
- we want to explore ways of not upgrading to 9iAS. If we can still get hold of OAS 3.0.2, Forms and Reports 2.5 .. and install them on Win NT 4.0, I think it can still meet our needs. What are your opinions ? Is this a lost cause ?
- does Oracle Forms + Reports 2.5 really need OAS 3.0.2 ? Can't we just install them on NT 4.0 + Apache Server and use Jinitiator 1.1.7.18 on the clients ?
Thanks in advance.

Surjadi,
I think you can use the Apache server for your webforms. I've done so with Apache+webforms 6i and Netscape Fasttrack + webforms 6i. You have to define some url's like the place where webforms can find the jar-files.
But your are using Apps 10.7 and it is a good idea to talk to Oracle first. There are good documents on metalink about settings
Applications (oracle financials 10.7) need in order to use webforms.
Kind regards,
Ivan Saez

Similar Messages

  • Color interface of the forms over the web are not confortable

    hello,
    the interface color of our application in the web are not realy confortable for our client comparing the old color used in our client/server application.
    we want to change it but we are not able the set a confortable color for our
    application :
    - if we use the lookandfell=generic but the color of toolbar are disable.
    - if we use the lookandfeel=oracle, the the choice of color for colorscheme is
    not variable (it exist only 5 choice).
    our environment ;
    OAS 10G (9041)
    FORMS 10G
    DATABASE 10G
    we use the forms Servlet (e.g. f60servlet/f90servlet) to invoke the Form over the Web.
    can you help us.
    thank's

    For as far as I can remember there is a difference between look-and-feel Oracle and Generic in displaying toolbar icon.
    Generic follows the Windows 9x/Internet Explorer approach of showing all toolbar icons as gray-tones and only showing color when you hover over them with the mouse. Oracle lookandfeel displays all toolbar-icons in color (as long as they are enabled).

  • How to run others application in Oracle Forms on the web version?

    How to run others application in Oracle Forms on the web version?

    Pang,
    guess that you want to start client side programs from Forms on the Web. There is a sample on OTN (host bean) that allow you to acces sthe client and start executables.
    Frank

  • Displaying report in .pdf format while Running oracle reports over the web

    I am running a report over the web via IE. I am suing .pdf
    format as the file type. The problem I am facing is that the
    report comes out with a blank in acrobat reader if there are
    just one or two records - i.e less thatn one pagefull. THe
    reports displays output only when there ar more than one
    pagefull of records.
    Any explanation for this bezarre behavior and any suggestions?
    I will very much appreciate your help.
    Regards
    Prasad.

    in R12 I found 2 choice
    1) when submitting requests (if available) you can set the output format by using the Options button (upon sompletion section):
    layout --> format --> select format you need (RTF/HTML/EXCEL/PDF)
    2) in the request form (view->request) selecr the report you want to reprint in the Tools menu select print/republish, in the html page that pop up select output format you want, number of copies =1 submit
    www2p

  • Viewing Icons in Oracle Forms on the Web - any solutions?

    Has anyone had problems viewing icons when deploying forms on the web? In client server mode it used to be .ico files. I recently converted our files to .gif and added a register UI_ICON to recognize the icon images when running the forms. I still cannot get the images to appear (icons on buttons). Am I missing something? I am using Oracle Forms 6i Release 2 on Oracle9iAS (1.0.2.2.2a) platform.
    T.J.

    Read about registry.dat in this document:
    http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    page 18.

  • Do you neeed help upgrading your Oracle Forms to the Web?

    If you are looking for help upgrading your Oracle Forms applications to the Web, join Oracle's partner for free internet seminars and see how they can help you.
    These seminars feature partners specializing in character mode to the Web migration.
    Seminars are scheduled online on Feb-13 and 14 11:00am PST (California time).
    To register:
    http://oracledirect.oracle.com/iccdocs/seminarList.shtml

    Hi, We are in the process of converting our inhouse developed applications (Forms 5.0 and Reports 3.0) into web enabled one. Since I am outside the US , I am unable to attend the free seminar help recently. I would appreciate your help in sending any documentation/handouts on the current topic. This will help me a lot.
    Kind Regards,
    Pandian
    Muscat

  • Deploying existing application (forms and reports) over the web

    Hi I do have the following environment:
    1) Oracle 8.1.6.0.0 on HP-UX.
    2) Application written using oracle forms6i and reports6i on NT (Client-Server environment)
    I am looking to deploy this existing application over the web using 9iAS, sure I don't want to rewrite my application. I did that in the past using OAS 4.0.8 and forms server and reports server.
    1)Does 9iAS support that, which one should I install the standard or the enterprise.
    2)Do I still need forms server and reports server.
    I stopped using the OAS because it had problems and the performance was not that good, I found CITRIX and Tarantella do better, performance wise.
    3)Does 9iAS has improved that.
    Any feedback regading these many questions is highly appreciated
    Thanks
    Khaled

    Sounds like the ideal 9i As environment (although you might want to consider either upgrading or patching the database - 8.1.6.0.0 does have patches)
    You'd be pleasantly surprised with the performance and stability improvements of 9iAS over OAS.
    Deploying reports & forms over the web (pure web access, not terminal services like citrix) require some form of web server, reports server and forms server. I believe that 9i AS is totally compatible with the reports and forms developed in 6i tools, so there should be no rewrite at all.
    If you have the time, strongly recommend you check it out.

  • Can Not Run the Reprot over the web

    I have this code to run a reprot from a form over the web but i get this error.
    The Report is already added to the reports node in the form moudule.
    In Alert :
    REP-0503 You did not specify the name of a report
    In status Bar:
    Frm-40738 Argument 1 to builtin REPORT_OBJECT_STATUS cannot be null
    My Code:
    DECLARE
    rep_id REPORT_OBJECT;
    rep_server VARCHAR2(40);
    rep_job_id VARCHAR2(200);
    rep_status VARCHAR2(100);
    BEGIN
    rep_id:=FIND_REPORT_OBJECT('report');
    set_report_object_property (rep_id,report_destype,cache);
    rep_job_id:=RUN_REPORT_OBJECT(rep_id);
    rep_status:=REPORT_OBJECT_STATUS(rep_job_id);
    Message('after reprot job status--> report_job_id:= '||rep_job_id);
    if REP_STATUS = 'FINISHED' then
    WEB.Show_Document('http://jalal:8888/reports/rwservlet?Getjobid='||rep_job_id||'&server=test&','_blank');
    -- WEB.Show_Document('http://jalal:8888/reports/rwservlet?report=test.rdf&userid=vmsuser/oracle@orcl&destype=cache&desformat=html&pagestream=yes&server=test&','_blank');
    else
    message('report failed with error message:'||rep_status);
    end if;
    END;
    why i am getting this error message ?

    The problem is that the FIND_REPORT_OBJECT call is not finding the report object. Do you already have this object defined in the Form?
    Regards,
    Danny

  • Oracle 9i Application Server+Oracle 8i EE+ Forms on the web Very urgent

    Hi,
    I have correctly install Oracle 9i Application Server and Oracle 8i Entreprise Edition on Windows 2000. What are the following steps to follow in order to run a form on the web. example: test.fmx?
    Thanks in advance.
    null

    If your web server is working and the forms server is running type:
    http://ip addr:port/dev60html/runform.htm
    You need to put the ip address or name of your server in and the port number apache is running on (leave blank if this is 80).
    This gives you the Oracle Forms start screen.
    cheers
    tony

  • Font delay in displaying correctly over the web

    Hello all,
    I've made a PDF file from a PageMaker document. All fonts have embedded correctly.  When the PDF file is opened directly from my computer's hard drive it immediately displays correctly.  However, if the PDF is uploaded to my website then viewed over the web, a font with large lettering, which I am using as a title at the head of a short story, initially does not display correctly.  It seems to take two or three seconds before it "switches" from a basic, flat non-serif to the correct script font I've chosen.  Is this normal behaviour, or is there something I can do so that the font lettering displays correctly as soon as it appears on-screen?  Viewers have found this delay a bit off-putting.
    Thanks,
    Roger3

    To deploy your forms on the Web you need to install Oracle9iAS EE.
    This will install and configure the Oracle Forms Server for you.
    Your next step will be to run the fmx that you currently have assuming that you are deploying your application server on the same OS as your client server development.
    I suggest that you read this paper first:
    http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    If you want to understand the architecture better:
    http://otn.oracle.com/products/forms/pdf/forms9iarchitecture.pdf
    And then get more info on the Forms Upgrade Center at:
    http://otn.oracle.com/products/forms/htdocs/upgrade/content.html

  • Not able to generate form in the web brower

    I am not able to open a form in the web browser...
    I have started OC4J instance and connect to the database...
    Errors :---
    In the java Console :--
    Java Plug-in 1.6.0_03
    Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sai
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NoSuchMethodException:
    sun.java2d.SunGraphicsEnvironment.setFallbackFont(java.lang.String)
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(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.NoSuchMethodException: sun.java2d.SunGraphicsEnvironment.preferLocaleSpecificFonts()
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.2
    java.lang.ExceptionInInitializerError
         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.JavaContainer.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)
    Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission
    java.home read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
         at java.lang.System.getProperty(Unknown Source)
         at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:156)
         ... 16 more
    Please tell me the solution how to resolve the issue....
    Thanks in Advance.....

    hi
    u have problem in these lines.
    webUtilArchive=/forms90/java/frmwebutil.jar,/forms90/java/jacob.jar
    webUtilConfig=/forms90/server/webutil.cfg
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    install.syslib.0.7.1=jacob.dll|94208|1.1|truetry something like this.
    formsweb.cfg
    [default]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    envFile=c:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    # System parameter: default base HTML file
    #baseHTML=base.htm
    #baseHTMLjinitiator=basejini.htm
    #baseHTMLjpi=basejpi.htm
    #baseHTMLie=baseie.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htmwebutil.cfg
    [webutil]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljini.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutilie]
    IE=native
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTML=C:\DevSuiteHome_1\Webutil\server\webutilbase.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutilbase.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutiljpi]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTML=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\tempsarah
    Edited by: QGIRCO on Jan 7, 2010 9:45 AM

  • Unable to deploy a form on the Web!!

    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Vishant Shenoy ([email protected]):
    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant<HR></BLOCKQUOTE>
    The most likely thing is that the file tester.htm is not in the directory %FORMS60%\server\
    null

  • FileNotFoundException while trying to run a form on the web

    Hi,
    I've installed Forms Server on Windows NT. I'm trying to run the test form on the web, and in the java console window I'm getting the following message:
    Oracle JInitiator version 1.1.7.30
    Using JRE version 1.1.7.30o
    User home directory = D:\WINNT\Profiles\07223
    JAR caching enabled.
    Cache directory: D:\PROGRA~1\Oracle\JINITI~1.30\jcache
    Maximum cache size: 50000000 bytes
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    Unable to contact http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    java.io.FileNotFoundException: http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Compiled Code)
    at sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRedirects(Compiled Code)
    at sun.applet.JARCache.beginStoring(JARCache.java:348)
    at sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java:218)
    at sun.applet.JinitAppletPanel.loadJarFiles(Compiled Code)
    at sun.plugin.AppletViewer.loadJarFiles(Compiled Code)
    at sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:588)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Any ideas as to why this is happening, and any suggestions to resolve this is highly appreciated.
    Thanx in advance.
    VL

    I've installed Forms Server in another Oracle home called 'dev6i'. I've the f60web.jar and 11 other .jar files in \dev6i\forms60\java directory. I've installed the forms server successfully (I can say this because I was able to run the test form successfully couple of times, until I installed reports server in the same Oracle home. Then it started giving this message in the java console). I've also installed Webdblistener. My reports test page is displaying correctly though. Any ideas what might have happened??
    Thanks
    VL.

  • Oracle forms to j2ee/web application

    Hello all,
    I need help with converting "oracle forms" to j2ee/web application. There are only 2-3 forms. But I needed to know how to do it from scratch. I looked at some softwares available to do it. But its costly.
    Basically the company I am working with, needed all the forms online, so that they can access it using a browser. As part of the development, I am using jdeveloper 10g.
    could some help me out
    Thanks a lot
    san

    Well if you need your Forms accesible from a browser you don't need to convert them to Java - you just use Forms on the Web - http://otn.oracle.com/formsupgrade
    If you still want to convert to Java have a look at the Forms page for more info:
    http://otn.oracle.com/products/forms
    and also here:
    http://www.oracle.com/technology/products/jdev/collateral/4gl/formsdesignerj2ee.html

  • Reports 3.0 - Drill Down Reports over the Web

    Can anyone tell me how to code a button to run a drilldown
    report over the Web ?
    I have read about bookmarks, hyperlinks and hypertext and found
    the on-line documentation to be rather unclear.
    Thanks
    null

    Magoo is talking about a patch 23, and you are on 11. Maybe that's the difference?
    You can also try to upgrade just the Oracle 8 client (I assume Developer 2000 uses the 8 client). We did that to resolve some issues for Developer 6i on a 9i database.
    You need to get Oracle8 8.0.6.3.8 patch.

Maybe you are looking for

  • How to read an xml file on the server?

    Hi all, we need to read an XML file which will be on the appplication server (visible using the transaction AL11). We will use the transaction CG3Z in order to upload the file to the server. When we try to open it using the instruction OPEN DATASET w

  • HELP! No audio...it worked yesterday

    I just got a new iPod 30GB last friday. I spent all day sunday and monday loading music into itunes from my cd collection. I loaded the ipod and everything worked fine. on Tuesday, I tried loading a cd into itunes and it was recognized, the track nam

  • Adding View/tab TO service Order Item Level

    Hi All, I am using CRM 5.0 SP3. I need to add a new View/Tab on SERVICE ORDER at Item Level Details. This view consist of Some Custom Field (like IO Box, Drop down etc.) I have created the view but not able to understand how to add this view to the I

  • How can I verify that the Trace and Points tables are being updated?

    I am using MSQuery to look at the data in my Citadel database, but it appears there is no data in the database. There are transactions in the A/E viewer. I am totally new to lookout and citidel. TIA.

  • Adobe Acrobat/Reader error

    In trying to print a PDF file I get the error message: "There is a problem with Adove Acrobat/Reader.  Please exit Adobe Acrobat/Reader and try again."  When I do, the same thing happens. Last week I was notified by my computer that there was an upda