Packaging wizard failed : unauthorized 401 ???

Hello,
At the end of the packaging wizard (10g) when I want to publish my new application, I receive the following message :
WTG-20502
Packaging wizard failed
401
unauthorized
Why ???
Thanks for your answers.

HTTP error 401 usually means that HTTP authentication is required. While installing the solution you should have been asked for username/password ?

Similar Messages

  • Packaging wizard failed

    Hi
    i am using Satellite form to build form for the palm.but when i am packaging it using the packaging wizard i am getting an error "wtg-20502".can aynone help.i will be greatful if any one of u replies to this question.
    Amitava Paul.

    I was getting wtg-20504 and wtg-10106 when publishing using the Packaging Wizard. The wizard comes up by default to connect to port 8080 to publish. On a whim, I removed :8080 in the connect string and I was able to publish. I'm still in testing mode, so I can't tell you if it published correctly yet.
    Greg

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • 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]

  • SQL 2012 Copy Database Wizard fails

    I am trying to use the Copy Database Wizard in SQL Server 2012
    The host is running SQL Server 2000 (8.00.2066 (SP4)) on a Windows 2003 server
    The destination is SQL Server 2012 running on Windows Server 2012 Standard.
    Its gets to Execute SQL Server Agent Job and fails with this error:
    The job failed. Check the event log on the destination server for details
    Fails at – Execute SQL Server Agent Job
    I've looked at the application log and not sure which errors are relevant. Here are two of them:
    the first is an error, the second a warning.
    Log Name:      Application
    Source:        SQLISPackage110
    Date:          1/9/2015 11:39:24 AM
    Event ID:      12291
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          NT SERVICE\SQLSERVERAGENT
    Computer:      SQL2013
    Description:
    Package "CDW_SQL_SQL2013_7" failed.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLISPackage110" />
        <EventID Qualifiers="16385">12291</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-09T16:39:24.000000000Z" />
        <EventRecordID>456924</EventRecordID>
        <Channel>Application</Channel>
        <Computer>SQL2013</Computer>
        <Security UserID="S-1-5-80-344959196-2060754871-2302487193-2804545603-1466107430" />
      </System>
      <EventData>
        <Data>CDW_SQL_SQL2013_7</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          1/9/2015 11:39:26 AM
    Event ID:      208
    Task Category: Job Engine
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      SQL2013
    Description:
    SQL Server Scheduled Job 'CDW_SQL_SQL2013_7_1' (0xDFA5EEDDB2D53A4FB3C7CED04563896E) - Status: Failed - Invoked on: 2015-01-09 11:39:18 - Message: The job failed.  The Job was invoked by User VGBtR3r0WgKjvthk.  The last step to run was step 1 (CDW_SQL_SQL2013_7_1_Step).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">208</EventID>
        <Level>3</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-09T16:39:26.000000000Z" />
        <EventRecordID>456927</EventRecordID>
        <Channel>Application</Channel>
        <Computer>SQL2013</Computer>
        <Security />
      </System>
      <EventData>
        <Data>CDW_SQL_SQL2013_7_1</Data>
        <Data>0xDFA5EEDDB2D53A4FB3C7CED04563896E</Data>
        <Data>Failed</Data>
        <Data>2015-01-09 11:39:18</Data>
        <Data>The job failed.  The Job was invoked by User VGBtR3r0WgKjvthk.  The last step to run was step 1 (CDW_SQL_SQL2013_7_1_Step).</Data>
      </EventData>
    </Event>
    Any ideas would be appreciated. I'm anxious to retire this old SQL 2000 server!
    Mike

    Thanks David.
    is this the log you are looking for:
    Date  1/9/2015 11:39:18 AM
    Log  Job History (CDW_SQL_SQL2013_7_1)
    Step ID  1
    Server  SQL2013
    Job Name  CDW_SQL_SQL2013_7_1
    Step Name  CDW_SQL_SQL2013_7_1_Step
    Duration  00:00:08
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed 
    Operator Net sent 
    Operator Paged 
    Retries Attempted 0
    Message
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  11:39:18 AM  Progress:
    2015-01-09 11:39:18.61     Source: sql_SQL2013_Transfer Objects Task      Task just started the execution.: 0% complete  End Progress  Error: 2015-01-09 11:39:24.50     Code: 0x00000000    
    Source: sql_SQL2013_Transfer Objects Task      Description: An error occurred while transferring data. See the inner exception for details.  StackTrace:    at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()    
    at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferExtraObjectsViaSmoTransfer()  InnerException-->The specified schema name "INFORMATION_SCHEMA" either does not exist or you do not have permission to use it. 
    StackTrace:    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1
    completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()     at Microsoft.SqlServer.Management.Smo.Transfer.ExecuteStatements(SqlConnection
    destinationConnection, IEnumerable`1 statements, SqlTransaction transaction)     at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()  End Error  Progress: 2015-01-09 11:39:24.50     Source: sql_SQL2013_Transfer
    Objects Task      Database transfer failed for one or more extra objects.: 0% complete  End Progress  Progress: 2015-01-09 11:39:24.50     Source: sql_SQL2013_Transfer Objects Task     
    Transfer objects finished execution.: 100% complete  End Progress  Warning: 2015-01-09 11:39:24.52     Code: 0x80019002     Source: CDW_SQL_SQL2013_7      Description: SSIS Warning
    Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change
    the MaximumErrorCount or fix the errors.  End Warning  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  11:39:18 AM  Finished: 11:39:24 AM  Elapsed:  6.062 seconds.  The package execution failed. 
    The step failed.
    I will also look into backup/restore. Will that work between 2000 and 2012?

  • Urgent : packaging wizard

    I'm using Oracle 8.1.7 & Oracle9i Lite
    I've published a Visual C++ application with the packaging wizard importing the right tables, sequences & primary keys. But once my client is synchronized the sequences don't exist anymore in the .odb database.
    anyone can help me ?
    Do I have to do some tuning in the master database or it's on the 9iLite side ?

    HTTP error 401 usually means that HTTP authentication is required. While installing the solution you should have been asked for username/password ?

  • WLST in Eclipse: sys-package-mgr + Failed to get environment

    Hello.
    Due to recent CEAL blog post: https://blogs.oracle.com/pa/entry/getting_started_with_weblogic_scripting
    I decided to try out Oracle Enterprice Pack for Eclipse - for writing WLST scripts.
    We have OBIEE 11.1.1.7.140415 installed on Windows Server 2008 R2 64-bit. It uses JDK 1.6 so I installed OEPE 12.1.2.3 - the last version that supports JDK 1.6.
    Then when I try to run simple WLST script I get two following errors:
    1) *sys-package-mgr*: can't create package cache dir, 'C:\OracleBI11\wlserver_10.3\server\lib\weblogic.jar\cachedir\packages'
    2) Failed to get environment, environ will be empty: (0, 'Failed to execute command ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')
    About the first one googling says I need to set python.cachedir.skip = true but my efforts on this didn't succeed - I don't understand where can I set this parameter / variable.
    About the second googling says it could be caused by jython-modules.jar doesn't know about my platform. But my playing with _osTypeMap didn't succeed too.
    Please help me avoid both these errors.

    More information would be helpful. . .are you PXE booting? Using media?
    THis thread is similar:
    https://social.technet.microsoft.com/Forums/en-US/0d877b49-0823-4d59-8a08-3ced41602b6f/setting-wizard-error-an-error-occurred-while-retrieving-policy-for-this-computer-0x80004005?forum=configmanagerosd
    Jeff

  • Packaging Wizard - Compile Jsp ! unsupported major.minor.version

    Hi!
    I did follow the "Building Offline Mobile Web Applications Using BC4J" Tutorial
    http://download-uk.oracle.com/docs/cd/B19188_01/doc/B15920/nvbc4jtu.htm#CACHIGCG
    using jdev904.
    Everything goes straight until I reach 20.3.5
    I can't compile the jsp-Files in the Packaging Wizard.
    The conversion from jsp -to java-Files is successfull, but the next step
    (compiling them to class-Files) fails.
    It does'nt matter what the JAVA_HOME-Environment is set ( 1.4.x or 1.5)
    the error is always
    java.lang.UnsupportedClassVersionError: sun/tools/javac/Main (Unsupported major.minor version 49.0)
    ava.lang.UnsupportedClassVersionError: sun/tools/javac/Main (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at oracle.jsp.tools.Jspc.javaCompile(Jspc.java:882)
         at oracle.jsp.tools.Jspc.translate(Jspc.java:217)
         at oracle.lite.web.xml.JupDevApp.doJSPCompiling(Unknown Source)
         at oracle.lite.web.xml.JupDevApp.compileJsps(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$JSPDlg.doJspCompile(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$JSPDlg.access$400(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$14.run(Unknown Source)
    Thanx for any hint !

    After cleaning up all different java-Installations
    and additionally setting USER-Environment-Variable JAVA_HOME
    i was able to compile!

  • 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

  • IE 10 and 11 error install failure ERROR: "Neutral package installation failed"

    This is a 2008 R2 physical server with all available patches installed and SFC recently run.
    00:00.000: ====================================================================
    00:00.000: Started: 2014/01/16 (Y/M/D) 11:52:19.750 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\{user}\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: 9.0.8112.16526
    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 Server: 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.219: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.546: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE182A.tmp\Spelling_en.msu.
    00:00.546: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.562: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE182A.tmp\Hyphenation_en.msu.
    00:00.562: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:01.467: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.810: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.826: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE182A.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE182A.tmp\IE11-support\HardwareBlockingList.xml"
    00:01.919: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.919: INFO:    Windows 7 operating system detected.
    00:01.919: INFO:    Service pack major: 1
    00:01.919: INFO:    Service pack minor: 0
    00:01.919: INFO:    Service pack name:  Service Pack 1
    00:01.935: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.935: 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:01.935: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.966: 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.966: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:01.966: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.966: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:01.982: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >= 6.1.7601.18254 (True)
    00:02.013: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:54.258: INFO:    Waiting for 0 prerequisite downloads.
    00:54.258: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:54.258: INFO:    Waiting for 0 language pack downloads.
    00:54.258: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    00:54.273: INFO:    No reboot logic message NrApiStart(0), lParam=0x002a2778 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:54.492: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab
    00:54.492: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab /quiet /norestart
    01:21.792: INFO:    Process exit code 0x00000002 (2) [The system cannot find the file specified. ]
    01:21.792: ERROR:   Neutral package installation failed (exit code = 0x00000002 (2)).
    01:21.792: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    01:21.792: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:21.807: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:21.807: INFO:    Waiting for Active Setup to complete.
    01:21.807: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:26.815: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:31.823: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:37.298: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:42.306: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:47.314: INFO:    Waiting for Active Setup to complete. ({A509B1A7-37EF-4b3f-8CFC-4F3A74704073})

    PS C:\Windows> DIR -FILTER vbscript.DLL -RECURSE -NAME | get-item | select -expandproperty VersionInfo | sort-object FileVersion, FileName | ft File
    Version, FileName -Autosize
    FileVersion FileName
    5.8.7601.16978 C:\Windows\System32\vbscript.dll
    5.8.7601.16978 C:\Windows\SysWOW64\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_a44ef4f6479809f0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_a68008be44868d8a\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_bcd6d18300a40070\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_bcdbd2f5009f7f23\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_bcc7336700aed05c\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_bcfd44e9008641ce\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_bd579ef619c7eed9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_bd46004619d48c17\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_bd7d121219ab16e0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_aea39f487bf8cbeb\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_b0d4b31078e74f85\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_c72b7bd53504c26b\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_c7307d473500411e\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_c71bddb9350f9257\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_c751ef3b34e703c9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_c7ac49484e28b0d4\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_c79aaa984e354e12\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_c7d1bc644e0bd8db\vbscript.dll
    PS C:\Windows> get-item -path ".\SysWOW64\vbscript.dll" | fl *
    PSPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64\vbscript.dll
    PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64
    PSChildName : vbscript.dll
    PSDrive : C
    PSProvider : Microsoft.PowerShell.Core\FileSystem
    PSIsContainer : False
    VersionInfo : File: C:\Windows\SysWOW64\vbscript.dll
    InternalName: vbscript.dll
    OriginalFilename: vbscript.dll.mui
    FileVersion: 5.8.7601.16978
    FileDescription: Microsoft r VBScript
    Product: Microsoft r VBScript
    ProductVersion: 5.8.7601.16978
    Debug: False
    Patched: False
    PreRelease: False
    PrivateBuild: False
    SpecialBuild: False
    Language: English (United States)
    BaseName : vbscript
    Mode : -a---
    Name : vbscript.dll
    Length : 420864
    DirectoryName : C:\Windows\SysWOW64
    Directory : C:\Windows\SysWOW64
    IsReadOnly : False
    Exists : True
    FullName : C:\Windows\SysWOW64\vbscript.dll
    Extension : .dll
    CreationTime : 1/15/2014 2:37:08 PM
    CreationTimeUtc : 1/15/2014 7:37:08 PM
    LastAccessTime : 1/15/2014 2:37:08 PM
    LastAccessTimeUtc : 1/15/2014 7:37:08 PM
    LastWriteTime : 11/14/2013 5:38:16 PM
    LastWriteTimeUtc : 11/14/2013 10:38:16 PM
    Attributes : Archive

  • Import Wizard fails to export - object could not be written in the ids-file

    Hello,
    the complete export of the BO environment into a biar-file with the import wizard fails. In the wizard's dialog every option is choosen as "all". When the export is started it stops already in the folder objects. The log file says the object allocation could not be written in the ids-file. So I presume a problem with references.
    In order to figure out which object is responsible for the error I varied the export and finally identified the "repository objects" as the the responsible type of objects. When I now run the export and only use the needed repository objects it works fine.
    But I don't know, if export is complete (I presume it).
    Has anyone a idea what the reason can be for this problem? Can it be fixed in the database? This kind of export did work fine the week before.
    thanks, matthias

    Could you quote the entire error message, word-for-word, verbatim? What Import settings are you using ... Copy, Move, Add?
    Most likely you have a permissions issue, but it will be much more clear to me if I can see the entire message.

  • Package header failed verification during sfr package download

    Hello,
    I am trying to download the package asasfr-5500x-boot-5.3.1-152.pkg. But everytime it comes with an error "Package header failed verification - object of type 'NoneType' has no len() Please verify that the package is not corrupted.Upgrade aborted." I have tried with ftp as well as http. But every case it is happening the same. My question is whether it is the right package. From Cisco doc I have read asasfr-sys-5.3.1-44.pkg. But this version I didn't found on cisco download software site. 
    QW-SFR-boot>system install http://www.XXXXX.com/asasfr-sys-531-152.pkg
    Verifying
    Package header failed verification - object of type 'NoneType' has no len()
    Please verify that the package is not corrupted.
    Upgrade aborted.
    thanks in advance.
    Saimun

    Sounds like the package could have been corrupted when downloaded from CCO.  Did you run an MD5 hash of the package and compare to the values posted on CCO for the file?
    There's a number of free MD5 checksum programs that you can use.  My favorite is one called HashCheck.
    Hash for SFR package is in red below.  If it doesn't match, re-download the image from CCO again and make sure the hashes match.

  • 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

Maybe you are looking for