Problems with installing 9ias infrastructure

Iam trying to install oracle 9ias application server on a windows 2000 professional edition.
so before installing application server iam trying to install 9ias infrastructure.
my initial attempts have failed so iam trying to reinstall it again after deinstalling the existing infrastructure.
the error iam getting is that the user who installed earlier is different from current user.
i use only one account on the machine. how can i correct the problem.
thanks
chakri

The server has 2 500mhz Pentium Processors.
Actually, I was able to bypass the issue by forcing the OUI to use 1 processer (Note 229478.1), but I am now having issues with the Infrastructure Schema Configuration Assistant. Even though it says it succeeded, the log says otherwise.

Similar Messages

  • Help: problem trying to re-install 9iAS Infrastructure

    I'm using Windows 2000.
    A while ago I installed 9iAS Infrastructure, and later I deleted the entire installation.
    Since then, I have changed my computer's name. Now, when I try to re-install the Infrastructure, I'm getting an error message which says that I must use the same user login to install the Infrastructure as I originally used. I'm getting this message even though I deleted all the files (that I'm aware of) associated with the original installation, so, clearly, my computer still has a "memory" of the deleted installation somewhere.
    Can you please tell me which additional file or files I must delete from my system to destroy this trace of the original installation? Please note that I am using the same downloaded files now to try to perform the installation as I originally used.
    Thank you for your assistance.
    Hugh

    Hugh, here's the info you wanted:
    PURPOSE
    This article describes the procedure how to manually perform the actions to
    create a "clean machine" on Microsoft Windows 95/98/NT/2000/XP and how to
    manually remove all Oracle components (e.g.: oracle RDBMS database server,
    IAS, OEM, client installations, etc) and services from your computer.
    SCOPE & APPLICATION
    This article is intended for DBA's on the Microsoft Windows platform.
    WARNING:
    1. Remove all Oracle components from your computer only as a last resort,
    and only if you want to remove ALL Oracle components from your system.
    2. These instructions remove all Oracle components, services, and registry
    entries from your computer. In addition, any database files in the
    subdirectories under ORACLE_BASE\ORADATA\ are also removed.
    3. These procedures will also remove Oracle network configuration files,
    user written scripts and any other user generated files that may be stored
    in Oracle_Base directories.
    4. Exercise extreme care when removing registry entries. Removing incorrect
    entries can severely compromise your computer.
    MANUALLY REMOVING ALL ORACLE COMPONENTS AND SERVICES FROM YOUR COMPUTER
    Section A (steps 1-6) describes the removal of all Oracle components on
    Windows NT,2000 and XP.
    Section B (steps 1-4) describes the removal of all Oracle components on
    Windows 95 and Windows 98.
    A. Removing Components on Windows NT/2000/XP.
    To remove all Oracle components from a computer on Windows NT/2000/XP:
    1. Check privileges:
    1.a. Ensure you are logged in as a user with Administrator privileges.
    2. Stop all Oracle services (if any are running):
    2.a. NT: Choose Start > Settings > Control Panel > Services.
    2000,XP: Right click My Computer > Manage > Services and Applications >
    > Services
    2.b. If any Oracle services (their names begin with Oracle) exist and have
    the status Started, select the service and click Stop.
    2.c. Click Close to exit the Services window.
    2.d. Close the Control Panel/Computer Management window.
    3. Remove the entries in the Windows registry:
    3.a. Start the registry editor:
    Choose Start > Run > regedit
    Note: On Windows NT you can use regedt32 instead. The searching
    capabilities of regedt32 is limited compared to regedit. It will be
    needed to be able to edit 32-bit entries in the registry. Since we
    are not going to update any 32-bit entry it is not needed.
    3.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    Note the value of the key INST_LOC, this is the location of the
    Oracle Universal Installer (OUI). The default location is
    C:\Program Files\Oracle\Inventory. If this value is different, make
    note of it, so we can delete these files later.
    Delete this ORACLE key.
    3.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
    remove all keys under here which are related with the
    "Oracle ODBC Driver"
    3.d. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove
    all keys under here that begin with ORACLE or ORAWEB.
    3.e. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\...
    ...\Application and remove all keys under here that begin with ORACLE.
    3.f. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\...
    ...\Uninstall and remove any entries related to Oracle.
    3.g. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
    (e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
    3.h. Close the registry.
    4. Clean up the environment settings:
    4.a. NT: Choose Start > Settings > Control Panel > System > Environment tab
    2000,XP: Choose Start > Settings > Control Panel > System > Advanced tab >
    Environment variables.
    4.b. At "System Variables" click on the variable PATH in order to modify
    the value. For example, you may see a path similar to this one:
    C:\ORACLE\ORA81\BIN;C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
    4.c. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
    4.d. If JRE was installed by Oracle, remove the JRE path.
    4.e. If there is a CLASSPATH variable under "System Variables", first make note
    of the path defined, then delete it. This variable can be added back at
    a later date if needed.
    4.f. Check if there are any other Oracle variables set in "System Variables",
    ORACLE_HOME, ORACLE_SID, TNS_ADMIN, JSERV or WV_GATEWAY_CFG. If these
    exist, delete them also.
    4.g. Click on APPLY and OK.
    4.h. Close the Control Panel window.
    5. Delete the software and icons:
    5.a. NT: Choose Start > Programs > Windows NT Explorer.
    2000,XP: Choose Start > Programs > Accessories > Windows Explorer.
    5.b. NT: Go to %SystemDrive%\WINNT\PROFILES\ALL USERS\START MENU\PROGRAMS
    2000,XP: Go to %SystemDrive%\DOCUMENTS AND SETTINGS\ALL USERS\...
    ...\START MENU\PROGRAMS
    Note 1: These locations depend on whether OS was upgraded from NT, or
    this was a fresh install of 2000/XP.
    Note 2: To locate your System Drive, type in DOS-box: echo %SystemDrive%
    and delete the following icons:
    - Oracle Installation Products
    - PRODUCT_NAME - HOME_NAME e.g.
    Oracle for Windows NT - Dev6i
    Oracle Reports 6i - Dev6i
    Oracle Olap Client 2.2 - Dev6i
    Oracle9i Lite
    Oracle - OraHome92
    5.c. Go to %SystemDrive%\Program Files\Oracle or the location of INST_LOC as
    noted earlier in step 3.b. and delete this directory.
    Note: In order to successfully delete all files, you may have to reboot
    your computer first, in order to clear Operating System locks
    on those files.
    5.d. Go to the temporary directory and delete all files and directories in here
    (see note in 5.c.).
    NT: %SystemDrive%\Temp
    2000,XP:
    %SystemDrive%\Documents and Settings\<username>\Local Settings\Temp\
    5.e. Go to the drive where the Oracle software is installed on your machine
    and delete all ORACLE_BASE directories on your hard drive (see note in
    5.c.).
    5.f. Close the Windows Explorer / Windows NT Explorer.
    6. Finish the removal:
    6.a. Empty the recycle bin
    Right click on recycle bin > Empty Recycle Bin.
    6.b. Reboot your computer.
    6.c. Optionally: If you are on Windows 2000 or XP run the System Defragmenter
    utility:
    - from Control Panel, select Administrative Tools > Computer Management
    - expand Storage, then select Disk Defragmenter
    - highlight each virtual drive, in turn, and click Defragment
    - reboot your computer when finished.
    B. Removing Components on Windows 95 or Windows 98.
    To remove all Oracle components from a computer on Windows 95/Windows 98:
    1. Remove the entries in the Windows registry:
    1.a. Start the registry editor at the MS-DOS command prompt:
    C:\> REGEDIT
    1.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    Note the value of the key INST_LOC, this is the location of the Oracle
    Universal Installer. The default location is
    C:\Program Files\Oracle\Inventory
    If this value is different, make note of it, so we can delete these files
    later. Delete this ORACLE key.
    1.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
    remove all keys under here which are related with the
    "Oracle ODBC Driver".
    1.d. Go to:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
    and remove any entries related to Oracle.
    1.e. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
    (e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
    1.f. Close the registry.
    2. Clean up the environment settings:
    2.a. Open your AUTOEXEC.BAT with an editor to modify the PATH variable.
    For example, you may see a path similar to this one:
    C:\ORACLE\ORA81\BIN;G:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN .
    2.b. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
    2.c. If there is a CLASSPATH variable set in the AUTOEXEC.BAT, first make note
    of the path defined, then delete it. This variable can be added back at
    a later date if needed.
    2.d. If JRE was installed by Oracle, remove the JRE path.
    2.e. Save the AUTOEXEC.BAT file and close the edit.
    3. Delete the software and icons:
    3.a. Choose Start > Programs > Windows Explorer.
    3.b. Go to SYSTEM_DRIVE:\WINDOWS\START MENU\PROGRAMS
    and delete the following icons:
    - Oracle - HOME_NAME
    where HOME_NAME is the previous Oracle home name.
    - Oracle Installation Products
    3.c. Go to SYSTEM_DRIVE:\Program Files\Oracle or the location of INST_LOC as
    noted earlier in step 1.b and delete this directory.
    3.d Go to SYSTEM_DRIVE:\Temp and delete all files and directories in here.
    3.e. Go to the drive where the Oracle software is installed on your machine
    and delete all ORACLE_BASE directories on your hard drive.
    3.f. Remove any Oracle-related .INI files that may exist in the Windows
    directory. The Windows directory may be found by entering
    "echo %WINDIR%" from a command prompt.
    Typical Oracle .INI files include ORADIM73.INI, ORADIM80.INI,
    ORACLE.INI, ORAODBC.INI
    3.g. Close the Windows Explorer.
    4. Finish the removal:
    4.a. Empty the recycle bin
    Right click on recycle bin > Empty Recycle Bin
    4.b. Reboot your computer.
    RELATED DOCUMENTS
    Oracle Installation Guides for Windows.
    SEARCH WORDS
    WIN95, WIN98, WINNT, WIN2000, Windows95, Windows98, WindowsNT, Windows2000,
    de-install, deinstall, re-install, reinstall
    Copyright (c) 1995,2000 Oracle Corporation. All Rights Reserved. Legal Notices and Terms of Use.

  • Problem with installing and uninstalling applicati...

    hi all,
    I have a problem with installing or uninstalling apps on 808. When i try to install an application through Nokia suite or when trying to run the application file from the phone's memory the screen freezes and becomes unresponsive but the 3 phone buttons work just fine. I have to shut down the phone and the screen becomes responsive again. Anything available to help me wiith this situations as I cannot use any of the apps I have. Any help much appreciated.
    Regards
    Alex

    You are not alone. Im also having the same issue because we do alot of install and uninstall apps. This is the bad point of symbian. But I tired to install the latest FP2 it will be slightly abit smoother now. So you have the latest version now but did you tired to restore any backup yet? It might be the setting on when you restore that affect it. The feezing should be shorten on FP2 but it will still remain there depending on the type of apps from what I experience.
    I hope they will provide multiple function to uninstall apps since it will go through a long process to uninstall apps 1 by 1.
    Reason is because some apps will go through process like preparing install, process install, finalising install which take away your control for that few seconds or a minute instead runnning in background mode. Its not convenient to uninstall more apps.

  • Problem with installing Elements - from noob

    I have problems with installing Elements, it gives my an unknown mistake - I already have CS4 up and running, could this be the case?

    Chances are not very good that pse 4 will run on os x 10 6.8 unless you were upgrading from an earlier mac version that already had pse 4 installed.
    as per this:
    http://forums.adobe.com/message/4474236#4474236

  • Problem with installing iTunes

    So these are my problems with installing iTunes.
    At first it was :
    A required iTunes component is not installed.Please repair or reinstall iTunes (-45019)
    Then it got worse as it would not even open and these would appear:
    The program can't start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.
    and this would appear:
    iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 126)
    I reinstalled maybe about 5 times or more...
    If I thought I solved the above problem, this would appear:
    iTunesHelper.exe is not installed on my computer.
    I seen other people comment that you should unistall and restart the computer and install the setup again, but it does not work..
    And others would say to repair the AAS or iTunes etc..
    And after trying all these it does not work???
    What else works?

    I also tried repairing the Microsoft NET.

  • Problem with Installing Nokia Ovi Store in E51

    I am having problem with installing nokia Ovi store in my E51. Whenever I try to download Ovi store from my E51, it shows a error message that the component is built in and cannot be installed. I dont know wat to do now. Can anyone please give me some advice. Thanks in advance.

    Hi there! 
    This means that the Ovi Store is currently installed in your E52 phone, what I can suggest is try checking under Application Manager > Installed Application, check if the Ovi Store is there. If you can't see it, try to perform the soft reset (press *#7780# on the main screen of the phone and it will prompt you restore all original phone settings? phone will restart. Press YES and it will ask you for the lock code 12345.) If anything else please reply to this message.
    Hope tis' Help! 
    "If you think this post is helpful, please click on the green button"

  • Problem with installing CUCM on MCS-7816-I5

    Hi to all.
    I have a problem with installing CUCM 8.6.1 on new MCS-7816-I5  (IBM) hardware. The problem is that installation loops in restart after upgrading MCS firmware. Actualy, installation does not sucessfully upgrade firmware, so every time it detects old firmware and trying to upgrade it.
    I also tried update MCS firmware with downloaded Firmware Update Utility 3.6.5 CD from Cisco downloads, but it also fails.
    Does anyone have idea what's going on? Is this a Cisco failure or IBM server failure?
    Here is some details from log file generated with this Firmware Update Utility 3.6.5:
    ==============
    Initial Selection
    Machine Type: 4251 OS: SLES 10 Arch: 64 bit
    IsPartition: 0
    Update:   IBM System x uEFI update for x3200 M3 /3250 M3
    Severity: Critical
    Reboot:   Reboot Required to take effect
    UpdateID: ibm_fw_uefi_gye142a_linux_32-64 Requisite:None
    Version:  1.08 (GYE142A)
    Install:  1.06 (GYE135A)
    Select:    Yes
    Update:   IBM Dynamic System Analysis
    Severity: Recommended
    Reboot:   Reboot Required to take effect
    UpdateID: ibm_fw_dsa_3.20_dsyt75x_linux_32_64
    Requisite:None
    Version:  3.20 (DSYT75X)
    Install:  3.01 (DSYT60K)
    Select:    Yes
    Update:   IBM Online SAS/SATA Hard Disk Drive Update Program
    Severity: Critical
    Reboot:   Not Required
    UpdateID: ibm_fw_hdd_sas-1.08.01_linux_32-64
    Requisite:None
    Name:     WD2502ABYS-23B7A0 (/dev/sg0)
    Version:  02.03B07
    Install:  02.0
    Select:    Yes
    Update:   Integrated Management Module Update
    Severity: Critical
    Reboot:   Not Required
    UpdateID: ibm_fw_imm_yuoo84c_linux_32-64 Requisite:None
    Version:  1.22 (YUOO84C)
    Install:  1.10 (YUOO57H)
    Select:    Yes
    IBM Command Line IMM Flash Update Utility v1.05.03 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    LAN-over-USB device not configured.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 3
    IBM Command Line IMM Flash Update Utility v1.10.11 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    Refreshing LAN-over-USB IP address.  This may take several minutes.
    Attempting to discover the IMM(s) via SLP.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 10
    (C) Copyright IBM Corp.2010. All Rights Reserved.
    FdrvWL -- Flash Drive(s)                                     3.10.08.19
       1 Ada:0 SID:0   PN:44E9172:42C0463 SN:1J242783 FW:02.03B07              T:13 FW:Ok
    AdaNbr(Type)      DevFnd Flashed(SAS SATA) NbrFailed
      0(onBoard)           1       0   0    0          0
                           1       0   0    0          0 Error(s)
    Update completed successfully.  <-- THIS SUCCESS, BUT EVERY TIME IT UPGRADEING AGAIN FROM OLD VERSION, LIKE NEVER REALY UPGRADED TO NEWER VERSION
    IBM Command Line IMM Flash Update Utility v1.10.11 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    Refreshing LAN-over-USB IP address.  This may take several minutes.
    Attempting to discover the IMM(s) via SLP.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 10
    ===========================
    Thanks,
    Sinisa.

    Hi Sinisa,
    It almost sounds like this bug;
    CSCtn81201
    Incorrect "Hardware Configuration Error" due to hardware setup errors
    Symptom:
    Refresh upgrade stops with IMM device detection, and then server being reported as unsupported
    Conditions:
    in-band USB interface was disabled, which is configurable via IBM system X or IMM (browser) interfaces.
    Workaround:
    change the in-band usb interface settings to enabled.
    Related Bug
    Status
    Fixed
    Severity
    4 - minor
    Last Modified
    Aug 17,2011
    Product
    Cisco Unified Communications Manager (CallManager)
    Platform
    Dependent
    Technology
    nav
    1st Found-in
    8.6(0.99081.3)
    Fixed-in
    8.6(1.96000.1), 9.0(0.95070.38), 9.0(0.95070.39), 8.6(1.99989.1), 8.6(1.95050.1), 9.0(0.96000.1), 8.6(1.97011.2), 8.6(1.95190.40), 8.6(1.97011.1), 8.6(0.95180.9), 9.0(0.95010.1), 8.6(1.95020.1), 8.6(1.95040.1), 8.6(0.98000.50), 8.6(0.98000.17), 8.6(0.99981.2), 8.6(1.10000.1), 8.6(1.99986.1), 8.6(1.95020.58), 8.6(1.96000.51), 8.6(1.10000.43)
    Cheers!
    Rob

  • Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?

    Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?
    I have been trying to install Photoshop CS6 & CC and Acrobat Pro XI on my Mac Pro (late 2013). I keep getting a 'configuration' error message and wondered if the problem was wide spread.
    TIA,
    Jerry

    Thanks, Martin.
    Good to hear someone has had success. The lack of it here is frustrating and depressing.
    Thanks again,
    Jerry

  • Severe problem with installing and starting Audio-DVD Pla

    Hi,
    after installing the new drivers (SBAX_PCDRV_LB_2_8_000.exe) for my Audigy2ZS in XP SP3 i had np mic boost and the mixer did not show the mic as an selectable source. So i rolled back to my old drivers and after that i have problems with installing and starting the Audio DVD Player. I tried so far: uninstalling everything like its said solution ID 72, checking HD for corrupted files and i did a repair installation of XP. Nothing helped. When i only install the drivers and the DVD Audio Player from the original CD everything is fine until the reboot adter installation. When the OS tries to start the "chkcolor.exe" the PC instantly reboots. When preventing XP from doing so, there is no reboot, but as soon i want to start the DVD Audio Player a reboot occurs again. When i try to uninstall the DVD Audio Player before unstillaing the drivers, the is also a reboot. First uninstalling the drivers and then the DVD Audio Player, there is no reboot.
    Any ideas?
    Best regards and thank in advance,
    PicknatariMessage Edited by Picknatari on 07-20-2008 07:3 PM

    Hi,
    after installing the new drivers (SBAX_PCDRV_LB_2_8_000.exe) for my Audigy2ZS in XP SP3 i had np mic boost and the mixer did not show the mic as an selectable source. So i rolled back to my old drivers and after that i have problems with installing and starting the Audio DVD Player. I tried so far: uninstalling everything like its said solution ID 72, checking HD for corrupted files and i did a repair installation of XP. Nothing helped. When i only install the drivers and the DVD Audio Player from the original CD everything is fine until the reboot adter installation. When the OS tries to start the "chkcolor.exe" the PC instantly reboots. When preventing XP from doing so, there is no reboot, but as soon i want to start the DVD Audio Player a reboot occurs again. When i try to uninstall the DVD Audio Player before unstillaing the drivers, the is also a reboot. First uninstalling the drivers and then the DVD Audio Player, there is no reboot.
    Any ideas?
    Best regards and thank in advance,
    PicknatariMessage Edited by Picknatari on 07-20-2008 07:3 PM

  • Problems with installing HP OfficeJet Pro L7590 driver All-in-One

    Hello HP team.
    Having problem with installing driver for HP Officejet pro L7590.
    Starting the process the process bar goes to the end 100% and then disappear.
    After that nothing happens.
    Rebooting doesn't help.
    Windows 7-64

    Thanks for getting back to me!
    Lets try some more steps:
    Uninstall, level 3 for HP PC or level 4 for non-HP PC.
    1. Click Start and type %temp% in the run field and click OK.
    2. Look for, and open the folder starting with 7z (Example: 7zS2356) (if there is more than one 7z folder, try the most recent one)
    3. Open folder Util
    4. Open folder CCC
    5. Run the uninstall_ L4.bat for a non-HP PC or run the Uninstall_L3.bat for a HP PC
    6. When the uninstall has completed restart the computer
    Try to install again using the HP Printer Install Wizard for Windows
    Let me know how this goes please
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this?

    i have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this

    Try downloading the trial. It ought to detect that you have a 64-bit system.
    You aren't using Vista, are you? PSE 13 requires at least win 7 and I think a few folks with vista have gotten a similar error message on trying to install it.

  • Problem with install on new compy, something to do with external?

    Hello, so I have been having a few problems with installing Arch on my new computer. On my old laptop I never ran into this problem on any distro of LINUX I installed, nor on any other of the systems I have installed Arch on. I believe it might have something to do with the fact that I am running the live cd off of an external dvd drive maybe? I am kind of stuck here, so any help would be greatly appreciated! Thanks!
    If it helps
    System Specs:
    Motherboard: ASROCK 890FX Deluxe3
    Processor: AMD Phenom II X4 955
    Graphics Card: ATI Radeon HD 5700 Series
    Hard Drives: 2 SATA 160gb hd RAID 0, and one 160gb ATA hd
    OS: Windows 7 Professional on the RAID 0, hoping to put ARCH on the ATA (I have tried booting the ATA first in the list behind the USB DVDROM to no avail)
    External Drive: Sony DVD/CD RW drive DRX-510UL
    External DVDROM is the exact same drive I used to install windows 7 professional.
    External DVDROM is plugged into one of my USB 2.0 ports, but the error still persists.
    I am using the EXACT same disk I used when installing it on my past computer.
    Trying to install x86_64 version of Arch, gets past the splash.
    Output that I could catch:
    :: Running Hook [archiso]
    :: Rinning Hook [archiso_pxe_nbd]
    :: Mounting tmpfs, size 75%... done.
    :: Waiting for boot device...
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201005 ...
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 3
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 4
    usb 9-1: device not accepting address 4, error -62
    usb 9-1 : new full speed USB device using ohci_hcd and address 5
    usb 9-1: device not accepting address 5, error -62
    hub 9-0:1.0: unable to enumerate USB device on port 1
    scsi 6:0:0:0: CDROM        SONY        DVDRW DRU-510A 1.0d PQ: 0 ANSI: 0
    scsi 6:0:0:0: Attached scsi generic sg3 type 5
    sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    ERROR: boot device didn't show up after 30 seconds...
        Falling back to interactive prompt
        You can try to fix the problem manually, log out when you are finished
    /bin/sh: can't access tty; job control turned off
    If you need any other info, I can grab it of course.
    Last edited by crusniknano (2010-07-12 19:49:13)

    K, got it running. was having errors with the USB hd, but just changed the name it booted from to the name of the drive. thanks!

  • I have bought Adobe Photoshop Elements 10 last August 2013 and having problems with installing it on Windows 8.1?

    I have bought Adobe Photoshop Elements 10 last August 2013 and having problems with installing it on Windows 8.1.  Why am I having this problem?

    You can check you Adobe account online to see if the serial number is registered under your account.  If not then your only option will likely be to contact Adobe Support directly thru chat to see if they can provide you with a/the serial number. For them to do so will require you being able to prove ownership.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Problem with installing Photoshop elements 9 and adobe support advisor

    Hi, I've received a graphic tablet with 2 programs: the first has been downloaded and works perfectly while the second, PSE9, has been giving me problems for at least a week!
    I downloaded it and now I have a winzip file full of strange things (one of this is set up exe which tells me that I have to install adobe support advisor) and two files which said 3DF.tmp and PSEP9(1).zip.download and if I try to click them they tell me that I have to find on the Net the program to open them because I can't. And I don't know which program is required.
    I tried a lot of times to download the adobe support advisor, I have enough space on my disc and my farewall is deactivated, but when the program begins I saw this annoyant message
    cpsid_82829s5 Missing installation file bootstrapper error occured
    with this code for a support from adobe 00-67325-032018052012
    I unistalled it and retried, but nothing.
    Please, I just want to use my tablet with the programs which are comprised in the package, why it's so difficult to download this damn photoshop elements 9????????????
    Thank you

    In the error message it doesn't tell me
    "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again,"
    neither "Installer failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."
    and I have enough space and I have Windows xp then I should be able to install it. I tried to unistall and install again the support advisor but nothing. I'm desperate.
    Messaggio originale----
    Da: [email protected]
    Data: 18/05/2012 22.20
    A: "Questionlady"<[email protected]>
    Ogg: Problem with installing Photoshop elements 9 and adobe support advisor
    Re: Problem with installing Photoshop elements 9 and adobe support advisor created by Jeff A Wright in Trial Download &amp; Install FAQ - View the full discussion
    Did you try the steps listed in http://helpx.adobe.com/creative-suite/kb/troubleshoot-error-messages-b ootstrapper-cs5.html which was identified by the Adobe Support Advisor?  If so can you please list each step and the result of those steps.  This will allow us to best advise you on your next steps.
    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: http://forums.adobe.com/message/4420419#4420419
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4420419#4420419. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Trial Download &amp; Install FAQ by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problem with installing Lightroom 5 on Mac OS 10.8

    Hi, i've got a problem with installing the trial version of Lightroom 5 on my mac OSX 8. When using the installing programm there is mentioned a Java script Problem. I use an old CS3 Photoshop Version. Does anybody know how to fix this problem...? Thank you...

    Try below steps 
    Quit Lightroom
    navigate to MAc HD > Library > Application Support > Adobe >  Ligtroom
    Delete Lightroom 5 install cookie file
    then relaunch and check
    it should work.
    If you are still facing the issue, uninstall Lightroom 5
    redownload it from http://www.adobe.com/support/downloads/product.jsp?product=113&platform=mac
    then insall it

Maybe you are looking for