[Solved] Package Preparation Failed

Alright, the issue I'm having is that when I select packages during the installation I get an error, "pacman preparation failed check /dev/tty7 for errors". At first I thought it was a network problem; but, I can ping www.google.com and everything else on the network seems fine. Any help is really appreciated, thanks!
I'm trying to do a net installation on a 320gb wd SATA hdd. I can provide any other info you require as well.
Edit: I apologize, I went back to check the error and it installed fine this morning. The only thing different was that I installed over an Ubuntu partition instead of an OpenSuse one.
Last edited by Shazzam6999 (2010-05-11 16:15:54)

I get an error, "pacman preparation failed. check /dev/tty7 for errors"
did you?

Similar Messages

  • [Solved] Pacman preparation failed

    I'm trying a new installation from a USB key and it fails on the Package Selection phase. The error message I get on tty7 is:
        Execute(): worker_package_list exit state was 1
    More info:
    - arch is x86_64
    - I'm installing from a USB stick on a laptop that has been running x32 arch for at least a year (it's a core2 cpu)
    - I've checked and double-checked the md5sum of the iso and the image on the stick
    - I'm using a core iso - no network access
    - I select the local core repo when running aif
    - I can see all the packages in /repo/core/x86_64/{core,any}
    - I've read the aif bash scripts but so far I've been unable to see what the problem might be
    I've read all I've found about the subject (there are many threads on this problem), but nothing that describes my exact situation; nothing has helped me. If somebody has any pointers, I'll be grateful!
    -- buo
    P.S: I've solved this problem; here's the solution in case anyone else encounters something similar. My drive was already partitioned and formatted, so I was telling aif to leave it alone. After I allowed it to reformat the root partition, the problem went away.
    Last edited by buo (2012-05-25 15:50:26)

    I get an error, "pacman preparation failed. check /dev/tty7 for errors"
    did you?

  • [SOLVED] package upgrade fails for python2-qt

    After doing
    pacman -Syuv
    , I get:
    error: failed to commit transaction (conflicting files)
    python2-qt: /usr/lib/python2.7/site-packages/PyQt4/Qt.so exists in filesystem
    ... snip a whole lot more...
    python2-qt: /usr/share/sip/phonon/volumeslider.sip exists in filesystem
    /usr/lib/python3.1/site-packages/PyQt4/Qsci.so exists in both 'qscintilla' and 'python-qscintilla'
    Errors occurred, no packages were upgraded.
    Any ideas what the problem can be and how to deal with it??
    Thanks in advance,
    Theo.
    Last edited by vri (2011-01-21 10:25:13)

    Similar issue here : after upgrading I get :
    error: failed to commit transaction (conflicting files)
    python-qscintilla: /usr/lib/python3.1/site-packages/PyQt4/Qsci.so exists in filesystem
    Apparently 3 packages (qscintilla and the python and python2 bindings) install the same file. IMHO File should only be installed by qscintilla ... :-)

  • SSIS package is failing when using SQL server agent

    I am trying to execute an SSIS package through an SQL server agent and receiving the following error:
    Message
    Executed as user: serv-syst\SYSTEM. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 32-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  1:56:53 PM  Error: 2014-04-21
    13:56:54.81     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred.
    Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'hsnzha'.".  End Error  Error: 2014-04-21
    13:56:54.82     Code: 0xC00291EC     Source: Drop table(s) SQL Task 1 Execute SQL Task     Description: Failed to acquire connection "DestinationConnectionOLEDB". Connection may not be configured
    correctly or you may not have the right permissions on this connection.  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login
    failed for user 'hsnzha'.".  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC00291EC     Source: Preparation SQL Task 1 Execute SQL Task     Description: Failed to acquire connection
    "DestinationConnectionOLEDB". Connection may not be configured correctly or you may not have the right permissions on this connection.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  1:56:53 PM 
    Finished: 1:56:54 PM  Elapsed:  0.844 seconds.  The package execution failed.  The step failed.
    My SSIS package retrieves a excel file and saves the vales into an SQL table. When I run the package by itself in my server it works fine but when it's called from a SQL agent, it fails with the above error. Please help me resolve it.

    That's the issue. If it's a SQL login the password cannot be retrieved by account executing the package from the job which is why login fails. In that case best thing would be set password in job properties or pass it using configuration created in the package
    See
     HTTP://blogs.msdn.com/b/runeetv/archive/2011/12/22/ssis-package-using-sql-authentication-and-dontsavesensitive-as-protectionlevel.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    My package is saved with ServerStorage which appears under \\server\Stored Packages\MSDB\PACKAGE and when I run it, it works fine.
    There is a new error message that I get now after following the steps from the link...
    Message
    Microsoft (R) SQL Server Execute Package Utility
    Version 10.50.1600.1 for 32-bit
    Copyright (C) Microsoft Corporation 2010. All rights reserved.
    Started:  3:34:22 PM
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0202009
       Source: PACKAGEWMG Connection manager "SourceConnectionExcel"
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Office Access Database Engine"  Hresult: 0x80004005  Description: "Unexpected error from external database driver (????????).".
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC020801C
       Source: Data Flow Task 1 Source - 'Contact Center$' [1]
       Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionExcel" failed with error code 0xC0202009.  There may be error
    messages posted before this with more information on why the AcquireConnection method call failed.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0047017
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: component "Source - 'Contact Center$'" (1) failed validation and returned error code 0xC020801C.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC004700C
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: One or more component failed validation.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0024107
       Source: Data Flow Task 1
       Description: There were errors during task validation.
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started:  3:34:22 PM
    Finished: 3:34:23 PM
    Elapsed:  1.25 seconds

  • Windows 7 64bits Installing Internet Explorer 11 ERROR Neutral package installation failed

    Hi,
    The laptop is running Windows 7 64bits with Internet Explorer 10 and the Windows automatic updates is turned on. The problem happens when the Windows keeps installing the Internet Explorer 11 every time between shutdown process. So I decided to download
    IE11 offline installation and try to install from it but the problem doesn't solve, the installation still does not complete. I have tried to delete all files in the Windows temp folder and IE temp folder already but the problem still exist.
    Below is the details from IE11_main.log file
    00:00.000:
    ====================================================================
    00:00.000: Started: 2014/05/26 (Y/M/D) 11:00:44.473 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\TBG\Desktop\IE11-Windows6.1-x64-en-us.exe"
    00:00.016: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.016: INFO:    Previous version of Internet Explorer: 10.0.9200.16866
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.016: INFO:    ...and 11.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.016: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.702: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.702: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE18CE4.tmp\Spelling_en.msu.
    00:00.702: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.702: INFO:    Extracted Hyphenation dictionary for en to
    C:\Windows\TEMP\IE18CE4.tmp\Hyphenation_en.msu.
    00:00.718: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:01.607: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:02.714: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded
    and extracted for use.
    00:02.730: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE18CE4.tmp\IE11-
    SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE18CE4.tmp\IE11-support\HardwareBlockingList.xml"
    00:02.870: INFO:    Graphics Device Information: Intel(R) HD Graphics Family
    00:02.870: INFO:    Hardware support check succeeded. Installation will continue.
    00:02.870: INFO:    Windows 7 operating system detected.
    00:02.886: INFO:    Service pack major: 1
    00:02.886: INFO:    Service pack minor: 0
    00:02.886: INFO:    Service pack name:  Service Pack 1
    00:02.886: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >=
    6.2.9200.16570 (True)
    00:02.886: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll:
    6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:02.886: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18409 >=
    6.1.7601.17727 (True)
    00:02.902: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll:
    6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:02.902: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >=
    6.1.7601.17888 (True)
    00:02.902: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:02.902: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >=
    6.1.7601.18010 (True)
    00:02.902: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >=
    6.1.7601.18254 (True)
    00:02.917: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >=
    6.1.7601.18247 (True)
    00:07.597: INFO:    Waiting for 0 prerequisite downloads.
    01:37.423: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using
    the downloaded package.
    01:37.423: INFO:    Waiting for 0 language pack downloads.
    01:37.423: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    01:37.438: INFO:    No reboot logic message NrApiStart(0), lParam=0x03771068 returned 0x00000000.
    01:38.000: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    01:38.000: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    01:38.000: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE18CE4.tmp\IE11-
    neutral.Downloaded.cab
    01:38.000: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package
    /packagepath:C:\Windows\TEMP\IE18CE4.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    02:20.619: INFO:    Process exit code 0x80004005 (-2147467259) [Unspecified error ]
    02:20.713: ERROR:   Neutral package installation failed (exit code = 0x80004005 (2147500037)).
    02:20.729: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    02:20.744: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    02:20.775: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    02:20.869: INFO:    Waiting for Active Setup to complete.
    02:20.963: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    02:32.694: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    02:32.741: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    02:32.756: INFO:    SQM Upload returned 403
    02:36.453: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE18CE4.tmp
    02:36.531: INFO:    Unable to remove directory C:\Windows\TEMP\IE18CE4.tmp, marking for deletion on reboot.
    02:36.531: INFO:    Released Internet Explorer Installer Mutex
    Taweesak Archawamaitreekool

    DISM.log would make this clearer.  And using ProcMon I suspect would really make it snap out at you.   <eg>
    C.f. (credit for a recent discovery)
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/i-get-error-9c59-when-updating-internet-explorer/03d4473a-867b-44a5-9a37-913e9a5879cf?page=8&msgId=afe85da0-36e0-4160-860b-d2973e78c8b9 
    Unfortunately, since then others have quickly stuck a pin in this balloon, finding that it is just one more bump in the road, but at least working around this coding error should change your symptom.
    Good luck
    Robert Aldwinckle
    Thank you very much.
    I have tried to create a symbolic link as suggested on a forum but the problem still cannot be solved. The error message from IE11_main.log file is exactly the same as before.
    For DISM.Log, here are the details from the started time of the installtion process
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE:
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: Executing command line: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1CA88.tmp\IE11-neutral.Downloaded.cab
    /quiet /norestart
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Manager: PID=9144 Successfully loaded the ImageSession at "C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583"
    - CDISMManager::LoadImageSession
    2014-05-29 16:53:58, Info                  DISM   DISM Image Session: PID=8324 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\OSProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\OSProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM OS Provider: PID=8324 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM OS Provider: PID=8324 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\LogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\LogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\PEProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Warning               DISM   DISM Provider Store: PID=8324 Failed to Load the provider: C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Manager: PID=9144 Image session successfully loaded from the temporary location: C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583
    - CDISMManager::CreateImageSession
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:58, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:58, Info                  DISM   DISM.EXE: Target image information: OS Version=6.1.7601.17592, Image architecture=amd64
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\CbsProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\CbsProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:58, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
    2014-05-29 16:53:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 CBS is being initialized for online use. More information about CBS actions can be
    located at: %windir%\logs\cbs\cbs.log - CDISMPackageManager::Initialize
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\MsiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\MsiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\IntlProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\IntlProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\DmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\DmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM OS Provider: PID=8324 Successfully loaded the hive. - CDISMOSServiceManager::DetermineBootDrive
    2014-05-29 16:53:59, Info                  DISM   DISM Driver Manager: PID=8324 Further logs for driver related operations can be found in the target operating system
    at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\UnattendProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\UnattendProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\SmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\SmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\TransmogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\TransmogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager
    2014-05-29 16:53:59, Info                  DISM   DISM Transmog Provider: PID=8324 Current image session is [ONLINE] - CTransmogManager::GetMode
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Encountered the option "packagepath" with value "C:\Windows\TEMP\IE1CA88.tmp\IE11-neutral.Downloaded.cab"
    - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Package Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428
    with CBS state 4(CbsInstallStateStaged) being mapped to dism state 3(DISM_INSTALL_STATE_STAGED) - CDISMPackage::LogInstallStateMapping
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Initiating Changes on Package with values: 4, 7 - CDISMPackage::Internal_ChangePackageState
    2014-05-29 16:54:00, Info                  DISM   PID=4640 Scratch directory set to 'C:\Users\TBG\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-05-29 16:54:00, Info                  DISM   PID=4640 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Manager: PID=4640 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Executing command line: c:\windows\sysnative\dism.exe
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. -
    CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Getting the help information collection for the provider: WimManager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Registering information from the help collection from provider: WimManager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(wimcommands) and category(localtoplevelhelp) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(cleanup-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(remount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(mount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(unmount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(commit-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(get-wiminfo) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(get-mountedwiminfo) and category(wimcommands) for the
    provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Getting the help information collection for the provider: Compatibility Manager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    Taweesak Archawamaitreekool

  • Calling ALL Experts...SSIS Package keep failing in Debug Mode..SQL 2005

    Hello everyone,
    I just want to thank you in advance for all the help that you can give today. 
    I just started at a new Company, as a junior DBA, the previous person left. Before that person left he created a lot of SSIS packages and
    turn them into jobs basically to refresh many different tables on the SQL server. The datas are being import from another datasource, which is why the SSIS packages was created so we can bring the datas over to SQL side.  Whenever I want to create a new
    SSIS Package for a new job, I always get the same failure as below...
    "Error: 0xC0047062 at Data Flow Task, Source - Query [1]: System.OverflowException: Arithmetic operation resulted in an overflow.
    at System.Data.Odbc.OdbcStatementHandle.RowCount(SQLLEN& rowCount)
    at System.Data.Odbc.OdbcDataReader.GetRowCount()
    at System.Data.Odbc.OdbcDataReader.FirstResult()
    at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments,
    SQL_API odbcApiMethod)
    at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader)
    at System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior)
    at System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(CommandBehavior behavior)
    at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
    at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.PreExecute()
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPreExecute(IDTSManagedComponentWrapper90 wrapper)
    Error: 0xC004701A at Data Flow Task, DTS.Pipeline: component "Source - Query" (1) failed the pre-execute phase and returned error
    code 0x80131516.
    Information: 0x40043009 at Data Flow Task, DTS.Pipeline: Cleanup phase is beginning.
    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "Destination - GLCGLDS" (103)" wrote 0 rows.
    Task failed: Data Flow Task
    SSIS package "SSIS_GLCGLDS_GL.dtsx" finished: Failure.
    The program '[16836] SSIS_GLCGLDS_GL.dtsx: DTS' has exited with code 0 (0x0)."
    All the SSIS packages are failing for me, not just the one I created, even the ones that were working
    before, the ones that were created by the previous person, I just went to Start Debugging and it would failed at the same exact stage
    Below are the exact steps that I do to create the SSIS Package (based on the notes from previous person)
    1. right click on SSIS Package and select sql server import and export wizard and click next
    2. Select data source as .Net framework Data Provide for ODBC
    3. Input Datasource, and driver as: TS ODBC Multi – Tier Driver
    4. Choose destination as Microsoft OlE DB Provide for SQL Server
    5. Write a basic select statement.
    6. Click edit Mappings
    7. Here's the important part... I am ABLE to preview the DATA.
    8. Click ok  next  finished
    9. Click debug start debugging
    10. The preparation SQL task will be green, but the Data Flow Task will failed everytime for me.
    If anyone has any suggestion please let me know, b/c I have try every possible ways and out of luck, and I don't want to explain to my boss
    I don't know how to do it or how the previous person does it without any failures.
    TL

    Below are the exact steps that I do to create the SSIS
    Package (based on the notes from previous person)
    1. right click on SSIS Package and select sql server import and export wizard and click
    next
    2. Select data source as .Net framework Data Provide for ODBC
    3. Input Datasource, and driver as: TS ODBC Multi – Tier Driver
    4. Choose destination as Microsoft OlE DB Provide for SQL Server
    5. Write a basic select statement. (select * from tableA)
    6. Click edit Mappings to modify few column with their data type
    7. Next -> Here's the important part... when I clicked on Preview Data, I am ABLE to
    preview the DATA.
    Finished.

  • IE 11 ERROR: Neutral package installation failed (exit code = 0x00003715 (14101)).

    Below is the log.
    00:00.000: ====================================================================
    00:00.063: Started: 2014/05/29 (Y/M/D) 16:48:19.266 (local)
    00:00.094: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.125: Command line: "C:\Windows\SoftwareDistribution\Download\Install\IE11-Windows6.1-x64-en-us.exe" /WU-SILENT
    00:00.156: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.203: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.234: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.266: INFO:    ...and 11.1.0.0...
    00:00.297: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.312: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.328: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.344: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.359: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.390: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.671: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.780: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1299F.tmp\Spelling_en.msu.
    00:00.796: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.812: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en.msu.
    00:00.843: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:03.276: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:03.323: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1299F.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1299F.tmp\IE11-support\HardwareBlockingList.xml"
    00:03.573: INFO:    Hardware support check succeeded. Installation will continue.
    00:03.588: INFO:    Windows 7 operating system detected.
    00:03.604: INFO:    Service pack major: 1
    00:03.620: INFO:    Service pack minor: 0
    00:03.635: INFO:    Service pack name:  Service Pack 1
    00:03.713: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.1.7601.17514 >= 6.2.9200.16570 (False)
    00:03.869: WARNING: Checking version for C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll.  The file does not exist.
    00:03.900: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.17514 >= 6.1.7601.17727 (False)
    00:03.932: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7600.16385 >= 6.1.7601.17617 (False)
    00:03.963: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.17514 >= 6.1.7601.17888 (False)
    00:03.978: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:04.010: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.17514 >= 6.1.7601.18010 (False)
    00:04.056: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.17514 >= 6.1.7601.18254 (False)
    00:04.119: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7600.16385 >= 6.1.7601.18247 (False)
    00:07.052: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab
    00:07.083: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab
    00:07.114: INFO:    A local copy of the KB2834140 installation package has been copied to KB2834140_amd64.MSU.
    00:07.130: INFO:    IE Setup prerequisite package for KB2670838 included: C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab
    00:07.145: INFO:    IE Setup prerequisite package for KB2670838 included: C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab
    00:07.176: INFO:    A local copy of the KB2670838 installation package has been copied to KB2670838_amd64.CAB.
    00:07.192: INFO:    IE Setup prerequisite package for KB2639308 included: C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab
    00:07.223: INFO:    IE Setup prerequisite package for KB2639308 included: C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab
    00:07.239: INFO:    A local copy of the KB2639308 installation package has been copied to KB2639308_amd64.CAB.
    00:07.270: INFO:    IE Setup prerequisite package for KB2533623 included: C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab
    00:07.286: INFO:    IE Setup prerequisite package for KB2533623 included: C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab
    00:07.317: INFO:    A local copy of the KB2533623 installation package has been copied to KB2533623_amd64.MSU.
    00:07.348: INFO:    IE Setup prerequisite package for KB2731771 included: C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab
    00:07.364: INFO:    IE Setup prerequisite package for KB2731771 included: C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab
    00:07.395: INFO:    A local copy of the KB2731771 installation package has been copied to KB2731771_amd64.CAB.
    00:07.410: INFO:    IE Setup prerequisite package for KB2729094 included: C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab
    00:07.442: INFO:    IE Setup prerequisite package for KB2729094 included: C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab
    00:07.473: INFO:    A local copy of the KB2729094 installation package has been copied to KB2729094_amd64.MSU.
    00:07.488: INFO:    IE Setup prerequisite package for KB2786081 included: C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab
    00:07.520: INFO:    IE Setup prerequisite package for KB2786081 included: C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab
    00:07.535: INFO:    A local copy of the KB2786081 installation package has been copied to KB2786081_amd64.CAB.
    00:07.566: INFO:    IE Setup prerequisite package for KB2888049 included: C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab
    00:07.613: INFO:    IE Setup prerequisite package for KB2888049 included: C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab
    00:07.629: INFO:    A local copy of the KB2888049 installation package has been copied to KB2888049_amd64.MSU.
    00:07.691: INFO:    IE Setup prerequisite package for KB2882822 included: C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab
    00:07.800: INFO:    IE Setup prerequisite package for KB2882822 included: C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab
    00:07.832: INFO:    A local copy of the KB2882822 installation package has been copied to KB2882822_amd64.MSU.
    00:07.863: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab
    00:07.894: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab
    00:08.066: INFO:    Waiting for 9 prerequisite downloads.
    00:08.081: INFO:    Prerequisite download processes have completed. Starting Installation of 9 prerequisites.
    00:08.128: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab /quiet /norestart
    00:38.049: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:38.080: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab /quiet /norestart
    02:22.117: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    02:22.164: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab /quiet /norestart
    02:59.199: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    02:59.230: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab /quiet /norestart
    03:38.074: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    03:38.121: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab /quiet /norestart
    04:24.765: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    04:24.796: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab /quiet /norestart
    04:56.652: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    04:56.683: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab /quiet /norestart
    05:01.972: INFO:    Process exit code 0x00000000 (0) [The operation completed successfully. ]
    05:02.003: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab /quiet /norestart
    05:38.164: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    05:38.179: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab /quiet /norestart
    06:22.702: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    06:22.749: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    06:22.780: INFO:    Waiting for 0 language pack downloads.
    06:22.796: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    06:23.030: INFO:    No reboot logic message NrApiStart(0), lParam=0x000227e8 returned 0x00000000.
    06:24.184: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    06:24.200: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    06:24.231: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1299F.tmp\IE11-neutral.Downloaded.cab
    06:24.246: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    07:49.860: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    07:49.922: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    07:49.953: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE1299F.tmp\Spelling_en.msu
    07:50.031: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\Spelling_en\Windows6.3-KB2849696-x86.cab /quiet /norestart
    08:41.933: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    08:41.964: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en.msu
    08:42.042: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en\Windows6.3-KB2849697-x86.cab /quiet /norestart
    09:32.758: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    09:32.789: INFO:    Preparing to install IE-Spelling-en.cab using C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab
    09:32.820: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab /quiet /norestart
    09:49.372: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    09:49.388: INFO:    Preparing to install IE-Hyphenation-en.cab using C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab
    09:49.419: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab /quiet /norestart
    10:05.565: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    10:05.581: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    10:05.596: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    10:05.752: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    10:05.799: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    10:05.893: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    10:05.986: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1299F.tmp
    10:06.033: INFO:    Unable to remove directory C:\Windows\TEMP\IE1299F.tmp, marking for deletion on reboot.
    10:06.095: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.047: Started: 2015/04/08 (Y/M/D) 16:31:22.090 (local)
    00:00.063: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.078: Command line: "C:\Windows\ccmcache\8\IE11-Windows6.1-x64-en-us.exe"  /passive /quiet /norestart
    00:00.094: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.125: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.141: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.156: INFO:    ...and 11.1.0.0...
    00:00.172: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.203: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.250: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.297: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.312: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.328: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.702: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.936: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1AD8.tmp\Spelling_en.msu.
    00:01.092: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:01.155: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1AD8.tmp\Hyphenation_en.msu.
    00:01.233: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:02.184: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:05.632: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:05.663: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1AD8.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1AD8.tmp\IE11-support\HardwareBlockingList.xml"
    00:06.162: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:06.178: INFO:    Hardware support check succeeded. Installation will continue.
    00:06.194: INFO:    Windows 7 operating system detected.
    00:06.225: INFO:    Service pack major: 1
    00:06.240: INFO:    Service pack minor: 0
    00:06.256: INFO:    Service pack name:  Service Pack 1
    00:06.443: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:06.490: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:06.537: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:06.615: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:06.662: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:06.677: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:06.693: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:06.833: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:06.974: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:33.509: INFO:    Waiting for 0 prerequisite downloads.
    03:00.993: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    03:01.180: INFO:    Waiting for 0 language pack downloads.
    03:01.195: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    03:01.273: INFO:    No reboot logic message NrApiStart(0), lParam=0x00531188 returned 0x00000000.
    03:02.412: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    03:02.459: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    03:02.475: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1AD8.tmp\IE11-neutral.Downloaded.cab
    03:02.521: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1AD8.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    03:29.556: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    03:29.619: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    03:29.634: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    03:29.650: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    03:29.759: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    03:29.775: INFO:    Waiting for Active Setup to complete.
    03:29.806: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    03:29.837: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:29.853: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:29.900: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1AD8.tmp
    03:29.962: INFO:    Unable to remove directory C:\Windows\TEMP\IE1AD8.tmp, marking for deletion on reboot.
    03:30.040: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.109: Started: 2015/04/08 (Y/M/D) 16:52:25.541 (local)
    00:00.156: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.219: Command line: "C:\Windows\ccmcache\8\IE11-Windows6.1-x64-en-us.exe"  /passive /quiet /norestart
    00:00.328: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.375: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.421: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.484: INFO:    ...and 11.1.0.0...
    00:00.546: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.640: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.718: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.796: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.874: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.936: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:03.916: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:03.994: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1C0CE.tmp\Spelling_en.msu.
    00:04.010: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:04.041: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1C0CE.tmp\Hyphenation_en.msu.
    00:04.056: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:04.883: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:06.272: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:06.412: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1C0CE.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1C0CE.tmp\IE11-support\HardwareBlockingList.xml"
    00:07.052: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:07.067: INFO:    Hardware support check succeeded. Installation will continue.
    00:07.083: INFO:    Windows 7 operating system detected.
    00:07.098: INFO:    Service pack major: 1
    00:07.114: INFO:    Service pack minor: 0
    00:07.145: INFO:    Service pack name:  Service Pack 1
    00:07.176: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:07.208: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:07.223: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:07.254: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:07.301: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:07.317: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:07.332: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:07.410: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:07.473: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:30.140: INFO:    Waiting for 0 prerequisite downloads.
    00:32.277: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:32.339: INFO:    Waiting for 0 language pack downloads.
    00:32.355: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    00:32.417: INFO:    No reboot logic message NrApiStart(0), lParam=0x00351188 returned 0x00000000.
    00:33.119: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:33.197: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:33.213: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1C0CE.tmp\IE11-neutral.Downloaded.cab
    00:33.244: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C0CE.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    00:52.370: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:52.401: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:52.417: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:52.463: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:52.573: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:52.744: INFO:    Waiting for Active Setup to complete.
    00:52.900: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:53.009: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:53.072: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:53.150: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1C0CE.tmp
    00:53.290: INFO:    Unable to remove directory C:\Windows\TEMP\IE1C0CE.tmp, marking for deletion on reboot.
    00:53.353: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.031: Started: 2015/04/08 (Y/M/D) 17:01:40.023 (local)
    00:00.062: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.093: Command line: IE11-Windows6.1-x64-en-us.exe
    00:00.109: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.140: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.171: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.218: INFO:    ...and 11.1.0.0...
    00:00.249: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.280: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.296: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.312: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.343: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.358: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.826: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.889: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1AF41.tmp\Spelling_en.msu.
    00:00.951: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.982: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1AF41.tmp\Hyphenation_en.msu.
    00:01.014: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:02.199: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:03.837: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:04.258: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1AF41.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1AF41.tmp\IE11-support\HardwareBlockingList.xml"
    00:05.335: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:05.351: INFO:    Hardware support check succeeded. Installation will continue.
    00:05.382: INFO:    Windows 7 operating system detected.
    00:05.413: INFO:    Service pack major: 1
    00:05.475: INFO:    Service pack minor: 0
    00:05.507: INFO:    Service pack name:  Service Pack 1
    00:05.663: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:05.694: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:05.741: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:05.803: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:05.850: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:05.865: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:05.897: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:06.037: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:06.146: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:31.699: INFO:    Waiting for 0 prerequisite downloads.
    02:45.501: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    02:45.548: INFO:    Waiting for 0 language pack downloads.
    02:45.579: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    02:45.642: INFO:    No reboot logic message NrApiStart(0), lParam=0x003d2b10 returned 0x00000000.
    02:46.921: INFO:    No reboot logic message NrApiScan(1), lParam=0x80070005 returned 0x00000000.
    02:46.999: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    02:47.030: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1AF41.tmp\IE11-neutral.Downloaded.cab
    02:47.061: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1AF41.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    03:06.842: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    03:06.858: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    03:06.889: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    03:07.092: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    03:07.653: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    03:07.778: INFO:    Waiting for Active Setup to complete.
    03:07.981: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:14.705: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:14.767: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1AF41.tmp
    03:14.861: INFO:    Unable to remove directory C:\Windows\TEMP\IE1AF41.tmp, marking for deletion on reboot.
    03:14.923: INFO:    Released Internet Explorer Installer Mutex

    Hi,
    We hope your issue has been resolved, if you've found solution by yourself. We would appreciate it if you could share with us and we will mark it as answer.
    I am looking to your log find that it's trying to launch DISM from c:\windows\SysNative. You might try build a symbolic link from c:\windows\system32 (where DISM lives) to the non-existent path c:\windows\SysNative. Then check the issue again.
    To build a symbolic link, try workaround as Brian's reply to this thread.
     http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/i-get-error-9c59-when-updating-internet-explorer/03d4473a-867b-44a5-9a37-913e9a5879cf?page=8&msgId=afe85da0-36e0-4160-860b-d2973e78c8b9
    Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • The Full Optimization & Lite Optimization Data Manager packages are failing

    Hi,
    The Full Optimization and Lite Optimization Data Manager packages are failing with the following message "An Error occured while querying for the webfolders path".
    Can anyone had similar issue earlier, please let me know how can we rectify the issue.
    Thanks,
    Vamshi Krishna

    Hi,
    Does the Full Optimize work from the Administration Console directly?
    If it's the case, delete the scheduled package for Full Optimize every night (in both eData -> Package Schedule Status and in the Scheduled Tasks on your server Control Panel -> Scheduled Tasks), and then try to reschedule it from scratch.
    If it's not solving your problem, I would check if there are some "wrong" records into the FACT and FAC2 tables.
    After that, I would also check if the tblAppOptimize is having other values than 0. For all applications, you should have a 0 there.
    Hope this will help you..
    Best Regards,
    Patrick

  • Package updates fail in SUSE 10.1

    hi all i cant install packages via the smart package manager or libbyzip in suse 10.1 i get these error messages
    FOR SMART PACKAGE MANAGER:
    Failed to download packages:
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/ncurses-devel-5.5-16.i586.rp...: Unexpected size (expected 713161, got 279384)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/blocxx-devel-1.0.0-15.i586.r...: Unexpected size (expected 439927, got 168800)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/dejagnu-1.4.4-14.i586.rpm: Unexpected size (expected 756710, got 170248)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/yast2-core-devel-2.13.22-3.i...: Unexpected size (expected 2575024, got 217120)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/liby2util-devel-2.13.7-9.i58...: Unexpected size (expected 444715, got 177488)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/gtk-sharp2-debuginfo-2.8.2-1...: Unexpected size (expected 755400, got 186176)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/hwinfo-devel-12.29-3.i586.rp...: Unexpected size (expected 1813109, got 1509648)
        http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/i586/yast2-packagemanager-devel-2...: Unexpected size (expected 1634895, got 168800)
    pls help
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo
    Solved!
    Go to Solution.

    regarding stability issues you should notice that susew 10.3 kernel is buggy if you are unknown of this fact check out bugzilla for more details as far as suse 11 is concerned yeah..m going for it as soon as i get it! 
    Message Edited by samavedam_vijay on 07-02-2008 06:18 PM
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • IE 10 Installation Fails - Neutral package installation failed

    IE 10 will not install in Windows 7 64 bit SP1
    I go past the prompt that says "restarting programs".  Then the installation fails.  The updates are all up to the minute.
    Please help me install IE 10
    Here is the log.  Same error in three tries.  It gives the IE10 Failed to install message.
    00:00.000: Started: 2013/02/27 (Y/M/D) 16:34:02.472 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\Pats Workstation\Downloads\IE10-Windows6.1-x64-en-us.exe"
    00:00.031: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.047: INFO:    Previous version of Internet Explorer: 9.0.8112.16464
    00:00.047: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.062: INFO:    ...and 10.1.0.0...
    00:00.062: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.062: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.078: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.094: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.109: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.109: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.499: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.515: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1A275.tmp\Spelling_en.msu.
    00:00.515: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.530: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1A275.tmp\Hyphenation_en.msu.
    00:00.546: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:01.388: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    01:01.371: INFO:    The no reboot policy and supplemental files failed to download correctly. Default installation files will be used. Wait return value was 0x00000102 (258) [The wait operation timed out. ]
    01:01.402: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1A275.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1A275.tmp\HardwareBlockingList.xml"
    01:01.496: INFO:    Graphics Device Information: NVIDIA Quadro 600
    01:01.496: INFO:    Hardware support check succeeded. Installation will continue.
    01:01.496: INFO:    Windows 7 operating system detected.
    01:01.511: INFO:    Service pack major: 1
    01:01.511: INFO:    Service pack minor: 0
    01:01.511: INFO:    Service pack name:  Service Pack 1
    01:01.527: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    01:01.527: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18044 >= 6.1.7601.17727 (True)
    01:01.542: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18015 >= 6.1.7601.17617 (True)
    01:01.558: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18015 >= 6.1.7601.17932 (True)
    01:01.558: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    01:01.574: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    01:03.414: INFO:    Waiting for 0 prerequisite downloads.
    01:03.414: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    01:03.446: INFO:    No reboot logic message NrApiStart(0), lParam=0x031b1838 returned 0x00000000.
    01:04.085: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    01:04.085: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    01:04.101: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE1A275.tmp\IE10-neutral.Extracted.cab
    01:04.116: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1A275.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    01:18.796: INFO:    Process exit code 0x000036B3 (14003) [The referenced assembly is not installed on your system. ]
    01:18.796: ERROR:   Neutral package installation failed (exit code = 0x000036b3 (14003)).
    01:18.796: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    01:18.812: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:18.812: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:18.812: INFO:    Waiting for Active Setup to complete.
    01:18.812: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:23.819: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:28.827: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:33.850: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:38.873: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:43.912: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    02:36.578: INFO:    Link clicked, opening URL in new window:'http://go.microsoft.com/fwlink/?LinkId=272316'
    06:31.594: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    06:31.625: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1A275.tmp
    06:31.656: INFO:    Unable to remove directory C:\Windows\TEMP\IE1A275.tmp, marking for deletion on reboot.
    06:31.672: INFO:    Released Internet Explorer Installer Mutex

    I can only install if I disconnect from the internet....... WHY???
    I need to create a working package for SCCM but it keeps facking up!
    Here's my log (If I am connected to the internet):
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:44:10.176 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.000: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.000: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.000: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.015: INFO:    ...and 10.1.0.0...
    00:00.015: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.015: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.015: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.015: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.015: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.187: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.202: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1FC8.tmp\Spelling_en.msu.
    00:00.202: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.218: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1FC8.tmp\Hyphenation_en.msu.
    00:00.218: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.639: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.357: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.419: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1FC8.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1FC8.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.497: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.497: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.497: INFO:    Windows 7 operating system detected.
    00:01.497: INFO:    Service pack major: 1
    00:01.497: INFO:    Service pack minor: 0
    00:01.497: INFO:    Service pack name:  Service Pack 1
    00:01.513: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.513: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.513: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.513: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.528: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.544: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.544: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:13.244: INFO:    Waiting for 0 prerequisite downloads.
    00:13.291: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:13.322: INFO:    No reboot logic message NrApiStart(0), lParam=0x032d28d8 returned 0x00000000.
    00:14.102: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:14.102: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:14.118: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1FC8.tmp\IE10-neutral.Downloaded.cab
    00:14.118: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1FC8.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:23.509: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:23.509: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:23.524: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:23.524: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:23.524: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:23.524: INFO:    Waiting for Active Setup to complete.
    00:23.524: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:28.532: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:33.524: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:38.532: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:43.539: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:48.563: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:52.254: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:52.285: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    03:52.301: INFO:    SQM Upload returned 403
    03:56.435: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1FC8.tmp
    03:56.466: INFO:    Unable to remove directory C:\Windows\TEMP\IE1FC8.tmp, marking for deletion on reboot.
    03:56.466: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:48:12.132 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.031: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.031: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.031: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.140: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.203: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1C12C.tmp\Spelling_en.msu.
    00:00.203: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.218: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1C12C.tmp\Hyphenation_en.msu.
    00:00.218: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.640: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.232: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.295: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1C12C.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1C12C.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.357: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.357: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.357: INFO:    Windows 7 operating system detected.
    00:01.357: INFO:    Service pack major: 1
    00:01.373: INFO:    Service pack minor: 0
    00:01.373: INFO:    Service pack name:  Service Pack 1
    00:01.373: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.373: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.388: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.388: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.388: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.388: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.404: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    03:58.666: INFO:    Waiting for 0 prerequisite downloads.
    03:58.697: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    03:58.728: INFO:    No reboot logic message NrApiStart(0), lParam=0x006428d8 returned 0x00000000.
    03:59.352: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    03:59.352: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    03:59.352: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1C12C.tmp\IE10-neutral.Downloaded.cab
    03:59.368: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C12C.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    04:08.588: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    04:08.603: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    04:08.603: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    04:08.603: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    04:08.603: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    04:08.619: INFO:    Waiting for Active Setup to complete.
    04:08.619: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:13.627: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:18.619: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:23.626: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:28.634: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:33.704: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    04:35.716: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    04:35.732: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    04:35.732: INFO:    SQM Upload returned 403
    04:38.836: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1C12C.tmp
    04:38.867: INFO:    Unable to remove directory C:\Windows\TEMP\IE1C12C.tmp, marking for deletion on reboot.
    04:38.883: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:59:11.347 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.109: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.156: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1D049.tmp\Spelling_en.msu.
    00:00.156: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.156: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en.msu.
    00:00.156: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.577: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:15.694: ERROR:   No reboot policy cab file was not downloaded correctly. Default installation files will be used. Error: 0x800c0005 (2148270085) [(null)]
    00:15.725: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1D049.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1D049.tmp\HardwareBlockingList.xml"
    00:15.772: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:15.772: INFO:    Hardware support check succeeded. Installation will continue.
    00:15.772: INFO:    Windows 7 operating system detected.
    00:15.772: INFO:    Service pack major: 1
    00:15.787: INFO:    Service pack minor: 0
    00:15.787: INFO:    Service pack name:  Service Pack 1
    00:15.787: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:15.787: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:15.787: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:15.787: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:15.803: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:15.803: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:17.378: INFO:    Waiting for 0 prerequisite downloads.
    00:17.378: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:17.410: INFO:    No reboot logic message NrApiStart(0), lParam=0x006928d8 returned 0x00000000.
    00:18.034: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:18.049: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:18.049: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE1D049.tmp\IE10-neutral.Extracted.cab
    00:18.049: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    00:26.629: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:26.629: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    00:26.629: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE1D049.tmp\Spelling_en.msu
    00:26.645: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\Spelling_en\Windows6.2-KB2764916-x86.cab /quiet /norestart
    00:48.251: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:48.267: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en.msu
    00:48.267: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en\Windows6.2-KB2764913-x86.cab /quiet /norestart
    01:11.870: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    01:11.870: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    01:11.885: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:11.885: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:11.885: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    01:18.406: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    01:18.422: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    01:18.422: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    01:18.437: INFO:    SQM Upload returned 403
    01:21.495: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1D049.tmp
    01:21.526: INFO:    Unable to remove directory C:\Windows\TEMP\IE1D049.tmp, marking for deletion on reboot.
    01:21.526: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.016: Started: 2014/09/02 (Y/M/D) 17:03:16.899 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: IE10-Windows6.1-x64-en-us.exe  /update-no
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.032: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.032: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.032: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.032: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.032: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.156: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.188: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE18F73.tmp\Spelling_en.msu.
    00:00.203: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.203: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en.msu.
    00:00.203: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.640: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:00.687: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE18F73.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE18F73.tmp\HardwareBlockingList.xml"
    00:00.734: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:00.734: INFO:    Hardware support check succeeded. Installation will continue.
    00:00.749: INFO:    Windows 7 operating system detected.
    00:00.749: INFO:    Service pack major: 1
    00:00.749: INFO:    Service pack minor: 0
    00:00.749: INFO:    Service pack name:  Service Pack 1
    00:00.749: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:00.749: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:00.765: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:00.765: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:00.765: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:00.765: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:02.403: INFO:    Waiting for 0 prerequisite downloads.
    00:02.418: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:02.450: INFO:    No reboot logic message NrApiStart(0), lParam=0x008928d0 returned 0x00000000.
    00:03.120: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:03.136: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:03.136: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE18F73.tmp\IE10-neutral.Extracted.cab
    00:03.136: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    00:11.701: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:11.701: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    00:11.701: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE18F73.tmp\Spelling_en.msu
    00:11.716: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\Spelling_en\Windows6.2-KB2764916-x86.cab /quiet /norestart
    00:18.471: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:18.471: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en.msu
    00:18.487: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en\Windows6.2-KB2764913-x86.cab /quiet /norestart
    00:25.226: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:25.226: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    00:25.226: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:25.226: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:25.226: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    00:27.129: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:27.145: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    00:27.145: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:27.160: INFO:    SQM Upload returned 403
    00:30.233: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE18F73.tmp
    00:30.280: INFO:    Unable to remove directory C:\Windows\TEMP\IE18F73.tmp, marking for deletion on reboot.
    00:30.296: INFO:    Rebooting computer...
    00:30.311: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.016: Started: 2014/09/02 (Y/M/D) 17:12:57.796 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\emkr\Downloads\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.031: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.031: INFO:    ...and 10.1.0.0...
    00:00.031: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.031: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.031: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.047: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.047: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.203: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.234: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1702F.tmp\Spelling_en.msu.
    00:00.234: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.234: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1702F.tmp\Hyphenation_en.msu.
    00:00.234: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.671: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.248: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.311: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1702F.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1702F.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.373: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.373: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.389: INFO:    Windows 7 operating system detected.
    00:01.389: INFO:    Service pack major: 1
    00:01.389: INFO:    Service pack minor: 0
    00:01.389: INFO:    Service pack name:  Service Pack 1
    00:01.389: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.389: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.404: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.404: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.404: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.420: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.420: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:03.557: INFO:    Waiting for 0 prerequisite downloads.
    00:04.462: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:04.493: INFO:    No reboot logic message NrApiStart(0), lParam=0x001e10f8 returned 0x00000000.
    00:05.226: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:05.226: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:05.226: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1702F.tmp\IE10-neutral.Downloaded.cab
    00:05.226: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1702F.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:14.945: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:14.945: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:14.945: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:14.961: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:14.961: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:14.961: INFO:    Waiting for Active Setup to complete.
    00:14.961: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:19.968: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:24.960: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:29.968: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:34.976: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:39.999: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:41.949: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:41.964: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:41.964: INFO:    SQM Upload returned 403
    00:45.084: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1702F.tmp
    00:45.131: INFO:    Unable to remove directory C:\Windows\TEMP\IE1702F.tmp, marking for deletion on reboot.
    00:45.131: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 17:17:57.281 (local)
    00:00.015: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.015: Command line: "C:\IE10-Windows6.1-x64-en-us.exe" 
    00:00.015: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.015: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.015: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.015: INFO:    ...and 10.1.0.0...
    00:00.015: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.015: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.015: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.031: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.187: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.234: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE11F3.tmp\Spelling_en.msu.
    00:00.234: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.249: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE11F3.tmp\Hyphenation_en.msu.
    00:00.249: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.671: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.232: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.295: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE11F3.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE11F3.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.341: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.357: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.357: INFO:    Windows 7 operating system detected.
    00:01.357: INFO:    Service pack major: 1
    00:01.357: INFO:    Service pack minor: 0
    00:01.357: INFO:    Service pack name:  Service Pack 1
    00:01.357: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.357: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.373: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.373: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.373: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.373: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.388: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:05.569: INFO:    Waiting for 0 prerequisite downloads.
    00:05.616: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:05.632: INFO:    No reboot logic message NrApiStart(0), lParam=0x02bd2898 returned 0x00000000.
    00:06.271: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:06.271: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:06.271: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE11F3.tmp\IE10-neutral.Downloaded.cab
    00:06.287: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE11F3.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:14.024: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:14.024: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:14.024: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:14.024: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:14.024: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:14.024: INFO:    Waiting for Active Setup to complete.
    00:14.040: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:19.032: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:24.040: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:29.047: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:34.039: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:39.109: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:41.746: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:41.746: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:41.746: INFO:    SQM Upload returned 403
    00:44.819: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE11F3.tmp
    00:44.866: INFO:    Unable to remove directory C:\Windows\TEMP\IE11F3.tmp, marking for deletion on reboot.
    00:44.866: INFO:    Released Internet Explorer Installer Mutex

  • [SOLVED] update zfs fails due kernel version

    $ uname -v
    #1 SMP PREEMPT Sun Jun 8 10:08:38 CEST 2014
    and
    $ sudo pacman -Syu
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    demz-repo-core is up to date
    demz-repo-archiso is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: spl-git: requires linux=3.14.6-1
    :: zfs-git: requires linux=3.14.6-1
    As I have the required kernel version, I'm puzzled why pacman couldn't do the update.
    Please enlighten me.
    Last edited by theking2 (2014-06-22 07:54:43)

    @Xi0N
    With spl{,-utils} and zfs{,-utils}, upgrading leads to circular dependencies.  This can be worked around by always building the packages in a chroot, but it is a bit more work than a normal module add on from the AUR.
    But while demizer's repo is super duper convenient, he is human and doesn't always get to updating the packages as soon as the new kernel drops to [core].  So from time to time, you will have to patiently wait for the unofficial repo to be updated before you can update the linux package.  That said, I am pretty sure he versions the dependency on the linux package, so I don't think that you can install the new linux package and then end up with a non-working filesystem.  Rather, the attempt to upgrade the linux package will fail due to unmet dependencies.
    Edit: As a disclaimer, it has been a while since I have played with zfs.  So while I think this information is accurate, things may or may not have changed.
    Last edited by WonderWoofy (2014-06-26 23:27:17)

  • [Solved]wine install fails

    Wine install fails due to
    [cii@cii1 ~]$ sudo pacman -S wine
    resolving dependencies...
    looking for inter-conflicts...
    Targets (18): lib32-acl-2.2.51-2 lib32-attr-2.4.46-2 lib32-bzip2-1.0.6-1
    lib32-fontconfig-2.8.0-4 lib32-freetype2-2.4.10-1
    lib32-gcc-libs-4.7.1-4.1 lib32-gettext-0.18.1.1-2
    lib32-libice-1.0.8-1 lib32-libsm-1.2.1-1
    lib32-libxcursor-1.1.13-1 lib32-libxi-1.6.1-1
    lib32-libxrandr-1.3.2-2 lib32-libxrender-0.9.7-1
    lib32-libxt-1.1.3-1 lib32-mesa-8.0.3-3.2
    lib32-util-linux-2.21.2-1 lib32-zlib-1.2.7-1 wine-1.5.8-1
    Total Download Size: 0.13 MiB
    Total Installed Size: 247.69 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from multilib...
    lib32-mesa-8.0.3-3.... 4.2 KiB 38.7K/s 00:00 [######################] 100%
    (18/18) checking package integrity [######################] 100%
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    [cii@cii1 ~]$ sudo pacman -S wine --debug
    debug: parseconfig: options pass
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: finish section '(null)'
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: arch: x86_64
    debug: config: finish section 'options'
    debug: config: new section 'catalyst'
    debug: config: finish section 'catalyst'
    debug: config: new section 'core'
    debug: config file /etc/pacman.conf, line 80: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'core'
    debug: config: new section 'extra'
    debug: config file /etc/pacman.conf, line 84: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'extra'
    debug: config: new section 'community'
    debug: config file /etc/pacman.conf, line 92: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'community'
    debug: config: new section 'multilib'
    debug: config file /etc/pacman.conf, line 103: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'multilib'
    debug: config: finished parsing /etc/pacman.conf
    debug: setup_libalpm called
    debug: option 'logfile' = /var/log/pacman.log
    debug: option 'gpgdir' = /etc/pacman.d/gnupg/
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: parseconfig: repo pass
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: finish section '(null)'
    debug: config: new section 'options'
    debug: config: finish section 'options'
    debug: config: new section 'catalyst'
    debug: config: SigLevel: Never
    debug: config: finish section 'catalyst'
    debug: registering sync database 'catalyst'
    debug: database path for tree catalyst set to /var/lib/pacman/sync/catalyst.db
    debug: adding new server URL to database 'catalyst': http://catalyst.apocalypsus.net/repo/catalyst/x86_64
    debug: config: new section 'core'
    debug: config: SigLevel: PackageRequired
    debug: config file /etc/pacman.conf, line 80: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'core'
    debug: registering sync database 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core.db
    debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
    debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
    debug: missing optional signature
    debug: adding new server URL to database 'core': http://archlinux.supsec.org/core/os/x86_64
    debug: adding new server URL to database 'core': http://archlinux.surlyjake.com/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://cake.lib.fit.edu/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://cosmos.cites.illinois.edu/pub/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://ftp.osuosl.org/pub/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://hive.ist.unomaha.edu/archlinux/core/os/x86_64
    debug: config: new section 'extra'
    debug: config: SigLevel: PackageRequired
    debug: config file /etc/pacman.conf, line 84: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'extra'
    debug: registering sync database 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
    debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
    debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
    debug: missing optional signature
    debug: adding new server URL to database 'extra': http://archlinux.supsec.org/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://archlinux.surlyjake.com/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://cake.lib.fit.edu/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://cosmos.cites.illinois.edu/pub/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://ftp.osuosl.org/pub/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://hive.ist.unomaha.edu/archlinux/extra/os/x86_64
    debug: config: new section 'community'
    debug: config: SigLevel: PackageRequired
    debug: config file /etc/pacman.conf, line 92: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'community'
    debug: registering sync database 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community.db
    debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
    debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
    debug: missing optional signature
    debug: adding new server URL to database 'community': http://archlinux.supsec.org/community/os/x86_64
    debug: adding new server URL to database 'community': http://archlinux.surlyjake.com/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://cake.lib.fit.edu/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://cosmos.cites.illinois.edu/pub/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://ftp.osuosl.org/pub/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://hive.ist.unomaha.edu/archlinux/community/os/x86_64
    debug: config: new section 'multilib'
    debug: config: SigLevel: PackageRequired
    debug: config file /etc/pacman.conf, line 103: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'multilib'
    debug: registering sync database 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
    debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
    debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
    debug: missing optional signature
    debug: adding new server URL to database 'multilib': http://archlinux.supsec.org/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://archlinux.surlyjake.com/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://cake.lib.fit.edu/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://cosmos.cites.illinois.edu/pub/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://ftp.osuosl.org/pub/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://hive.ist.unomaha.edu/archlinux/multilib/os/x86_64
    debug: config: finished parsing /etc/pacman.conf
    debug: loading package cache for repository 'local'
    debug: added 419 packages to package cache for db 'local'
    debug: loading package cache for repository 'catalyst'
    debug: opening database archive /var/lib/pacman/sync/catalyst.db
    debug: added 8 packages to package cache for db 'catalyst'
    debug: loading package cache for repository 'core'
    debug: opening database archive /var/lib/pacman/sync/core.db
    debug: added 195 packages to package cache for db 'core'
    debug: loading package cache for repository 'extra'
    debug: opening database archive /var/lib/pacman/sync/extra.db
    debug: added 2785 packages to package cache for db 'extra'
    debug: loading package cache for repository 'community'
    debug: opening database archive /var/lib/pacman/sync/community.db
    debug: added 2570 packages to package cache for db 'community'
    debug: loading package cache for repository 'multilib'
    debug: opening database archive /var/lib/pacman/sync/multilib.db
    debug: added 144 packages to package cache for db 'multilib'
    debug: adding package 'wine'
    debug: adding package wine-1.5.8-1 to the transaction add list
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package wine-1.5.8-1
    debug: checkdeps: missing dependency 'lib32-fontconfig' for package 'wine'
    debug: checkdeps: missing dependency 'lib32-mesa' for package 'wine'
    debug: checkdeps: missing dependency 'lib32-libxcursor' for package 'wine'
    debug: checkdeps: missing dependency 'lib32-libxrandr' for package 'wine'
    debug: checkdeps: missing dependency 'lib32-libxi' for package 'wine'
    debug: checkdeps: missing dependency 'lib32-gettext' for package 'wine'
    debug: pulling dependency lib32-fontconfig (needed by wine)
    debug: pulling dependency lib32-mesa (needed by wine)
    debug: pulling dependency lib32-libxcursor (needed by wine)
    debug: pulling dependency lib32-libxrandr (needed by wine)
    debug: pulling dependency lib32-libxi (needed by wine)
    debug: pulling dependency lib32-gettext (needed by wine)
    debug: checkdeps: package lib32-fontconfig-2.8.0-4
    debug: checkdeps: missing dependency 'lib32-freetype2>=2.3.11' for package 'lib32-fontconfig'
    debug: pulling dependency lib32-freetype2 (needed by lib32-fontconfig)
    debug: checkdeps: package lib32-mesa-8.0.3-3.2
    debug: checkdeps: missing dependency 'lib32-libxt>=1.1.1' for package 'lib32-mesa'
    debug: checkdeps: missing dependency 'lib32-gcc-libs>=4.6.1' for package 'lib32-mesa'
    debug: pulling dependency lib32-libxt (needed by lib32-mesa)
    debug: pulling dependency lib32-gcc-libs (needed by lib32-mesa)
    debug: checkdeps: package lib32-libxcursor-1.1.13-1
    debug: checkdeps: missing dependency 'lib32-libxrender' for package 'lib32-libxcursor'
    debug: pulling dependency lib32-libxrender (needed by lib32-libxcursor)
    debug: checkdeps: package lib32-libxrandr-1.3.2-2
    debug: checkdeps: missing dependency 'lib32-libxrender' for package 'lib32-libxrandr'
    debug: checkdeps: package lib32-libxi-1.6.1-1
    debug: checkdeps: package lib32-gettext-0.18.1.1-2
    debug: checkdeps: missing dependency 'lib32-acl' for package 'lib32-gettext'
    debug: pulling dependency lib32-acl (needed by lib32-gettext)
    debug: checkdeps: package lib32-freetype2-2.4.10-1
    debug: checkdeps: missing dependency 'lib32-zlib' for package 'lib32-freetype2'
    debug: checkdeps: missing dependency 'lib32-bzip2' for package 'lib32-freetype2'
    debug: pulling dependency lib32-zlib (needed by lib32-freetype2)
    debug: pulling dependency lib32-bzip2 (needed by lib32-freetype2)
    debug: checkdeps: package lib32-libxt-1.1.3-1
    debug: checkdeps: missing dependency 'lib32-libsm' for package 'lib32-libxt'
    debug: pulling dependency lib32-libsm (needed by lib32-libxt)
    debug: checkdeps: package lib32-gcc-libs-4.7.1-4.1
    debug: checkdeps: package lib32-libxrender-0.9.7-1
    debug: checkdeps: package lib32-acl-2.2.51-2
    debug: checkdeps: missing dependency 'lib32-attr>=2.4.46' for package 'lib32-acl'
    debug: pulling dependency lib32-attr (needed by lib32-acl)
    debug: checkdeps: package lib32-zlib-1.2.7-1
    debug: checkdeps: package lib32-bzip2-1.0.6-1
    debug: checkdeps: package lib32-libsm-1.2.1-1
    debug: checkdeps: missing dependency 'lib32-libice' for package 'lib32-libsm'
    debug: checkdeps: missing dependency 'lib32-util-linux-ng' for package 'lib32-libsm'
    debug: pulling dependency lib32-libice (needed by lib32-libsm)
    debug: provider found (lib32-util-linux provides lib32-util-linux-ng)
    debug: pulling dependency lib32-util-linux (needed by lib32-libsm)
    debug: checkdeps: package lib32-attr-2.4.46-2
    debug: checkdeps: package lib32-libice-1.0.8-1
    debug: checkdeps: package lib32-util-linux-2.21.2-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package lib32-zlib-1.2.7-1
    debug: checkdeps: package lib32-bzip2-1.0.6-1
    debug: checkdeps: package lib32-freetype2-2.4.10-1
    debug: checkdeps: package lib32-fontconfig-2.8.0-4
    debug: checkdeps: package lib32-libice-1.0.8-1
    debug: checkdeps: package lib32-util-linux-2.21.2-1
    debug: checkdeps: package lib32-libsm-1.2.1-1
    debug: checkdeps: package lib32-libxt-1.1.3-1
    debug: checkdeps: package lib32-gcc-libs-4.7.1-4.1
    debug: checkdeps: package lib32-mesa-8.0.3-3.2
    debug: checkdeps: package lib32-libxrender-0.9.7-1
    debug: checkdeps: package lib32-libxcursor-1.1.13-1
    debug: checkdeps: package lib32-libxrandr-1.3.2-2
    debug: checkdeps: package lib32-libxi-1.6.1-1
    debug: checkdeps: package lib32-attr-2.4.46-2
    debug: checkdeps: package lib32-acl-2.2.51-2
    debug: checkdeps: package lib32-gettext-0.18.1.1-2
    debug: checkdeps: package wine-1.5.8-1
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-zlib-1.2.7-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-zlib
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-bzip2-1.0.6-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-bzip2
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-freetype2-2.4.10-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-freetype2
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-fontconfig-2.8.0-4-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-fontconfig
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libice-1.0.8-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libice
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-util-linux-2.21.2-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-util-linux
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libsm-1.2.1-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libsm
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxt-1.1.3-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libxt
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-gcc-libs-4.7.1-4.1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-gcc-libs
    debug: setting download size 138244 for pkg lib32-mesa
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxrender-0.9.7-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libxrender
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxcursor-1.1.13-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libxcursor
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxrandr-1.3.2-2-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libxrandr
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxi-1.6.1-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-libxi
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-attr-2.4.46-2-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-attr
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-acl-2.2.51-2-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-acl
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-gettext-0.18.1.1-2-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg lib32-gettext
    debug: found cached pkg: /var/cache/pacman/pkg/wine-1.5.8-1-x86_64.pkg.tar.xz
    debug: setting download size 0 for pkg wine
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    debug: returning error 31 from alpm_db_get_pkg : could not find or read package
    Targets (18): lib32-acl-2.2.51-2 lib32-attr-2.4.46-2 lib32-bzip2-1.0.6-1
    lib32-fontconfig-2.8.0-4 lib32-freetype2-2.4.10-1
    lib32-gcc-libs-4.7.1-4.1 lib32-gettext-0.18.1.1-2
    lib32-libice-1.0.8-1 lib32-libsm-1.2.1-1
    lib32-libxcursor-1.1.13-1 lib32-libxi-1.6.1-1
    lib32-libxrandr-1.3.2-2 lib32-libxrender-0.9.7-1
    lib32-libxt-1.1.3-1 lib32-mesa-8.0.3-3.2
    lib32-util-linux-2.21.2-1 lib32-zlib-1.2.7-1 wine-1.5.8-1
    Total Download Size: 0.13 MiB
    Total Installed Size: 247.69 MiB
    Proceed with installation? [Y/n] y
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from multilib...
    debug: url: http://archlinux.supsec.org/multilib/os/x86_64/lib32-mesa-8.0.3-3.2-x86_64.pkg.tar.xz
    debug: maxsize: 138244
    debug: opened tempfile for download: /var/cache/pacman/pkg/lib32-mesa-8.0.3-3.2-x86_64.pkg.tar.xz.part (wb)
    downloading lib32-mesa-8.0.3-3.2-x86_64.pkg.tar.xz...
    debug: curl returned error 0 from transfer
    debug: response code: 200
    debug: using cachedir: /var/cache/pacman/pkg/
    checking package integrity...
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-zlib-1.2.7-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPokRtAAoJEH8tQ0uXQeisMKoIAKwa7/myZVxPxiIoP/atCYekMxcl2/LDKzaoCKNVdrUdUfLnaSLPnNDFOb0LcYAZjbFxruRvF1Ojtc1drwjxGjbRKnWD9RNC5fRd0ZN6V/+2agKg0nooQd2TMH7M2cVYZefQTFslULb1fJco/14YIarGrVsGjTO4T8B3QycVcKk4LFTuTt8i9ALbzEDxDim3sJeYySsH7FBwcD9vuLSONGeMQFKnKEYl9O2y93Bapcqk6oIsNY8vPxcbU3T/l3HsSssgS6ZG9oAeQbafiBRkeQKTZPfX98q9bySrLYHAtjkEsciGhf4kuGUriwfKIlm36xz89nn2Rrc08DAwxDAodmM=
    debug: GPGME version: 1.3.1
    debug: GPGME engine info: file=/usr/bin/gpg, home=/etc/pacman.d/gnupg/
    debug: checking signature for /var/cache/pacman/pkg/lib32-zlib-1.2.7-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1336034413
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-bzip2-1.0.6-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJOOV5HAAoJEOjxi6FhUTe8tKAIAOA82aijL1mPu0UlK3NSXQ7IqltDEZVI1V3RAB22+FBNngj19Bu5KRw2XOel9ObDif1+gXA0kYJLG0K/MIVO3zue9ueTruDGvaOPPwFcMX2b9wbKwcfbJL5rxWdE6OX97scD3e61XMTn0UbeinJG8HOS4INhVdTuctgpczcMTMkmkq7+Ov14PC1v4HFEHhMslpjtt8/+/q+CtXOLQVFQO1CL8oFF+2EqttA01lth3v+XIMUssOJfakxsB5coY2RstGfk49US6YZN8TqOfDDoM9wVoeVDRDQtts7cOnmGb3eJRk3AWRmjxRXsSqOs/nOAYHh34QA9LR5QqzmytjiM9Ko=
    debug: checking signature for /var/cache/pacman/pkg/lib32-bzip2-1.0.6-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: F4DDD6DDCEC320B665F502AAE8F18BA1615137BC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1312382535
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: F4DDD6DDCEC320B665F502AAE8F18BA1615137BC, Ionut Biru <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-freetype2-2.4.10-1-x86_64.pkg.tar.xz
    debug: sig data: iQIcBAABAgAGBQJP3FrLAAoJEG0WVcFM4cE+bLkQAJxaIZlWxgbz7UHu4WcMqjjzacMK0pRbX/NC6MO/3OKvCPEoI4UUUaKTU5jeHsIFbLt0rT8jnhiTjO2WhHoK3ds3GkEMdXI6ioVjvu5pGW96/y5aCzT+wTT4ZC1fJLe4e3VmxDGjRSXB9eC/jkQsYn8x5ddE6OoDwSwDQTQKQw3wgk3xkchnaWoDw5EKAOoonJA/QQ7IioIPjzQlc7s2hRUBAorDQYvu5KWZcSn/KG4KKzUYXsfGIY7m6lIfa6HUz+YUJnDAB68Bi0TMY46UY6ZMUGbLBloyxB0DSvPV5TXXN1PdqadS9Fe1yYwuhQxJwrHb7X/+tGF6lenXDVvm7scEOg/W+xDhIjJ6iDPusSLIaJ/l8iQpaGzpaPowWgdN+Vri0XFhYBhTRUAEz90AEADkNuV9RNZcF8RTw4Rcl3Tzuq9sm7kIWrVKdO7gSPr/bmSEDshUv4jUqddwI9AHPyXo0HUBnHV/kzEPeEYIM/nzD5PAC0yVG6nBk/0gPq9foqoK2A9LOSbEJTHHJGPof+YgxVKXmHKAqKlkcgwJstwBkAW4HH8ER2KKTMo4eOW/BIeu+fmSm8GnuoSXjiMPVdh8KkSzUT23XexF2E5VbkKkH2SiiD9gWuAj5fPFQ8P3uJ3wQxYw+AALh/zM9gYredtoxWu9YFJX3TXrOkoMrRB+
    debug: checking signature for /var/cache/pacman/pkg/lib32-freetype2-2.4.10-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1339841227
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E, Florian Pritz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-fontconfig-2.8.0-4-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPMsOJAAoJEH8tQ0uXQeisrKUIAJYqx847RjgkMSvGYZBRooJtdvTPpvLilwG/VngfgQXEWSUhzIhKecmPkmCIaSBd3Fdh6ScLdX/TREUpqxhpX3BTddJk0TCRDKZE1AR3nP2IMNssB9hos8cKzmiOvkEUxRB1TUuzszwnp3nePyJLdeb/8PEeacxO6qHtOuSsvJrcjktwBgthM8GqzMjuvNwB8GnB9NYb3DRfAgcJy4UoY4y6+J58qzw9lElMc1v4WbAp0TR9PqrFXjNlb96j9oy/jXTTy63wGURPcLkY3xqrjnR5wrtD0zKbNy7D8P6Lg+xHZ/lEjahb1AmuW8H+BTA6Gdo1KjaNjTW7uAim9xSJ+1A=
    debug: checking signature for /var/cache/pacman/pkg/lib32-fontconfig-2.8.0-4-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1328726921
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libice-1.0.8-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPZe3GAAoJEAYJamrRzt2sQb4IALRdVJ8k6HvFXOLJGA5yPWGRVyn1dkaGXxfe9HEb9wMuzD+WvRfZhTGDL65yIemyRt9beR4jQJGmpm8WGxvikaM9bQ23Gjnh9rAd1uMymI2LX28A71YEijkazz00NVg5wRm6jIfb6NROMKsR9zit+JpYZrIZS1RUhmj9kP5c+MnNogDyrePT/OcWkAJng81/RlWZ/NVTVEedRiale6wdpLSZefKcro/F23hvCknUOaTFAUn7R6NwZqi7iD+S5SZAaxIuU2P9c0Pvw6U5ReEuvX3ABMbUO+bYVGFA+gRZtEzzhJimRrmTpZllRvYQHE/PAn21/YjuxhkOv5CBWCb6faI=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libice-1.0.8-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 535F8C0339450F054A4D282706096A6AD1CEDDAC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332080070
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 535F8C0339450F054A4D282706096A6AD1CEDDAC, Laurent Carlier <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-util-linux-2.21.2-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJP2w6FAAoJEB6yY4/1bAxTdAsH/3f62YRlJIlSngw9cSE7M/9Zw286SLlZe4Oxs7HQOvqxrG502XdSjGksdxhLLOu4bQo/EtgxmSBZGacj7KTTnH3sCPnD2s+pjLwsQuQ9CMyAk9kZ0rv93uRPiKusKjMWCdMMgHswJbkB13Je9I/u/X9E2eGpQVPREzhyiCZglJtP70/gXtT9s53wkIIHQGPemEsTSNRkinpJAmT3Ck4P5PECWU3G7KUBRO0k5faJEWM7oso7u3ZAFNS43nm3wVXjeHRpWQ0Kyl4Cd7DC9AukOs2AGT0mwoBqhpoU11B6YAYkKHZvnTK+Fcxcz78o5pOaK2aOngwhv2PRjegHTe2aQM8=
    debug: checking signature for /var/cache/pacman/pkg/lib32-util-linux-2.21.2-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 487EACC08557AD082088DABA1EB2638FF56C0C53
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1339756165
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 487EACC08557AD082088DABA1EB2638FF56C0C53, Dave Reisner <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libsm-1.2.1-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPcD6IAAoJEH8tQ0uXQeis+sMH/jRQaC5dy9MGPDj8VnwIvONSi6/IWnFnuYQf2EMqkgA0ch3J/V7DUFZqh+o0IorgILCOC4laBuGpunccUptsUVG/0et9lbhAbF9nh08OhTsP18VWrcFfQfY7SQBvOj8ZJIgqj6Q/GLfUOkFo4icM8/S1/WPYgL2NWT1KYzVvWMrmmNifcN4iDulqBKtuFvsSH7d8QNaC8uLj0l7hO/lkFmDlabd8tPhn2en31cxwuALgTT3EniAhN0HuD4ds/smggkC+ysa9v5yr68Qexn9UcyMUxojYnTci0DVKe6LAG8cW6jNh9eN4/38hKsn+FopwRyFCAl2Z/79Bv3mHhU5cUco=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libsm-1.2.1-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332756104
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxt-1.1.3-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPcD6hAAoJEH8tQ0uXQeispi4H/jsr+PJlIk4PufVsswlSRR5Cn176n41tv9RsdjKpBjZrnROXk9XcOki0Nbw/3m8Gjh7ARyF5MN6M6RrWv+10EiQ0UGLYA9tnPhNBthkSUARyIh7abipRuCJT3twEEYaLdYiYE99Ep8ZYuvEYnAitGoVj7KU9eK9KSCRlmylzDbAPU4mWOQbjPrOe0j/AH1SJcKwMH/DTl6NMTmh4bLYR9jhvSdL70zjHex2DpKndndYB/gboN8nV0783Xb1zMwzn3icV7Nd3dCSo3eiEukIRTL2q7Bddl93rLp+86vxBbFXxBtJF73H4vSoPEBViEUNIZnFU8yk5kPgucPMTfG3jGqs=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libxt-1.1.3-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332756129
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-gcc-libs-4.7.1-4.1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJP+AxCAAoJEKXpKIxPpBX6E9wIAIFT9s8cRudfr1fYOp2VRGhNtERbrF+XW0L0xMTGDTeKYgp7DA+LOcHkhqBoyzJz/fgLbfUM0udNxg6qCwdHDe7sfoZOXLKjPZUXgxWtbqic5XcLgP0Z/COFJszhrnoLTV99jzy3lwHLDEk7NV5If8s7YVUHla5/LSsR5D4sti23EhWT0B/PSFHYsxijklrShWqnbELAoC7pQvdWnx8op1rZhDc8+nkd2FaMBleWVlRxhym2E1CNhPY2pbMXBsAuoX+6MH+fiK7b7v0lCVwUT7BTH7frJC3EQmKzuXCzD/nRjhcK45xYN6WZepPAflQKE1z+Liz/XOqXcr5Q8TNndQI=
    debug: checking signature for /var/cache/pacman/pkg/lib32-gcc-libs-4.7.1-4.1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 8218F88849AAC522E94CF470A5E9288C4FA415FA
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1341656130
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 8218F88849AAC522E94CF470A5E9288C4FA415FA, Jan Alexander Steffens (heftig) <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: returning error 6 from _alpm_pkg_validate_internal : wrong or NULL argument passed
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxrender-0.9.7-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPcD33AAoJEH8tQ0uXQeisxWcIAKe3nQBGwv7E0Bj1Yg7w8NR6Qn0VWHCa6eGCzivBZC6N/FfNUz/QBB2xtsRdpHK15PjIVEu7TBSFznksSpNLxZgto/ZGto7iHWmMATgyedDlFispIeR8DcPHd/EuAddS/SoXaQq3vxEbYUkhclu9AnQJIKS+6OGcNufKLDBcNJ636JGH99w1yeIic97Xfxhvj7wQo5io0yRXi+PhT2KWSqw1nafPyXxRBLGRQZLWSLHITcSA3bXwSPxLo3c3v3MGgcUK4q8czenwGlOqSPCeXRGyiN3yyU0r474KGj5qEz1UDHsrvTXH0ZIjiYVzbmuKfqsCx6Pugjp73QM4JjyDZJs=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libxrender-0.9.7-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332755959
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxcursor-1.1.13-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPcDgmAAoJEH8tQ0uXQeis7SgIAKYEyL/JifHsVuS136Ehgs/rvGHTww/DFmUdqpD4xiuepqyD+G+eRlOlwPA4DYRQiaRkifF1yFr8p6Tsu07LeTnJuLtayjzwLDpBMSO+nRETQdwijMzkXz35b4shLsvMJJc+m121INOva56LTbca8PeW49d3JqecNDE2KQ2cSzfMmvFbHADl/DSb+Hl/zt6L5a/aELLBvT8FAHf7fb8FyYdeFOAsq+0WbXy/Uee9OZc6vlQaUxjtgesRS/XBlHbMiX9NRPbeHQbtQERQCwOCN4UfLLhpNvMzBNf6UhxfNOoh62VXaDLhfaYRnWbN6l4+hRJbGSZ2fUR2FwKt4sSPpCo=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libxcursor-1.1.13-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332754470
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC, Pierre Schmitz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxrandr-1.3.2-2-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJPZfPuAAoJEAYJamrRzt2suJ4H/RQfZMuETuDRlK2QG+jrfJGc6VkH9A8pj9UZWyM94/n8SsX+IFzP0J7Rym8ErdzxWC+TRpcYMkPFwip8qqANmLsfm/erkzzbj+47ynkY/iLY1aRRfUIGNVmgOztbtOl6GmA/8HImUdLnsy9z4lOUEQcjQCHkQ6r2kt9FDeC8SMZPV5+0i52AWQHzGXOB61g8CNtgXNYPoPLx0VqhEeHdlk24WCX4WY0DIuE3LTxrQIqXDF9ivbx93bJ/oU6woiPQoIPvCo/z5O6vJtZ8Z1/RUZEeYDYf+T+7sqCYYMoMhv2nx/7zbxY1pfJudF5/p22mqT6J9tmIa+xubQpX8adalaw=
    debug: checking signature for /var/cache/pacman/pkg/lib32-libxrandr-1.3.2-2-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 535F8C0339450F054A4D282706096A6AD1CEDDAC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1332081646
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 535F8C0339450F054A4D282706096A6AD1CEDDAC, Laurent Carlier <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-libxi-1.6.1-1-x86_64.pkg.tar.xz
    debug: sig data: iQIcBAABAgAGBQJPsS4oAAoJEG0WVcFM4cE+0TEP/0iLTR2xOM5WKXEv1JkVStnYhOWRuJZJvQOw+nGut5LLyTwX6kG2lmhwCYj6vnzdA6cwH1VDq18uFyKtuhRSxmUAjF0RhU0AavGOJf+jSu83cB6B8kROkqKbl8Sse6gqqnmpZ21KEu88EFlhrcCa5Hkm6ElTz05bjHaP4sKjscH7Cle8zAhhd91cnUWe+wsszXRSplj5xWQCp+PuoZA57Uz5nVkMuTB6fLY/aQs6cWROtNjtbd9MmQ6xgzLNfotEkzSsP7ZNtqI98U8lBhg3w6Yyh/lvPkf76xk4RFK/bWsjWYkduQ2zbJQCdBTd+NLF+zBtjgwkT5Xj32/DuxYzB0nU9NSSw63S+BL9CXwmpAfjAhoPc71PgHI1dBbb+iv7kE0mT/c8rn+CCzDYv5DEKPelQiHBIz6EL5cf47XljgEDZglJp3OPX7Tw17qN9VPcfeZv4+L0EhxZ8/IyO2YAV4jGSx4wVgWrwf5CcfVLKzukdYVVN1b5KCYWiEhHg4VngyZvJRa8m9LlGbdNT1dKlxNren6UeZI5Hp/UE6nVwgzzXtYMl8Ecw0m2MIek6XOS89AkajRPzcuUB8uqtpqq7mVp/otoarcievopUHnE1AU9b8AiCWlDHk4W9NpOEjMcqR1COsi1cXQhudWJppJLqWRAZyfSWsThW+ARScU24qdU
    debug: checking signature for /var/cache/pacman/pkg/lib32-libxi-1.6.1-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1337011752
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E, Florian Pritz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-attr-2.4.46-2-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJO85p/AAoJEAYJamrRzt2sDKgIAKhpVKclFgrplruauivX5GnNjFiZI7hW+n8glKwI2ODLfk+pDBhp//8bcFMXaNPThpo9hmjfhBFYIjxlPeE8GXkVZO8RG57sPNdBcRYjjA2mJm1cZKVVGq+qDHStmMneg7xOQpkAOHDYlTRb8LTIVkAaIJLXHBG3xUq1hy6Ub+x738SZtXa9P4dZRGAHcu0+OkXjzADoTWX4UoOvFmHRNtmmVwqDEmOJFU48py5GTJEeDOAUlciC7X618MJuURNK3zMQt/bgbl4drlxTR1aj88M4B92le26TedyIGhpHiQDj4ypgH9jo9E+XK1YYH4SCEH6wCp0wRP1YUsfzseGWSDc=
    debug: checking signature for /var/cache/pacman/pkg/lib32-attr-2.4.46-2-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 535F8C0339450F054A4D282706096A6AD1CEDDAC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1324587647
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 535F8C0339450F054A4D282706096A6AD1CEDDAC, Laurent Carlier <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-acl-2.2.51-2-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJOtGQ7AAoJEAYJamrRzt2szZwH/jh6JYpBPx9KINShjXlzlTvmpuBIKEUKFlS1Wwe3D6pJ5hDMaMh7LjQma5bxVCpxdh/dI87u4838wHJNWUAv1Qj57f0VRo/N65Mc5X43s7gdJH+yJ5sQP54uiGhKvYcW2iJ0tmd/Iq+p7Yjb9Qe43CN3a5NPNPd5KUPWTSHlVML5ui4uxJEUAgESrhZ/3eMB7qyDZM9EN8JvkAIrNAFTq5dNHaD8+9WZG+Zfo9EyMrtM2E768YyR2a9So5ilyjFBYgVl7b7MEpQ+As5LmwY+bihiLxun6AZ9Xl8suGGstaULUW0ngdfPBbDe0JNR9HUIzzWQUOuLnYqXkBpNfKYfqBE=
    debug: checking signature for /var/cache/pacman/pkg/lib32-acl-2.2.51-2-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 535F8C0339450F054A4D282706096A6AD1CEDDAC
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1320444987
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 535F8C0339450F054A4D282706096A6AD1CEDDAC, Laurent Carlier <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/lib32-gettext-0.18.1.1-2-x86_64.pkg.tar.xz
    debug: sig data: iQIcBAABAgAGBQJO2VCRAAoJEG0WVcFM4cE+A/8QAKRAMu3EDVY7wE/9NeKeq9EmyC/CjnPXRSjO8g1QSviBN3SkZOntGWopms2slVKaWqXhg8N4Y6kzb5R/gECJV7qCKiidfikiwSfJvOrs0ke96mQzfHQrYKWu2l1WSGvUd3+9HBEWJGTTw+/rHdTiPKgst/Rd/w+/E/EzvD+HDdUlPD4Ar1687AfgrSky85/WPm95KQYPZumw+NIGH9wNXtifoTM37lUI4pLE8Pc2c8c3MjeZYwhQKrWh77mc0n0aePJMkbMxvOFGujyXZ8DAZiN0NafthnTL6lUd+qOtqG3DjIhQXvyUnEjqzFbhhSOYGR2b9Q+B+b9lojq217jDuujn7jFx/1ZxgdFUcHybhF10Hhn+3Q7DaGUrzx3xfpDBkbrPE5xaoZriJy+lYnk+p7wo6/1J31kFF6dzaTtqLsSBmyj5dAoTzKowCgCbDf+MFCWbcl/Tc1R//FummCId1J2W3m4Vhl6Cy0/AreLBY1WHCmIDBCdQ0iDwbbCmPxI4eK0bhdhGUsIPEZ5v4lSPdZ1HebEc+fI+dOSIJYlCv3lxwtT85M0AnTg0S1Nf1X3u01BfV6peCoqZIq2mFcr5DZ+3LavaEJXBxGAsRjtfHv1txA11Q78XaPVBFWuD4bISFT8hx9JQsbjVb0OoIFEzf22hi9ElMve1LwcXsAwXPi++
    debug: checking signature for /var/cache/pacman/pkg/lib32-gettext-0.18.1.1-2-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1322864785
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E, Florian Pritz <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: found cached pkg: /var/cache/pacman/pkg/wine-1.5.8-1-x86_64.pkg.tar.xz
    debug: sig data: iQIcBAABAgAGBQJP83KZAAoJEDnkuHfmLrkVTvUP/3nDqb0ErdjVxX8seUhnOKMT0Dgzna/w2+zdDYNgsaN8teaMi3GX0c9lQ2eD0w8BeRykPRn0+23lcWGsJnoN3RttYFWTAD0ful0K2Ds6DdEXE4ET2UobwfY0Dis6zGn/253ASgfL5CJtFid73JoSLPlc8RidGPnjudJHX5cxX/5GYmtvT1yVcaANaLkTmAAIuow1ugYbxsVM4R1j9SjRVQRou/PsdXnCxl1V3fVs72ePVfMOGEWAbuC4y0OfFEzkQCkmYid/diRGjfS6vgy9ahC227NEifZRnR9bWXcnwQCkMjUFGGip/sWi/lC6WRdD7UWCaMVcuHxK4TORa5KvOXjo52gpaxPbWuBaoXnQvRnusSDRMw9WIqhVCzqvVQesXQ7VPS8te0ynsfZEYv6yC6msAsOhGdiBO0SisMoNSWMfDehMaoVg4uGUWFlwHgMSg36DuWRh8/wyKkdD0xSRPNM4B5wPmpLNWVg9bAUSN6JITw8TrwewWgS5AGY0fj5PTWukQXq4PEvDyDV9QHFLUYE3UikgoWZPR0biJQxUvUytmtCPY4cPCCTbYGnoP9bgEahz/5gWY0BeW6yxHXmYwHv62h5UL04Jvy1/sX8SmKhkciHbXXin+xamEc1Gu3eaoX2/rwdPGxlj2jq3bvKMv0EVK4dlNb3LH7znRK0iwKOv
    debug: checking signature for /var/cache/pacman/pkg/wine-1.5.8-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 8FC15A064950A99DD1BD14DD39E4B877E62EB915
    debug: summary: valid
    debug: summary: green
    debug: status: Success
    debug: timestamp: 1341354649
    debug: exp_timestamp: 0
    debug: validity: full; reason: Success
    debug: key: 8FC15A064950A99DD1BD14DD39E4B877E62EB915, Sven-Hendrik Haase <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    debug: returning error 33 from check_validity : invalid or corrupted package
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'catalyst'
    debug: freeing package cache for repository 'catalyst'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: freeing package cache for repository 'community'
    debug: unregistering database 'multilib'
    debug: freeing package cache for 'multilib'
    Anyone have any hints for solving this?
    EDIT: running pacman update seems to have fixed this issue
    Last edited by duke11235 (2012-07-13 19:04:50)

    Ah, my mistake was an incorrect partition table back when I partitioned the disk. I did not make a partition table for GPT partitions.

  • Preparation failed: Indexing error

    Dear All
    We have one file system repository on which an index has been created and data sources and Taxonomy created. When we search for the documents in the repository , it says "No documents found" .
    If i check the "Indexing Monitor" ,there is a "Preparation failed error" for the Index with return code "Preprocessor: failed".
    Another index created is working fine.
    Can you please let me know if i am missing on something and how to go about solving this error.
    Regards
    Jayesh

    Hi Jayesh,
    please check if you comply with all in the following thread:
    Trex HTTP Server not seen in Portal
    (the long post by Jochen Goeeninger)
    And please try to open one of the documents you are trying to index via HTTP from the TREX Server.
    With the result of that, please log a support message under http://service.sap.com/message
    Regards,
    Karsten

  • TREX: Preparation Failed in document index

    Hi,
    I have defined an index with one datasource and I get an error in 317 documents, while 204 documents are OK.
    Error are due to 6401 code error (HTTP Status Code 401 : Unauthorized) but I don't know how to solve it. Everyone has full control to datasource (is a development environment).
    Any suggestion?
    Thanks and best regards!
    Damian

    Hi All,
    When go this patha <b>SysAdmin>Monitoring>IndexingMonitor</b> iam getting the error.
    Trex: Preparation failed: index operation.
    Could anybody tell me what could be the reason...i had give host name in URL generator also. 
    <b>SysAdmin>SysConfig>KM--> Index administrator</b> i can able to see all Acive and Gree tick mark for all categeory..but indexing was not working for me...

  • Verification of prerequisites for Active Directory preparation failed

    We currently have Windows Server 2003 SBS, SP2, Domain Controller. Would like to add Windows Server 2012, Standard, 64-bit as a backup domain controller.
    "Verification of prerequisites for Active Directory preparation failed. Unable to perform Exchange schema conflict check for domain sxxxx.local.
    Exception: The RPC server is unavailable.
    Adprep could not retrieve data from the server name.xxxxx.local through Windows Managment Instrumentation (WMI).
    [User Action]
    Check the log file ADPrep.log in the C:\Windows\debug\adprep\logs\20130417103902-test directory for possible cause of failure."
    What the log says is really:
    "Adprep encountered a Win32 error. Error code: 0x6ba Error messa The RPC server is unavailable."
    Can anyone has similar experience shred some lights to troubleshoot this? Have reviewed
    other links that have similar probems but that doesn't help. 
    Many Thanks!

    Of course I CANNOT remove Symnatec as Meinolf suggests. That would be out of my mind!! I tried to stop all their services though which doesn't help. I know this has nothing to do with Symantec. Here comes another test, the final one:
    Test 8
    This article is really good as it concludes very thoroughly about the problems about "800706BA - RPC Server Is Unavailable" and other WMI query issues:
    http://goo dot gl/l2iha
    I started looking at he ISA 2004 on our SBS 2003.
    Tried to disable the RPF Filter:
    a. Open Microsoft Internet Security and Acceleration Server 2004
    b. Go to Configuration > Add-in and location RPC Filter on the right side, right-click on it and select Properties, uncheck 'Enable this filter'
    c. Hit Apply....
    d. Now I go back to Windows 7 and test the WMI query.
    The result: it WORKS! 
    e. Next, I tried that on the Windows Server 2012 like so:
    c:>wmic /node:sbs2003servername computersystem list brief /format:list
    It also works!
    f. Next also on Windows Server 2012, I continued on what was left over.  I did the "Rerun prerequisites check " and no surprise - "All prerequisite checks passed successfully. Click 'Install' to begin installation"!
    Well that concludes the problem of installing Windows Server 2012 (standard) as a backup domain controller to a Windows SBS 2003 domain controller and the  troubleshooting process that finally led to a solution that solves my problem. Thanks for all
    the discussions over the web. Every bit counts!
    Well if this helps you in some way, give me some points to buy beer! I am going to have a drink with Bill, Cheers! 

Maybe you are looking for