SDK Setup Installation failed

Hi Guys:
We created an SDK Setup as we do for every Add-On using a separated solution to include, Customer Library, Setup & SDK Setup.
We followed all the stesp we normally do, Change Add-On Name and Executable file, Include Customer Library Conpilation Output and files needed to run Add-On
The Add-On Registration Starts, Goes thru the Setup Wizard and after the Setup Wizard finishes it waits with the hourglass until times out and shows you that SDK Setup Installation failed.
So it does not finishes the Add-On Installation.
I have Created a new VS Solution and create everything from scratch and samething happened.
Does somebody has had the same problem, and found a solution for it.
Thanks
Edel

Please post it on the SDK forum:
SAP Business One SDK
Thanks,
Gordon

Similar Messages

  • [SOLVED] Luks with /arch/setup installation , fails at boot

    Hi all,
    So I tried to install arch on virtualbox with encrypted partitions (root /, /home/ and swap), but it fails at boot.
    /dev/sda1 is /boot
    /dev/sda2 is swap
    /dev/sda3 is /
    /dev/sda4 is /home
    The root partition seems to be loading fine because it asks for my password, then the boot sequence goes on, until the /home/ (apparently) :
    :: Bringing up loopback interface
    :: Unlocking encrypted volumes: chome..Usage: cryptsetup [-?vyrq] (...all the options...can't copy paste with virtualbox)
    /sbin/cryptsetup: Unknown action
    failed [FAIL]
    /dev/mapper/croot: clean, 27576/457856 files, 166316/1830898 blocks
    fsck.ext4: No such file or directory while trying to open /dev/mapper/chome
    Possibly non-existent device?
    /dev/sda1: clean,29/24096 files, 20790/96356 blocks
    [FAIL]
    It seems that it tries to open /dev/mapper/chome but it's not mounted yet
    In my /etc/crypttab, I added the lines :
    chome /dev/sda4 none luks
    cswap /dev/sda2 none luks
    /etc/fstab (I didn't change anything, /arch/setup configured it that way) :
    /dev/mapper/chome /home ext4 defaults 0 1
    /dev/mapper/croot / ext4 defaults 0 1
    /dev/mapper/cswap swap swap defaults 0 0
    /dev/sda1 /boot ext2 defaults 0 1
    And grub :
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/mapper/croot cryptdevice=/dev/sda3:croot ro
    initrd /initramfs-linux.img
    What I wanted to do was to have swap,root and home encrypted partitions mounted at boot, but maybe it is not possible?
    I tried a lot of configurations for /etc/fstab and /etc/crypttab according to what I could find on the net but nothing worked. I read the whole tutorial https://wiki.archlinux.org/index.php/Sy … _with_LUKS but there is no config for fstab or crypttab or grub when installing with /arch/setup
    Thanks for any help !
    Last edited by John0000 (2012-04-12 12:50:18)

    Indeed you have a point, putting password in plaintext isn't very safe.
    There is a good alternative though: https://wiki.archlinux.org/index.php/Sy … _a_Keyfile
    the reason why you don't have a passphrase for root in a file somewhere is that you provide this passphrase during boot-time.
    Somewhere during boot you get the option to unlock you root device by typing in a passphrase... right?
    ro means that the volume is mounted read only http://linux.die.net/man/8/mount

  • SDK Installation Failed

    Hi Guys:
    We created an SDK Setup as we do for every Add-On using a separated solution to include, Customer Library, Setup & SDK Setup.
    We followed all the stesp we normally do, Change Add-On Name and Executable file, Include Customer Library Conpilation Output and files needed to run Add-On
    The Add-On Registration Starts, Goes thru the Setup Wizard and after the Setup Wizard finishes it waits with the hourglass until times out and shows you that SDK Setup Installation failed.
    So it does not finishes the Add-On Installation.
    I have Created a new VS Solution and create everything from scratch and samething happened.
    Does somebody has had the same problem, and found a solution for it.
    Thanks
    Edel

    Hello Edel,
    Please make sure the following funcitons in AddOnInstallAPI.DLL have been called:
    The installer must handle a command line parameter:
         "RecommendedPathForAddOn"  |   "PathForAddOnInstallAPI.dll"
    You must use the AddOnInstallAPI.dll in your installer!
    Mandatory:
    EndInstallEx (String, Boolean)
         Call this function at the end of the installation process.
         The boolean parameter allows to indicate success (= True) or failure (= False).
         The function returns an integer value; 0 signals success.
    EndUnInstall (String, Boolean)
         Call this function at the end of the uninstallation process.
         The boolean parameter allows to indicate success (= True) or failure (= False).
         The function returns an integer value; 0 signals success.
    Actually there is a installer SDK sample and also AddOn Installer Wizard tool available in B1DE:
    1.You can refer to SDK sample of AddOn Setup:
    <<C:Program FilesSAPSAP Business One SDKSamplesCOM UIVB.NET14.AddOnInstaller>>
    2.B1 Installer Wizard in B1DE, How to download.
    =>SAP Business One Development Environment Tools
    Please pay attention to download the right version for your B1 version and VS .Net
    Please refer to help file of B1DE after installation
    Start=>All Programs=>SAP Business One=>Development Tools=>Help file
    =>Simple Installer
    You may refer to the following relevant threads. Or search keyword "Installation" or "Installer" for more.
    Regards, Yatsea

  • Package into a native installer fails on Linux (Flex SDK 4.5) : "Invalid AIR file"

    Hi,
    We've moved our application to compile against the 4.5 SDK.
    We're compiling it with Flash Builder (on mac) into an air file and as our application is using NativeProcess API, we're packaging it on each platform into a native installer with the following command (linux example) : adt -package -target native app.deb app.air
    We think we fall into the same issue ashttp://forums.adobe.com/message/3271944#3271944 but for the 4.5 DSK.
    On Linux it used to work with the following environment (env1):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.1.0.16076 + Adobe Air SDK 2.5.0
    It stops to work when we upgrade to the new Flex SDK (env2):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.5.0.20967 (with the default embeded Adobe Air SDK 2.6)
    The faut message is "Invalid AIR file" and nothing is logged in the log file (/home/<username>/.appdata/Adobe/AIR/Logs/Install.log).
    1) The .air file is installing correctly on env2 (without the support of the NativeProcess as expected)
    2) We also tried to compile the project directly on env2 :
    amxml app.mxml
    adt -package -storetype pkcs12 -keystore cert.p12 app.air app-app.xml air.swf
    The .air file is installing fine but the packaging into a native process fails in the same way...
    3) We tried to package a native installer of our .air file on env1 and it works!!! (the installed application seems to work fine also on env2!!!)
    Are we missing something or does it seems to be a bug of the Flex SDK 4.5?
    Are there some restrictions to package a native installer with the Flex SDK 4.1 a air app build with the Flex SDK 4.5 ?
    Thanks in advance,
    Mich

    Hi,
    Finally we figure out how to solve the issue.
    The packaging into native .deb installer fails as explain above because with the hole Flex SDK 4.5 (adt -version told 2.6.0.1920).
    The packaging is successfull if only Air SDK 2.6 is install.
    What is strange that both adt seems to be the same "2.6.0.1920" (found with "adt -version").
    Can someone from the Adobe dev team explain it?
    I suppose as the Flex SDK is not available for the Linux platform, the download only contains the Air SDK for Windows and Mac OS as opposed to the specific download of the Air SDK for te Linux platform...
    Thanks,
    Mich

  • When clicking InDesign CS6 exec setup, it stalls and says "Installer failed to initialize.

    Atter downloading and unzipping InDesign CS6, When I get as far as clicking the exec setup, it stalls and says “Installer failed to initialize. Then it says that theremay be a missing file.

    We can't know. You have not provided system info or other technical details.
    Mylenium

  • Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294

    I get this error when installing VS 2015 Community RC.  I'm installing on Windows 10 build 10074.  I tried uninstalling VS and tried performing the steps from other known issues... Change > Custom > Select feature > Update.
    I also get the other errors as well...
    Emulators for Windows Mobile 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
    Emulators for Windows Mobile 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294

    Same issue here, on a Surface Pro 3.
    I've tried all I can think of, including a full reinstall of the OS (10074). Basically it always fails with the errors below.
    Launching VS I do have the UAP templates installed, but not the emulators. I can create a new Windows Universal app no problem, however it shows up as a Windows 8.1 type in the properties pane. Missing lots of references so obviously nothing builds.
    Tried installing the tools separately (the ones linked by Paul Chapman in a separate thread). These installed fine, and gave me the emulators (at least in the drop down, haven't been able to verify they work as nothing else works). Proceeded to "repair"
    the VS install after this and at that point the install completed without errors, however nothing still works inside VS. Then proceeded to "modify" and remove any Universal app stuff, rebooted and reinstalled, only to get the same error again and
    back at square one.
    Tried, as far as I can remember, fresh installs from both the ISO and webinstaller (as there was some talk about the ISO containing older code and missing some tools).
    Spent a week trying to get a Win10 rig up now, to no avail. Previous builds (with CTP6) would give me a UAP mobile install error, which seemed linked to Hyper-V not working, however Hyper-V was working just fine...
    Oh, and obviously - No, I did not cancel the install myself.
    Here are some relevant lines from the install log,
    [060C:0CF0][2015-04-30T14:20:08]i000: MUX:  Source confirmed
    [060C:1994][2015-04-30T14:20:14]i000: MUX:  Finished connecting secondary installer pipe
    [060C:14D4][2015-04-30T14:20:19]i000: MUX:  Updating secondary installer progress display name: Windows 10 SDK 10.0.10069
    [060C:14D4][2015-04-30T14:20:25]i000: MUX:  Updating secondary installer progress display name: Tools for Windows 10 Universal Apps (Windows SDK 10.0.10069)
    [060C:044C][2015-04-30T14:28:13]i000: MUX:  ExecuteError: Package (VSSecondaryInstaller_box) failed: Error Message Id: 1603 ErrorMessage: Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
    [0288:0054][2015-04-30T14:28:48]e000: Error 0x80048646: Process returned error: 0x80048646
    [0288:0054][2015-04-30T14:28:48]e000: Error 0x80048646: Failed to execute EXE package.
    [060C:044C][2015-04-30T14:28:48]e000: Error 0x80048646: Failed to configure per-machine EXE package.
    [060C:044C][2015-04-30T14:28:48]i000: MUX:  Installation size in bytes for package: VSSecondaryInstaller_box MaxAppDrive: 0  MaxSysDrive: 2063301632  AppDrive: 0  SysDrive: 2060471296
    [060C:044C][2015-04-30T14:28:48]i000: MUX:  ExecutePackageComplete for secondary installer
    [060C:044C][2015-04-30T14:28:48]i000: MUX:  Disconnecting secondary installer pipe
    [060C:044C][2015-04-30T14:28:48]i000: MUX:  Return Code:0x80048646 Msi Messages:Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294 Result Detail:0 Restart:None
    [060C:044C][2015-04-30T14:28:48]i000: MUX:  Set Result: Return Code=-2147187130 (0x80048646), Error Message=Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294, Result Detail=, Vital=False, Package
    Action=Install, Package Id=VSSecondaryInstaller_box
    [060C:044C][2015-04-30T14:28:48]i000: Setting string variable 'BundleResult' to value '0'
    [060C:044C][2015-04-30T14:28:48]w350: Applied non-vital package: VSSecondaryInstaller_box, encountered error: 0x80048646. Continuing...
    Think I'll go buy a Mac...

  • IE 10 installation fails - Setup exit code: 0x00009C47 (40007)

    I am trying to install Internet Explorer 10 on a windows 7 SP1 x86 machine using the Microsoft Patch Update via SCCM.
    The installation fails. Following is the Install log :
    00:00.000: ====================================================================
    00:00.015: Started: 2014/04/01 (Y/M/D) 03:21:31.957 (local)
    00:00.015: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.015: Command line: "C:\WINDOWS\SoftwareDistribution\Download\Install\WU-IE10-Windows7-x86.exe" /WSUS
    00:00.015: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.218: INFO:    Previous version of Internet Explorer: 9.0.8112.16540
    00:00.218: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.218: INFO:    ...and 10.1.0.0...
    00:00.249: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.249: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.249: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.265: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.265: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.405: INFO:    Trying to extract ID: 6006 (0) as "IE10-neutral.Extracted.cab"
    00:00.686: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.702: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE15A30.tmp\Spelling_en.msu.
    00:00.717: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.733: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE15A30.tmp\Hyphenation_en.msu.
    00:00.733: INFO:    Trying to extract ID: 6128 (1033) as "IE10-support.cab"
    00:02.745: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE15A30.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE15A30.tmp\HardwareBlockingList.xml"
    00:04.118: INFO:    Hardware support check succeeded. Installation will continue.
    00:04.118: INFO:    Windows 7 operating system detected.
    00:04.118: INFO:    Service pack major: 1
    00:04.118: INFO:    Service pack minor: 0
    00:04.134: INFO:    Service pack name:  Service Pack 1
    00:04.149: INFO:    Version Check for (KB2670838) of C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:04.165: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    00:04.165: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:04.399: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\kernel32.dll: 6.1.7601.18229 >= 6.1.7601.17932 (True)
    00:04.430: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    00:04.477: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:11.544: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:11.575: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:12.199: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:17.206: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    00:17.206: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE15A30.tmp
    00:17.284: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE15A30.tmp, marking for deletion on reboot.
    00:17.300: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.094: Started: 2014/04/01 (Y/M/D) 09:20:29.365 (local)
    00:00.094: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.094: Command line: "C:\WINDOWS\SoftwareDistribution\Download\Install\WU-IE10-Windows7-x86.exe" /WSUS
    00:00.094: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.094: INFO:    Previous version of Internet Explorer: 9.0.8112.16540
    00:00.110: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.110: INFO:    ...and 10.1.0.0...
    00:00.110: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.110: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.110: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.125: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.125: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.125: INFO:    Trying to extract ID: 6006 (0) as "IE10-neutral.Extracted.cab"
    00:00.312: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.328: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE1FB45.tmp\Spelling_en.msu.
    00:00.328: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.328: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE1FB45.tmp\Hyphenation_en.msu.
    00:00.328: INFO:    Trying to extract ID: 6128 (1033) as "IE10-support.cab"
    00:02.668: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE1FB45.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE1FB45.tmp\HardwareBlockingList.xml"
    00:02.699: INFO:    Hardware support check succeeded. Installation will continue.
    00:02.715: INFO:    Windows 7 operating system detected.
    00:02.715: INFO:    Service pack major: 1
    00:02.715: INFO:    Service pack minor: 0
    00:02.715: INFO:    Service pack name:  Service Pack 1
    00:02.762: INFO:    Version Check for (KB2670838) of C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:02.762: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    00:02.762: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:02.762: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\kernel32.dll: 6.1.7601.18229 >= 6.1.7601.17932 (True)
    00:02.777: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    00:02.777: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:03.526: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.526: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:03.682: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:08.736: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    00:08.736: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup1.sqm" with error: 2147500036
    00:08.752: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE1FB45.tmp
    00:08.877: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE1FB45.tmp, marking for deletion on reboot.
    00:08.892: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.031: Started: 2014/04/02 (Y/M/D) 08:10:22.122 (local)
    00:00.031: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.031: Command line: "C:\WINDOWS\SoftwareDistribution\Download\Install\WU-IE10-Windows7-x86.exe" /WSUS
    00:00.047: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.047: INFO:    Previous version of Internet Explorer: 9.0.8112.16540
    00:00.047: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.047: INFO:    ...and 10.1.0.0...
    00:00.047: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.047: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.062: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.094: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.109: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.140: INFO:    Trying to extract ID: 6006 (0) as "IE10-neutral.Extracted.cab"
    00:00.406: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.421: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE177C4.tmp\Spelling_en.msu.
    00:00.421: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.421: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE177C4.tmp\Hyphenation_en.msu.
    00:00.515: INFO:    Trying to extract ID: 6128 (1033) as "IE10-support.cab"
    00:02.402: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE177C4.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE177C4.tmp\HardwareBlockingList.xml"
    00:02.558: INFO:    Hardware support check succeeded. Installation will continue.
    00:02.590: INFO:    Windows 7 operating system detected.
    00:02.590: INFO:    Service pack major: 1
    00:02.590: INFO:    Service pack minor: 0
    00:02.590: INFO:    Service pack name:  Service Pack 1
    00:02.605: INFO:    Version Check for (KB2670838) of C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:02.605: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    00:02.621: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:03.042: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\kernel32.dll: 6.1.7601.18229 >= 6.1.7601.17932 (True)
    00:03.042: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    00:03.042: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:03.728: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.728: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:04.009: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:09.157: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    00:09.157: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup1.sqm" with error: 2147500036
    00:09.157: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup2.sqm" with error: 2147500036
    00:09.157: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE177C4.tmp
    00:09.391: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE177C4.tmp, marking for deletion on reboot.
    00:09.391: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.031: Started: 2014/04/02 (Y/M/D) 09:56:07.337 (local)
    00:00.047: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.047: Command line: "C:\WINDOWS\SoftwareDistribution\Download\Install\WU-IE10-Windows7-x86.exe" /WSUS
    00:00.047: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.047: INFO:    Previous version of Internet Explorer: 9.0.8112.16540
    00:00.047: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.093: INFO:    ...and 10.1.0.0...
    00:00.093: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.093: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.093: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.093: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.109: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.125: INFO:    Trying to extract ID: 6006 (0) as "IE10-neutral.Extracted.cab"
    00:01.014: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:01.061: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE148AB.tmp\Spelling_en.msu.
    00:01.061: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:01.076: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE148AB.tmp\Hyphenation_en.msu.
    00:01.076: INFO:    Trying to extract ID: 6128 (1033) as "IE10-support.cab"
    00:02.168: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE148AB.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE148AB.tmp\HardwareBlockingList.xml"
    00:02.543: INFO:    Hardware support check succeeded. Installation will continue.
    00:02.558: INFO:    Windows 7 operating system detected.
    00:02.558: INFO:    Service pack major: 1
    00:02.558: INFO:    Service pack minor: 0
    00:02.558: INFO:    Service pack name:  Service Pack 1
    00:02.574: INFO:    Version Check for (KB2670838) of C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:02.589: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    00:02.589: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:02.589: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\kernel32.dll: 6.1.7601.18229 >= 6.1.7601.17932 (True)
    00:02.605: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    00:02.621: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:03.338: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.369: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:03.557: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:08.564: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    00:08.580: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup1.sqm" with error: 2147500036
    00:08.595: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup2.sqm" with error: 2147500036
    00:08.595: ERROR:   SQM Upload failed while uploading "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup3.sqm" with error: 2147500036
    00:08.595: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE148AB.tmp
    00:08.798: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE148AB.tmp, marking for deletion on reboot.
    00:08.814: INFO:    Released Internet Explorer Installer Mutex
    However, the installation is successful if IE10 is manually installed via Windows Update.
    What could be the issue with the SCCM push ?
    Please help.
    Thanks

    00:11.544: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:11.575: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:03.526: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.526: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:03.728: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.728: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    00:03.338: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:03.369: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    If it is really because of a missing file (code 2), you could use ProcMon to supplement these diagnostics.  However, be warned that typically the missing file is finally found via CBS.log to be an old WinSxS file that would appear to have no relation
    to anything that the install needs.  E.g. it appears to be simply a symptom of a broken recovery procedure for some other undocumented issue with the install.  Most people just give up and reload Windows (or don't bother doing their IE updates at
    all.)  It would be great if someone had the fortitude to go through all the necessary blackbox reverse engineering needed to uncover what is really happening.
    FYI
    Robert Aldwinckle

  • When i am running the setup its is coming- We've encontered the following issues, Installer Failed to Initialize

    HI,
    I downloaded Adobe Flash Professional CC and When i am running the setup its is coming:-
    We've encountered the following issues
    Installer Failed to Initialize.
    What do I do now? Please help as soon as possible. Thanks in advance!
    Regards,
    Bhavesh

    start at the top and work your way down applying applicable fixes until your problem is resolved.
    if cc (win):  https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html
    if, your error is:
    "Installer failed to initialize. File not found." or "Installer failed to initialize. This could be due to missing files."
    first, rename OOBE Folder to OOBE.old.
    to find OOBE:
    64 bit win OS: Program Files x86\Common Files\Adobe\OOBE
    32 bit win OS: Program Files \Common Files\Adobe\OOBE
    mac os: HD>library>application support>adobe>caps
    mac os: USER>library>application support>adobe>OOB
    if that fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.
    if you're using a dvd to install:
    copy the disc contents to a desktop directory and install from that directory.
    if you're using a mac:
    1. Try to Create a new user account in Mac with Administrator Priviledges.
    2. Login to the New user, Navigate to Mac HD> Application> Utilities> Adobe Installer folder, Locate products like Adobe Reader, Adobe Flash, Adobe Air and un-install them
    3. Navigate to User Library> Application Support> Adobe and move Adobe to Trash.
    4. Navigate to Mac HD> Library> Application Support> Adobe and move Adobe to Trash.
    5. Start the installation again.
    if everything applicable above fails, check your installation logs:
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-install-using-logs-elements.html

  • I am trying to download & install Photoshop 6 but  setup fails with "Installer failed to initialize

    I am trying to download & install Photoshop 6 but  setup fails with "Installer failed to initialize Download Adobe Support Advisor" I then downloaded and ran the Support Advisor; it reported NO problems.
    I can still can not load Photoshop 6!

    Lw_jr01 to clarify when you are trying to install Photoshop CS6 you are receving the error message that the, "Installer Failed to Initialize."  Is that correct?  If so which operating system are you using?

  • Reinstalling SCSM 2012 SP1 -- installation fails on Finalize step "while executing a custom action:RollbackCleanup" -- absolutely stumped!

    I uninstalled a previous installation of SCSM 2012 in our lab environment because the person who installed it is didn't give anyone else permissions and they weren't available to make the change.  Since then, I've tried to install SCSM 2012 multiple
    times and it fails every time during the Finalize step with the error shown in the picture below.
    Things I've tried and double checked:
    I am running the install with a domain admin account
    I'm specifying a domain user service account during install which is local administrator on the machine
    I rebuilt the performance counters
    I'm running SQL 2k8 R2 SP2
    .Net 3.5.1 is installed
    I see the following message in the System Event Log during setup:
    Event 7036 - The System Center Data Access Service service entered the running state.
    Event 7031 - The System Center Data Access Service service terminated unexpectedly. 
    It has done this 1 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    It appears as though this happens 18 times before the service is no longer restarted and is left terminated.
    Any thoughts or help on how to get this to work would be greatly appreciated!  Log excerpts are below as well as a link to the full log file at the end.
    Chris
    Errors in the log that make me go "hmm…" 
    I changed my domain and username in the logs to "DOMAIN" and "user" respectively. 
    MSI (s) (74!94) [10:29:06:718]: Note: 1: 2711 2: MOMServer
    Action start 10:29:06: _SetHealthServiceConfig.80B659D9_F758_4E7D_B4FA_E53FC737DCC9.
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMServer
    MSI (s) (74!94) [10:29:06:719]: Note: 1: 2711 2: MOMGateway
    SetHealthServiceConfig: Failed to get Feature State.. Error Code: 0x80070646. MOMServer
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMGateway
    MSI (s) (74:04) [10:49:58:011]: Executing op: ActionStart(Name=_ExecuteSqlScripts,Description=Configuring Database,Template=[1])
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2769. The arguments are: _MPProcessorDeferred, 9923,
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.RegisterSdkSCP
    RegisterSdkSCP: Old serviceConnectionPoint found
    RegisterSdkSCP: Deleting existing serviceConnectionPoint
    RegisterSdkSCP: Warning: Dont have access to delete existing serviceConnectionPoint
    RegisterSdkSCP: Creating New serviceConnectionPoint
    RegisterSdkSCP: Adding ACL for current user: DOMAIN\account
    RegisterSdkSCP: Adding ACL for SM Admini: DOMAIN\SCSM Admins
    RegisterSdkSCP: Error: The object already exists.
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.WaitForSDKServiceStart
    WaitForSDKServiceStart:Entering
    WaitForSDKServiceStart:Sleeping for SDK to start 0 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 10 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 20 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 30 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 40 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 50 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 60 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 70 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 80 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 90 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 100 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 110 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 120 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 130 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 140 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 150 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 160 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 170 seconds
    WaitForSDKServiceStart: SDK Service connect error, after 3 mins, fail this function
    MSI (s) (74:40) [10:56:20:397]: NOTE: custom action _WaitForSDKServiceStart unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that
    handle.
    CustomAction _WaitForSDKServiceStart returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (74:04) [10:56:40:799]: Executing op: CustomActionRollback(Action=_RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,ActionType=3393,Source=BinaryData,Target=InstallHSPerfCounters,CustomActionData=C:\Program
    Files\Microsoft System Center 2012\Service Manager\)
    MSI (s) (74:38) [10:56:40:801]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI62BF.tmp, Entrypoint: InstallHSPerfCounters
    InstallHSPerfCounters: Custom Action Data. C:\Program Files\Microsoft System Center 2012\Service Manager\
    InstallHSPerfCounters: Installing agent perf counters.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 2752 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 4796 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 4928 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4612 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 884 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 2600 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 1884 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4872 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 3084 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4920 could not be cancelled. Error: 1168
    MSI (s) (74!E0) [10:57:10:846]: Product: Microsoft System Center 2012 - Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with
    this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    CustomAction _RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9 returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (74:04) [10:57:17:154]: Note: 1: 1708
    MSI (s) (74:04) [10:57:17:154]: Product: Microsoft System Center 2012 - Service Manager -- Installation failed.
    MSI (s) (74:04) [10:57:17:155]: Windows Installer installed the product. Product Name: Microsoft System Center 2012 - Service Manager. Product Version: 7.5.2905.0. Product Language: 0. Manufacturer:
    Microsoft Corporation. Installation success or error status: 1603.
    Full log file:
    https://skydrive.live.com/redir?resid=F723C571E9E6D51F!1414&authkey=!ACisfvqIpGO_i7A

    Hello Christopher,
    I have recently worked in a case that had mostly the same errors:
    InstallHSPerfCounters: Installing agent perf counters.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 8152 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 9580 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 6008 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 2112 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 8252 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 12504 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 9548 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 11464 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 10616 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 8120 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 2424 could not be cancelled. Error: 1168
    MSI (s) (A8!D4) [10:29:51:587]: Product: Microsoft System Center 2012 R2 Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are:
    -2147024809, The parameter is incorrect.,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    CustomAction _RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9 returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (A8:3C) [10:29:51:599]: Executing op: ActionStart(Name=_StopNamedServices_HealthService.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,Description=Stopping Health services,)
    MSI (s) (A8:3C) [10:29:51:603]: Executing op: ActionStart(Name=StopServices,Description=Stopping services,Template=[1])
    MSI (s) (A8:3C) [10:29:51:605]: Executing op: ServiceControl(,Name=W3SVC,Action=1,,)
    MSI (s) (A8:3C) [10:29:52:621]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,).
    - I was able to resolve it using the command  line LOTCTR /R
    - And restarting the IIS service using the command line tool IISRESET
    - After this command was successfully applied I have tried to install the Service Manager Portal without any errors.
    http://technet.microsoft.com/en-us/library/bb490926.aspx
    http://technet.microsoft.com/en-us/library/hh875560.aspx
    http://support.microsoft.com/kb/300956
    https://blogs.technet.com/b/yongrhee/archive/2009/10/06/how-to-rebuild-performance-counters-on-windows-vista-server2008-7-server2008r2.aspx
    Thank you very much
    Renato Pacheco

  • The unattended installation failed while installing SQL Server 2008 R2 ????

    Hi gurus,
    I got an error while installing SQL Server 2008 R2 in Windows 2008 R2 standard 64 bit operating system.
    LOG file*
    Customized installation of SQL Server 2008R2 for SAP *
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlWriter_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Client Tools SDK
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      Configuration status:          Passed
      Feature:                       Business Intelligence Development Studio
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_common_core_Cpu64_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SqlBrowser_Cpu32_1.log
      MSI error description:        
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\sql_tools_Cpu64_1.log
      MSI error description:        
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120116_221104\SystemConfigurationCheck_Report.htm
    1/16/2012 10:13:34 PM
    Message Box "Installation failed"
    The unattended installation failed.
      Installation Step: The unattended installation failed.
      Return Code:       -2068052377
      Log File:          C:\Windows\SQL4SAP.log
    Check the log file above.
    See SAP note 1144459 for known issues.
    Result: vbOK
    Registry settings (2/2):
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\{3d06c673-5e8a-41c0-b47f-3c3ca0a22e67}
    WRITE(REG_DWORD): 4
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\{2b9034f3-b661-4d36-a5ef-60ab5a711ace}
    WRITE(REG_DWORD): 4
    1/16/2012 10:37:32 PM
    Quit script with return code 1
    Please help me out with this issue.
    REGARDS,
    Raj

    Hello Raj,
    MS SQL DB installation specific steps for SAP system is clearly documented in SAP Installation guide. Please download from SMP, read it carefully and install as mentioned in the guide.
    Hope it helps.
    Thanks,
    Siva Kumar

  • SQL Server 2012 - Clustered installation fails - cannot locate MSIs

    Hi forum
    I have a query relating to SQL Server 2012 installation, on Windows Server 2012 R2 - SQL Server is Enterprise, Windows is SQL Server Standard Edition.
    Our windows team have created two Windows Server 2012 machines, and installed and got cluster services running.
    We've tried the installation of SQL Server 2012 RTM, slipstream SP1 and slipstream SP2, and all come up with an error during the installation - I've even tried the trial version of SQL Server 2012 (SP1), just in case there is a media issue.
    Immediately after the window which it is installing the installation files, we get the error:
    SQL Server Setup has encountered the following error:
    Failed to retrieve data for this request.
    You'll see in the logfile of the installation below, that the installer cannot locate specific MSI files
    e.g.
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x64\sql_fulltext.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x86\sql_fulltext.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x64\sql_dq.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x86\sql_dq.msi' does not exist
    I've expanded and checked the ISO / IMG files and these files do not exist.
    I'd suspect media corruption, however, the installer works fine on a stand-alone machine, and the same files are missing from two separate sets of installation media - so I think that rules it out.
    If someone could give us a clue over what the problem is, we'd really appreciate it - we're trying to create a 2012 availability group setup, so need cluster services...
    Many thanks
    Carl.
    LOGFILE:-----------------------------------------------------------------------------------------------------------
    (01) 2015-03-02 11:29:12 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered
    (01) 2015-03-02 11:29:12 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered
    (01) 2015-03-02 11:29:13 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml'
    (01) 2015-03-02 11:29:13 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd'
    (01) 2015-03-02 11:29:13 Slp: Document 'Microsoft.SQL.Chainer.PackageData.Package.xml' validated with schema 'Microsoft.SQL.Chainer.Package.Package.xsd' has been successfuly loaded into datastore path '/Datastore/Package'
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: ReadProductXML
    (01) 2015-03-02 11:29:13 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml'
    (01) 2015-03-02 11:29:13 Slp: Document 'Microsoft.SQL.Chainer.Product.Product.xml' validated with schema 'Microsoft.SQL.Chainer.Product.Product.xsd' has been successfuly loaded into datastore path '/Datastore/Product'
    (01) 2015-03-02 11:29:13 Slp: Completed Action: ReadProductXML, returned True
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: LoadExtensions
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'MSI' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.MsiExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'MSI' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'PackageChainer' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.PackageChainerExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'PackageChainer' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Config' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ConfigExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Config' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Common' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Common' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'SqlConfigBase' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'SqlConfigBase' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Slp' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SetupExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Slp' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'RulesEngine' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'RulesEngine' version '11.0.5058.0' loaded
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:13 Slp: Extension 'FulltextConfig' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'ScoExtension' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ScoExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'ScoExtension' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Infrastructure' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.Infrastructure.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Infrastructure' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'UtilityConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.UtilityExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'UtilityConfig' version '11.0.2100.60' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'SmartSetup' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SmartSetupExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'SmartSetup' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Completed Action: LoadExtensions, returned True
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: ExecuteBootstrapAfterExtensionsLoaded
    (01) 2015-03-02 11:29:14 Slp: Workflow to execute: 'BOOTSTRAPAFTEREXTENSIONSLOADED'
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: SetGlobalPackageFlags
    (01) 2015-03-02 11:29:14 Slp: Completed Action: SetGlobalPackageFlags, returned True
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: LoadPackageDatastoreObjects
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    loaded into datastore path '/Datastore/InputSettings/ChainerSettings/SlpSettings'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml'
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd' loaded into datastore
    path '/Datastore/ProductSettings/ClusterNode/Public'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd' loaded
    into datastore path '/Datastore/ProductSettings/SQLServerSCP/Private'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/ASSIP/Public'
    (01) 2015-03-02 11:29:14 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: InitializeInputSettingStore
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: InitializeRoleService
    (01) 2015-03-02 11:29:15 Slp: Loading role: SPI_AS_NewFarm
    (01) 2015-03-02 11:29:15 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2015-03-02 11:29:15 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: WORKFLOW
    (01) 2015-03-02 11:29:15 Slp: Value specified: INSTALL
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: TIMESTAMP
    (01) 2015-03-02 11:29:15 Slp: Value specified: 20150302_112838
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: LOGMARKER
    (01) 2015-03-02 11:29:15 Slp: Value specified:
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: MEDIASOURCE
    (01) 2015-03-02 11:29:15 Slp: Value specified: E:\
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: INSTALLMEDIAPATH
    (01) 2015-03-02 11:29:15 Slp: Value specified: E:\x64\setup\
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: ENU
    (01) 2015-03-02 11:29:15 Slp: Value specified: True
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: MEDIALAYOUT
    (01) 2015-03-02 11:29:15 Slp: Value specified: Full
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: ACTION
    (01) 2015-03-02 11:29:15 Slp: Value specified: INSTALL
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: CUPIDDISPLAYED
    (01) 2015-03-02 11:29:15 Slp: Value specified: FALSE
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: PID
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2015-03-02 11:29:15 Slp: Procssing media configuration file E:\x64\setup\..\DefaultSetup.ini.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: PID
    (01) 2015-03-02 11:29:15 Slp: New setting source: ConfigFile; previous setting source: CommandLine. The previous setting values were preserved.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Skipping Action: SetRoleAndUIModeForExpressMedia
    (01) 2015-03-02 11:29:15 Slp: Action is being skipped due to the following restrictions:
    (01) 2015-03-02 11:29:15 Slp: Condition "IsMediaExpress" did not pass as it returned false and true was expected.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: InitializeRetryHandler
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ValidateChainerSetting
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : Compute new PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Read lcid 1033 from CultureInfo
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2015-03-02 11:29:16 Slp: Procssing media configuration file E:\x64\setup\..\DefaultSetup.ini.
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: StartSqmSession
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\110
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to get registry value CustomerFeedback
    (01) 2015-03-02 11:29:16 Slp: SQM Service: Sqm does not have active session.
    (01) 2015-03-02 11:29:16 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2015-03-02 11:29:16 Slp: Completed Action: StartSqmSession, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2015-03-02 11:29:16 Slp: Scenario: Install
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: FinalCalculateSettings
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetInstallScenarioFlags
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetInstallScenarioFlags, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ExecuteInitWorkflow
    (01) 2015-03-02 11:29:16 Slp: Workflow to execute: 'STANDARDTOPLEVELINIT'
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetStandardTopLevelScenarioFlags
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetStandardTopLevelScenarioFlags, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ExecuteUpdateInitWorkflow
    (01) 2015-03-02 11:29:16 Slp: Workflow to execute: 'InitializeUpdateSearch'
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetJobId
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetJobId, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: AddSmartSetupEnginesAction
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'SfxcabSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'SlipstreamSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'MuSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update download engine 'MuDownloadEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update extract engine 'SfxcabExtractEngine'
    (01) 2015-03-02 11:29:16 Slp: Completed Action: AddSmartSetupEnginesAction, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: RunSmartSetupWorkflow
    (09) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:16 Slp: Running Action: SearchUpdatesAction
    (09) 2015-03-02 11:29:17 Slp:
    (09) 2015-03-02 11:29:17 Slp: Microsoft Update Details:
    (09) 2015-03-02 11:29:17 Slp:   Category ID searched on Microsoft Update:          7fe4630a-0330-4b01-a5e6-a77c7ad34eb0
    (01) 2015-03-02 11:29:17 Slp: Completed Action: RunSmartSetupWorkflow, returned True
    (01) 2015-03-02 11:29:17 Slp: Completed Action: ExecuteUpdateInitWorkflow, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: ExecuteInitWorkflow
    (01) 2015-03-02 11:29:17 Slp: Workflow to execute: 'INITIALIZATION'
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: AddPackageEnginesAction
    (01) 2015-03-02 11:29:17 Slp: Completed Action: AddPackageEnginesAction, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: AddPackageInstallerEnginesAction
    (01) 2015-03-02 11:29:17 Slp: Completed Action: AddPackageInstallerEnginesAction, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: InitializeMsiExtension
    (09) 2015-03-02 11:29:17 Slp:   Major version of the Windows Update Agent:         8
    (09) 2015-03-02 11:29:17 Slp:   Minor version of the Windows Update Agent:         0
    (09) 2015-03-02 11:29:17 Slp:   Version of Wuapi.dll:                             
    7.9.9600.17489
    (09) 2015-03-02 11:29:17 Slp:
    (09) 2015-03-02 11:29:17 Slp: Completed Action: SearchUpdatesAction, returned True
    (09) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:17 Slp: Running Action: PackageDownloadAction
    (09) 2015-03-02 11:29:17 Slp: Completed Action: PackageDownloadAction, returned True
    (09) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:17 Slp: Running Action: PackageExtractAction
    (09) 2015-03-02 11:29:17 Slp: Completed Action: PackageExtractAction, returned True
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1046 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\sql_engine_core_inst_msi\x64\sql_engine_core_inst.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1028_CHT_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1028_CHT_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1031_DEU_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1031_DEU_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1033_ENU_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1036_FRA_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1036_FRA_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1040_ITA_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1040_ITA_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1041_JPN_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1041_JPN_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1042_KOR_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1042_KOR_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    Truncated due to limitations of posting
       at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.ProcessDTbl(DataTable dt, Int32 level)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectSqlDiscoveryData(String machineName)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectDiscoveryData(String machineName)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
    (01) 2015-03-02 11:29:20 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction" threw an exception during execution.
    (01) 2015-03-02 11:29:20 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Failed to retrieve data for this request. ---> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException: Failed to retrieve
    data for this request. ---> Microsoft.SqlServer.Configuration.Sco.SqlRegistryException: The network path was not found.
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.CreateBaseKey(ServiceContainer ctx, String machineName, IntPtr hKey, String keyName, RegistryAccess access, RegistryView view)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocalMachine(ServiceContainer ctx, String machineName, RegistryAccess access, RegistryView view)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineRootKey(ServiceContainer ctx, String machineName, RegistryView registryView)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer ctx, String machineName, RegistryView regView, String regPath, RegistryAccess registryAccess)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String machineName, RegistryView regView)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String machineName)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:    --- End of inner exception stack trace ---
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String machineName,
    RegistryView regView)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String machineName)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)

    Hello,
    What the summary.txt log file says? Could you share the content of that file with us?
    Have you tried to copy the media to a local drive, unzip the ISO file into a folder and run SQL Server setup from there.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Reporting Services Installation Failing

    Hi Fellows,
    I am trying to install SCOM 2012 R2 reporting services on SCOM Management Server. SCOM Management Server also has a SQL Server 2012 SP1 (11.0.3000.0) SSRS and Database services installed. But SCOM reporting installation fails in between with below errors
    and leaves the reporting instance in-useable.
    Windows Event Log ID: 1026, Source: .NET Runtime,
    Application:Microsoft.EnterpriseManagement.Monitoring.Console.exe
    Framework: v4.0.30319
    Description: The process was terminated due to an unhandled exception
    Exception Info: System.IO.FileNotFoundException
    SCOM Setup Log
    [16:26:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]:
    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:26:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:26:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:27:00]:    Debug:    :More: 4 rety to go..
    [16:27:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:27:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:27:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:28:00]:    Debug:    :More: 3 rety to go..
    [16:28:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:28:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:28:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:29:00]:    Debug:    :More: 2 rety to go..
    [16:29:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:29:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:29:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:30:00]:    Debug:    :More:1 *LAST* retry to go..
    [16:30:01]:    Error:    :Error:All retrys failed!!. Message:SRSPolicySetter SoapException, now throwing:System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Reporting.Setup.ReportService.ReportingService2005.GetRoleProperties(String Name, String& Description)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
    [16:30:01]:    Error:    :SRSPolicySetter error: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: An error occurred
    when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
    [16:30:01]:    Error:    :ReplaceSRSExtensionsWithOMExtensions error: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException:
    An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.ReplaceSRSExtensionsWithOMExtensions(String srsReportServerFolder, String omServer, String reportServerURL, String srsServiceName)
    [16:30:01]:    Error:    :Reporting Configuration failed.: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: An
    error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.ReplaceSRSExtensionsWithOMExtensions(String srsReportServerFolder, String omServer, String reportServerURL, String srsServiceName)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.OMReportingProcessor.ConfigureReporting(ProgressData progressData, Func`2 progressDelegate)
    [16:30:01]:    Error:    :FATAL ACTION: ConfigureReportingForInstall
    [16:30:01]:    Error:    :ProcessInstalls: Running the PostProcessDelegate returned false.
    [16:30:01]:    Always:    :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    [16:30:01]:    Error:    :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    [16:30:01]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:01]:    Always:    :!***** Installing: POSTINSTALL ***
    [16:30:01]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:01]:    Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:30:01]:    Always:    :Doing Preinstall task for POSTINSTALL
    [16:30:01]:    Warn:    :CheckAndLoadUpdateFiles: Unable to load QFE file.
    [16:30:01]:    Always:    :Doing Install task for POSTINSTALL
    [16:30:01]:    Debug:    :DoInstallTask: Found Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall;PostInstallProcessor as type and method.
    [16:30:01]:    Info:    :Type: Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall  Method: PostInstallProcessor
    [16:30:01]:    Info:    :SetProgressScreen: Init Exe Install progress.
    [16:30:01]:    Info:    :AddUninstallChangeEntry: Cleaning out existing files at the ARP file cache location C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup
    [16:30:01]:    Debug:    :ARPFileCache: Created folder: C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup.
    [16:30:01]:    Debug:    :Copying files from C:\Users\scom.admin\AppData\Local\SCOM\Setup To C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup that match the pattern *
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_momv3_dw_localization.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_momv3_dw_localization.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_momv3_localization.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_momv3_localization.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db_admin.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db_admin.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db_postMPimport.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db_postMPimport.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_dw_admin.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_dw_admin.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_om_db_ConfigSvcRole.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_om_db_ConfigSvcRole.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\CAManaged.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\CAManaged.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\cleanup_mom_db.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\cleanup_mom_db.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DatatypeTransforms.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DatatypeTransforms.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Datawarehouse.Initial.Setup.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Datawarehouse.Initial.Setup.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Datawarehouse.OM12R2.Upgrade.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Datawarehouse.OM12R2.Upgrade.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DataWarehouseMPs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DataWarehouseMPs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DBRetryConfigSettingsXML.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DBRetryConfigSettingsXML.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Eula_en_eval.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Eula_en_eval.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\eula_en_fpp.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\eula_en_fpp.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Eula_en_notice.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Eula_en_notice.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\eula_en_oem.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\eula_en_oem.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\IntermilestoneUpgradePrereqs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\IntermilestoneUpgradePrereqs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Common.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Common.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Core.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Core.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.QueryCache.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.QueryCache.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.Core.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.Core.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProc.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProc.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProcWithAuth.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProcWithAuth.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.OperationsManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.OperationsManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.HealthService.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.HealthService.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Modules.DataTypes.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Modules.DataTypes.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.ReportingComponent.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.ReportingComponent.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Reportingconfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Reportingconfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.ServerConfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.ServerConfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBUpgradeConfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBUpgradeConfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.InProcSDK.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.InProcSDK.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.Prerequisites.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.Prerequisites.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Packaging.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Packaging.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Runtime.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Runtime.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.RuntimeService.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.RuntimeService.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.BuildConstants.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.BuildConstants.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Common.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Common.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.DiscoveryDatabaseAccess.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.DiscoveryDatabaseAccess.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Modules.DataTypes.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Modules.DataTypes.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.Authorization.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.Authorization.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.SecureStorageManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.SecureStorageManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.UserRoleSetup.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.UserRoleSetup.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SSH.SFTPTransferData.xslt to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SSH.SFTPTransferData.xslt
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SSH.SSHCommandData.xslt to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SSH.SSHCommandData.xslt
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SystemCenter.Essentials.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SystemCenter.Essentials.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SystemCenter.Essentials.SetupFramework.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SystemCenter.Essentials.SetupFramework.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\MPImportList.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\MPImportList.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\msvcp100.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\msvcp100.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\msvcr100.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\msvcr100.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\NetworkingMPs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\NetworkingMPs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\PrerequisiteInputFile.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\PrerequisiteInputFile.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\ReportingMPsList.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\ReportingMPsList.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Setup.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Setup.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Setup.ico to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Setup.ico
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupChainerUI.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupChainerUI.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupChainerUI.exe.config to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupChainerUI.exe.config
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommon.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommon.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommonManaged.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommonManaged.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommonStringDictionary.xaml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommonStringDictionary.xaml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupInstallItem.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupInstallItem.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\UpgradePrerequisites.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\UpgradePrerequisites.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\UpgradeRules.xaml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\UpgradeRules.xaml
    [16:30:01]:    Debug:    :Copying files from C:\Users\scom.admin\AppData\Local\SCOM\Setup\en To C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en that match the pattern *
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_eval.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_eval.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_fpp.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_fpp.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_notice.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_notice.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_oem.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_oem.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\Microsoft.EnterpriseManagement.OperationsManager.Setup.resources.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\en\Microsoft.EnterpriseManagement.OperationsManager.Setup.resources.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\Microsoft.SystemCenter.Essentials.SetupFramework.resources.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\Microsoft.SystemCenter.Essentials.SetupFramework.resources.dll
    [16:30:02]:    Always:    :Doing Postinstall task for POSTINSTALL
    [16:30:02]:    Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:30:02]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:02]:    Always:    :****************************************************************
    [16:30:02]:    Always:    :****Starting*RollBack*******************************************
    [16:30:02]:    Always:    :****************************************************************
    [16:30:02]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:02]:    Debug:    :Discovered that there were non-vital failures during this install but since POSTINSTALL was not one of them we went ahead and added a warning icon.
    [16:30:02]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:02]:    Debug:    :ProcessInstalls: Install Item Reporting Server has a Preprocessing delegate of RunXamlPreProcessor.  Launching it now.
    [16:30:02]:    Always:    :Determining actions to be run.
    [16:30:02]:    Always:    :Done validating action list; now running individual actions.
    [16:30:02]:    Always:    :Current Action: RollbackReportingPreprocessor
    [16:30:02]:    Always:    :Preparing to start OM Reporting installation
    [16:30:02]:    Debug:    :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [16:30:02]:    Debug:    :GetServerInstallState: OpsMgr Server is installed on this machine
    [16:30:02]:    Debug:    :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [16:30:02]:    Debug:    :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [16:30:02]:    Debug:    :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [16:30:02]:    Debug:    :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [16:30:02]:    Debug:    :Adding Product Code for uninstall or repair: {D6E655E7-6318-4C50-B184-55E70DB179C1}
    [16:30:02]:    Info:    :RollbackReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: UninstallReportingPreprocessor
    [16:30:02]:    Info:    :UninstallReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: InstallReportingPreprocessor
    [16:30:02]:    Info:    :InstallReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: UpgradeReportingPreprocessor
    [16:30:02]:    Info:    :UpgradeReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: RepairReportingPreprocessor
    [16:30:02]:    Info:    :RepairReportingPreprocessor completed.
    [16:30:02]:    Info:    :SetProgressScreen: Init MSI Install progress.
    [16:30:02]:    Debug:    :LaunchMsi: Msi mutex is not in use.
    [16:30:02]:    Always:    :LaunchMsi: Launching D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi with arguments:  OM_INSTALLDIR="C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager" MU_SETTING=0 SEND_CEIP_REPORTS=0 SRS_INSTANCE_NAME=MSSQLSERVER SRSCONFIGFILE="C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rssrvpolicy.config"  REPORTINGFOLDER=/ SRSBINARYFOLDER="C:\Program
    Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin" REPORT_SERVER_FULL_HTTP_PATH=http://10.200.37.88:8080/ReportServer MGSERVER=vm-scom01.damanhealth.ae OMREPORTINGDBNAME=OperationsManager2012R2DW OM_DB_SERVER=sql-scom SRS_SERVER=VM-SCOM01
    SRS_SERVER_VERSION=11.1.3000.0
    [16:30:02]:    Debug:    :LaunchMsi: Turning off the internal UI for D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi.
    [16:30:02]:    Debug:    :LaunchMSI:  Enable logging for the MSI at C:\Users\scom.admin\AppData\Local\SCOM\Logs\OMReporting.log.
    [16:30:02]:    Debug:    :LaunchMsi: MSI D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi is not in silent mode.  Setting the external UI.
    [16:30:02]:    Always:    :LaunchMsi: Uninstalling using product code {D6E655E7-6318-4C50-B184-55E70DB179C1}
    [16:30:07]:    Always:    :MsiConfigureProductEx finished for {D6E655E7-6318-4C50-B184-55E70DB179C1}.
    [16:30:07]:    Always:    :LaunchMSI: MSI D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi succeeded.
    [16:30:07]:    Always:    :ProcessInstalls: Install Item Reporting Server was successful.  We will launch the post process delegate.
    [16:30:07]:    Always:    :Determining actions to be run.
    [16:30:07]:    Always:    :Done validating action list; now running individual actions.
    [16:30:07]:    Always:    :Current Action: Rollback
    [16:30:07]:    Info:    :Rollback completed.
    [16:30:07]:    Always:    :Current Action: ConfigureReportingForInstall
    [16:30:07]:    Info:    :ConfigureReportingForInstall completed.
    [16:30:07]:    Always:    :Current Action: ConfigureReportingForUpgrade
    [16:30:07]:    Info:    :ConfigureReportingForUpgrade completed.
    [16:30:07]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:07]:    Debug:    :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.
    [16:30:07]:    Always:    :****************************************************************
    [16:30:07]:    Always:    :****Ended*RollBack**********************************************
    [16:30:07]:    Always:    :****************************************************************
    [16:30:07]:    Always:    :Entering Page: FinishPage
    After this the reporting instance become corrupted.
    If any of you faced such issue before, kindly provide valueable feedback and suggestions.
    Thanks.
    J.A

    Hi There,
    Also the Account name and password have to be entered below for mappings:
    Data Warehouse Action Account - is for the Data writer account.
    Data Warehouse Report Deployment Account - is for the Data reader account
    The one which is blacked out in the screenshot will be the main SCOM Action account.
    So re enter the passwords carefully and accordingly and check and let me know.
    Gautam.75801

  • SQL SERVER INSTALLATION FAILS AND I TRIED SO MANY TIMES TO INSTALL AFTER UNSINSTALLATION , BUT IT SEEMS WORTHLESS.KINDLY SUGGEST ME .

    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2147467259
      Start time:                    2015-02-16 10:35:41
      End time:                      2015-02-16 11:15:03
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SSMS:            Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for BIDS:            Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  ABHI
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         f:\33ee254b43729031825c982f\x64\setup\
      Installation edition:          Express
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, RS, BIDS, BOL, SSMS, SNAC_SDK, LOCALDB
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           ABHI\abhi24
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  true
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150216_102728\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       SQL Server Data Tools
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       LocalDB
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150216_102728\SystemConfigurationCheck_Report.htm

    Hi,
    It seems to me like you have
    1. Previous failed instance of SQL Server installation which subsequently caused further SQL Server installations to fail
    2. The windows account with which you logged into machine to install SQL Server is corrupt
    You can, If possible create a new windows account give it admin privileges and then log into machine using this account
    After you login follow below method to remove failed SQL Server installation
    Uninstall
    Uninstall SQL Server completely from add remove program. Make sure no previous failed installation fragments are present on your system. Please use this
    link for uninstalling existing instance of SQL Server
    . If you have SQL Server 2005
    use this link .
    If you are unable to uninstall SQL Server completely because you deleted SQL Server files and un-installation is giving error please follow below method. This method is tested and suggested on
    this thread and 
    Forum .
    Below Solution (about removing reg keys) will work correctly for SQL Server having Just one instance.
    If you have multiple instances and you have messed up SQL Server installation please contact Microsoft Support personal to get better guidance on removal of SQL Server. Please DONT use this method if you are new to SQL Server take help of experienced
    DBA to locate proper registry keys and remove them if you are not confident at all it would be better calling Microsoft Support.
    Note: Removing necessary registry entries might cause SQL Server instance to crash so backup registry before doing changes.
    1. Uninstall the existing SQL Server  and all the components from the add remove program.
    2.
    Backup the registry .
    3. Delete the following keys using regedit:
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
    4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
    5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
    6. Rename all the SQL Server folders in the computer.
    7. Reboot the machine.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Sql Server 2008 R2 setup status failed

    Hi guys, plz help me when i install Sql2008 i get this error.... plx help me if you have solution...
    Thanks in Advance...
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068052377
      Exit facility code:            1212
      Exit error code:               1639
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2014-03-14 18:21:32
      End time:                      2014-03-14 18:30:00
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  NIRMAL-PC
      Machine processor count:       8
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United Kingdom)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         E:\Software _2\Software _2\SQL2008\x64\setup\
      Installation edition:          DEVELOPER
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10_50.SQL2008\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10_50.SQL2008\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS10_50.SQL2008\OLAP\Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS10_50.SQL2008\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            NIRMAL-PC\sdfg
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS10_50.SQL2008\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQL2008
      INSTANCENAME:                  SQL2008
      ISSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Latin1_General_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           NIRMAL-PC\sdfg
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  True
      TCPENABLED:                    0
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Analysis Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_as_Cpu64_1.log
      MSI error description:         
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Reporting Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1639
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\sql_engine_core_inst_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Integration Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Business Intelligence Development Studio
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Books Online
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140314_182056\SystemConfigurationCheck_Report.htm

    Hello,
    Please try to uninstall SQL Server using YoyoYu suggestions on the following thread:
    http://social.msdn.microsoft.com/Forums/en/sqlexpress/thread/4d6158a1-b601-428c-aad4-a1716e76de1a
    When finish, re-install SQL Server again.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for