Run web deployed Forms through Linux clients?

I thought migrating from Forms6i to Forms10g
would make it possible that users can use
Webforms on Linux Clients in https-mode.
Am i wrong?

Hi,
you are right in saying "would make possible". The Linux certification is ongoing and we expect something for within a Patchset of Forms10g. HTTPS then should not be the problem.
Frank

Similar Messages

  • Drag and Drop with web deployed Forms.

    If you are interested in drag and drop features of web deployed Forms you may want to check out this:
    http://groundside.com/blog/GrantRonald?title=oracle_forms_drag_and_drop_on_the_web&more=1&c=1&tb=1&pb=1
    Regards
    Grant

    Hi ,
    I think this is similar to a .pll library in Forms 6i which was called drag_drop.pll-something like that.......Isn't it...?????
    However , it seems very attractive and helpful to our clients.....
    Thanks and congratulations,
    Simon

  • Launching Browser Window from Web Deployed Forms App.

    Has anyone launched a new browser instance on the client within a web deployed forms application? We have browser based help within our application. In the client/server version, we used the built-in HOST command to launch the browser when the help button is clicked. However, this does not work in a web deployed situation. First, because we are deploying the application on a Solaris box, and it does not recognize the host command, and second even if we could it would launch the browser on the server. Can I do something with java or javascript?

    Why don't you use the web.show_document(url, '_blank') built-in?

  • New form opens up in back of Menu Form in Web Deployed Form

    Hi,
    I am having trouble with my web-deployed form. I have one form that has toolbars and after selecting from the menu for another form to open up, the new form opens up in back of the previous form and I'd have to minimize the previous form in order for new form to be active. Is there any way that I can have the new form open up above the previous form? Also, do you know any good sites where I can get tips on web-deployed forms.
    Thanks,
    Kristine

    Kristine,
    what code are you using to open new forms (call_form, open_form, new_form).
    I have a similar application (custom login module and custom menu), and I run my modules from the menu using
    call_form(<module_name>,HIDE,DO_REPLACE);
    This hides the custom login module and displays the called module.
    Hope this helps
    Gerald Krieger

  • Icons files will not displaying when running web-based forms locally

    My icon files (jpgs) are not displaying from within Forms Developer 10g or when I run the web-based forms from within Developer. I have tried the following without success:
    6.4 Deploy Icons for Forms Running on Web
    Option One: For Running Web Based Forms from Within the Forms Builder in Oracle 10g Developer Suite
    1) Copy all the icon image files (*.jpg) to the directory of <Oracle_10g_Developer_Suite_Installation_Root_Dir>\forms\j2ee\formsapp\formsweb\icons
    2) Make sure to set imageBase=DocumentBase in the file < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\server\formsweb.cfg.
    3) Edit the < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\java\oracle\forms\registry\Registry.dat file, specify the icon image file extension by modifying the following line:
    default.icons.iconepath=icons/
    default.icons.iconextension=jpg
    Save this Registry.dat file.
    4) Restart the OC4J Instance.
    5) Launch the form from Forms Builder.
    I just got a new laptop and am setting everything up again. I have everything setup the same way as on my old machine (same as above). It worked fine on my old computer but not on the new one.

    hi
    try to create jar file for u r all jpgs but also u have to check the size of u r images
    and if possible try to resave the same images by using Acdsee or use any other image viewer softwares.
    hope this helps u...
    sarah

  • Executing a shell script from a web deployed form

    Hi there,
    i've got a web deployed form from which i want to execute a UNIX shell script upon clicking a button.. I've used the host command ,and the rsh utility in Windows NT but i'm getting an error message saying
    "machine address" Permission denied, rsh can't establish connection " this is the code in the when button pressed trigger
    HOST('c:\windows\system32\rsh <<machine address>> opt/apps/wmc/rw.ksh');
    the machine address being the unix machine i'm trying to connect to and the last part being the path and the shell script to be executed..
    can anybody help me out here ????
    Regards
    wole
    null

    Jim,
    Yes. Use the host command from forms and call the command rexec.
    Raymond
    null

  • Do web deployed forms support insert/replace modes

    Hi:
    We are currently using Oracle Forms 10g. In older versions of forms the Insert key could be used to toggle between Insert and Replace modes when entering data in a field. Is this functionality supported in Web deployed forms?
    Thomas

    Apparently not. See
    INSERT key does not toggle INSERT/REPLACE mode

  • How to run the oracle form in linux system

    Hello all,
    My config is :-
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I can easily run my on Windows and Linux platform untill i am not use java bean in my form. After using the getMacaddress JAVA BEAN. I am not able to run my form on linux platform. If i remove the java bean from my form than form will run on linux.
    I am not familiar with linux so i am not able to trace the problem basicaly i don't  know which version of jre is used by linux system and i don't know how to find it.
    Please guide me.

    Now i install the jdk 1.6.0_20 and add into the jdeveloper 10.1.3.
    and i change my code for get mac id is -
    package demo;
    import java.net.InetAddress;
    import java.net.NetworkInterface;
    import java.net.SocketException;
    import java.net.UnknownHostException;
    public class App{
       public static void main(String[] args){
    InetAddress ip;
    try {
    ip = InetAddress.getLocalHost();
    System.out.println("Current IP address : " + ip.getHostAddress());
    NetworkInterface network = NetworkInterface.getByInetAddress(ip);
    byte[] mac = network.getHardwareAddress();
    System.out.print("Current MAC address : ");
    StringBuilder sb = new StringBuilder();
    for (int i = 0; i < mac.length; i++) {
    sb.append(String.format("%02X%s", mac[i], (i < mac.length - 1) ? "-" : ""));
    System.out.println(sb.toString());
    } catch (UnknownHostException e) {
    e.printStackTrace();
    } catch (SocketException e){
    e.printStackTrace();
    in form i create one jave bean area and add the implement class is
    demo.get_info.
    and on B1 (button) when-button-pressed
    :T1 :=GET_CUSTOM_PROPERTY('BEAN_MAC',1,'get_info');
    No error comes and no out put comes. So please guide me how to use the getHardwareAddress to get mac id.

  • File exists on client? from web deployed forms

    Any ideas on the quickest and sleekest way to identify whether or not a file at a known location actually exists on client?
    My first thought is to deconstruct some part of the fileupload java stuff.
    Any other ideas?

    In case anyone ever needs to do this -
    I added a method to getclientinfo.java - very simple - here it is
    public String getXyz()
    File xyz = new File("C:\\xyz.txt");
              if (xyz.exists()) {
                   return "YES";}
              else          {
                   return "NO";
    }

  • Error in running web logic/forms locally: wrong signature

    Hi,
    We are trying to configure oracle forms/reports 11g on each developer machine.
    In running form from either forms builder or IE I'm getting an error:
    Forms Session ID is formsapp.2
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    FRM-92090: unexpected fatal error in client-side Java code during startup
    Java Exception:
    java.lang.RuntimeException: java.lang.SecurityException: class "oracle.forms.engine.Version"'s signer information does not match signer information of other classes in the same package
         at sun.plugin2.applet.Plugin2ClassLoader.checkPackageCerts(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.access$200(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at oracle.forms.engine.Runform.createInitialMessage(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.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.SecurityException: class "oracle.forms.engine.Version"'s signer information does not match signer information of other classes in the same package
         ... 15 more
    I have signed all jar files in \forms\java and \Oramw11gdev\asdev1\jlib and confirmed that they are correctly referenced in registry and default.env. I also verified all jars. Still error is there.
    Haven't seen this problem with forms 10g.
    Any suggestions?
    Env: Win7/32bit, Oracle Forms 11g, Java 1.6, Forms Builder v.11.1.1.3.0; Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07

    I got the same problem before with clients not on the same domain of the forms server so I found out that the ports 7001 & 7002 were the problem; that requesting the full machine name is not successful using these ports (machine.localdomain.com) so what I did is to join those clients to the domain and if you don't want to join those machines to domain change the web logic deployment port to 8888 .... it worked for me .... I hope this helps you

  • Calling a report from a form on web deployed forms application

    OS: AIX: Developer 6i, patch 3
    I have a form that calls a report. The report works fine on
    client server. But on the web, using reports server, I get
    "FRM-41214: Unable to run report".
    Any help will be highly appreciated.
    Please email me: [email protected]

    hello,
    check out our product-area on OTN
    http://otn.oracle.com/products/reports
    there you find a whitepaper on integration between forms and
    reports on the web.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Online Help in Web Deployed Forms App

    In a Designer generated Forms app deployed across intranet via Forms Server, what options do I have for an online help system? Is Designer's ability to generate MS Help files useful outside client/server environment? Thanks in advance.

    I'd also consider checking a test case with Oracle Support to confirm its the same issue as well.
    Regards
    Grant Ronald
    Forms Product Management

  • Not able to connect VS Web Developer Express through instant client 10

    I just spent 10 hours attempting to connect Web Developer Express 2010 to an Oracle 10g database. In the end the solution was beyond simple, but with the existing threads there is a lot of talking around the problem. I’m posting this in case it might help someone else.
    Obtain the Oracle instant client software that will work for your database. You will only need the basic package.
    http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html
    Extract the contents to a temp location on your hard disk
    Create a directory for the application – it could be anything, but here is what I used
    C:\instantclient
    Copy the extracted files into the directory you just created.
    Right click on my computer and choose properties
    Under advanced and environment variables you will need to add the directory you created above to the system variables PATH. You will need to create a new system variable called TNS_ADMIN and put the same c:\instantclient path in it.
    Create the file tnsnames.ora under the c:\instantclient directory and put your customized entry in it. Below is an example.
    tnsnams.ora file contents
    <Alias for this tnsnames entry> =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <Your Oracle Server>)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = <Your database instance>)
    It’s a good idea to restart your system after this installation.
    In web developer express use the .NET Framework Data Provider for OLE DB.
    Here is the key piece of information!!
    Under server name you need to use the alias from the tnsnames.ora file entry. If you do not do this it will not pick up the SERVICE_NAME parm and will give you some goofy error like:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    or
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

    I just spent 10 hours attempting to connect Web Developer Express 2010 to an Oracle 10g database. In the end the solution was beyond simple, but with the existing threads there is a lot of talking around the problem. I’m posting this in case it might help someone else.
    Obtain the Oracle instant client software that will work for your database. You will only need the basic package.
    http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html
    Extract the contents to a temp location on your hard disk
    Create a directory for the application – it could be anything, but here is what I used
    C:\instantclient
    Copy the extracted files into the directory you just created.
    Right click on my computer and choose properties
    Under advanced and environment variables you will need to add the directory you created above to the system variables PATH. You will need to create a new system variable called TNS_ADMIN and put the same c:\instantclient path in it.
    Create the file tnsnames.ora under the c:\instantclient directory and put your customized entry in it. Below is an example.
    tnsnams.ora file contents
    <Alias for this tnsnames entry> =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <Your Oracle Server>)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = <Your database instance>)
    It’s a good idea to restart your system after this installation.
    In web developer express use the .NET Framework Data Provider for OLE DB.
    Here is the key piece of information!!
    Under server name you need to use the alias from the tnsnames.ora file entry. If you do not do this it will not pick up the SERVICE_NAME parm and will give you some goofy error like:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    or
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

  • Case sensitivity in using OPEN_FORM, CALL_FORM on web deployed forms

    Just A Quick Note,
    Make sure the case of the form name when using CALL_FORM, OPEN_FORM is the same as the case of the filename on the UNIX box.
    We spent quite a bit of time trying to find out why our CALL_FORM and OPEN_FORM command were giving the following error:
    FRM-40010 Cannot read form "XXXXXX"
    It turns out that we were using all caps in the OPEN_FORM build-in, but the filename was in lower case.
    Anton Ochss
    Great Lakes Gas Transmission

    hello,
    check out our product-area on OTN
    http://otn.oracle.com/products/reports
    there you find a whitepaper on integration between forms and
    reports on the web.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Java Programming - Run Web Start App Through IDE Using Existing JNLP(s)

    I apologize for the cross post. I believe I mis-posted the first time. The thread belongs here.
    http://forums.sun.com/thread.jspa?threadID=5434826

    You might try pointing JaNeLA *(<- link)* at it, and fixing any errors it reports. Ignore any optimisations suggested. The optimisations are not properly debugged and would not cause the kind of errors you report.
    Oh, and a ++++ to that advice to to ensure the console pops open when encountering a web start app. Make sure the code is not [swallowing exceptions|http://pscode.org/javafaq.html#stacktrace] *(<- link)* at any stage.

Maybe you are looking for

  • MobileMe Services has stopped working

    I recently updated iTunes and downloaded iCloud on my PC (with Vista 32-bit), since I use an iPhone and an iPad. Since then, each time I turn on Outlook 2003, a message comes on twice that says: "MobileMe Services has stopped working." I know many pe

  • Question about setting up a workstation with Aperture 2

    hello, I hope I will get some help from here. I guess first I should list the things I have, this will make it easier. I have a Macbook Pro with 10.5.6, a Samsung 24" monitor, Aperture 2, Photoshop CS4, CANON Pro9000 Printer, and Pantone Huey Screen

  • Using hyperlinks in Java Report Viewer

    Hello, I want to use the hyperlink function in Java Report Viewer Component. In the Crystel Reports Developer Page Preview, I can click on a hyperlink (for example to a website), and a browser will open. The same on the Crystal Report Viewer 2008. Th

  • ASMCA error during 11.2 Grid install on Solaris 10 zone

    Hello, I'm installing 11.2 grid infrastructure in a solaris 10 sparse root zone (SPARC). The install ran fine, but the final step tried to create and configure the ASM instance. This failed with the errors below. It looks like it is trying to add the

  • RS-232 through TCP/IP with LabView

    Hello I currently have a serial device being read through a hardware RS232 to TCP/IP converter. On the computer with labview I use a third party virtual serial port that reads the TCP/IP data and converts it pack to COM port data. I then read the COM