SCCM 2012 R2 Install - SMS_NOTIFICATION_SERVER install fail - bgbisapi.msi could not install

Installed SCCM 2012 R2 Primary Site on the D: drive on a Windows 2012 R2 server. The install went as expected but when I open the Component Status, there are a number of Error messages which pertain to the failed installation of the SMS_NOTIFICATION_SERVER:
"Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
Here is the error from BgbSetup.log:
<01/16/15 14:53:55> Installing the SMSBGB
<01/16/15 14:53:55> Passed OS version check.
<01/16/15 14:53:55> IIS Service is installed.
<01/16/15 14:53:55> SMSBGB already installed (Product Code: {A78E8003-2307-4B70-B7CD-1A07C0A31D21}).  Upgrading/Reinstalling SMSBGB
<01/16/15 14:53:55> New SMSBGB is the same product code.  This is a minor upgrade.
<01/16/15 14:53:55> Enabling MSI logging.  bgbisapi.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\bgbisapiMSI.log
<01/16/15 14:53:55> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\bgbisapi.msi REINSTALL=ALL REINSTALLMODE=vmaus CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration
Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
<01/16/15 14:54:04> bgbisapi.msi exited with return code: 0
<01/16/15 14:54:04> Installation was successful.
<01/16/15 14:54:04> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /u "D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
<01/16/15 14:54:08> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
<01/16/15 14:54:08> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
<01/16/15 14:54:12> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
<01/16/15 14:54:12> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
<01/16/15 14:54:12> Fatal MSI Error - bgbisapi.msi could not be installed.
<01/16/15 14:54:12> ~RoleSetup().
<01/16/15 14:54:21> ====================================================================
From what I've read online this problem seems to be born of installing SCCm on the D: drive which throws dotNET. A few people seem to have had some luck with editing two of the dotNET files (regsvcs.exe.config and InstallUtil.exe.config) to include
the following lines:
    <runtime>
        <loadfromRemoteSources enabled="true"/>
    </runtime>
In pursuit of a fix, I took backups of both files and then made the change to regsvc.exe.config but I was unable to do the same with Installutil.exe.config (opening the file in Admin Notepad would only let me Save As...).
Can anyone suggest what the problem could be? Am I barking up the wrong tree with the config file editing? Any info/advice would be much appreciated.
Thanks!

Hi,
You could try to copy Installutil.exe.config and edit the copy-file. Then copy the edited file to replace the old file.
Reference:ConfigMgr 2012 R2 – Notification Server Install Errors
Note: Microsoft provides third-party contact information
to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
Best Regards,
Joyce

Similar Messages

  • SCCM 2012 - sms_notificaiton_server install fails, bgbisapi.msi could not be installed

    Hi,
    installed a SCCM 2012 R2 Primary site on a 2012 R2 server on the D: drive. Everything seemed to go well, however i am am now encountering issues with the SMS_NOTIFICATION_SERVER in that the site component manager is unable to install it. The status message
    viewer informs me that, "Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
    When i check the Bgbsetup.log, i see the following lines: 
    <01/19/15 14:46:27> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:27> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
    Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/19/15 14:46:30> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:30> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
    <01/19/15 14:46:30> Fatal MSI Error - bgbisapi.msi could not be installed.
    Having done a bit of reading, it seems a few other people have come accross this issue before:
    https://rikkoss.wordpress.com/2013/12/11/tip-do-not-change-the-default-installation-location-for-configmgr-2012/
    http://www.windows-noob.com/forums/index.php?/topic/7401-sms-notification-server-failed-critical-sccm-sp1-sql-2012-sp1/
    The solution for these folks seems to be to edit 2 files in the .Net folder,InstallUtil.exe.config and Regsvc.exe.config,
    and insert the following code:
    <runtime>
    <loadFromRemoteSources enabled=”true”/>
    </runtime>
    However, this hasn't worked for me and i'm still getting stuck with the same error messages. Since i'd really like to avoid reinstalling SCCM on the C: drive, can anyone suggest any possible solutions to this issue? 

    The MPsetup.log has this:
    <01/20/15 16:28:11>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
    <01/20/15 16:28:11> Installing the SMSMP
    <01/20/15 16:28:11> Passed OS version check.
    <01/20/15 16:28:11> IIS Service is installed.
    <01/20/15 16:28:11> No versions of SMSMP are installed.  Installing new SMSMP.
    <01/20/15 16:28:11> Enabling MSI logging.  mp.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    <01/20/15 16:28:11> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80
    USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <01/20/15 16:28:12> mp.msi exited with return code: 1603
    <01/20/15 16:28:12> Backing up D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
    <01/20/15 16:28:12> Fatal MSI Error - mp.msi could not be installed.
    and the MPmsi.log has this:
    MSI (s) (B0:E0) [16:37:14:660]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI23F6.tmp, Entrypoint: CcmRegisterPerfCounters
    [16:37:14] @@ERR:25001
    Internal Error 25001. 80070057
    MSI (s) (B0!F8) [16:37:14:676]: Product: BGB http proxy -- Internal Error 25001. 80070057
    CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Had a go at removing the MP, disabled the UAC and reinstalling the MP. Same result unfortunately...The server is temporarily housed in a block GPO OU so group policy shouldn't be an issue. Thanks for all the help so far!

  • SCCM 2012 SP1 MDT task sequence fails on reboot does not retain ip

    we are having a sccm 2012 sp1 server that used for installation of win 8.1 Enterprise , the task sequence works perfectly fine but when we  run the same task on HP Elite 8300 system having Intel 82579LM Adapter from Windows XP , after the reboot the
    task fails as no ip address is assigned the NIC , We did download the WInPE Adapter drivers from HP site and injecting to the x86 Boot Image (6.2.9200) however the task still fails ,
    Our environment uses all static ip address , the same task as mentioned earlier has worked fine with Different brands of HP elite 8200/8100 , infact the elite 8200 also uses the same NIC card
    Find below the smsts.log file
    Main error in the log file is
    No physical network adapters found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    Found network adapter "Intel(R) 82579LM Gigabit Network Connection" with IP Address 169.254.181.151.    TSMBootstrap    2/12/2014 1:05:41 PM    1984 (0x07C0)
    Xtract from LOG
    SMSTSRebootDelay=60    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    SMSTSRebootMessage=A new Microsoft Windows operating system is being installed. The computer must restart to continue.    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    SMSTSRebootRequested=WinPE    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    Process completed with exit code 0    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    !--------------------------------------------------------------------------------------------!    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Successfully completed the action (Restart to Windows PE) with the exit win32 code 0    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Set authenticator in transport    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Set a global environment variable _SMSTSLastActionRetCode=0    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSLastActionSucceeded=true    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Clear local default environment    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Executing command line: "bcdedit.exe"    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    CreateProcess failed. Code(0x80070002)    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Command line execution failed (80070002)    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Staging boot image UNB0003A    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    ResolveSource flags: 0x00000000    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    SMSTSPersistContent: . The content for package UNB0003A will be persisted    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    Set authenticator in transport    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    WinHttp credentials set    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    List of files to be downloaded    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    Downloaded file from http://unb-ho-sccmdb.exch1.mas.unb.com:80/SMS_DP_SMSPKG$/UNB0003A/sccm?/WinPE.UNB0003A.wim to E:\_SMSTaskSequence\Packages\UNB0003A\WinPE.UNB0003A.wim     TSManager    2/12/2014 1:02:22 AM    1876
    (0x0754)
    VerifyContentHash: Hash algorithm is 32780    TSManager    2/12/2014 1:02:22 AM    1876 (0x0754)
    Found boot image E:\_SMSTaskSequence\Packages\UNB0003A\WinPE.UNB0003A.wim    TSManager    2/12/2014 1:02:25 AM    1876 (0x0754)
    Copying boot image locally...    TSManager    2/12/2014 1:02:25 AM    1876 (0x0754)
    Failed to find ADK installation root registry key    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Opening image file E:\_SMSTaskSequence\WinPE\sources\boot.wim    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Applying image 1 to volume E:\_SMSTaskSequence\WinPE    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Closing image file E:\_SMSTaskSequence\WinPE\sources\boot.wim    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Capturing WinPE bootstrap settings    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Environment scope successfully created: Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Executing command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    ==============================[ OSDNetSettings.exe ]===========================    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    Command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    No adapters found with non-empty DNSDomainSuffixSearchOrder    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    Adapter "ROOT\SYMC_TEEFER2MP\0000" not found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    No physical network adapters found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    OSDNetSettings finished: 0x00000000    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    Process completed with exit code 0    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    Installing boot image to hard drive    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    Backing up existing boot system before trying to set up new boot system    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    BootLoader::backup: C:\, E:\_SMSTaskSequence\backup    TSManager    2/12/2014 1:02:39 AM    1876 (0x0754)
    BootLoader::restore: E:\_SMSTaskSequence\WinPE, C:\    TSManager    2/12/2014 1:02:43 AM    1876 (0x0754)
    Saving bcd store to E:\_SMSTaskSequence\WinPE\boot\BCD    TSManager    2/12/2014 1:02:43 AM    1876 (0x0754)
    Executing command line: "E:\_SMSTaskSequence\WinPE\SMS\bin\i386\bootsect.exe" /NT60 SYS /MBR    TSManager    2/12/2014 1:02:45 AM    1876 (0x0754)
    Process completed with exit code 0    TSManager    2/12/2014 1:02:46 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object D:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object E:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Expand a string: %_SMSTSMDataPath%\Logs    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    <![LOG[LOGGING: Finalize process ID set to 780]LOG]!><time="01:04:01.537+480" date="02-12-2014" component="TSBootShell" context="" type="1" thread="784" file="tslogging.cpp:1495">  
          1/1/1601 12:00:00 AM    1995266923 (0x76ED5B6B)
    ==============================[ TSBootShell.exe ]==============================    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Debug shell is enabled    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Waiting for PNP initialization...    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    RAM Disk Boot Path: MULTI(0)DISK(0)RDISK(0)PARTITION(3)\_SMSTASKSEQUENCE\WINPE\SOURCES\BOOT.WIM    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    WinPE boot path: E:\_SMSTASKSEQUENCE\WINPE\SOURCES\BOOT.WIM    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Booted from fixed disk    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Found config path E:\_SMSTaskSequence    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Can not find DeploymentType in file TsmBootstrap.ini or the file doesn't exist. This is not running on Windows To Go.    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Restoring boot system from E:\_SMSTaskSequence\backup    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Successfully loaded the BCD boot system    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    Successfully loaded an exported NTLDR boot system    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    BootLoader::restore: E:\_SMSTaskSequence\backup, C:\    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    Successfully merged logs from cache.    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Loading bootstrap settings from E:\_SMSTaskSequence\WinPE    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Loading saved WinPE settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00450037004500350042004200360039002D0036003100390038002D0034003500350035002D0042003500430041002D003600430034003600410032004200350045004200370038007D00'    TSBootShell  
     2/12/2014 1:04:06 AM    796 (0x031C)
    Environment scope successfully created: Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Configuring WinPE bootstrap settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Creating WinPE answer file    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Setting hive location to "X:\windows\system32"    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Getting namespace "Microsoft-Windows-Setup" for architecture "x86"    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Configuring global network settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Join type:     TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    DNS domain: exch1.mas.unb.com    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    DNS domain search order:     TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    IP filter sec enabled: false    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    No adapters found in environment.  Performing global configuration only.    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Writing configuration information to E:\_SMSTaskSequence\WinPE\WinPeUnattend.xml    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Successfully saved configuration information to E:\_SMSTaskSequence\WinPE\WinPeUnattend.xml    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Executing command line: wpeinit.exe -winpe    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    The command completed successfully.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Starting DNS client service.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Finalizing network settings    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    No adapters found in environment.  Performing global finalization only.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Finalizing global network settings    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS domain: exch1.mas.unb.com    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS domain search order:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS for WINS enabled: false    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    LMHosts file enabled: true    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Host lookup file:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    WINS scope ID:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:E:\_SMSTaskSequence    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    The command completed successfully.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    ==============================[ TSMBootStrap.exe ]==============================    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:E:\_SMSTaskSequence    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL'    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Adding SMS bin folder "X:\sms\bin\i386" to the system environment PATH    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Failed to open PXE registry key. Not a PXE boot.    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Resuming Task Sequence in WinPE    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00'    TSMBootstrap  
     2/12/2014 1:05:40 AM    1984 (0x07C0)
    Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00'    TSMBootstrap  
     2/12/2014 1:05:40 AM    1984 (0x07C0)
    Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Loading the Task Sequencing Environment from "E:\_SMSTaskSequence\TSEnv.dat".    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Updating the local data path in the Task Sequencing Environment.    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogMaxSize to 1000000    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogMaxHistory to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogLevel to 0    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogEnabled to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogDebug to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Command line for extension .exe is "%1" %*    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Set command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Executing command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    ==========[ TsProgressUI started in process 2004 ]==========    TsProgressUI    2/12/2014 1:05:41 AM    2008 (0x07D8)
    Command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:W
    In dire need of help,
    I have already gone through the below articles on the NET
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/0fe5cded-51cf-487a-97e3-837fb3426a3e/install-software-updates-in-osd-reboots-leaves-clients-in-provisioning-mode?forum=configmgrosd
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/c590e486-d3ca-423f-8953-e596160f3567/updates-hang-during-osd-kb2509007-not-working-for-me?forum=configmgrosd
    Awating response,
    Hasan Reza

    Well Finally I sorted my issue ,
    Just want to share the solution, may be it would be helpful to some one else and save some times
    The problem was that the Xp images has lot of hidden NIC installed , this would not allow the system to work with the correct NIC card and Ip address (System -> View Hidden Devices) , what I did 2 things
    1) Copied the OSD Script folder from the SCCM Server to the Client pc and ran that ztigather.wsf and captured the output , it was evident that it showed capturing multiple adapters , (There are some blogs that pointed out that OSD can capture only one nic
    due to the only one Adapter0 section being defined in the ZTIgather.xml file,)
    2) I open the registry at the xp pc navigated to HKLM-> System ->Current Control Set-> Services-> TCPIP -> Parameters-> Interfaces ->
    Expect for the NIC card that had the Ip address assigned I deleted all other nic card's guid,
    As then post running deleting the old scanstate (USMTUTIL /rd c:\statestore) , reran the task and VOILA..
    All worked fine , below are the two post I followed , though notvery relevant but they were helpful and help me reached the conclusion.
    Thanks,
    Hasan Reza.
    http://systemscenter.ru/mdt2012.en/ztigatherwsf.htm
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8acb7cd1-7028-4ffe-86c9-eb43041cf8b3/how-do-i-get-rid-of-second-169254xx-ipv4-address-on-windows-server-2008-sp2-x86?forum=winservergen

  • HT4854 Install failed OS X could not installed on your computer

    OS X Mountain Lion couldn't be installed, because the disk Macintosh HD is damaged and can't be repaired

    I experienced the same thing and solved it. 
    In my case the problem was a corrupt mountain lion install dmg file downloaded from the app store.  This specific installer corruption issue was experienced by thousands of users who downloaded ML from th MAS during a specific time period.  The problem was exactly what you describe and the solution was to delete the copy of mountian lion, re-download it from the app store, and install.  By the way, all my data was perfectly intact once i installed a good version of ML. 
    I mention this because it is a whole lot easier that torching your drive or any of the other crazy things people told me to do when trouble shooting the problem.  I'm glad i started with the basic stuff first.   You need to be able to get to the app store to redownload it.  You can create a useraccount on any mac and login with your apple id to download it.  If you don't have another mac then a trip tot he apple store for a usb might be an option.

  • 10.5.2 The Installer could not install some files in "/"

    I have tried to upgrade my Inter Mac Mini Core Duo 1.66 to 10.5.2.
    I ran the install through software update and proceeded through the 2 restarts. Once my mini restarted I checked "about my mac" to find that it still said the system was 10.5.1
    I ran software update again to find that on trying to install i now get the message
    Install Failed - The installer could not install some files in "/" please contact the software manufacturer for assistance.
    I then tried the same with the combo updater and got the same message
    I have tried to verfiy my disk or repaire permissions using disk utility for it to completely hang with the spinning beach ball and causes finder to crash.
    I have also booted up with the leopard disk in and tried disk utility which says there are no problem with the disk but disk utility in leopard still hangs
    Can anyone help??
    Is anyone getting the same problem?
    Thanks

    I'm having the same problem installing the Leopard Graphics Update on my Dual 2.5 G5. Installing 10.5.2 went fine, but afterwards the graphics update would fail to install, with the same error message you got. I tried both Software Update and downloading the standalone installer.
    But wait, there's more! I also can no longer repair permissions using Disk Utility. I get the following message: "Error: The underlying task reported failure on exit." Booting from my Leopard install CD does allow me to fix permissions.
    Lastly, my second internal hard drive is now also behaving oddly, Any time I try to drag a file to the Trash, I get a dialog box telling me: "The item "(file name)" will be deleted immediately. Are you sure you want to continue?"
    I've run DiskWarrior from the CD and tried fsck in Single User mode (no errors found). Nothing seems to help
    I had no problem updating to 10.5.2 on my MacBook, but the update to my desktop has been a real booger. Anyone who can offer any input, I'd sure appreciate it.

  • Install Failed: OS X could not be installed on your computer.

    So my Macbook was bought last December 2012. It's specs should be able to run Mavericks.
    I've downloaded the software already, so far so good.
    When installation starts, it fails and I get this message:
    "Install Failed: OS X could not be installed on your computer. OS X can't be installed on the disk because a recovery system can't be created. Visit www.apple.com/support/no-recovery to learn more"
    Now it tells me to go to this page:
    http://support.apple.com/kb/HT4649
    Then I find the message above and tells me to go here:
    http://support.apple.com/kb/TS3926
    Then I try the solution in the 2nd link and still the installation fails.
    Please note that I have a Windows 7 BootCamp Partition that I would as much as possible not delete or reformat as I have too many important stuff there.
    Any ideas?

    .Impact wrote:
    Philly_Phan wrote:
    .Impact wrote:
    Philly_Phan wrote:
    My WAG is that you have a HD space limitation.  I've never used Boot Camp so bear with me.  Is there any way that you could back up the contents elsewhere so that you can reformat and repartition?
    I have an External Hard Drive here but it's currently being used as storage space for some of my media. Is it possible to backup to a partition of an external hard drive?
    I've never done it but it should be possible.  Don't forget that a "partition" acts like a real drive and it is a real drive in every sense of the word except that it shares a physical disc with another drive.
    Will try that once I get home from University later. Should I back up both OS X and Bootcamp into the hard drive or just one of them? Then reinstall Mountain Lion, then install Mavericks? Did I get that right?
    I don't see any reason why you need to reinstall Mountain Lion.  It's been a long time since I've done any partitioning but, if I remember correctly, you can enlarge the main partition provided that there is no data in the secondary (Boot Camp) partition.  If I'm correct, you'd need to first back up Boot Camp, then erase the original BC partition, then resize the partitions and finally load Mavericks.

  • SCCM 2012 SP1 - Offline Servicing failure - Failed to find or access the update binaries to be applied on the image

    Hi there
    Trying to patch a new Windows 7 SP1 image within SCCM 2012 SP1, but it's failing.
    I've searched for information on the failure messages I am seeing, but although there is a LOT of information online concerning Offline Servicing failures, I can't find anything on the errors I am seeing.
    I've tried injecting a single update, five updates and ten updates, no difference, same messages.
    We have McAfee Access Protection disabled, as we know Offline Servicing simply won't work if this is running.
    In the console, in Schedule Update Status for the image I am trying to update, the following message is shown:
    "Failed to find or access the update binaries to be applied on the image."
    That sounds as if the process can't find the actual .cab file for any update I've tried to inject, but I don't know why it wouldn't be able to do that, we have Software Updates configured and the .cab files are on the same server.
    When I looked at the OfflineServicingMgr.log file, I see the following entries:
    Processing image at index 1        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:52:49        8272 (0x2050)
    Mounting image at index 1. Image file='D:\ConfigMgr_OfflineImageServicing\PackageID\W7_Image.wim', MountDirectory='D:\ConfigMgr_OfflineImageServicing\PackageID\ImageMountDir', ImageFileType='WIM', Mode='ReadWrite'        SMS_OFFLINE_SERVICING_MANAGER       
    14/06/2014 14:52:49        8272 (0x2050)
    Image OS information : MajorVersionMS = 6, MinorVersionMS = 1, MajorVersionLS = 7601, MinorVersionLS = 17514        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31       
    8272 (0x2050)
    Failed to find properties of file 4        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31        8272 (0x2050)
    UnMounting Image (Commit Changes = 0) ...        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31        8272 (0x2050)
    Completed processing image package PackageID. Status = Failed        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Updated history for image package PackageID in the database        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Schedule processing failed        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Processing completed for Schedule with ID 16777237        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    STATMSG: ID=7910 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_OFFLINE_SERVICING_MANAGER" SYS=SCCMServer.domain SITE=Site_Code PID=8560 TID=8272 GMTDATE=Sat Jun 14 13:54:04.964 2014 ISTR0="16777237" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0        SMS_OFFLINE_SERVICING_MANAGER       
    14/06/2014 14:54:04        8272 (0x2050)
    Schedule processing thread stopped        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:05        8272 (0x2050)
    I'm not sure what file "Failed to find properties of file 4" is referring to, whether dism.exe, an update or the image itself, but immediately after this message appears the image is unmounted. After that this message shows:
    "Completed processing image package PackageID. Status = Failed"
    As I say, there's a lot of information available re Offline Servicing but I haven't found anything with these particular messages.
    If anyone has encountered this before, I'd appreciate any information you have.
    Regards,
    John.

    Hi,
    I think file named 'NO_SMS_ON_DRIVE.SMS’ might be causing this issue. If this file is present in logical drives, then please give it a shot one more time after deleting this file from the logical drives.
    Due to this file, it might be preventing 'smsexec' service to skip the drive when looking for content. So worth a try!
    After deleting this file, you also need to restart 'smsexec' service to reflect the changes. You can also verify from below registry value & ensure that all of your logical drives (specially where SCCMContentLib directory resides) should be listed
    over there 
    'HKLM\Software\Microsoft\SMS\DP\ContentLibUsableDrives'
    Hope this will help!
    Cheers | Navdeep Sidhu

  • HT1338 Install failed OS X could not be installed on your computer

    when up grading I get the mesage Install failed OS X could not be installed on your computer and it will not go past the 17 min to go stage, any ideas please?

    Is your mac compatible with Mountain Lion? You can check the list of compatible machines here.

  • Help - "Installation failed" Mac OSX could not be installed

    I have had a really lousy day with the Leopard install. I got the five license family pack.
    2 x white MacBooks - fine - although on one the DVD kept spitting it out and after about 10 goes it worked.
    1 x Mac Mini - blue screen upon restart. Still not fixed.
    1 x 24 iMac - fine
    1 x 17 iMac - DISASTER
    I need help on the last one and can't find a post anywhere.
    I did the install. It started back up and I was ready to rock and roll. But it changed by account to "standard" rather than "administrator". Spoke to Apple, suggest erase and clean install, started that, then read a post on how to fix this after wiping. So that put me in a foul mood...
    Then, I put the Leopard disk in and then did the erase, repair, verify, etc. I then chose the now blank hard drive as the destination drive. It then goes through the motions of calculating the time remaining, etc.
    After about 5 minutes of "installing" I get a whopping great big exclamation mark and the text "Installation failed, Mac OS X could not be installed on your computer, The installer could not validate the contents of the "base system". Contact the software manufacturer for assistance. Click restart to restart your computer and try installing again". I have tried this a few times - no good. Apple Australia is now closed for the night.
    So I went back to my original 10.4.8 iMac install disc and thought I would try that. I would then put Leopard over the top of that. It says it can't install this operating system on the selected drive.
    So, I can't install the new, I can't install the old.
    HELP!!!
    Thanks,
    Andrew
    Sydney, Australia

    Me and my folks bought a copy each. I installed mine on my Macbook Pro and there was no issue. I went to my folks to help them as they are not as confident as me and had a disaster. They have a first generation current configuration iMac G5 (the one just before isight was added). But the installer completely freaked. The log spat out heaps of errors. Each attempt got completely different behavior. Sometimes it would just go idle and do nothing more. Two attempts that got further than the idled attempts ended up failing about half way through telling me the disk is damaged. The disk looks perfect and the installer verification checks out. I checked the disk on my MBP and it checks out there too. No trouble starting up from it or accessing any of it's features. So I tried it out on my macbook pro and it works fine. So I checked out the iMac with disk first aid and it checks out also. The end result was I had to reinstall 10.4 and run the updates over it and give up. Took me all week end (just finished just now)... Also the ROM is ok as I installed the 10.4 version without a single error in the log. They will be returning their copy to the store monday!
    --- Added
    Incidentally. When I installed at home I was able to deselect everything except the system essentials. But at my folks the installer wouldn't allow me to deselect the languages. The difference between the two is I did a fresh installer and they asked for me to just do an update. In my attempts I did end up doing an archived install, no difference. Only thing I didn't do was a format install. In the end I should have tried as I had to reinstall 10.4 from scratch anyway and ret a few things as the installer had partially installed the new OS. I just didn't have much faith in the formatted install from working either as at the time I wasn't sure if the ROM had an issue with the disk or if there was some fundamental conflict with the hardware, either case wouldn't suggest that approach would work any better.
    Message was edited by: osihara

  • The photoshop library operation failed because quicktime is not installed on this computer

    I'm getting this when importing a Photoshop Timeline Animation into After Effects.
    "The photoshop library operation failed because quicktime is not installed on this computer"
    I have all updates to date.
    Any clues?

    After Effects CC (12.x) does not import animation/video layers in PSD files. You should render and export your animation from Photoshop as a movie file and import that into After Effects.

  • Fatal msi error mp.msi could not be installed

    Good morning,
    I have SCCM 2012 R2 running on Server 2012 R2.  I've got a primary site and two secondary sites, all of them with identical hardware and software.  I've set them all up the exact same way, but on one of my secondary servers I can not get the MP
    role to start.  Looking at the MPSetup.log I see the following:
    <10/10/14 08:17:31> ====================================================================
    <10/10/14 08:17:31> SMSMP Setup Started....
    <10/10/14 08:17:31> Parameters: C:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe /install /siteserver:ILCBPSCCM1 SMSMP 0
    <10/10/14 08:17:31> Installing Pre Reqs for SMSMP
    <10/10/14 08:17:31>         ======== Installing Pre Reqs for Role SMSMP ========
    <10/10/14 08:17:31> Found 2 Pre Reqs for Role SMSMP
    <10/10/14 08:17:31> Pre Req MSXML60 found.
    <10/10/14 08:17:31> No versions of MSXML60 are installed.  Would install new MSXML60.
    <10/10/14 08:17:31> Enabling MSI logging.  msxml6_x64.msi will log to C:\Program Files\Microsoft Configuration Manager\\logs\msxml6_x64MSI.log
    <10/10/14 08:17:31> Installing C:\Program Files\Microsoft Configuration Manager\\bin\x64\00000409\msxml6_x64.msi
    <10/10/14 08:17:35> msxml6_x64.msi exited with return code: 0
    <10/10/14 08:17:35> msxml6_x64.msi Installation was successful.
    <10/10/14 08:17:35> Pre Req SqlNativeClient found.
    <10/10/14 08:17:35> SqlNativeClient already installed (Product Code: {49D665A2-4C2A-476E-9AB8-FCC425F526FC}). Would not install again.
    <10/10/14 08:17:35> Pre Req SqlNativeClient is already installed. Skipping it.
    <10/10/14 08:17:35>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
    <10/10/14 08:17:35> Installing the SMSMP
    <10/10/14 08:17:35> Passed OS version check.
    <10/10/14 08:17:35> IIS Service is installed.
    <10/10/14 08:17:35> No versions of SMSMP are installed.  Installing new SMSMP.
    <10/10/14 08:17:35> Enabling MSI logging.  mp.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    <10/10/14 08:17:35> Installing C:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" CCMSERVERDATAROOT="C:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80
    USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <10/10/14 08:18:16> mp.msi exited with return code: 1603
    <10/10/14 08:18:16> Backing up C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
    <10/10/14 08:18:16> Fatal MSI Error - mp.msi could not be installed.
    <10/10/14 08:18:16> ~RoleSetup().
    I also found this in my mpMSI.log file
    MSI (s) (0C!AC) [08:18:00:125]: Product: ConfigMgr Management Point -- Error 25140. Setup was unable to compile the file CcmExec_Global.mof
    The error code is 80041002
    Error 25140. Setup was unable to compile the file CcmExec_Global.mof
    The error code is 80041002
    Does anyone have any ideas why I would be receiving this error?  These SCCM servers are brand new servers that are replacing our current SCCM 2007 servers and I did notice that somehow the old 2007 SCCM client had gotten installed on this server automatically
    so I used ccmsetup /uninstall and also used ccmclean to remove it because I read that might be the issue, but it hasn't resolved the issue.   Any help would be appreciated.   Thanks

    WOOT, WOOT!  Actually I just got it.  I ended up doing the following:
    Ran ccmsetup.exe /uninstall and rebooted
    Ran ccmclean.exe /all and rebooted
    Removed IIS role from server and rebooted
    Added IIS role back to server and rebooted
    Checked my MPSetup and MPMsi logs and they both show success.  Finally!
    <10/10/14 09:01:12> ====================================================================
    <10/10/14 09:01:13> SMSMP Setup Started....
    <10/10/14 09:01:13> Parameters: C:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe /install /siteserver:ILCBPSCCM1 SMSMP 0
    <10/10/14 09:01:13> Installing Pre Reqs for SMSMP
    <10/10/14 09:01:13>         ======== Installing Pre Reqs for Role SMSMP ========
    <10/10/14 09:01:13> Found 2 Pre Reqs for Role SMSMP
    <10/10/14 09:01:13> Pre Req MSXML60 found.
    <10/10/14 09:01:13> No versions of MSXML60 are installed.  Would install new MSXML60.
    <10/10/14 09:01:13> Enabling MSI logging.  msxml6_x64.msi will log to C:\Program Files\Microsoft Configuration Manager\\logs\msxml6_x64MSI.log
    <10/10/14 09:01:13> Installing C:\Program Files\Microsoft Configuration Manager\\bin\x64\00000409\msxml6_x64.msi
    <10/10/14 09:01:16> msxml6_x64.msi exited with return code: 0
    <10/10/14 09:01:16> msxml6_x64.msi Installation was successful.
    <10/10/14 09:01:16> Pre Req SqlNativeClient found.
    <10/10/14 09:01:16> SqlNativeClient already installed (Product Code: {49D665A2-4C2A-476E-9AB8-FCC425F526FC}). Would not install again.
    <10/10/14 09:01:16> Pre Req SqlNativeClient is already installed. Skipping it.
    <10/10/14 09:01:16>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
    <10/10/14 09:01:16> Installing the SMSMP
    <10/10/14 09:01:16> Passed OS version check.
    <10/10/14 09:01:16> IIS Service is installed.
    <10/10/14 09:01:16> No versions of SMSMP are installed.  Installing new SMSMP.
    <10/10/14 09:01:16> Enabling MSI logging.  mp.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    <10/10/14 09:01:16> Installing C:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" CCMSERVERDATAROOT="C:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80
    USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <10/10/14 09:01:56> mp.msi exited with return code: 0
    <10/10/14 09:01:56> Installation was successful.
    <10/10/14 09:01:56> ~RoleSetup().

  • V3424TU. could not install SP35682 on WindowsXP-SP3. Audio not working

    Hi All,
    I just installed my v3424TU with Windows XP - SP3. 
    i installed the Microsoft UAA Audio (SP33566) from HP website. and its a successfull, whle installing SP35682 (Conexant Audio)  it comes with an error
    "Driver Installation Failed: Could not find the MEDIA device for this driver."
    I also referred the same problem for other model, below is the thread link, but audio was not succesfull.
    http://h30434.www3.hp.com/t5/Notebook-PC-Sound-and-Audio/v3141TU-could-not-install-SP35682-on-Window...
    Can anybody help me in this  regards.
    Thanks in advance!!!!!!

    Hi,
    Check Cheryl and Rakhmad XP general guide which You may find here.
    In first part You will find answer on Your question.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Air Installer file is damaged could not install

    Hi:
    I could not install a release build in Flash Builder 4 using latest release of air installer package:
    The following is the log of the install in Windows 7
    [2011-07-12:12:15:51] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-07-12:12:15:51] Commandline is: C:\Users\George\Desktop\XX\_XC\XCG\BGDB.air
    [2011-07-12:12:15:51] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-07-12:12:15:51] Unpackaging file:///C:/Users/George/Desktop/XX/_XC/XCG/BGDB.air to C:\Users\George\AppData\Local\Temp\fla462D.tmp
    [2011-07-12:12:15:51] Package signature validation failed
    [2011-07-12:12:15:51] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="invalid package signature" errorID=5022]
    [2011-07-12:12:15:57] Application Installer end with exit code 7
    I have another application developed in Flex Builder 3 and a release build with the same installer has no problem.
    I appreciate you reading this and trying to help me

    Try to download that again or disable the antivirus while downloading and after that enable it. Further try to run it in administrator mode if possible.

  • LSH error on installation server: Could not install DS as a service

    Hi
    we set up an installation server some time ago. In the past all users had administrative privileges therefore no LSH was necessary. Currently we are upgrading from Windows XP to Windows 7 and the users won't be admins anymore. That's why LSH is necessary now.
    I tried to set the LSH up, but when I confirmed the DS und IS data in the LSH configuration, the following error appeared:
    Could not install DS as a service
    The server provides SAP GUI 7.20 PL 8
    The installer version is 8.6.1.72 (latest!?) and reffering to note 1587566 didn't result in any solution. A similar problem is mentioned in thread LSH on installation-server fails with "Could not start DS as a service" but it doesn't help me either.
    Did anyone figure out similar problems with LSH or knows a workaround/fix?
    Kind regards
    Jann

    I looked into the logs and found the following:
    14:00:38 NwSapsAtlC  1   Admin's choice: 'Configure DS'
    14:00:38 NwSapSetUI  1  
    14:00:38 NwSapSetUI  1   UI: Show welcome page
    14:00:40 NwSapSetUI  1  
    14:00:40 NwSapSetUI  1   UI: Show user credentials page
    14:00:40 NwSapSetUI  1  
    14:00:40 NwSapSetUI  1   UI: Show user credentials page
    14:00:41 NwSapFeiUt  1E  Security: failed to allow  to replace process-level token
    14:00:41 NwSapFeiUt  1   SERVICE Dep: RPCSS
    14:00:41 NwSapFeiUt  1E  Failed in call to CreateService in Create Error message: Der Kontoname ist unzulässig oder nicht vorhanden, oder das Kennwort ist für den angegebenen Kontennamen ungültig. Error code 0x00000421 (1057).
    14:00:41 NwSapFeiUt  1E  Failed in service creation
    14:00:41 NwSapAdmin  1E  ERROR: Could not install DS as a service.
    14:00:41 NwSapSetUI  1  
    14:00:41 NwSapSetUI  1   UI: Will show finish page now...
    14:08:16 NwSapsAtlC  1   Opening XML document 'C:InstServerSetup..SetupServerRecord.xml' (MS XML 3.0 SAX)
    14:08:17 NwSapAdmin  1   Engine holds 3 registered event handlers
    The password and user is definitly correct!

  • Safari 3.1 The installer could not install some files in"/"

    I attempted to download and install the latest Safari 3.1 and Security update on march 18, 2008.
    After validation and subsequent re-start of the machine the following error message was displayed.
    I attempted to download and install the latest Safari 3.1 and Security update on march 18, 2008.
    After validation and subsequent re-start of the machine the following error message was displayed.
    *_None of the checked updates could be installed. The installer could not install some files in"/"._*
    *_Contact Software Manufacturer for assistance._*
    After the iMac hung on the message and a "OFF button push reboot", I attempted to run Safari and the icon bounced once and the app did not run. "Safari Broken" couldn't surf the net.
    I replaced the safari app file with an original 3.04 from a memory stick and rebooted and it ran the next time around.
    Other attempts days later produced the same results. Safari Broken
    Any method of correction? .

    See discussion from Clearlake regarding Safari 3.1 failed installation...

Maybe you are looking for