Unable to Install jdevstudio11113install.exe on Windows 2003 IA64

Hi there,
I was trying to install jdeveloper 11.1.1.3.0 on ia64 windows 2003, and I kept getting error when installing:
Java Virtual Machine Launcher
Could not create the Java virtual machine.
Is this jdev supported on the machine/OS version?
Thanks!

Have you checked http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html
I guess the problem is that the installer runs on a 32 bit JDK which is not the default on your machine. You can try the jar installer.
Timo

Similar Messages

  • Unable to install Database 10gR2 on Windows 2003

    Hi,
    I have Windows 2003 EE with Sp2 installed. I am trying to install Oracle Database 10gR2 but i get error when i click setup.exe.
    The error is
    *Error in Writing to directory C:\TEMP. Oracle Universial Installer needs you to have permission in this area to install. Installation cannot continue. Please make sure TEMP is set to a valid writable directory.*
    Kindly please help me on this.

    I am logged in as admin user and c:\temp is writable. However, i would also like to present one observation that i have made.
    My Windows 2003 environment variable is as below
    TEMP = %USERPROFILE%\Local Settings\Temp
    TMP = %USERPROFILE%\Local Settings\Temp
    When i use this parameter setting the error shows different path.
    Error in Writing to directory E:\DOCUME~1\ADMINI~1\LOCAL~1\TEMP. Oracle Universial Installer needs you to have permission in this area to install. Installation cannot continue. Please make sure TEMP is set to a valid writable directory.
    But when i change the TEMP paramaters to (i.e i add ";" at the end) then error show different path.
    TEMP = %USERPROFILE%\Local Settings\Temp *;*
    TMP = %USERPROFILE%\Local Settings\Temp *;*
    Error in Writing to directory C:\TEMP. Oracle Universial Installer needs you to have permission in this area to install. Installation cannot continue. Please make sure TEMP is set to a valid writable directory.
    Not sure why this is happening and i believe Windows 2003 SP2 new security policy is restricting me to access the TEMP directory on E:\ drive

  • Unable to install ACS on Microsoft windows 2003 Virtual Server

    Hi,
    I am trying to install Cisco Secure ACS on Windows 2003 Server Standard Edition which is hosted on a Microsoft Virtual Server, but the installation doesnt go beyond the enclosed screenshot.
    Please let me know whether ACS can be installed on a Virtual Server or not.
    thank you
    Regards
    Salim

    We have ACS 4.0 installed in our lab systems on VM. Which VM are you running? ACS has been tested on and is only supported on VMware ESX 3.0 and later. Also, you need to have adequate resources allocated to the ACS/Windows VM instance.

  • Unable to Install WebAs6.4 on Windows 2003

    Hi Everyone , I am trying to install SAP WebAS Java 6.4. We use an Oracle Database and i want to deploy
    our web apps on the SAP WebAS . I get this error during installation :
    ERROR 2004-11-09 15:00:39
    CJS-00081  Assertion failed: in
    function sapdb_sql_query(db_nm, sql_s, db_node) {
        var ret_s = "";
        var sdbInst = new sdbInstance();
        sdbInst.dbName = db_nm;
        sdbInst.dbHost = (db_node == undefined) ? installer.getHostName() : db_node;
        var r_arr = sdb_sql_query(sql_s, sdbInst);
        ASSERT(arguments.callee, r_arr != undefined, "ERROR EXECUTING DBMCLI COMMAND!");
        if (r_arr[0] == "false") {
            var err_msg = "ERROR EXECUTING SQL QUERY: ";
            for (var i_cnt = 1; i_cnt < r_arr.length; i_cnt++) {
                err_msg = err_msg + r_arr[i_cnt];
            ASSERT(arguments.callee, false, err_msg);
        } else {
            end_l = new RegExp("END");
            for (i_cnt = 0; i_cnt < r_arr.length; i_cnt++) {
                if (end_l.test(r_arr[i_cnt])) {
                    ret_s = r_arr[i_cnt + 1];
                    break;
        return ret_s;
    ERROR EXECUTING SQL QUERY: OKERR-24988,ERR_SQL: sql error-5015,Missing keyword:USERGROUP,TIMEOUT,STANDARD,RESOURCE,REPLICATION,NOT,LIKE,EXCLUSIVE,DBA,COSTWARNING,COSTLIMIT,CACHELIMIT
    How do i get over this problem ?
    Thanks
    Ravi

    Hi Stefan,
    the users now have been created with the appropriate passwords. The installtion procedure now doesn't complain about missing users but the problem still remains. Here the some of the log messages:
    WARNING[E] 2004-11-25 13:32:49
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    WARNING[E] 2004-11-25 13:32:49
    Error converting from port number=3601/protocol=tcp to service names. SAPRETURN=12
    INFO[E] 2004-11-25 13:32:52
    Unable to get value for environment variable JAVA_HOME.
    INFO 2004-11-25 13:32:53
    Execution of the command "C:/j2sdk1.4.2_03/bin/java.exe '-version'" finished with return code 0. Output: 1.4.2_03
    WARNING 2004-11-25 13:32:53
    Directory C:/WINNT is not a valid JDK directory: the java executable is missing.
    INFO 2004-11-25 13:32:53
    Found valid JAVA_HOME directory C:\j2sdk1.4.2_03 with JDK version 1.4.2_03.
    INFO 2004-11-25 13:32:54
    Execution of the command "C:\j2sdk1.4.2_03/bin/java.exe '-version'" finished with return code 0. Output: 1.4.2_03
    INFO[E] 2004-11-25 13:32:54
    Unable to get value for environment variable SAPINST_DEBUG_TRACE.
    INFO[E] 2004-11-25 13:35:48
    File system export (share) saploc does not exist.
    INFO[E] 2004-11-25 13:35:49
    Unable to get value for environment variable SAPINST_DEBUG_TRACE.
    INFO 2004-11-25 13:37:05
    Execution of the command "C:\j2sdk1.4.2_03/bin/java.exe '-version'" finished with return code 0. Output: 1.4.2_03
    INFO[E] 2004-11-25 13:37:07
    File system export (share) saploc does not exist.
    INFO 2004-11-25 13:37:15
    Looking for WebAS instances installed on this host...
    INFO 2004-11-25 13:37:15
    No installed instances found!
    ERROR 2004-11-25 13:37:24
    CJS-00081  Assertion failed: in
    function InstallationScript_64() {
    Probably it is an environment problem ...
    Who can help?
    Thank you, Peter

  • Unable to install SAP webAS on Windows 2003

    Hi Everyone , I am trying to install SAP WebAS Java 6.4. We use an Oracle Database and i want to deploy
    our web apps on the SAP WebAS . I get this error during installation :
    ERROR 2004-11-09 15:00:39
    CJS-00081 Assertion failed: in
    function sapdb_sql_query(db_nm, sql_s, db_node) {
    var ret_s = "";
    var sdbInst = new sdbInstance();
    sdbInst.dbName = db_nm;
    sdbInst.dbHost = (db_node == undefined) ? installer.getHostName() : db_node;
    var r_arr = sdb_sql_query(sql_s, sdbInst);
    ASSERT(arguments.callee, r_arr != undefined, "ERROR EXECUTING DBMCLI COMMAND!");
    if (r_arr[0] == "false") {
    var err_msg = "ERROR EXECUTING SQL QUERY: ";
    for (var i_cnt = 1; i_cnt < r_arr.length; i_cnt++) {
    err_msg = err_msg + r_arr[i_cnt];
    ASSERT(arguments.callee, false, err_msg);
    } else {
    end_l = new RegExp("END");
    for (i_cnt = 0; i_cnt < r_arr.length; i_cnt++) {
    if (end_l.test(r_arr[i_cnt])) {
    ret_s = r_arr[i_cnt + 1];
    break;
    return ret_s;
    ERROR EXECUTING SQL QUERY: OKERR-24988,ERR_SQL: sql error-5015,Missing keyword:USERGROUP,TIMEOUT,STANDARD,RESOURCE,REPLICATION,NOT,LIKE,EXCLUSIVE,DBA,COSTWARNING,COSTLIMIT,CACHELIMIT
    How do i get over this problem ?
    Thanks
    Ravi

    Hello Ravi,
    this problem probably occurred when a SQL user was trying to be created using a password with special characters, but failed.
    Could you please copy the last couple of lines of the protocol named 'XCMDOUT.log' into this thread?
    Regards,
    Roland

  • Unable to Install Photoshop CS5 on Windows 8

    I'm unable to install Photoshop CS5 on Windows 8.  A copy of the installation log is listed below.  The first time I tried installing, I had Norton 360 enabled, right-clicked the DVD-ROM drive and selected to execute the installer.  It failed at about 5%.  Then, I uninstalled Photoshop CS5 and uninstalled Adobe AIR, disabled Norton 360, ran the Creative Suite Cleanup Tool, and then rebooted back into Safe Mode.  This time, I browsed the DVD-ROM drive, right-clicked on the set-up.exe file and selected Run As Administrator.  Same thing as before.  It failed at 5%.  Does anyone have any suggestions?  Thanks.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 60 error(s), 56 warning(s)
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Adobe Media Player: Install failed
    ERROR:  - Adobe Linguistics CS5 x64: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Adobe Photoshop CS5 Support: Install failed
    ERROR:  - Adobe Bridge CS5: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - Recommended Common Fonts Installation x64: Install failed
    ERROR:  - AdobePDFL x64 CS5: Install failed
    ERROR:  - DeviceCentral_DeviceCentral3LP-en_US: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86_x64: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - Photoshop Camera Raw: Install failed
    ERROR:  - AdobeColorCommonSetCMYK: Install failed
    ERROR:  - Adobe Mini Bridge CS5: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86_x64: Install failed
    ERROR:  - Adobe Photoshop CS5 English Language Pack_x64_AdobePhotoshop12-en_US_x64: Install failed
    ERROR:  - AdobeColorJA CS5: Install failed
    ERROR:  - Adobe ReviewPanel CS5: Install failed
    ERROR:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - Adobe Photoshop CS5 Core_x64: Failed due to Language Pack installation failure
    ERROR:  - Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US: Install failed
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - DeviceCentral: Failed due to Language Pack installation failure
    ERROR:  - AdobeColorEU CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeColorVideoProfilesCS CS5: Install failed
    ERROR:  - AdobeColorCommonSetRGB: Install failed
    ERROR:  - Adobe Player for Embedding x64: Install failed
    ERROR:  - Adobe Photoshop CS5 Core: Failed due to Language Pack installation failure
    ERROR:  - Required Common Fonts Installation x64: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86_x64: Install failed
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86_x64: Install failed
    ERROR:  - AdobeOutputModule: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86_x64: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - AdobeCMaps x64 CS5: Install failed
    ERROR:  - AdobeTypeSupport x64 CS5: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86_x64: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5 x64: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Microsoft_VC80_MFC_x86_x64: Install failed
    ERROR:  - Required Common Fonts Installation: Install failed
    ERROR:  - Adobe SwitchBoard 2.0: Install failed
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - AdobeColorNA CS5: Install failed
    ERROR:  - AdobeColorPhotoshop CS5: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed
    ERROR:  - Recommended Common Fonts Installation: Install failed
    ERROR:  - Adobe Extension Manager CS5: Install failed
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - Adobe AIR: Install failed

    Try http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

  • Hi I am unable to install itunes on my Windows 8 64 bit PC, can you help please

    Hi I am unable to install itunes on my Windows 8 64 bit PC, can you help please

    Many thanks.
    the message I get says unable to remove old version of itunes
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Unable to Install ERP Software on Windows 8.1 Pro

    Dear Team,
    PLease be informed as i am using window 8.1 Single Language  and unable to install ERP software. its getting hanged during the phase of installation of Microsoft data acess 2.0.
    your Valuable support be highly appreciated.
    Thanks,
    Prabhu Nath Gupta
    +91-9540685870

    Sandeep,
    I downloaded the file, but it will not open.  It has a .dmg extension, and apparently I don't have the necessary app to unpack it.Help please.
    Gary
          From: Sandeep Singh <[email protected]>
    To: Gary Tibbals <[email protected]>
    Sent: Wednesday, February 25, 2015 11:17 AM
    Subject:  Unable to install Elements 12 on Windows 8.1
    Unable to install Elements 12 on Windows 8.1
    created by Sandeep Singh in Photoshop Elements - View the full discussionHi Gary , Thanks for posting on Adobe forums. Could you please share a screen shot of the error ?Are you trying to install from a Disc ?If Yes, please try to download and install Photoshop Elements from this link:Download Photoshop Elements products
    13, 12, 11, 10 Regards,Sandeep If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7229289#7229289 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7229289#7229289 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Elements by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Unable to install Elements 12 on Windows 8.1

    When I try to install Elements 12 on Windows 8.1, the install fails.  It says it needs DirectPlay, but according to Microsoft, that has been depricated.  I'm caught in a vicious loop trying to get Elements 12 installed on my PC.  What's up with that? 

    Sandeep,
    I downloaded the file, but it will not open.  It has a .dmg extension, and apparently I don't have the necessary app to unpack it.Help please.
    Gary
          From: Sandeep Singh <[email protected]>
    To: Gary Tibbals <[email protected]>
    Sent: Wednesday, February 25, 2015 11:17 AM
    Subject:  Unable to install Elements 12 on Windows 8.1
    Unable to install Elements 12 on Windows 8.1
    created by Sandeep Singh in Photoshop Elements - View the full discussionHi Gary , Thanks for posting on Adobe forums. Could you please share a screen shot of the error ?Are you trying to install from a Disc ?If Yes, please try to download and install Photoshop Elements from this link:Download Photoshop Elements products
    13, 12, 11, 10 Regards,Sandeep If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7229289#7229289 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7229289#7229289 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Elements by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How to install oracle 9iASR2 on windows 2003 server

    Hi,
    I want to install oracle 9iasr2 on windows 2003 server. Pl guide.
    Arvind

    I want to install following component
    Oracle 9i form server & report server
    Oracle HTTP Server in SSL mode
    Oracle As Web Cache
    Regards
    Arvind

  • Not showing company list after installing B1 2007 on windows 2003 standard

    Hi gurus,
    I am facing a problem regarding B1.System not showing  company list after installing B1 2007 on windows 2003 standard edition.
    Plz help me.
    Thanks in advance
    Regds
    Maddy

    Hi Maddy,
    Please tell me did u upgrade from 2005 to 2007 or u performed a new installation of 2007???
    Vasu Natari.

  • Install Oracle VM on WIndows 2003 Sevser/XP/Vista

    Has any one successfully installed Oracle VM on WIndows 2003 Server or XP or Vista?
    Is it possible to migrate an exisitng Oracle Express Edition database to Oracle VM? Or the Oracle Express Edition has to be installed on Oracle VM on one platform before it is portable to another machine/server.
    Is there any viewlet on how to use Oracle VM?

    To answer your first question: Oracle VM Server can NOT be installed on Windows.
    From the OVM-FAQ:
    Does Oracle VM require a host operating system?
    No. Oracle VM installs directly on server hardware and does not require a host operating system.
    This applies to the VM Server. For the VM Manager:
    The Oracle VM Manager works on the operating system Oracle Enterprise Linux 4 Update 5 or later.
    FYI - these servers are all Linux-based.
    You might check the documentation in the "Virtualization Technology Center": http://www.oracle.com/technology/tech/virtualization/index.html to find some more answers.
    Message was edited by:
    hbokho

  • Installing 9i R2 on windows 2003 server.

    Hi Folks,
    I am planning to install 9i R2 on Windows 2003 server, i want to know what 9i specific release i should install, whether i need to install some patch ? second if some one can point me to howto 9i R2 on windows 2003 server.
    TIA,
    Regards,

    Thank Corrado & Sybrand for the value able input, in fact we are already using 9i at production environment, while the company who have developed our application have recommended us to use 9i R2 at DB Server, in our current 9i server we have windows 2000 server, our company have planned to move to windows 2003 server while upgrade to 9i R2, later when developers will ask us to move to 10g or even 11g we will upgrade, but now we are forced to stick with 9i R2.
    please advice me keeping the situation in view.
    Thanks again.

  • Installing mini sap on windows 2003 server..............

    hi friends,i want to install mini sap on windows 2003 server, i have two cds for that but i m not getting how to install this,n also want to know,can it be installed on windows 2003 server or it can be installed on windows 2000 only.
    please help me out
    thanks

    Hi,
    Depending on which mini sap version you are trying to install. If you have 2 CD's, it means that it is an old version, for starting with 6.2 mini sap comes in 3 CD's (1 Kernel + 2 Database). As for the steps to install, just insert the kernel cd and an HTML file will pop up with the steps you need to do before, during and after the installation. As for installation issues please refer to:
    http://www.sap-press.com/support.cfm?account=&product=H958
    Regards,
    Lachker

  • Cant install oracle 8i in windows 2003 server

    hi,
    I am a newbie in Oracle.While Im trying to install Oracle 8i in Windows 2003 server , setup is not running.It didn't show anything.When trying to run from auto run, after splash screen nothing came.I formatted hard disk,changed two more hard disks,.changed machine...but cant install it in no way... It is the same case in Windows XP home edition.
    But it is running in one of my friend's machine(windows 2003 server)
    Please help me with valuable solutions.
    Thanks in advance

    Did your friend install on W2003 or upgrade from an older version of the OS?
    When trying to run programs on an OS that is not certified for the programs, it is hit-n-miss whether the OS actually has the support files needed for the programs.
    Think about this: the Oracle environment needs OS support in the form of DLLs and other files. The contents of the DLLs are made visible as APIs. Each time Microsoft releases patches, it is possible that the APIs that Oracle used are changed. This is extremely true when a new version of the OS is released, and even more true with stripped versions such as XP Home.
    If your friend installed and then applied patches, [s]he may have hit the proper API combination. If you appled patches first, you may have skootched your APIs to the point that Oracle can not longer install.
    Even if you happen to get it installed, you run the risk of getting clobbered any time you install a new Microsoft patch. The risk is minimized when you use a certified combination of the OS and application.

Maybe you are looking for

  • Can mac mini work connected to imac desktop

    can mac mini work connected to imac desktop. I know its silly question but can i make the mac mini main operating system on my imac after transferring all of my itunes etc?

  • E-Mail Summary Report and Detailed Report Automatically

    Hi, I have just started a new job (1st IT job since leaving college) and I've been told that our Small Business Server 2011 used to email a Summary Report directly to a specified email address, as well as a weekly Detailed Report to the same email ad

  • Unable to add Search Tab to HTML Help

    In RoboHelp HTML 6 I check Search Tab in the Window Properties dialog but after I compile, no Search Tab is available in the compiled help. Other Window features seem to switch on or off as expected. This project was converted from WinHelp (RoboHelp

  • How should a 3 TB WD Elements drive be formattet!

    Hi. How should a 3 TB WD Elements external drive be formattet for my Mac Pro! I seem to remember somebody said only with Guid the drive will be properly recognized? Thank you for any help.                                                              

  • How can i avoid to record vocal memos on itunes?

    how can i avoid to record vocal memos on itunes?