Forms 6i Linux install

Has anyone else had any trouble installing the forms 6i for Linux?
I downloaded the file d2k6irelease2.tar and expanded it. But then it has mostly files with an underscore at the end of the filename and they are not executable. Is there an ISO download available?
Thanks!

In a word .... Yes!
I, too, have the same issue. I need to get Form 6i loaded to develop a custom control to integrate our document management system with one of the customers Forms 6i based applications.
Any help in getting Forms 6i running would be greatly appreciated.

Similar Messages

  • 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.

  • Testing forms in linux machine

    Hi,
    How can I test forms application after installing 10g application server in linux machine using
    http://<your_server>:7778/forms/frmservlet?form=test.
    In windows , jinitiator is automatically installed, but in linux how can I configure?.
    Regards
    JIJU

    Hi,
    should work the same if the client machine is Windows. If the client machine is Linux, you need to use the JavaPlugin as described in the documentation (see application server documentation)
    Frank

  • Sos: deploying developer forms on linux ----- urgent!!!!!

    have a problem in deploying developer forms on linux.
    how do i do that?
    urgent!!!!!!!!!!!!!!!!!!!!!!!

    You must compile a form under Linux.
    To do that, you must have Developer/Server for Linux. After installing it, in $ORACLE_HOME/bin there will be a compiler - f60genm

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • Launching Wizards in Oracle 11G on Linux install

    Hi,
    Just wondering if someone can tell me where the wizard launches are located in the Linux install.
    Thanks,
    Zach

    Hans,
    I have heard them referred to in different ways,
    Configuration assistance, Wizards, etc. Say if I
    didnt want to create a database by command line. I
    wanted to walk through "Configuration Assistant" and
    choose defaults for the quick and easy setup. No worries. Using the correct terminology gets the right answer faster, and the wrong terminology simply means that we have to test and verify the question. Always works that way.
    One definition of professional is 'a person who knows the right name for the tools'. Based on that, I've known come amateurs who are much better than the pros.
    I would like to figure out where to launch the
    "Configuration Assistant" that might let me do that.
    I know in Windows environment, they are located right
    in the Oracle start menu. Actually, if you took a moments gander you might have noticed that the 'Start Menu' is nothing more than a set of shortcuts. There is literally no program 'In' the Start Menu.
    Right clicking on the Start Menu shortcut and looking at the properties would tell you the name of the Assistant and that it is located in the ORACLE_HOME/bin directory.
    And the nice thing about Oracle is that the names are pretty much the same in Linux, Unix and Windows (and others as well) Due to historic silliness, Windows needs a .exe at the end of the file name, so in Windows it is netca.exe and in Linux it's netca ... and so on.
    >
    Thanks for any help.Hope the above helps
    >
    Zach

  • How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    Hi mariab,
    What format are those music scores (I'm not familiar with cubase documents). But, it may be that Adobe PDF Pack doesn't support that format. In that case, Acrobat is the way to go. You can then print your files to PDF as you'd like. You're welcome to try Acrobat for free for 30 days to see whether it's going to work for you. If you decide it is, and you'd like to use it going forward, you could convert your PDF Pack subscription into an Acrobat subscription.
    Best,
    Sara

  • Compile form in Linux

    Hi,
    I developed one custom form using Linux.But, when I want to compile that form using f60gen it gives "-bash: line 36: f60gen: command not found" error message. As per I understand f60gen is not recognised.
    Can any one suggest me how to overcome this problem.My DBA has helpless regarding this matter.(I have f60gen.exe application in my bin directory).
    Thanks,
    Bhujendra

    Hi
    You have to log in as application user (if multi user created - applmgr - user for application tier and oracle -- user for database tier, based on the username you have specified while installation). Set the environment by running the following.
    $ . $APPL_TOP/SIDName_hostname.env
    $APPL_TOP (refers to <sidname>appl directory) will work only after setting the environment.
    After setting the environment navigate to particular directory where you have put fmb and run the f60gen command, it will work.
    Regards
    Senthilrjj

  • SAP Interactive Form is not installed

    All,
    I have installed NWDS 7.0.09. When I click 'Edit' on InteractiveForm component the Adobe LiveCycle Designer does not open.
    I did download the Adobe LiveCycle designer Patch 7.0 from service marketplace. But when i try to install the same I get the following error:
    <b>This patch cannot be applied because 'SAP Interactive Forms' is not installed on this workstation!</b>
    Has anyone seen this error and can anyone advice as to what I need to do to get the Adobe LiveCycle Designer to work.
    The message seems to be self explanatory the question then arises how to I load SAP Interactive Forms
    SAP Partner

    Hi
    You have to first install Adobe LiveCycle Designer on your PC to be able to use InteractiveForms component in NWDS (Provided ADS is installed and configured in your landscape, ADS is installed by default in NW2004s installation, we can also have standalone ADS Server).
    You can obtain the Adobe LiveCycle Designer 7.1 from https://service.sap.com/swdc -> Installations and Upgrades->SAP NetWeaver->SAP NETWEAVER->SAP NETWEAVER 2004S->Adobe LiveCycle Designer 7.1
    Hope this helps!
    Thanks & Regards,
    Preetha Rethinam
    null

  • How to compile form in linux server

    Hi All:
    Any one can say how to compile form in linux server using form builder fmb.

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • Running Form in Linux on Itanium2 64-bit

    Hello there,
    We are migrating our database and forms from Oracle 9i database and 9i Forms from Windows 2003 to Oracle 9i Database and Oracle 9i Forms on Linux AS on Itanium2 64-bit.
    I want to know Is there any special arrangements to be made to migrate forms from 32-bit to 64-bit?? and from windows to linux. Please guide me what will be the proper procedure.....
    Write me in detail please, or recommend me a white paper.
    Regards,
    Usman Latif

    Thanks for the feedback.  I wonder if newer installers will have any degree of compatibility.
    I saw on another page that people are at least getting some 488.2 functionality in XPMode:
    http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/NI-488-2-does-work-on-Windows-XP-Mode-within-...
    In some cases, I don't necessarily need physical access to the hardware.  I just want to satisfy dependencies for linkage when running application builder, CVI, etc.  I know I can manually copy VI's, headers, etc. but that's a pain.

  • How to compile form in Linux?

    Hi guys,
    I am developing using forms builder 6i on windows xp.
    The application server is on Linux.
    Should I recompile my form on Linux?
    If so then can you please detail the step in how to do so? Because I am really unfamiliar with Linux.
    What command should I run? where do I run the said command? etc.
    Thanks
    Jim

    Jim
    Should I recompile my form on Linux? A. If you plan to run it on an iAS server that is Linux then Yes.
    Is you application server Linux and is it possible you could compile it there?
    Script to compile on the iAS server
    #UNIX Forms Compile
    #compile_forms.sh
    export FORMS_PATH=/u01/app/oracle/product/apps/<your_directory>
    export DISPLAY=localhost:2.0
    #export NLS_LANG=AMERICAN_AMERICA.UTF8
    export TERM=vt220
    export ORACLE_TERM=vt220
    export FORMS_BUILDER_CLASSPATH=/u01/app/oracle/product/apps/<your_directory>
    for i in `ls /u01/app/oracle/product/apps/afs_dev/your.fmb`
    do
    echo Compiling Form $i ....
    frmcmp_batch.sh userid=username/password@oracle_sid batch=yes module=$i module_type=form
    compile_all=yes window_state=minimize
    done
    # May Need to modify $ORACLE_HOME/frmcmp_batch.sh to include FORMS_PATH and other environment variables.
    # Copy the frmcmp_batch.sh to /home/oracle or the directory you prefer.
    Replace your.fmb and <your_directory> with the correct form name and path

  • Failure to install CD 3 of Linux install set

    Downloaded four zip files from the following location:
    http://edelivery.oracle.com/linux
    Unzipped them to the ISO files and then burned the four CDs - no problem and the CDs were validated as okay. During the install CD1 - no problem, CD2 - no problem, CD3- problem - wrong CD was the error message. So redownloaded, unzipped, and reburned CD3. Redo and precisely the same error.
    THEN went to the following location and downloaded the five ISO images from here and burned the corresponding CDs.
    http://linux.us.oracle.com/isofs/RedHat/RHEL4/i386/ES/U4
    Burned the five CDs and they validated as okay. Install - CD1 - no problem, CD2 - no problem, CD3- problem - wrong CD was the error message. Precisely the same thing as above.
    THEN - took both sets of CDs, and instead of my home machine I took them to an ed center and attempted the install on a spare machine and get exactly the same errors as above.
    What is going on - seems like it always CD3 (regardless of the number of CDs) that croaks - how do I get Linux installed?
    THANKS for any help - Ken Cooper

    Did any of you ever solve this problem ? -
    I have same issue with CD 3, no matter what I try it claims to be unable to read the darn thing !
    The packages it has failed on so far is XDELTA / ZSH / SENDMAIL - all from CD3
    I have tried burning a new CD3 copy -> same thing.
    I changed the CD drive of the server. Dunno why it would accept CD1 and CD2 but not CD3 - anyway it didnt work either !
    Tried using both CD's in another PC and was able to extract and view the faulted packages without a glitch !?!
    I'm lost for clues . . .
    Now i'll try fetching the CD3 again and burn a third copy....
    And then i'll try to choose to few things that it might not need cd3.
    If that also fails i'll throw everything away and ask them to use MySQL or MSSQL :)
    Is there any way to copy the stuff to harddisk and run install from there !?
    - just point me to the manual if I overlooked that possibility :) ?

  • Linux Install Problem

    Hello,
    I hope I'm in the right forum.
    I have tried a triple boot on my macbook (http://support.apple.com/kb/SP504)
    - extra partition for Win7 and Linux - installed rEFIt - Windows installation without problems.
    But the Linux install fails.
    (Tried to install with openSuse 11.3) The CD booted normally. But after I clicked on the "install"-Button, a green screen appears and nothing moves. I've also tried to install Ubuntu (10.4 LTS) but after the CD booted, a black screen appears and the screen is frozen.
    After that I decided to reinstall my OSX, perhaps it helps. But that doesn't solve the problem.
    Sorry for my bad english. I hope you can help me,
    Max

    Thanks for the reply. I figured it out on my own. Something to do with
    specifying the directory or changing the current directory, I forget exactly which.

  • Linux Install Podcast does Arch

    The last two episodes of the Linux Install Podcast covers the installation of Arch Linux. I'm not what you'd call an expert, and I make mistakes, well, I make a lot of mistakes. But I do manage to get Arch installed with X. I get wireless working with a rt61 based wireless card and I get my ati radeon xpress 1100 working with both the open source and the proprietary drivers. Anyone interested in hearing someone fumble through an Arch install can get the podcast from: http://thelip.net

    Arch can give you what you want (so can Debian and Gentoo), but the two most important criteria for a lightweight system are: 1: install and load only what you want, and 2: when you have an option, go for the less resource hungry solution (MPD vs Amarok, for example).
    P.S.: I use both a custom kernel and the stock kernel on my netbook. Both load with same ram usage (as only required modules are loaded by udev), just the install size vary as the custom kernel is stripped down for the modules that I really need. What makes the difference is not kernel really, but what you load afterwards. My netbook loads xorg, openbox and some lightweight eye-candy like conky, wbar, etc immediately after booting up, the ram usage at the beginning of session is ~60 megs (only!).

Maybe you are looking for

  • IPod will not update iTunes

    My 40g iPod has lost the ability to update from iTunes. iTunes recognizes that the pod is connected but it just freezes on "updating songs". To make matters worse, the entire computer freezes when I eject the iPod. So far, I've been unable to find a

  • Idvd - burning issures

    After I burn a disk in idvd onto an imation dvd-r (8x), I get the message - "device drained it's buffer without burn underrun protection". What does this mean? When I play the dvd's on the mac they work great, but on my own dvd player, they stop, hes

  • WiFi Disconnect/Signal Loss

    I recently bought an Airport Extreme WiFi n router to replace my older D-Link router which suffered from disconnects. The Airport Extreme worked well for about 1 month without a glitch (and I haven't changed the settings) and all of a sudden I get Wi

  • Installing Print Drivers on Server 2008 R2 cluster - Failing with error 0x000000006be

    Hello, I'm currently working with a client that has a Cluster that has 24 servers with 84 resources. This cluster is dedicated to printing only. They have multiple types of printer brands and various different models of each brand. The problem is whe

  • Facebook settings in Nokia C7

    Hi! How to change settings to Facebook app in my Nokia C7? It shows mainly game notifications from my friends, which I don't want to see. When using Facebook by PC, I have settings so that it doesn't show those notifications.