Fail to install 9i on W2k which 8i exist~~

I want to install 9i on w2k,which also have 8i.
When the installer proceed on the dialog which ask me if
I want to migrate database of 8i to 9i,whether I choose now or
later,the screen will stop on the dialog whose title is "dealing
with database configuration assistant..."
Why can't I upgrade??? Do I miss some important step to decide?
I have installed 9i according to the document "Migrating from
Oracle7 Using the Oracle Data Migration Assistant",but still not
work.Although it is from 7i to 9i,I think the situation is the
same.
So,please slove my problem,thanks!!

Linking was still failing for me on my
system. I have Red Hat 7.1 and I was
trying to install Oracle9i Database.
The error I had while the system was trying
to build libclntsh.so.9 (built by genclntsh) was
/lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_dst_substitute@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_relocate_object@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
As well as an undefined reference to
__cmpdi2.
I just hacked my way out by adding the
libraries that seem to contain these symbols.
I just completed the installation and my
setup seems to be working.
My linking problems was resolved by
changing the following line in genclntsh:
SYSLIBS=`cat ${ORACLE_HOME}/lib/sysliblist`" -L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -lgcc -ldl -lm -lc /lib/ld-linux.so.2"
#SYSLIBS=`cat ${ORACLE_HOME}/lib/sysliblist`" -ldl -lm -lc"
(The commented out line was the original
line). Basically __cmpdi2 is defined in
libgcc.a and the other dl symbols are
define in /lib/ld-linux.so.2.
Hope this helps someone.
BTW, the change is done during the install,
when the system starts linking, an
error message is displayed. I made the
fix, than manually ran
sh -x /home/dba/OraHome1//bin/genclntsh
in the /home/dba/OraHome1/plsql/lib directory
(where the offending makefile was failing).
When genclntsh succeeded, I simply clicked
on retry in the install popup and the Oracle
installation proceeded with no additional
hickups
null

Similar Messages

  • [SOLVED]Pacman try to install old version packages which not exists

    When I tried to install django, pacman reported 404 error.
    And I found that pacman tried to install django-1.4.3-1 while the resposity I used only has django-1.4.4-1
    I've deleted all resposities except
    Server = http://mirrors.163.com/archlinux/$repo/os/$arch
    And then I tried
    pacman -Syy
    but it seems useless.
    Last edited by sandnon (2013-02-20 17:12:55)

    Snowman wrote:
    sandnon wrote:
    I found the reason now...
    Because the 163.com's repository does not have django..
    I add
    Server = ftp://ftp.archlinux.org/$repo/os/$arch
    to the first and then
    pacman -Syy
    At last, I can install django now..
    I think this topic can be marked as SOLVED. Should I mark it or the administrator will do this?(In fact I do not know how to mark it.:))
    You shouldn't use ftp.archlinux.org, it's throttled. Use another mirror instead.
    I just use ftp.archlinux.org occacionally to fix the problem.
    Sometimes I don't want to wait the mirror updating itself.

  • Xmobar-0.15 depends on transformers-0.2.2.0 which failed to install.

    Hi,
    After upgrading ghc and cabal-install several weeks ago, which unregistered xmonad, xmonad-contrib, and xmobar from ghc-pkg, I'm now finally reinstalling all of them to get back up to date.
    xmonad-0.10 and xmonad-contrib-0.10 went just fine, but xmobar-0.15 (even with the most minimal flags) is giving me the following error:
    [ 8 of 21] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o )
    Control/Monad/Trans/Error.hs:55:21: Not in scope: `catch'
    Failed to install transformers-0.2.2.0
    cabal: Error: some packages failed to install:
    mtl-2.0.1.0 depends on transformers-0.2.2.0 which failed to install.
    parsec-3.1.3 depends on transformers-0.2.2.0 which failed to install.
    transformers-0.2.2.0 failed during the building phase. The exception was:
    ExitFailure 1
    xmobar-0.15 depends on transformers-0.2.2.0 which failed to install.
    Note that I have transformers-0.3.0.0 installed as a dependency of mtl-2.1.2, which is itself a dependency (-any) of xmonad and (>=1 && <3) of xmonad-contrib. So yeah, xmonad-contrib-0.15 won't compile.
    I've also tried cloning the latest xmonad-contrib-0.16 from git. That one does compile, but it has the known upstream issue of not acknowledging avoidStruts (see here and here).
    Anyone have any idea how to get around the transformers dependency problem? Thanks.
    Brian
    Edit: Here are the relevant dependencies:
    xmonad: mtl -any
    xmonad-contrib: mtl >=1 && <3
    xmobar: mtl ==2.0.*
    mtl-2.1.2: transformers ==0.3.*
    mtl-2.0.1.0: transformers ==0.2.*
    So the culprit is clearly transformers-0.2.*., which is required by mtl-2.0.*, which is required by xmobar. Unfortunately, I've tried compiling all versions of transformers-0.2.*, and I get the same error every time:
    [ 8 of 21] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o )
    Control/Monad/Trans/Error.hs:55:21: Not in scope: `catch'
    Failed to install transformers-0.2.2.0
    cabal: Error: some packages failed to install:
    transformers-0.2.2.0 failed during the building phase. The exception was:
    ExitFailure 1
    I guess this is more a problem with transformers than with xmobar...
    Last edited by brianb (2012-10-27 20:33:49)

    If any other xmonad users who also use cabal-install have managed to get this working, I'd be grateful to know how.
    In the meantime, I've just switched over to using xmonad, xmonad-contrib, and xmobar from community. (For now, only xmobar-0.15, not 0.16, works properly. You can find it at the Arch Rollback Machine: x86_64 / i686.)
    The only thing that doesn't work in the community versions of xmobar is the MPD command. I guess it's not compiled with with_mpd, for some reason.
    It's a shame because, other than being able to compile xmobar with all and only the flags I want, the primary reason I switched from the Arch repos to cabal-install was to avoid dependency issues. At least now everything is in community.

  • HP C1680 fails to install Software

    Can you please help
     I have just reinstalled my operating system Windows 7 6- bit OS and needed to reinstall my printer HP Photosmart C6180 All in One. When I first got my new PC( Dell XPS 501L windows 7 Intel core i5. 243M  2.40GHz)  I originally install the whole package with no issues.
    after the reinstall of the OS, this is issue I was I getting when I tried to reinstalled the HP application (AIO_CDA_FSW_Full_Win_WW_130_140.exe )
    Error message:-
    C:\Users\andylouey\AppData\Local\Temp\7zS4864\setu​p\HPzPNP.ice.
     I have done the following:
    Tried to install from an old download of the software.  Result Failed to install message as above.
    Tried the original install CD and also tried to use them in various compatibility modes. Result Failed.
    Downloaded the critical updates from HP solved the above error message result the above error message was solved.
    Downloaded the latest install software program for my HP printer from the HP website tried again to install failed
    Ran the HP Scan doctor reported that the printer drivers are all working asked it to run the scan program it reported that it need the full install of the C1680 software to run this
    I got the download again ran it. It extracts the file then just disappears and looking at the task manager there is not install running. So again failed
    For the second time I downloaded the HP installer network printer wizard but this failed and just keeps going round in circles> It finishes the download gets to the extracting point and then goes back to the identify printer( which is listed) then goes back once again and downloads the install software.
    Other steps I have taken. I used the old installation disk to do a complete uninstall of all the drivers and software  using Utilities> CCC> Uninstall_ L2.bat . This wored and uninstalled the printer and drivers and I think any remaining software.  I also deleted all the %TEMP% files that my Laptop would allow.
    Then once again I I used the install wizard first without the USB cable disconnected then the wizard asked me to plug it in. I plugged it in and HP Wizard found the printer and downloaded the appropriate software completed the download and extracted it and then NOTHING.
    I have also downloaded the critical update:-
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-126392-2&cc=uk&dlc=en&lc=en​...
    Can you suggest a solution help. In my view I need to start from scratch and remove all traces of any HP software and drivers and start over. My only issue with this I have done this and still have the same issues.  If I go to Microsoft uninstall utility there isn’t anything to uninstall.
     Thanks in advance for your reply.
    PS. HP wizard has finished downloading for the fourth time and looping to discovering the device again :-( HELP!!!!!!!!
    Thanks in adbance for your replies Andy

    Hi
    Thank you for your reply and your advice and help
     If you look at my help request aboveI have described that I have done your suggetion and yet there are still traces of HP on my hard drive and I am still haveing the same issues.
    Below are the steps you have referred to which I covered in my original request :-
    Other steps I have taken. I used the old installation disk to do a complete uninstall of all the drivers using CCC> Utilities and Uninstall_L3 . I also deleted all the %TEMP% files  (7z) that my Laptop would allow.
    Then once again I I used the install wizard first wit the USB cable disconnected then the wizard asked me to plug it in. I plugged it in and HP Wizard found the printer and downloaded the appropriate software completed the download and extracted it and then NOTHING. Except the drivers were installed and the printer was  shown in the devices and printers.
    I have also downloaded the critical update:-
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-126392-2&cc=uk&dlc=en&lc=en​...
    Can you suggest a solution help. In my view I need to start from scratch and remove all traces of any HP software and drivers and start over. My only issue with this I have done this and still have the same issues. If I go to Microsoft uninstall utility there isn’t anything to uninstall.
    I can print to the printer both wirelessly and via the USB port. But the Solution center will not install just keeps looping. ie idenifies the printer downloads the latest sofware and extracts it then just dissapears of the screen. Nothing comes up and there are no HP programs running in the applications task manager and no processes either.
    Thank you in advance for your reply. Regards Andy

  • Fail to install Distibution Point on Windows Server 2012

    I have been trying to install a distribution point via sccm 2012 on a windows 2012 server. I keep getting errors about the drive not found (distribution manager failed to verify drive specified by user on distribution point) and it won't install. It worked
    on all the other servers I tried, but this one keeps giving trouble.
    Does anyone have any idea as to the cause?
    I put an extract of the log file here:
    Get site system FQDN and account information from DB for ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:18 5848 (0x16D8)
    Get site system FQDN and account information from DB for ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:19 5848 (0x16D8)
    Failed to get SMS_DistributionPoint object SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:20 5848 (0x16D8)
    DPConnection::Connect: For ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\, logged-on as SESVANDERHAVE\svc_scom_msaa SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:32 3724 (0x0E8C)
    ConfigureDP SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:32 3724 (0x0E8C)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:44 1724 (0x06BC)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:49 1724 (0x06BC)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:56:54 1724 (0x06BC)
    DP registry settings have been successfully updated on HUSOWINFP01.sesvanderhave.net SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:05 3724 (0x0E8C)
    STATMSG: ID=9500 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=3724 GMTDATE=di dec 31 12:57:05.905 2013 ISTR0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\" SMS_DISTRIBUTION_MANAGER 31/12/2013
    13:57:05 3724 (0x0E8C)
    STATMSG: ID=9503 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=3724 GMTDATE=di dec 31 12:57:05.905 2013 ISTR0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\" SMS_DISTRIBUTION_MANAGER 31/12/2013
    13:57:05 3724 (0x0E8C)
    ConfigurePXE SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:05 3724 (0x0E8C)
    Failed to get SMS_DistributionPoint object SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:07 3724 (0x0E8C)
    CDistributionManager::ConfigurePXE failed; 0x80041002 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:07 3724 (0x0E8C)
    No need to initialize monitoring task on HUSOWINFP01.sesvanderhave.net SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:16 3724 (0x0E8C)
    Creating, reading or updating IIS registry key for a distribution point. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:18 5848 (0x16D8)
    IISPortsList in the SCF is "80". SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:18 5848 (0x16D8)
    IISSSLPortsList in the SCF is "443". SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:18 5848 (0x16D8)
    IISWebSiteName in the SCF is "". SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:18 5848 (0x16D8)
    IISSSLState in the SCF is 224. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:18 5848 (0x16D8)
    DP settings have been updated to HUSOWINFP01.sesvanderhave.net. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:21 3724 (0x0E8C)
    DPConnection::Disconnect: Revert to self SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:22 3724 (0x0E8C)
    Sleep 1231 seconds... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:22 3724 (0x0E8C)
    Failed to get SMS_DistributionPoint object SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:22 5848 (0x16D8)
    Found notification for package 'SES00003' SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Found notification for package 'SES00004' SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Package Thread Limit: 3 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Retry interval: 30 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    DP upgrade thread Limit: 5 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    DP upgrade retry interval: 20 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Starting package processing thread, thread ID = 0x2274 (8820) SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:32 3724 (0x0E8C)
    Starting package processing thread, thread ID = 0x9B8 (2488) SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 3724 (0x0E8C)
    Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 3724 (0x0E8C)
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=8820 GMTDATE=di dec 31 12:57:33.112 2013 ISTR0="SES00003" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00003" SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 8820 (0x2274)
    Retrying package SES00003 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 8820 (0x2274)
    No action specified for the package SES00003. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 8820 (0x2274)
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=2488 GMTDATE=di dec 31 12:57:33.112 2013 ISTR0="SES00004" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00004" SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 2488 (0x09B8)
    Retrying package SES00004 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 2488 (0x09B8)
    No action specified for the package SES00004. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:33 2488 (0x09B8)
    Start adding package to server ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 8820 (0x2274)
    Start adding package to server ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\... SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 2488 (0x09B8)
    Attempting to add or update a package on a distribution point. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 7936 (0x1F00)
    Attempting to add or update a package on a distribution point. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 3404 (0x0D4C)
    The distribution point ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ is not installed or upgraded yet. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 7936 (0x1F00)
    Error occurred. Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 7936 (0x1F00)
    The distribution point ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ is not installed or upgraded yet. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 3404 (0x0D4C)
    Error occurred. Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 3404 (0x0D4C)
    Will wait for 1 threads to end. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 8820 (0x2274)
    Thread Handle = 00000000000031DC SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 8820 (0x2274)
    DP thread with array index 0 ended. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 8820 (0x2274)
    DP thread with thread handle 00000000000031DC and thread ID 7936 ended. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 8820 (0x2274)
    Will wait for 1 threads to end. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 2488 (0x09B8)
    Thread Handle = 00000000000016A8 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 2488 (0x09B8)
    DP thread with array index 0 ended. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 2488 (0x09B8)
    DP thread with thread handle 00000000000016A8 and thread ID 3404 ended. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:35 2488 (0x09B8)
    Package SES00003 does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    The package and/or program properties for package SES00003 have not changed,  need to determine which site(s) need updated package info. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=SES00003, Version=1, Status=2301 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    Package SES00004 does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    The package and/or program properties for package SES00004 have not changed,  need to determine which site(s) need updated package info. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=SES00004, Version=1, Status=2301 SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    StoredPkgVersion (1) of package SES00003. StoredPkgVersion in database is 1. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    SourceVersion (1) of package SES00003. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=8820 GMTDATE=di dec 31 12:57:36.247 2013 ISTR0="Configuration Manager Client Package" ISTR1="SES00003"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00003" SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820
    (0x2274)
    Failed to process package SES00003 after 1 retries, will retry 99 more times SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 8820 (0x2274)
    StoredPkgVersion (1) of package SES00004. StoredPkgVersion in database is 1. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    SourceVersion (1) of package SES00004. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=8216 TID=2488 GMTDATE=di dec 31 12:57:36.282 2013 ISTR0="Configuration Manager Client Upgrade Package"
    ISTR1="SES00004" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00004" SMS_DISTRIBUTION_MANAGER 31/12/2013
    13:57:36 2488 (0x09B8)
    Failed to process package SES00004 after 1 retries, will retry 99 more times SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)
    Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 31/12/2013 13:57:36 2488 (0x09B8)

    I uninstalled the WDS according to the information on this site: http://myitforum.com/myitforumwp/2011/11/08/configmgr-2012-no-need-to-manually-install-wds/
    But it still keeps giving me errors about the disk not being valid, it does that wether I choose a disk or leave the default values.
    DPConnection::Connect: For ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\, logged-on as SESVANDERHAVE\svc_scom_msaa SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:33 2964 (0x0B94)
    ConfigureDP SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:33 2964 (0x0B94)
    Upgrading DP with ID 16777238. Thread 0x1bdc. Used 1 threads out of 5. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:50 7492 (0x1D44)
    Processing 16777238.INS SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:50 7132 (0x1BDC)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:50 7492 (0x1D44)
    DPID 16777238 - NAL Path ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ , ServerName = HUSOWINFP01.SESVANDERHAVE.NET, DPDrive = D:, IsMulticast = 0, PXE = 1, RemoveWDS = 0 SMS_DISTRIBUTION_MANAGER 6/01/2014
    8:49:50 7132 (0x1BDC)
    Created policy provider trigger for ID 16777238 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:50 7692 (0x1E0C)
    DPConnection::Connect: For ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\, logged-on as SESVANDERHAVE\******** SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:54 7132 (0x1BDC)
    Failed to find a valid drive on the distribution point ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:55 7132 (0x1BDC)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:55 7492 (0x1D44)
    DPConnection::Disconnect: Revert to self SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:56 7132 (0x1BDC)
    Failed to install DP files on the remote DP. Error code = 15 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:56 7132 (0x1BDC)
    Drive D: is not valid. Error = 15 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:56 7132 (0x1BDC)
    STATMSG: ID=2360 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=7132 GMTDATE=ma jan 06 07:49:56.907 2014 ISTR0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\"
    ISTR1="HUSOWINFP01.SESVANDERHAVE.NET" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\" SMS_DISTRIBUTION_MANAGER 6/01/2014
    8:49:56 7132 (0x1BDC)
    Will try again after 20 mins ... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:56 7132 (0x1BDC)
    DP registry settings have been successfully updated on HUSOWINFP01.sesvanderhave.net SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964 (0x0B94)
    STATMSG: ID=9500 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=2964 GMTDATE=ma jan 06 07:49:58.295 2014 ISTR0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964
    (0x0B94)
    STATMSG: ID=9503 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=2964 GMTDATE=ma jan 06 07:49:58.295 2014 ISTR0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964
    (0x0B94)
    ConfigurePXE SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964 (0x0B94)
    Failed to get SMS_DistributionPoint object SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964 (0x0B94)
    CDistributionManager::ConfigurePXE failed; 0x80041002 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:49:58 2964 (0x0B94)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:00 7492 (0x1D44)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:05 7492 (0x1D44)
    Initialize monitoring task on HUSOWINFP01.sesvanderhave.net SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:16 2964 (0x0B94)
    Failed to get object class SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:16 2964 (0x0B94)
    ExecStaticMethod failed (80041002) SMS_DistributionPoint, RegisterDPHealthMonTask SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:16 2964 (0x0B94)
    Failed to register DP health monitoring task on HUSOWINFP01.sesvanderhave.net. error = 0x80041002 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:16 2964 (0x0B94)
    DP settings have been updated to HUSOWINFP01.sesvanderhave.net. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:21 2964 (0x0B94)
    DPConnection::Disconnect: Revert to self SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:21 2964 (0x0B94)
    Sleep 60 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:21 2964 (0x0B94)
    Found notification for package 'SES00003' SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Found notification for package 'SES00004' SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Package Thread Limit: 3 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Retry interval: 30 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    DP upgrade thread Limit: 5 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    DP upgrade retry interval: 20 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Starting package processing thread, thread ID = 0x12CC (4812) SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:31 2964 (0x0B94)
    Starting package processing thread, thread ID = 0xDD8 (3544) SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 2964 (0x0B94)
    Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 2964 (0x0B94)
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=4812 GMTDATE=ma jan 06 07:50:32.429 2014 ISTR0="SES00003" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7=""
    ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00003" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 4812 (0x12CC)
    Retrying package SES00003 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 4812 (0x12CC)
    No action specified for the package SES00003. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 4812 (0x12CC)
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=3544 GMTDATE=ma jan 06 07:50:32.475 2014 ISTR0="SES00004" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7=""
    ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00004" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 3544 (0x0DD8)
    Retrying package SES00004 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 3544 (0x0DD8)
    No action specified for the package SES00004. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:32 3544 (0x0DD8)
    Start adding package to server ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 4812 (0x12CC)
    Attempting to add or update a package on a distribution point. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 8896 (0x22C0)
    The distribution point ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ is not installed or upgraded yet. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 8896 (0x22C0)
    Error occurred. Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 8896 (0x22C0)
    Start adding package to server ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 3544 (0x0DD8)
    Attempting to add or update a package on a distribution point. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 4628 (0x1214)
    The distribution point ["Display=\\HUSOWINFP01.sesvanderhave.net\"]MSWNET:["SMS_SITE=SES"]\\HUSOWINFP01.sesvanderhave.net\ is not installed or upgraded yet. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 4628 (0x1214)
    Error occurred. Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:34 4628 (0x1214)
    Will wait for 1 threads to end. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    Thread Handle = 0000000000002BE0 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    DP thread with array index 0 ended. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    DP thread with thread handle 0000000000002BE0 and thread ID 8896 ended. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    Will wait for 1 threads to end. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    Thread Handle = 0000000000002CF0 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    DP thread with array index 0 ended. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    DP thread with thread handle 0000000000002CF0 and thread ID 4628 ended. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    Package SES00004 does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    The package and/or program properties for package SES00004 have not changed,  need to determine which site(s) need updated package info. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=SES00004, Version=1, Status=2301 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    Package SES00003 does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    The package and/or program properties for package SES00003 have not changed,  need to determine which site(s) need updated package info. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=SES00003, Version=1, Status=2301 SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    StoredPkgVersion (1) of package SES00004. StoredPkgVersion in database is 1. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    SourceVersion (1) of package SES00004. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=3544 GMTDATE=ma jan 06 07:50:35.736 2014 ISTR0="Configuration Manager Client Upgrade Package" ISTR1="SES00004" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00004" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    Failed to process package SES00004 after 77 retries, will retry 23 more times SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 3544 (0x0DD8)
    StoredPkgVersion (1) of package SES00003. StoredPkgVersion in database is 1. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    SourceVersion (1) of package SES00003. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BEHQWINSCCM02.sesvanderhave.net SITE=SES PID=4552 TID=4812 GMTDATE=ma jan 06 07:50:35.829 2014 ISTR0="Configuration Manager Client Package" ISTR1="SES00003" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="SES00003" SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    Failed to process package SES00003 after 77 retries, will retry 23 more times SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:35 4812 (0x12CC)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:36 7492 (0x1D44)
    Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:37 2964 (0x0B94)
    Sleep 1828 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:37 2964 (0x0B94)
    Sleep 20 minutes... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:41 7492 (0x1D44)
    Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:42 2964 (0x0B94)
    Sleep 1823 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:42 2964 (0x0B94)
    Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:47 2964 (0x0B94)
    Sleep 1818 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:47 2964 (0x0B94)
    Sleep 1818 seconds... SMS_DISTRIBUTION_MANAGER 6/01/2014 8:50:47 2964 (0x0B94)

  • Snow Leopard fails to install - Tech Support and Genius Bar can't fix it

    I am having an exceedingly difficult time installing Snow Leopard. I have tried everything I can think of and tech support AND the Genius Bar have failed me so far.
    The Details:
    Every time I install SL it starts off well but sometime between 18 minutes remaining and 6 minutes remaining it fails. I get an error message that says there was an error that prevented installation. Looking in the installer log gives me a little more information. It usually has 15 or so errors, the last of which is always a very long line saying some package failed to install/unpack/be copied. The odd thing is that the file name is different every time.
    So far I have tried:
    Repairing the disk and installing
    Installing from a different install DVD
    Installing from external hard drive at the Genius Bar
    Installing using RAM borrowed from the Genius Bar
    Wiping the HD completely. I erased all my partitions and tried to install on a completely blank hard drive with a single HFS+ partition
    I can only think of a few things that can cause the install to fail: DVD, optical drive, RAM, files on HDD, and HDD hardware. I think I've eliminated all those possibilities except HDD hardware. Changing that on a MacBook isn't trivial and I don't have one handy. Also I would think a HDD problem, or any hardware problem, would cause all sorts of errors and with the exception of this the machine has no serious problems and apps crash only occasionally. I've had no system crashes for as long as I can remember.
    I have a Time Machine back up and have successfully restored my old Leopard System onto the MacBook (twice now) so at least I have the option to just give up on SL if I want to. As an aside, restoring from TM went well but not perfectly. Next time I install an OS I will be making a disk image backup. Does anyone else have any ideas? If you solve this problem I'll be eternally grateful and very impressed.
    Thanks in advance
    Jay

    I'm sorry. I should have answered when you asked about RAM the first time. I have 2GB. I have tried installing with that, and I tried installing with RAM at the Genius Bar. I don't know how much the guy used at the Genius Bar.
    Last night I restored from time machine so I currently have Leopard installed on the machine. After the restoration my email archive is little strange, I had to re-authorize iTunes and various other annoyances pop up but it runs without any problems.

  • Upgrade to R2 from SCOM 2012 SP 1 UR 4 - Final configuration failed to install

    I was upgrading our test SCOM 2012 SP1 UR 4 sever to R2 and ran into the following issue:
    Setup cannot be completed…  Final configuration failed to install.
    Everything else upgraded fine.
    There was no rollback performed…. The log states “Skipping rollback for install item Final Configuration as it was not successfully installed”
    Looking in OpsManagerSetupWizard.log in the section for Final Configuration I see the following:
    [16:00:43]:           Always: :!***** Installing: POSTINSTALL ***
    [16:00:43]:           Info:      :SetProgressScreen: StartMinorStep.
    [16:00:43]:           Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:00:43]:           Always: :Doing Preinstall task for POSTINSTALL
    [16:00:43]:           Warn:    :CheckAndLoadUpdateFiles: Unable to load QFE file.
    [16:00:43]:           Always: :Doing Install task for POSTINSTALL
    [16:00:44]:           Debug: :DoInstallTask: Found Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall;PostInstallProcessor as type and method.
    [16:00:44]:           Info:      :Type: Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall  Method: PostInstallProcessor
    [16:00:44]:           Info:      :SetProgressScreen: Init Exe Install progress.
    [16:00:44]:           Info:      :AddUninstallChangeEntry: Cleaning out existing files at the ARP file cache location D:\Program Files\System Center 2012\Operations
    Manager\Setup
    [16:00:44]:           Error:     :InstallActionProcessor.DoInstallTask: method PostInstallProcessor threw exception.  We will return installSuccessful = false.:
    Threw Exception.Type: System.Reflection.TargetInvocationException, Exception Error Code: 0x80131604, Exception.Message: Exception has been thrown by the target of an invocation.
    [16:00:44]:           Error:     :StackTrace:   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallActionProcessor.DoInstallTask(InstallItemsInstallDataItem itemToInstall)
    [16:00:44]:           Error:     :Inner Exception.Type: System.UnauthorizedAccessException, Exception Error Code: 0x80131604, Exception.Message: Access to the path 'EULA_EN_EVAL.RTF'
    is denied.
    [16:00:44]:           Error:     :InnerException.StackTrace:   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean
    throwOnTopLevelDirectoryNotFound)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.ARPFileCache()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.AddUninstallChangeEntry()
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall.PostInstallProcessor(Func`3 setProgressScreen)
    [16:00:44]:           Error:     :ProcessInstalls: Install Item Final Configuration failed to install.  We did not launch the post process delegate.
    [16:00:44]:           Always: :SetErrorType: Setting VitalFailure. currentInstallItem: Final Configuration
    [16:00:44]:           Info:      :SetProgressScreen: FinishMinorStep.
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :****Starting*RollBack*******************************************
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Info:      :SetProgressScreen: StartMinorStep.
    [16:00:44]:           Always: :ProcessRollback: Skipping rollback for install item Final Configuration as it was not successfully installed.
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :****Ended*RollBack**********************************************
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :Entering Page: FinishPage
    The log states “Access to the path 'EULA_EN_EVAL.RTF' is denied.”  I was able to find this file in D:\Program Files\System Center 2012\Operations Manager\SetupTemp\EN, but when viewing its contents I see it
    was from the SP 1 upgrade as it starts off with “MICROSOFT EVALUATION SOFTWARE LICENSE TERMS MICROSOFT SYSTEM CENTER 2012 STANDARD SERVICE PACK 1.”  Based on everything else referenced in the log file previously, it seems like it was trying to locate
    this file in D:\Program Files\System Center 2012\Operations Manager\Setup.  Also, I applied the product key after installing SP1 previously, so it was not running with an evaluation license.
    Running Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a
    gives me:
    SkuForLicense Version     TimeOfExpiration
           Retail 7.1.10226.0 12/31/9999 11:59:59 PM
    The version (7.1.10226.0) is that of SCOM 2012 R2 (as I noted before, there was no rollback.)  Everything seems to be functioning fine (Console, Web Console, Reporting Services.)
    Is there a way to get it to re-run only the Final Configuration steps (which will probably fail again as the EULA file does not exist where it expects it)?  I am not sure if there were supposed to be any further
    configuration steps that did not get completed, so i dont know how stable SCOM is now.  Should I re-run the R2 installer?  Or is it OK as is?  The only info online about a SCOM Install where the final configuration failed to install dealt with
    an error upgrading the SCOM Console, which is not relevant to my situation.  This is my test SCOM environment, running on a VM.  I could revert to the pre-upgrade snapshot and see if another upgrade attempt completes successfully, but if that does
    work I am concerned that something like this may happen in my prod environment, which is not running on a VM, so has no ability to revert to a snapshot.

    Hi,
    Please refer to the following links:
    Do I need a specific Cumulative Update Release (UR) in order to upgrade to SCOM 2012 or 2012 SP1 or 2012 R2?
    http://blogs.technet.com/b/kevinholman/archive/2014/01/20/do-i-need-a-specific-cumulative-update-release-ur-in-order-to-upgrade-to-scom-2012-or-2012-sp1-or-2012-r2.aspx
    Upgrading Operations Manager from 2012 SP1 to 2012 R2 step by step
    http://www.systemcentercentral.com/upgrading-operations-manager-from-2012-sp1-to-2012-r2-step-by-step-upgrading-to-2012-r2-series/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+systemcenterforum+%28System+Center+Central+Rollup%29
    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.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Failed to install 1 file

    I recently upgraded to a Palm T/X and after a couple of issues with synchronizing and installing files I think I've  got the issues solved by changing the conduit of certain programs and upgrading to the new Palm Desktop (which I don't like as well as the old one but, Oh well!) it works OK specially installing files and that is all that matters.  My recent issue is with a program I bought to back up my Palm since I no longer could do it by just inserting the backup card and restoring or backing up. This is the message I get when synchronizing: Failed to install 1 file(s) - BackupBuddyVFS.PRC - Invalid handheld file (file deleted) -  Conduit Error: Invalid synchronization type (1012) - CONDERR_BAD_SYNC_TYPE.
    I appreciate any help I can get, hopefully this is the last issue I have and I can start enjoying my new Palm.
    Thanks!!!
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    I upgraded from a Palm Zire72 and I'm pretty sure I followed the installation and synch instructions but I don't recall it asking to rename the backup file but I may be wrong.  I've downloaded other applications including NVBackup without any problems.  I guess I don't need it now since I have NVBackup but I paid for BackupBuddy and would like to see what it does.  The one thing I can tell you is that I deleted a few files that I thought I no longer needed to make some room such as a couple of games and AvantGo.  Hope this gives you some ideas and can help figure it out.
    Post relates to: Palm TX

  • Failed to Install The New Preview Build. Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.

    Hello,
    I'm having issues upgrading my Windows 10 Technical Preview installation build 9879 to a newer build that's become available late January 23rd.
    I am installing the new upgrade in a Hyper-V virtual machine and get the following error:
    Failed to install the new preview build, please try again later. 0x80246007
    What could be the problem?
    Previously I've had messages that Windows cannot be upgraded on a computer with less than 2 Gbyte of RAM. That's a Hyper-V VM with dynamic memory and I was highly surprised to see this error; never had this before. Had to set 2048 Mbytes as a minimum memory
    for this VM. Now that I have this 80246007 error code.
    When looking up System log, the following error messages are listed multiple times:
    Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.
    The errors are returned for the Event ID 20 by WindowsUpdateClient
    in task category Windows Update Agent..
    I reviewed the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    registry key as suggested in Windows
    Insider stuck on build 9841 - "No new preview build was found", and here is what it shows:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_awesome1501"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    Note, when attempting to install the downloaded update from a native boot, installation starts with no errors.
    However, since setup is not supported for a natively booted VHD files, it does not proceed further showing a message that installation on virtual drives is not supported.  
    Looks like Setup is having problems installing in a Hyper-V virtual machine.
    Possibly, some ESD files got corrupted during downloading? Is it possible to remove them and re-download missing files? (I, however, noticed that Windows seems to re-download upgrade files after you restart 9879 and attempt to check for a new build.
    Any clue why installing under VM causes 9926 to fail?
    Thank you in advance.
    Well this is the world we live in And these are the hands we're given...

    Hi,
    According to the error message, this problem seems like update package installation failed during system upgrade.
    You can try to remove ESD file which locate at boot of C drive and upgrade the system again for test.
    On the other hand, make sure the system 9879 installed all Windows pushed updates before system upgrade.
    Roger Lu
    TechNet Community Support

  • Premiere elements 11 failed to install with the error about shared technologies

    PRE 11 failed to install with the error "The installation process has encountered an error while installing shared technologies. Please restart your system and try again" all that does is uninstall everything and I have to restart agin with the same error and we go on. So far the only way it is working is at the point of the "error message" I run task manager and stop the installer, I know it's leaving files that should be removed by the installer, but it worked. This information was gained on one of the forums and seems to work. Yesterday was the first time I really used it fully and although I was able to create a project I cannot output it as a file (mpg), it starts to output ok then throws up an error and fails. As PRE 10 was still installed I imported the project (which amazed me) into PRE 10 and outputted as required with no error. All this may be due to something being wrongly installed or not being installed in PRE 11, I don't know. Can anybody help
    Dennis
    using Windows 8 Pro
    PS I downloaded the Adobe Support adviser and No errors

    See the following help document:
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • Drivers Failing to Install

    I own an HP G62 Notebook PC, and my warrenty expires in 4 days. Iv'e had this problem for awhile but it hasn't affected me too much. The problem is that my USB controllers can't install properly. When I plug in a flash driver it will show that it is installing the device, but then will say failed to install. It will reconise the flash driver as a "Flash Disk". When my computer starts up it will try to install my Universial Serial Bus Controllers but all of them fail to install.  
    I have attempted to install the drivers manually off the website but it will say " An error occured while trying to install", it will say the same when i attempt to update the devices from the Device Manager. The thing is I use a pen tablet (mostly as a mouse) for my computer. When I plug it in it will say failed to install but the tablet will work fine. Other than that other devices like flash drives and printers fail to install. And the drivers encounter errors every time I try to install. 
    So my question. Do you think this is a problem with my motherboard? Because if it is I would have to make sure to get it replaced before my warrenty runs out on the 23rd. Or is there a way to fix this? In the Device Manager there is no yellow triangle that pops up next to the USB controllers. There is only one next to the Microsoft Virual WiFi Miniport Adapter_01, which I don't think is in the way of the problem.

    New Information:
    A Flash Drive that I use to use on my laptop works fine. But any other flash drives such as ones from other people and ones not used before will not install. 

  • HP C4380 software fails to install on Win 7 64 bit

    My HP C4380 printer scanner stopped working, so I added another printer with working scanner to my wireless network, but then I could not get my HP C4380 to run even though it was default, so I uninstalled the other printer because I prefer my HP.  After uninstalling the other printer, I could not run my HP at all.  I received the message it wasn't connected.  I tried to hardwire it.  No luck.  Then,  I followed scan and print doctor which told me to uninstall and reinstall software.  I  uninstalled and then used my HP cd to reinstall and got message it did not meet system requirements (Win 7 64 bit).  I went online and tried to reinstall the C4380 software.  The software appears to be installed but my printer shows up as an "unspecified" rectangular box under devices instead of a printer under "printers."  So now I have no printer.  How do I correct this problem??  Thank you.
    This question was solved.
    View Solution.

    Hi EvelynMae,
    Welcome to the HP Forums! I see that, your HP Photosmart c4380 software is failing to install on Windows 7. I am
    happy to help you with this issue! I have a couple of questions for you:
    Can you make copies with the printer?
    Is the power cable plugged directly into the wall, or a surge protector? Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    In the meantime, I would try uninstalling the software, and then re-installing again, using the HP Printer Install Wizard for Windows.
    Hope to hear from you, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Windows 2008 Server R2 - Service Pack 1 Failed to install

    A few nights ago I deployed Service Pack 1 for Windows 2008 Server R2 x64.  The update failed to install after 3 attempts using the Windows Update manager.  After the third time I checked the system properties which states that SP1 is
    installed, yet it never appeared to install successfully as my other server machine had a prompt stating the SP was installed successfully. 
    In update history it shows the 3 failed attempts with no successes.  This morning I began running into memory errors which are impacting my 2 VM Ware sessions which in turn lock up my virtual machine so I am going to attempt to remove and reinstall
    to see if this corrects my issue.  By the way what triggered the install of SP1 is random reboots of my server.  This is that unknown Kernal Power Error which I have yet to resolve.  Some months my server randomly reboots one time and other
    months 4-5x.  That is neither here nor there, the point of this discussion is to resolve SP1. 
    I have tried to remove SP1 by means of Control Panel, Programs and Features, Installed Updates.  So it shows the that the SP1 installed in multiple areas yet in the install history no signs of successful installation.
    When trying to uninstall from Program and Features/Installed Updates section in control panel it cycles through like its going to uninstall, but after several minutes I receive the following error      Windows Update     
    An error has occurred. Not all of the updates were successfully uninstalled.
    When trying to uninstall from the command prompt (as administrator) "wusa.exe /uninstall /kb:976932" I get the following popup            Windows Update Standalone Installer        
    Installer encountered an error: 0x80073712       The component store has been corrupted.
    Now if I try and install through the network installer file name "windows6.1-KB976932-X64.exe" I get "Windows Server 2008 R2 Service Pack 1 is already installed"
    I performed these steps in the order mentioned which I came across this "System Update Readiness Tool for Windows Server 2008 R2 x64 Edition (KB947821) [February 2011]" After applying this hotfix I went through the same steps as mentioned above with the
    exact same results.
    It is unfortuante I did not come across this hotfix before I attempted install SP1 as it appears as if this would have prepared the system for SP1 installation.  Currently I am in limbo with a corrupt installation of SP1 and so far no means of uninstalling
    short of a reinstallation or repair of the OS which I am not willing to do at this point in time.
    If anyone has any suggestions please chime in and let me know what I can try.  Thanks for all the support and hopefully this post will help others in the future.

    Maybe a little bit late, but I was running almost same problem on a exchange server.
    Scenario:
    First attempt to Update the windows patches - excluded the patches from the last 2 months.
    I was kind a new to this, and didnt noticed that Windows Service pack must have at least 8GB free disk space.(Recommended)
    So the C:\ partition had less then 5 GB free disk space, and I started the updates.
    All went well until Windows SP1 begun running to downloading and installing.
    When the installer noticed there wasnt enough space, It stopped, it give the status Failed, en when scaling up the C:\partition with another 10GB more space, the C:\partition had 18GB free disk space.
    Tried to Call up a new attemp to install the SP1... but with no succes to start the SP1 installation...
    I tried to reinstall but the windows update didnt get offered again to install again or resume or anything to try again...
    Maybe...it is handy for Mickysoft, to check before installing, so the install wont get corrupted, and can install when c:\ partition has enough disk space.
    What was the trick:
    1) Stop the windows Update Service
    2) C:\Windows\SoftwareDistribution\DataStore - Delete content
    3) C:\Windows\SoftwareDistribution\Download - Delete content
    4) Windows update Service check if its runs again
    5) Check again for windows updates - Check if Windows Server Service pack 1 is offered, and install reboot and youre good to go.
    It works for me :) hopefully after 3 years you had found a solution, but since I was poping for a solution and found this article with no solution.
    I tought it will be hopefull for others to respond to this article with a solution.
    Kind regards,
    Alexander Tjintjelaar
    Micky soft noob

  • Windows Server 2012 R2 - ALL HF's Failing to install as "Does Not Apply to this computer"

    Hi,
    A general question about hot fix installs.
    I have multiple servers that are all Windows 2012 R2. They do not have internet connections, so I have to install the Hotfixes manually. I download the HF's from the ISO download page (https://support.microsoft.com/en-us/kb/913086) every month. I collect them and install in a bulk install during a release cycle ( a couple times a year). I just realized that NO HF's have installed since JUNE 2014. Every HF that shows up in WindowsServer2012R2 directory fail to install with a message of "The update is not applicable to your computer". Which is fine if that was true, but.... I get this message for every HF from the ISO's since June 2014. NOT one HF thinks it is applicable to my computer. Could that be the case? No HF's apply to my Server 2012 systems since June of 2014?
    This is my system info, and below that is the results from attempting to install 95 HF's.
    C:\TEMP>systeminfo
    Host Name: MYHOST
    OS Name: Microsoft Windows Server 2012 R2 Datacenter
    OS Version: 6.3.9600 N/A Build 9600
    OS Manufacturer: Microsoft Corporation
    OS Configuration: Member Server
    OS Build Type: Multiprocessor Free
    Registered Owner: Windows User
    Registered Organization:
    Product ID: 00252-80025-36226-AA727
    Original Install Date: 6/13/2014, 8:04:39 AM
    System Boot Time: 3/16/2015, 2:34:45 PM
    System Manufacturer: Dell Inc.
    System Model: PowerEdge R720
    System Type: x64-based PC
    Processor(s): 2 Processor(s) Installed.
    [01]: Intel64 Family 6 Model 62 Stepping 4 GenuineInt
    el ~2500 Mhz
    [02]: Intel64 Family 6 Model 62 Stepping 4 GenuineInt
    el ~2500 Mhz
    BIOS Version: Dell Inc. 2.2.2, 1/16/2014
    Windows Directory: C:\Windows
    System Directory: C:\Windows\system32
    Boot Device: \Device\HarddiskVolume1
    System Locale: en-us;English (United States)
    Input Locale: en-us;English (United States)
    Time Zone: (UTC-07:00) Mountain Time (US & Canada)
    Total Physical Memory: 262,099 MB
    Available Physical Memory: 249,337 MB
    Virtual Memory: Max Size: 301,011 MB
    Virtual Memory: Available: 288,015 MB
    Virtual Memory: In Use: 12,996 MB
    Page File Location(s): C:\pagefile.sys
    Domain: mydomain.sgn
    Logon Server: \\MYHOST
    Hotfix(s): 25 Hotfix(s) Installed.
    [01]: KB2862152
    [02]: KB2868626
    [03]: KB2876331
    [04]: KB2888505
    [05]: KB2892074
    [06]: KB2893294
    [07]: KB2893984
    [08]: KB2898785
    [09]: KB2898868
    [10]: KB2898871
    [11]: KB2900986
    [12]: KB2901125
    [13]: KB2901128
    [14]: KB2909210
    [15]: KB2909921
    [16]: KB2912390
    [17]: KB2916036
    [18]: KB2919442
    [19]: KB2922229
    [20]: KB2923392
    [21]: KB2925418
    [22]: KB2930275
    [23]: KB2931358
    [24]: KB2931366
    [25]: KB2936068
    Network Card(s): 6 NIC(s) Installed.
    [01]: Broadcom BCM57800 NetXtreme II 10 GigE (NDIS VB
    D Client)
    Connection Name: ISCSI
    DHCP Enabled: No
    IP address(es)
    [01]: 192.168.1.30
    [02]: fe80::38c9:e59c:5ac2:e0a1
    [02]: Broadcom BCM57800 NetXtreme II 1 GigE (NDIS VBD
    Client)
    Connection Name: NIC3
    Status: Hardware not present
    [03]: Broadcom BCM57800 NetXtreme II 1 GigE (NDIS VBD
    Client)
    Connection Name: MGMT
    DHCP Enabled: No
    IP address(es)
    [01]: 7.48.64.32
    [02]: 7.48.64.30
    [03]: fe80::f14e:9339:9326:c7fd
    [04]: Broadcom BCM57810 NetXtreme II 10 GigE (NDIS VB
    D Client)
    Connection Name: SLOT 5 Port 1_swport_VMRepwan
    DHCP Enabled: Yes
    DHCP Server: N/A
    IP address(es)
    [05]: Broadcom BCM57800 NetXtreme II 10 GigE (NDIS VB
    D Client)
    Connection Name: NIC2
    Status: Hardware not present
    [06]: Broadcom BCM57810 NetXtreme II 10 GigE (NDIS VB
    D Client)
    Connection Name: SLOT 5 Port 2_swport_VMOpswan
    DHCP Enabled: Yes
    DHCP Server: N/A
    IP address(es)
    Hyper-V Requirements: A hypervisor has been detected. Features required for
    Hyper-V will not be displayed.
    I have a script that runs each HF install.. If I run them manually without the tool I get the same results so it is not the script..
    Installing 95 patches
    for Microsoft Windows Server 2012 R2 Datacenter x64
    Repository path: U:\Patch Repository_4_1\2012_R2_HFs\
    1. Windows8.1-KB2894852-v2-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    2. Windows8.1-KB2894856-v2-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    3. Windows8.1-KB2920189-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    4. Windows8.1-KB2926765-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    5. Windows8.1-KB2928120-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    6. Windows8.1-KB2931358-x64.msu patch status: ALREADY INSTALLED - SKIPPING
    7. Windows8.1-KB2931366-x64.msu patch status: ALREADY INSTALLED - SKIPPING
    8. Windows8.1-KB2933826-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    9. Windows8.1-KB2939576-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    10. Windows8.1-KB2953522-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    11. Windows8.1-KB2957151-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    12. Windows8.1-KB2957189-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    13. Windows8.1-KB2957689-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    14. Windows8.1-KB2961072-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    15. Windows8.1-KB2961887-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    16. Windows8.1-KB2962872-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    17. Windows8.1-KB2964718-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    18. Windows8.1-KB2964736-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    19. Windows8.1-KB2965788-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    20. Windows8.1-KB2966072-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    21. Windows8.1-KB2966826-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    22. Windows8.1-KB2966828-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    23. Windows8.1-KB2971850-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    24. Windows8.1-KB2972213-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    25. Windows8.1-KB2972280-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    26. Windows8.1-KB2973114-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    27. Windows8.1-KB2973201-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    28. Windows8.1-KB2973351-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    29. Windows8.1-KB2974008-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    30. Windows8.1-KB2976627-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    31. Windows8.1-KB2976897-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    32. Windows8.1-KB2977292-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    33. Windows8.1-KB2977629-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    34. Windows8.1-KB2978668-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    35. Windows8.1-KB2982794-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    36. Windows8.1-KB2982998-v2-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    37. Windows8.1-KB2987107-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    38. Windows8.1-KB2987114-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    39. Windows8.1-KB2988948-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    40. Windows8.1-KB2992611-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    41. Windows8.1-KB2993651-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    42. Windows8.1-KB2993958-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    43. Windows8.1-KB3000061-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    44. Windows8.1-KB3000483-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    45. Windows8.1-KB3000869-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    46. Windows8.1-KB3001237-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    47. Windows8.1-KB3002657-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    48. Windows8.1-KB3002885-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    49. Windows8.1-KB3003057-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    50. Windows8.1-KB3003381-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    51. Windows8.1-KB3003743-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    52. Windows8.1-KB3004150-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    53. Windows8.1-KB3004361-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    54. Windows8.1-KB3004365-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    55. Windows8.1-KB3005607-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    56. Windows8.1-KB3006226-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    57. Windows8.1-KB3008923-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    58. Windows8.1-KB3008925-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    59. Windows8.1-KB3010788-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    60. Windows8.1-KB3011780-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    61. Windows8.1-KB3013126-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    62. Windows8.1-KB3013455-v2-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    63. Windows8.1-KB3014029-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    64. Windows8.1-KB3018943-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    65. Windows8.1-KB3019215-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    66. Windows8.1-KB3019978-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    67. Windows8.1-KB3020393-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    68. Windows8.1-KB3021674-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    69. Windows8.1-KB3021952-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    70. Windows8.1-KB3023607-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    71. Windows8.1-KB3036197-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    72. Windows8.1-KB3021953-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    73. Windows8.1-KB3022777-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    74. Windows8.1-KB3023266-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    75. Windows8.1-KB3023562-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    76. Windows8.1-KB3024663-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    77. Windows8.1-KB3029944-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    78. Windows8.1-KB3030377-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    79. Windows8.1-KB3031432-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    80. Windows8.1-KB3032323-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    81. Windows8.1-KB3032359-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    82. Windows8.1-KB3040335-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    83. Windows8.1-KB3033408-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    84. Windows8.1-KB3033889-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    85. Windows8.1-KB3034196-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    86. Windows8.1-KB3034344-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    87. Windows8.1-KB3035017-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    88. Windows8.1-KB3035034-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    89. Windows8.1-KB3035126-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    90. Windows8.1-KB3035131-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    91. Windows8.1-KB3035132-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    92. Windows8.1-KB3037634-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    93. Windows8.1-KB3039066-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    94. Windows8.1-KB3044132-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    95. Windows8.1-KB3046049-x64.msu patch status: DOES NOT APPLY TO THIS COMPUTER
    Thanks,
    Dave
    

    Hi Dave,
    Would you please check CBS lg file and other relevant event logs if find more clues? On current situation, please refer to following article and check if can help you.
    Update is not applicable to your computer- but it is
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

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

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

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

Maybe you are looking for

  • Why my instance crashed down

    HI,everybody,My instance crashed down last day. Is there anybody can tell me why ? oracle version:10.2.0.1.0 (Only Patch 4612267) OS version:redhat as 4.5 Sorry, I am in china,so there is some chinese character in the alter file,but I think everybody

  • Can i use my ipod on another pc without losing all the tunes i have on it??

    can i use my ipod on another pc without losing all the tunes i have on it?? the last thing i want to happen is lose 40gb of tracks!!ANY HELP WOULD BE GREAT

  • Is anyone having issues with Windows 8 phones not loading mobile versions of websites?

    I was just wondering if anyone with a Windows phone is having problems loading the mobile site version of a Muse site when viewed on the phone? or if there is a known bug or incompatability?

  • Flat File and IDoc

    Hi,   Is it possible to read a flat file and create the sale order through IDoc.  Can i do this by DOC_INBOUND_FROM_FILE without XI?? What file format should i pass?? Regards, Kit

  • Linking between classes / variables disappeared?

    Hello Forum I transferred my project to another computer.  For some reason all the linking capability disappeared.  I used to be able to option click on a function or a variable and it would take me to the origin of the function / variable where it i