Can't install Forms and Reports under linux 8.7.1

I try to install Forms and Reports i get this message
UT60 is not available or _TK60 is not available
Please help me

I solved my problem... more by a system of trial-n-error than anything else. Here's how you go about it:
1. BACKUP ALL YOUR DATA. I would suggest using time machine thrice on three different locations. Better safe than sorry, and when it comes to backing up data, Overkill is Underrated.
2. Boot into Disk Utility mode.
3. Locate, select erase the primary HDD/SSD. WARNING: YOU WILL LOSE EVERYTHING ON YOUR COMPUTER THAT HAS NO BEEN BACKED UP.
4. Install OS X online.
5. Select your preferred backup location and tranfer all your data to the freshly installed system. This should restore your computer to an "as was" state.
6. Once the computer is done restoring our data, restart the system.
7. While restarting press the following key combination:
     cmd+option+P+R (You have press the combo before the grey screen appears during the boot and let go as soon as you hear the boot up chime.
   This will reset your computer's PRAM.
8. Boot into your system and re-install xquartz (latest version) from the source site.
I am not saying this process is fool proof. It worked for me, and it usually tends to work when you are facing problems due to a missing system file.

Similar Messages

  • Can't install Forms and Report whith Redhart 7.2

    I use oracle 8.7.1. When I try to install Forms and Report
    I get this message UT60 is not available
    Why

    Absoulte life saver! Just got my new 15" mac book pro and the first thing I wanted to do was download the trial of the new cs5.5 suite. Nope couldnt do that. Had the exact same problem with the adobe download assistant. Turned graphic switching off and worked striaght away! Crazy. Took my Mac into the apple store today aswel and they couldnt figure it out! So hope this helps anyone else who has this problem. Thanks hpwooten! I am not happy with my mac again :-)

  • Can i install forms and reports 6i on oracle 11g

    please give the ans?

    You're in the wrong forum.
    You've already asked questions in the right forum - {forum:id=82} - and there asked to provide a better problem description.
    I.e. for anyone to help you, you should spend some time to describe, clearly, what it is you need help with.

  • Can Developer 6i(Forms and Reports) be installed on Vista

    Can Developer 6i(Forms and Reports) be installed on Vista??
    If yes, then which version?
    Please answer..........

    Hello,
    Developer 6i can be installed on XP/NT/2000 but not on vista, you can try and see if get lots of errors. You can also try installing latest developer suite (10.1.2.0.2) but once again you might face some issue but it worth trying.
    Regards

  • How to install forms and reports 6i

    I am facing a problem while installing Forms 6i. The following are the details.
    I successfully installed Oracle 9i first under F:\oracle\ora90. While installing Forms 6i, I selected the "Typical" and gave the path as "F:\oracle\ora90" and clicked on the Next Button. Immediately I got an error message as "The location specified, 'F:\oracle\ora90' is already used as an Oracle home for 'Oracle 82 Beta'. It cannot be used as an Oracle home for 'nt'".
    Could any one give the information of how to install forms and reports 6i. It ll be of great help to me.

    use F:\oracle\ora90 as your oracle-db-home
    use F:\oracle\forms6 as your forms-home
    try it
    Gerd

  • Install Forms and Reports 6i on 64 bits machine

    Hello,
    It is possible to install Forms and Reports 6i on 64 bits machine?
    How it is done?
    Thank you.
    Best Regards
    Rute

    Forms is a 32 bit application so you need to do what
    you normally do for the platform in question when you
    install and run in 32 bit emulation.Please, can you explain how to do it on the windows 2003 x64 machine?

  • Is it possible to install Forms and Reports 11.1.1.2.0 without Weblogic

    is it possible to install Forms and Reports 11.1.1.2.0 without Web logic ?

    No. Not according to all the Oracle documents I have read on the subject.
    Frequently Asked Questions for Oracle Forms 11g
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/faq-2-130064.pdf
    B32474-01
    E10421-01
    E10130-01
    E12003-01
    Best Regards
    mseberg

  • Can we store forms and reports in 10g database in any format

    Can we store forms and reports in 10g database in any format

    Hi,
    Why do you want to store the forms and reports in database? Do you mean something like SCM repository for versioning?
    I don't find any use in storing the forms and reports in database.
    -Arun

  • Install Forms and Reports builder 11g without WebLogic Server

    Hello Everybody,
    Presently to install Forms and Reports builder 11g on a PC for developers, we need to install WebLogic Server prior to that.
    For this, we need lot of resources. Hardware, to download big software bundles, memory resources, etc...
    If we have a solution like *"Forms and Reports builder 11g and its tools as stand-alone distribution from Fusion Middleware technologies"* ........ no words from me.
    Do you have a solution to install Forms and Reports Builder 11g without WebLogic Server?
    Regards
    murali krishna

    hi
    check out the following link.
    Forms/Reports 11g Builder without WebLogic
    sarah

  • Installing Forms and Reports 6i on Windows Me

    Has any one found a work around to install Forms and Reports 6i on Windows Me, I keep getting an error message. I already have Oracle 8i Personal Edition 8.1.5 installed and working on my machine.
    Thanks,
    Brent

    Hi Jan,
    I haven't tried to run Forms and Reports on Windows Server 2003, but I have worked on Windows XP and UNIX with F/R 6i 9i and 10g. I never had much luck with 9i Forms and Reports, 10g rel 1 was better, but 10g rel 2 is best. I recommend you bite the bullet and convert to 10g AS, Forms & Reports 10g rel 2. After running your 6i F/R to 10g through the converter, you may need to adjust fonts and colors.
    Regarding your specific question, I am surprised that the rwrun60 works at all with 9i AS. And rwrun90 probably won't run the 6i version of your reports without recompiling in the 9 version.
    Hope this helps,
    Frank

  • Compile forms and reports in linux os

    hi,
    i like to know how to compile forms and reports in linux os?
    please provide me the commands for compiling of forms and reports.
    Regards
    Ravikumar.A

    hi
    i do not know u r form version but the following command is for Forms [32 Bit] Version 10.1.2.0.2 (Production)
    try this.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completefor linux i think its frmcmp.sh just make changes here.
    sarah

  • Installing Forms And Reports

    Hi Gang,
    Can someone help me install Forms6i and Reports6i without conflicting with my originally installed Oracle8i?
    Also, when I tried to install Forms6i and Reports6i I was prompted to select either:
    Oracle Forms Developer
    Oracle Forms Server
    Oracle Reports Developer or
    Oracle Reports Server.
    I am taking a beginner's Forms and Reports class and I don't know which one to install on my home computer. I would appreciate any help I can get about the above problems.
    null

    Also do not forget to establish connection from Forms/Reports to Oracle Server.
    You can use the "Oracle Net 8 assistant", "Oracle Net 8 Easy config" to see if you have the appropriate entry to the server in the local tnsnames.ora file (find it!).
    Under local I mean the file tnsnames.ora in your application, not at the Oracle Server.
    You have to have there an entry like:
    REKS816.RILA.BG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = bigbluenew.rila.bg)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = REKS816)
    It is a bad practice, but you can add such entry using simple text editor. But before that make a copy of tnsnames.ora in order to restore it if you do not succeed.
    After that go to "control panel" and run "services".
    Look at your Oracle_Home_TNSlistener80 process. Stop it! Start it again!
    Joseph Schwertner
    [email protected]

  • How to install forms and reports 11g in developer machines

    Hi All,
    I have installed Database server 11.2.0.1.0 and installed application server forms(32bit) 11.1.1.4.0 separetely in two machine. Forms and Report builder working fine and connecting to the database.
    I have 5 Developers working in forms11g and reports11g .
    What i need to install in 5 developer systems.
    Please clarify at the earliest
    Thanks in Advance
    GV

    This came up awhile back, read the entire thing and make sure you use the same versions.
    Oracle 11g Developer suite installation
    Note that you will need to install Weblogic Server before you can install Forms 11g.
    Best Regards
    mseberg

  • How to compile forms and reports in linux command line ?

    Hi,
    I'm working on a migration from forms 6i to 11g R2. The development/migration is being made on a Windows 7 64 bits, however, those forms and reports will run on a Linux RHEL 5. Thus, I have to compile them inside that linux box.
    How can I do it? Is there a tool to compile the forms and reports in command line withn a linux box?
    Thanks a lot.

    Thanks for the answer, Carlos.
    I run the command but this error message is displayed "FRM-91500: Unable to start/complete the build".
    Edited by: _blackjack on Dec 18, 2012 5:18 AM                                                                                                                                                                                                                                                                                                                                                                           

  • Can I use forms and reports 6I runtime for production environment?

    I have a doubt.
    I know if i use or install developer (forms and reports 6I) both, runtime and builder, I do require a license.
    But If I buy the standard edition license for database (in production or deployment), and I wanna use the runtimes (from forms and reports) only as runtime not to modify or develop anything, is it possible? just to download it or install it in RUNTIME mode?
    Is it possible and legal?
    Thanks

    Can I download that developer and install both forms and report runtime (yes only runtime) to access a licensed standard edition database? The problem is, you can't download that version any more! All download links to Forms version earlier that 10g R2 have been removed from Oracle's web site. You might still be able to download Forms 6i from My Oracle Support, but this requires a paid license agreement with Oracle to access My Oracle Support (formerly Metalink).
    So, if you already have a copy of Oracle Developer Forms and Reports 6i then all you need to do is contact your local Oracle Sales Representative to get an official answer to your licensing question. If you don't have a copy of Forms 6i, then you are pretty much out of luck unless you know someone who has a copy!
    Craig...

Maybe you are looking for