Installed 11gXE on Win Professional (32-bit) - no connect to XE db nor APEX

Hello -
I have searched thru many threads here, but cannot seem to find my situation (exactly). Some threads look similar but their fix is not it.
1. I have successfully installed O11gR2XE (at least the install program says so).
2. Upon clicking on the "Get Started With Oracle Database 11g Express Edition" icon, I get: the generic message: Oops! Google Chrome could not connect to 127.0.0.1:8080
3. I cannot get connected to the database XE schema via Sql*Plus. --
C:\Users\dsmod>sqlplus /nolog
SQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 3 11:31:17 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> connect
Enter user-name: system
Enter password:
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
However, tns listener is finding the identifier:
C:\Users\dsmod>tnsping xe
TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 03-FEB-2
012 12:14:19
Copyright (c) 1997, 2010, Oracle. All rights reserved.
Used parameter files:
C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = CHI98WW2
Q1L.infores.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAM
E = XE)))
OK (20 msec)
C:\Users\dsmod>
SQL>
4. Some threads indicate it would seem that either there is another application using the 8080 port or some other issue around my local host configuration is wrong. When I execute "LSNRCTL status" i get the below message. You will see that there's no line with the 8080 port as other messages have mentioned.
C:\Users\dsmod>lsnrctl status
LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 03-FEB-2012 12:15
:15
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
ction
Start Date 03-FEB-2012 11:29:37
Uptime 0 days 0 hr. 45 min. 42 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\CHI98WW2Q1L\listen
er\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CHI98WW2Q1L.infores.com)(PORT=1521))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
C:\Users\dsmod>
PLEASE HELP!!!
Michael Dwyer....
Edited by: user1955767 on Feb 3, 2012 9:18 AM

Thanks for the Reply Udo -
[YOUR QUESTION]: Did you set ORACLE_SID in your environment? Otherwhise, you have to enter the TNS name for your database here, e.g.
Not sure...Bit of a noob here. I always type the TNS Name when I attempt connections; e.g. sqlplus system@XE;
How can I check this?
[YOUR NOTE]: The OS-based authentication to the instance of your current ORACLE_HOME may also work if your OS-user is in the right group. In that case, you could try to connect as sys.
I have not set up anything differently than "what comes out of the box", i.e. the defaults of what comes from the XE install. Regarding the OS Level on my machine, my userid is admin level of Windows 7 (if this is what you are referring to).
Definitely cannot connect to database XE via any avenues that I am used to:
sqlplus /nolog
connect
password: ***** does not work
sqlplus / as sysdba does not work
sqlplus system/admin@XE does not work
All efforts return the same message:
ORA-12154: TNS:could not resolve the connect identifier specified_
[Regarding HOSTNAME commentary]:
when I type "hostname" at cmd prompt, I get "CHI98WW2Q1L".
Notice that this is not a Full Qual Domain as my tnsping indicates. Per a thread that I had found in this forum, the poster mentions that I should remove the Domain from my listener.ora file located in C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN
IOW:
entry was:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = CHI98WW2Q1L*.infores.com*)(PORT = 1521))
and is now:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = CHI98WW2Q1L)(PORT = 1521))
notice I have removed the infores.com part.
Reults of command Netstat -nao | find "8080" do not find anything.
If I run netstat -n alone, here are the results (even here you will not find 8080 port):
C:\Users\dsmod>netstat -n+
Active Connections+
Proto  Local Address          Foreign Address        State+
TCP    127.0.0.1:49157        127.0.0.1:49158        ESTABLISHED+
TCP    127.0.0.1:49158        127.0.0.1:49157        ESTABLISHED+
TCP    127.0.0.1:49159        127.0.0.1:49160        ESTABLISHED+
TCP    127.0.0.1:49160        127.0.0.1:49159        ESTABLISHED+
TCP    127.0.0.1:49162        127.0.0.1:49163        ESTABLISHED+
TCP    127.0.0.1:49163        127.0.0.1:49162        ESTABLISHED+
TCP    127.0.0.1:49164        127.0.0.1:49165        ESTABLISHED+
TCP    127.0.0.1:49165        127.0.0.1:49164        ESTABLISHED+
TCP    127.0.0.1:49171        127.0.0.1:49172        ESTABLISHED+
TCP    127.0.0.1:49172        127.0.0.1:49171        ESTABLISHED+
TCP    127.0.0.1:49173        127.0.0.1:49174        ESTABLISHED+
TCP    127.0.0.1:49174        127.0.0.1:49173        ESTABLISHED+
TCP    127.0.0.1:49569        127.0.0.1:49570        ESTABLISHED+
TCP    127.0.0.1:49570        127.0.0.1:49569        ESTABLISHED+
TCP    192.168.1.100:49183    74.125.91.125:5222     ESTABLISHED+
TCP    192.168.1.100:49194    170.118.1.104:443      ESTABLISHED+
TCP    192.168.1.100:49556    74.125.226.246:443     ESTABLISHED+
TCP    192.168.1.100:49590    173.223.154.174:443    ESTABLISHED+
TCP    192.168.1.100:49597    66.235.138.19:443      TIME_WAIT+
TCP    192.168.1.100:49598    66.235.138.19:443      TIME_WAIT+
C:\Users\dsmod>+
Firewall is turned off for Domain Networks, Home or Work (private) networks and Public Networks instances.
Your thoughts?
regards,
Mike

Similar Messages

  • Have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where photshop wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation

    I have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where phootshop 6 wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation issues with pse6 on this same pc.  Pse6 was installed and working on vista 64bit version of the OS, now won't install on rebuilt windows professional 7 32bit (keeps giving me serial number not valid errors).  I'm not trying to pirate these programs.  Just want to reinstall them.

    you need,
    Windows 98, Windows 2000, Windows NT 4.0 with Service Pack 4, 5, or 6a, or Windows Millennium
    Microsoft Windows 98/Millennium/2000/NT 4.0 (Service Pack 4, 5, or 6a required)

  • HT201413 I am receiving the error code (-50). The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system. Is this why I get the error code? I can access the itunes store to view my account. Any ideas

    I am receiving the error code (-50) when trying to access the itunes store. The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system (same PC) and have copied the folder across. Has the switch from 32 to 64 bit caused the problem? Is this why I get the error code? I can, however, access the itunes store to view my account. Any ideas please?

    Hello,
    The TechNet Sandbox forum is designed for users to try out the new forums functionality. Please be respectful of others, and do not expect replies to questions asked here.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Reader doesn't install on my Win 7 64 bit system. HD and install are both fresh but get an error that there is previous information?? concerning an install.

    Like it says: Reader doesn't install on my Win 7 64 bit system. HD and install are both fresh but get an error that there is previous information?? concerning an install.

    Please give the full, and exact, message. Thanks.

  • How to install iTunes in win 7 32 bit

    After clicking on itunessetup.exe a error in ms dos window comes that is (inactive itunessetup.exe).   Program too big to fit in memory . Please help to solve this problem. My pc is win 7( 32 bit) ram 1.00GB , 1.80ghz processor

    Maybe the file which you've got might be corrupted somehow.
    Make sure you got atleast 2 GB of disk space (Of course on the drive where you have the OS installed) to install iTunes.
    I'd consider you to download a fresh copy of latest iTunes from this link : http://www.apple.com/itunes/download/
    After that make sure you right click on that downloaded file and select "Run as administrator" and install it!

  • Cannot install CS3 on Win-7 64-Bit

    I have a brand new Win-7 64-bit system.
    I still have the install files for CS3 Web Premium that I downloaded 3 years ago.
    I have had various problems.
    Installed at first and programs hung or failed to open.
    I tried going back to a restore point and installing again.
    I read somewhere this may have been a bad idea - don't know why.
    However, my latest methodology has been:
    Copy the install files to the new machine.
    Deactivate the software on the old machine.
    Extract the AdobePDF.dll_64 from the data1.cab
    Ran the install. - pointing to the AdobePDF.dll when prompted.
    Acrobat 8 and shared components installed  but did not work.
    Everything else says "Component Install Failed" - no other explanation or help.
    Get the vista licensing patch and install it.   - when I did this I was able to get Acrobat 8 to run and not hang.
    Updated Acrobat to 8.1.3.
    Tried the install again.
    I still get "Component Install Failed" for everything.  No idea why.
    I have read through lots of stuff on the forums.  Found out about the AdobePDF.dll_64 and the licensing patch.
    Haven't found anyone else who tried going to a restore point.  If that is my problem what do I do.  I have restored a couple of times and cannot get back to where I was on the first install.  Since I am just getting started, I could return to factory install on the machine and try again - but I only want to do that if it will actually work!!  I having been at this for two days and I would like to move on!!

    OK.  It turns out the restore was in fact what killed me.  The restore removed some, but not all, of the Adobe install I had tried.  This was enough to screw up all future install attempts.
    The restore point thing in windows sounds nice, but I guess it can be dangerous.  
    I had messed things up with all my install attempts, so I restored the machine to factory settings - a clean win-7 install - and then followed the instructions found here: http://forums.adobe.com/message/2335063 and it worked.

  • Cannot install drivers in win 7 32 bits using bootcamp 4 or 5

    I posted this question yesterday.
    anyway, I have a imac midi 2011, 21,5 inches using OS x mountain lion 10.8.2. Manuals say I have to install bootcamp 4, because I install windows 7 profesional 32 bits.
    Al follow all this instalation requirements, but when I try to install system say This software is not compatible.
    I Downloaded from appel suppor site to PC intel and after I copy the .zip file in a root of USB formatted in FAT 32.
    Finally is not possible download any driver. I I want to install an specific driver, is same problem.
    I did all this steps but downloading bootcamp 5, and got same results. I understood Bootcamp 5 is only to install win 8 o win 7 64 bit, am I right?
    Thanks for your help
    Gilberto

    To teh best of my knowledge, Boot Camp 5 only supports 64 Bit Windows installations (as it is designed for 64 bit hardware).  I dont recall positively, but I believe that Boot Camp 4 supports both 64 bit and 32 bit windows installations, but the installer may default to 64 bit mode.  You may have to extrace the drivers and install them manually in 32 bit mode.

  • Win 7, 64 bit USB connection problems

    I'm having real problems getting my Touch to reliably connect with my new Win 7, 64 bit Dell laptop. Dell tech support says the drivers and hardware are fine. Following the troubleshooting via Apple support hasn't solved the problem. The Touch times out and/or gives me -48, -6999 messages. Plus "required file cannot be found" messages. I've updated apple drivers, uninstalled/reinstalled iTunes.
    Will I have better luck moving to Win 7 32 bit?

    Not quite ... the chipset is an intermediate thing on the motherboard between the processor(s) and various parts of the other business:
    http://en.wikipedia.org/wiki/Chipset
    I found a reference at Notebookcheck saying that the 1557 had a PM55, which was sort of why I was thinking BIOS with your issue:
    [REVIEW DELL STUDIO 1557 NOTEBOOK|http://www.notebookcheck.net/Review-Dell-Studio-1557-Notebook.23009.0. html]
    ... but configurations can differ for Dells (and other PCs) on these things even "inside" particular models (not just ranges of models). So I'm not 100% sure that your particular 1557 has the sorts of 5-series chipsets that I worry about when I see your error messages on a Windows 7 system.

  • ITunes fails to install automatically on Win 7 64-bit computer

    iTune always fails to install automatically, and advises me to select to only download the updates, and then to install them manually. Well, there are five files that download: 1) AppleMobileDeviceSupport64.msi, 2)iTunes64.msi, 3)QuickTime.msi, 4) QuickTimeInstallerAdmin.exe, and 5)SetupAdmin.exe.
    There are no further instructions as to which to install or in what sequence. So, I selected the iTunes64.msi, and after several "...verify that you have access to that directory" dialogue boxes, it installed -- (I do have version 10 now). But my iTunes doesn't say whether it is the 64-bit or 32-bit version that has been installed. How can I determine if I have installed the 64- or 32- bit version? And what do I do with the other files that were downloaded? Help, please!
    I would truly 'perciate any advise!

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Pro XI Install error on Win 7 64-bit "The application was unable to start correctly"

    I am trying to install Acrobat Pro XI an a computer running Windows 7 64-bit
    Before I can install I get the following error:
    I exited the install and ran vc_red from the Adobe CD.
    Started install of Acrobat XI and got the same error.
    I exited the install and installed vcredist_x64 (Visual C++ 2010 SP1 downloaded from the Microsoft Download Center)
    Started install of Adobe Pro XI and the same error came up.
    Decided to proceed with the install.
    Got the following error once install had completed:
    Closed the error by clicking "OK" and clicked finish on the install window.
    Tried to run Acrobat and got the same error as above except it said acrobat.exe-application error instead of acrodist.exe-application error.
    Restarted PC-Same Error
    Used Adobe cleaning utility
    Rebooted PC
    Reinstalled Acrobat Pro XI
    Same Error

    I haven't heard of any fix from Adobe but maybe this will hwlp.
    I kept getting an error this morning when trying to install Windows updates on my PC. One of the updates was trying to update Visual C++ (vc_red) from a folder on the C drive which was locked. The folder had a very long name (2f4b86.....). I kept getting a popup box pointing to the folder but it would not install the update from there. I had to copy the folder to the C:\Users\Public Downloads folder to get it to install. I mention this because vc_red seems to be involved with the previous Acrobat XI installation issue I had.
    I would try looking at your installed updated and see if you have either update installed.:
    Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package (KB2538242)
    Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package (KB2538243)
    Removing them may allow Acrobat XI to be installed.

  • Officejet Pro 8620, Can't Install Software on Win 7 64-bit

    Every time I try to install the HP software, it goes through Step 1 of 6, then fails. I get the following error message:
    I have tried installing from the disc as well as the downloaded version of the software from hp.com.  I seem to be able to install the printer using whatever generic drivers Windows has, but I would like to be able to get all the productivity I paid for using the software suite.  Any ideas?

    Hello @blueyedsoul,
    Thank you for visiting the HP Support Forums! I see you are running into problems installing your HP Officejet 8620 onto your computer running the Windows 7 64bit. When you attempt to install it goes through to step 6 and fails and you get an error message '2147467259'.
    To resolve the installation issue, you will need to download the newest version of your HP product software, begin software installation, and then download and install a software patch to complete the installation.
    Step one: Download the software
    Follow these steps to download the newest version of your HP product software.
    1.Disconnect the USB cable from both the product and the computer (if you already connected it).
    2.Turn the product on.
    3.Browse to the  Get Software and Drivers page: Get Software and Drivers
    4.Check the instructions on the page, and then click the Plus sign (+) next to the correct heading for additional instructions:
    If prompted to enter your product in the window.
    1.Type your product number in the window.
    2.Click Next. If necessary click your model in a list of similar products.
    3.Click Software and Driver Downloads.
    4.Click the drop-down arrow, and then click your operating system.
    5.Continue to the next step.
    If prompted to select your operating system.
    1.Click the drop-down arrow, and then click your operating system.
    2.Click Next. If necessary click your model in a list of similar products.
    3.Continue to the next step.
    4.Click the Plus sign next to Driver, and then click the driver that you want to download.
    5.Click More Info, and then read through the minimum system requirements and additional instructions. You can also click View directions for complete download instructions.
    6.Click Download. This option allows you to install the software at any time after the download completes.
    7.Click Save, and then browse to the location on your computer where you want to save the file.
    8.Click Save. The software downloads to your computer.
    Hint: Make a note of the place that you saved the file, in case you want to install it at a later time.
    Step two: Install the software
    1.When the download is complete and you are ready to install the files, click Open Folder, and then click the downloaded file. The file name ends in .exe.
    NOTE:If you closed the Download Complete screen, browse to the folder where you saved the .exe file, and then click it.
    2.You can accept the default place to save the files. Click Next, and then wait while the installer extracts the files to prepare for installation.
    3.When the Install Wizard starts, follow the on-screen instructions to install the software.
    You will encounter the installation failure again, but this is expected.  If there is a Microsoft dialog box named The HP Installer has stopped working, click Close the program.
    Step three: Download and install a software patch
    Follow these steps to download and install an HP software patch.
    NOTE:The software patch is supported in Microsoft Windows Windows 7 (32- and 64-bit) operating systems.
    1.Click here to download the software patch.. A File Download window opens.
    2.Choose one of the following options to download the patch to the computer.
    3.If you want to install the patch on the computer immediately,  click Run.
    4.If you want to install the patch at a later time, click Save, select a destination on the computer for the file to save,  and then click Save. When the download is complete, click the downloaded file.
    5.An HP AMD Processor Patch dialog box displays with the option to change the default path to extract the files.
    The default path is the folder to the HP product software package you tried to install. For example, C:\Usersl\manu\AppData\Local\Temp\7zS29EF.
    If the path shown is not the one that you expected, or if you want a different location for the installation files than the default location, uncheck Default Path, and then click the Browse button. Highlight the newest folder, and then click OK to continue.
    6.After the patch has completed, the HP product software will start installing again.
    7.When the Windows Security dialog box opens, with the message: Windows can't verify the publisher of this driver software, click Install this driver software anyway.
    8.Follow the on-screen instructions to complete the installation.
    Please complete the steps listed above, are you now able to install the software?
    I hope to hear from you soon.
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Error 1720 when installing CS3 on Win 7 64-bit home premium

    I've been directed to the Forum for help as the Support Tech said she could not help me as they only help with CS5.  She said that CS3 WON"T WORK on a Windows 7 machine and yet I have googled and found people who have had it work.  She then told me that they will probably experience lag and other errors once they start using it more fully.  I smelt BS right about then in that conversation.  She couldn't confirm that if I purchased CS5 upgrade that my CS3 upgrade would qualify as upgrade.  Yeah, I'm really going to spend $800 to find out (not).
    Basically it ended where I either buy CS5 or go the Adobe Forums for help.
    So okay here I am.  Long post (sorry) but want to get all the fact out there.
    I purchased CS3 back in 2008 and installed on my XP machine.
    Just purchased a new laptop with Windows 7 64-bit home premium.
    Tried to install CS3 and as soon as it tries to install I get this message:
    Setup has encountered an error and cannot continue.  Contact Adobe Customer Support for assistance.
    Error 1720.  There is a problem with this Windows Installer package.  A script required for this install to complete could not be run.  Contact your support personnel or package vendor.
    I have tried the following solutions (found on Google), none of them work:
    1) installing in safe mode (with just Windows features in the start up)
    2) redownloading the files to ensure I didn't have a corrupted version
    3) installing as Administrator
    4) deregister/register Windows Installer
    5) looked for update to Windows Installer but mine is up to date
    6) checked that Windows Installer had "started" on my laptop (yes)
    7) used Adobe cleanup utility
    8) used Adobe licence recovery (Acrobat Pro (CS3) wouldn't get past the licence stage although it did install)
    Support Tech lady said that no old CS software would work on Windows 7 BUT last night I installed Photoshop CS Version 8 and it installed perfectly.  What I noticed different is that PS CS V8 used Installshield whereas CS3 I am told didn't use Installshield.
    So I am left with my new laptop using PS CS V8 with Dreamweaver MX.
    BTW Dreamweaver MX installed okay and it used Installshield too - so is that the reason CS3 won't install - it not using Installshield?
    Does anyone have any solutions not tried above?
    Am I just going to have to use old software on my Win7 machine?
    Thanks in advance.
    Sarah

    Hi Bob,
    Thank you for your reply.
    Yes I have tried the CS5 Cleanup Tool - multiple times.  Doesn't help.
    I am surprised to hear that you installed with no problems in light of Tech Support being adament that it won't work on Windows 7 and is not supported.
    I told Tech that I didn't accept that as there are probably hundreds of thousands of users with CS3 who have installed or tried to install on a Win7 machine and not everyone has hundreds of dollars spare to upgrade.
    I only really use DW, PS and Acrobat in the Suite so I'm going to have to save to buy those products but it won't be anytime soon.
    Thanks.
    Sarah

  • CS3 install issues in win 7 32 bit

    I have a licensed copy of CS3 design premium. I installed on my desktop no issues. License permits me to install on a laptop as well for portable use as long as I don't use them at the same time.  CS3 will not install on my 32bit window 7 system.  The install looks like it goes fine and then at the end it says shared componets installed....there are red X's by all other applications like photoshop, dreamweaver, etc.
    Why in the world will it install on one windows machine and not the other?  Both are new computers.
    Thanks.

    We need much more info than just such generic and vague statements. Okay, we know about Win 7, but we know nothing about the rest - hardware specs, disk layout. And it would help to have at least some basics from the install logs.
    Mylenium

  • Why can't I install iTunes on Win 7 32-bit PC?

    I have tried several times to download iTunes to an older PC that has been upgraded to Windows 7 32bit, but I get thesame message that installer could not finish because of errors, and to run installer again.  That did not work after several tries.  Help anybody? (I have iTunes on my iPhone 4 and on my Windows XP laptop.)

    Hi gstargazer,
    This article contains things to try if you are unable to successfully install iTunes for Windows:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Cheers!
    - Ari

  • SQL Unattended installation failed... please specify correct command line to install sql server unattended. i want to install sql in Win XP 32 bit SP3...

    04/05/2014 19:31:03.156 ======================================================================
    04/05/2014 19:31:03.203 Setup launched
    04/05/2014 19:31:03.234 Attempting to determine media source
    04/05/2014 19:31:03.265 Media source value not specified on command line argument.
    04/05/2014 19:31:03.281 Setup is launched from media directly so default the value to the current folder.
    04/05/2014 19:31:03.312 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:03.328 Attempt to determine media layout based on file 'c:\9fd8baca53072f532abe06daf8d0a91c\mediainfo.xml'.
    04/05/2014 19:31:03.734 Media layout is detected as: Advanced
    04/05/2014 19:31:03.765 Media LCID is detected as: 1033
    04/05/2014 19:31:03.781 Local setup.exe not found, so continuing to run setup.exe from media.
    04/05/2014 19:31:03.828 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:03.859 Help display: false
    04/05/2014 19:31:03.890 Checking to see if we need to install .Net version 3.5
    04/05/2014 19:31:03.921 Determining the cluster status of the local machine.
    04/05/2014 19:31:03.953 The local machine is not configured as a cluster node.
    04/05/2014 19:31:04.000 Attempting to find media for .Net version 3.5
    04/05/2014 19:31:04.046 .Net version 3.5 is installed
    04/05/2014 19:31:04.078 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    04/05/2014 19:31:04.109 Attempting to get Windows Installer version
    04/05/2014 19:31:04.156 Windows Installer version detected: 4.5.6001.22299
    04/05/2014 19:31:04.187 RedistMSI::IsVistaRTM - Not Vista RTM build
    04/05/2014 19:31:04.234 Required version of Windows Installer is already installed
    04/05/2014 19:31:04.250 Attempt to initialize SQL setup code group
    04/05/2014 19:31:04.265 Attempting to determine security.config file path
    04/05/2014 19:31:04.296 Checking to see if policy file exists
    04/05/2014 19:31:04.343 .Net security policy file does exist
    04/05/2014 19:31:04.375 Attempting to load .Net security policy file
    04/05/2014 19:31:04.546 Processing entry ("MSVCM80", "Native")
    04/05/2014 19:31:04.593 Attempting to create .Net security code group node: MSVCM80
    04/05/2014 19:31:04.609 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:04.656 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP
    04/05/2014 19:31:04.671 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:04.703 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGE
    04/05/2014 19:31:04.718 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:04.765 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE
    04/05/2014 19:31:04.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:04.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION
    04/05/2014 19:31:04.843 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:04.875 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW
    04/05/2014 19:31:04.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:04.921 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE
    04/05/2014 19:31:04.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:05.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC
    04/05/2014 19:31:05.046 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:05.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION
    04/05/2014 19:31:05.093 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:05.109 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION
    04/05/2014 19:31:05.125 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:05.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON
    04/05/2014 19:31:05.203 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:05.218 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO
    04/05/2014 19:31:05.250 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:05.296 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION
    04/05/2014 19:31:05.328 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:05.375 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY
    04/05/2014 19:31:05.390 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:05.406 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION
    04/05/2014 19:31:05.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:05.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING
    04/05/2014 19:31:05.500 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.531 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK
    04/05/2014 19:31:05.562 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK
    04/05/2014 19:31:05.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:05.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD
    04/05/2014 19:31:05.687 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:05.703 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS
    04/05/2014 19:31:05.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:05.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION
    04/05/2014 19:31:05.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:05.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO
    04/05/2014 19:31:05.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:05.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION
    04/05/2014 19:31:05.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:05.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER
    04/05/2014 19:31:05.937 Processing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:05.968 Attempting to create .Net security code group node: MSCLUSTERLIB
    04/05/2014 19:31:05.984 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:06.000 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGEDATA
    04/05/2014 19:31:06.015 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:06.031 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PRODUCT
    04/05/2014 19:31:06.078 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:06.093 Attempting to create .Net security code group node: MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX
    04/05/2014 19:31:06.125 Processing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:06.156 Attempting to create .Net security code group node: LANDINGPAGE
    04/05/2014 19:31:06.187 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:06.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION
    04/05/2014 19:31:06.296 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:06.328 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION
    04/05/2014 19:31:06.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:06.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION
    04/05/2014 19:31:06.437 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:06.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION
    04/05/2014 19:31:06.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:06.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION
    04/05/2014 19:31:06.531 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.578 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION
    04/05/2014 19:31:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:06.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION
    04/05/2014 19:31:06.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.687 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION
    04/05/2014 19:31:06.703 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:06.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT
    04/05/2014 19:31:06.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:06.812 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION
    04/05/2014 19:31:06.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:06.859 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION
    04/05/2014 19:31:06.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:06.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.DMF
    04/05/2014 19:31:06.937 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:06.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SMO
    04/05/2014 19:31:06.984 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:07.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM
    04/05/2014 19:31:07.031 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:07.046 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION
    04/05/2014 19:31:07.062 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:07.078 Attempting to create .Net security code group node: FIXSQLREGISTRYKEY
    04/05/2014 19:31:07.093 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:07.171 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:07.218 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:07.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES
    04/05/2014 19:31:07.281 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:07.312 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES
    04/05/2014 19:31:07.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES
    04/05/2014 19:31:07.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:07.437 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES
    04/05/2014 19:31:07.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:07.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES
    04/05/2014 19:31:07.546 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES
    04/05/2014 19:31:07.609 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES
    04/05/2014 19:31:07.656 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:07.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES
    04/05/2014 19:31:07.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:07.734 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES
    04/05/2014 19:31:07.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES
    04/05/2014 19:31:07.828 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:07.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES
    04/05/2014 19:31:07.875 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:07.890 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:07.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES
    04/05/2014 19:31:07.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:07.984 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:08.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.140 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:08.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES
    04/05/2014 19:31:08.218 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:08.265 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES
    04/05/2014 19:31:08.328 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:08.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES
    04/05/2014 19:31:08.453 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:08.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:08.578 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:08.625 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES
    04/05/2014 19:31:08.671 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:08.734 Attempting to create .Net security code group node: LANDINGPAGE.RESOURCES
    04/05/2014 19:31:09.062 Saved .Net security policy file
    04/05/2014 19:31:09.531 Strong name verification disabling is not required
    04/05/2014 19:31:09.578 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:09.593 Help display: false
    04/05/2014 19:31:09.609 Attempting to launch landing page workflow
    04/05/2014 19:31:09.625 Attempting to set setup mutex
    04/05/2014 19:31:09.640 Setup mutex has been set
    04/05/2014 19:31:09.656 Attempting to launch global rules workflow
    04/05/2014 19:31:09.687 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:09.703 Install media path: c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup\
    04/05/2014 19:31:09.718 Media layout: Advanced
    04/05/2014 19:31:09.734 Attempting to get execution timestamp
    04/05/2014 19:31:09.765 Timestamp: 20140405_193103
    04/05/2014 19:31:09.781 Attempting to run workflow RUNRULES /RULES=GlobalRules
    04/05/2014 19:31:09.796 Attempting to launch process c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup100.exe
    04/05/2014 19:31:37.546 Process returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.578 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.687 Attempting to determine security.config file path
    04/05/2014 19:31:37.750 Attempting to load .Net security policy file
    04/05/2014 19:31:37.781 Attempting to remove .Net security code group node
    04/05/2014 19:31:37.796 Removing entry ("MSVCM80", "Native")
    04/05/2014 19:31:37.812 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:37.828 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:37.843 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:37.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:37.875 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:37.906 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:37.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:37.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:37.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:37.968 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:37.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:38.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.031 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:38.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:38.062 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:38.078 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.093 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.109 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:38.140 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:38.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:38.171 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:38.187 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:38.203 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:38.234 Removing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:38.250 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:38.265 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:38.281 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:38.296 Removing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:38.312 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:38.359 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:38.390 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:38.406 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:38.421 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:38.437 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.453 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:38.468 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.484 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:38.515 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:38.531 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:38.546 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:38.562 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:38.593 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:38.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.656 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:38.671 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:38.687 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:38.703 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:38.718 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:38.734 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.750 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:38.781 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:38.796 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.828 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:38.843 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:38.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.890 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:38.906 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:38.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:39.000 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:39.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:39.031 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:39.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:39.062 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:39.109 Saved .Net security policy file
    04/05/2014 19:31:39.125 Attempting to release setup mutex
    04/05/2014 19:31:39.156 Setup mutex has been released
    04/05/2014 19:31:39.171 Setup closed with exit code: 0x84C40013
    04/05/2014 19:31:39.187 ======================================================================

    Hello,
    There is a workaround posted for this error on the following threads:
    http://social.technet.microsoft.com/Forums/es-ES/ace2d644-dc82-424a-a608-4b4dc21065d4/setup-closed-with-exit-code-0x84c40013-silent-install-error-sql-server-2012-express-management?forum=sqlexpress
    http://social.msdn.microsoft.com/Forums/sqlserver/es-ES/0f5460d5-113f-4976-a43a-d2a7fdb7e304/sql-server-2008-developer-edition-install-fail-due-to-net-framework-35-missing?forum=sqlsetupandupgrade
    http://connect.microsoft.com/VisualStudio/feedback/details/472540/microsoft-sql-server-refuses-to-install
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • How to Customize the Web item " Text Elements"in WAD

    Hi All, Can any one let me know how to customize the web item TEXT ELEMENTS. When we place the web item Text element in the web template, it displays the query details and the info provider details. I question is I do not want to list all the list th

  • What's the best 2.1 speakers system for music on Qosmio?

    hi. i wonder if you guys could give some opinions about the best 2.1 speakers for hearing music on the qosmio laptop. did anyone experience Harman Kardon's SoundSticks II ? i'm very curious about their design but never heard the sound that is more im

  • Page by page iterator, how to limit the size of returned results

    Hi all, I am designing a search result page using a page by page iterator pattern. Let's say my SQL query returns 100 results. I want to show the first 20 on the result page and provide links to the rest. I am thinking to write a SQL query that tells

  • Data audit report in BW

    Hi All, I am using NW 7.5, Sp15 and have turned on Data audit for a category in my bpc application. Is there a way to look at the detailed report in BW? When i use transaction UJU_AUDDATAHDR, it only tells me if a package was run or data was entered.

  • Spotify in a University Computer Lab?

    Hi there, I'm currently working in a university computer lab, and we are interested in fostering a more relaxing atmosphere for our students to study in.  To this end, the possibilty of playing music has been brought up and the discusion has lead to