Inventory not updated

I have RME 4.3.1 and some devices never collected/ no longer updated. the error I got from inventory collection job "Transport session to device failed. Cause: Authentication failed on device." but I didn't see any Authenication failure including run credential verification confirm that. also able to snmpwalk, ssh from CW. GUI and server. this device are mostly 2960. but not all I have hundreds of 2960 the same model/IOS version  they are updating inventory just fine but some not where/what else I can troubleshoot the problem. Thanks in Advance. P      "

For inventory, you need to make sure the SNMP read-only credential is correct in DCR.  You can look at the IC_Server.log for errors related to inventory collection.  Typically, errors about failed authentication are correct.  You might try starting a sniffer trace filtering on all SNMP traffic (udp/161) to the device.  then go to RME > Devices > Inventory > Inventory Jobs, and create a new job to collect inventory from that one failing device.  When it fails, check the sniffer trace to see what SNMP credentials are being used, and what the device is reporting.

Similar Messages

  • Patch Oracle 9.2.0.6 on linux with Jan 2006 CPU - inventory not updated

    Hi,
    We have tried to apply the Jan 2006 CPU (4751921) patch to Oracle 9.2.0.6 running on linux (redhat AS 4). The Apply log reports:
    Patch 4751921 has been applied successfully.
    ... but then when trying to Update inventory it reports:
    INVENTORY PROBLEM: Patch 4751921 is not present in Oracle Home inventory.
    OPATCH_JAVA_ERROR: Patch was not successfully applied.
    Verification of the patch failed.
    ERROR: OPatch failed as verification of the patch failed.
    This seems like the patch has been applied, but it can't update the inventory.
    Followed the preinstall steps regarding the "Inventory Problem", including running checkinv.pl to clean up the inventory. This does clean up the dangling inventory.
    Reran the opatch for 4751921, same output.
    Tried running: opatch apply -verbose for 4751921, and it reports that the patch was succesful, no complaints about the inventory; yet an: opatch lsinventory does not show 4751921.
    Without the inventory being correct, presumably we will continue to have problems like this with future patches; but the software has been patched and seems to run fine.
    Any way to rebuild the inventory file?
    thanks.

    We had a similar (but not the same) error and we were suggested by Oracle to set the following environment variables before running opatch:
    export OPATCH_DEBUG=YES
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export SHLIB_PATH=$ORACLE_HOME/lib32
    export SHLIB_PATH=$ORACLE_HOME/jre/1.4.2/lib/PA_RISC:$SHLIB_PATH
    export SHLIB_PATH=$ORACLE_HOME/jre/1.4.2/lib/PA_RISC/server:$SHLIB_PATH
    cd <patch directory>
    opatch apply -jdk /opt/java1.4
    The directories may be different depending on implementation, o/s. etc.
    Regards,
    Chandan

  • Inventory not updating

    Hi All,
    Zenworks 11.2 inventory scan is failing to pickup installed software on a number of workstations.
    For example, we use sophos as a standard av application and install on each workstation.
    If I run zenworks report for workstations without av software installed, the report will show a list of workstations without av installed.
    I have checked the workstations listed in the report against the sophos server console and av is installed in each one.
    I then ran an inventory scan on each workstation, to make it rescan the installed software - the inventory failed to update the software information, even though the scan was completed successfully.
    The pru was updated with June's version and most workstations are reporting that the av software is installed.
    Is there a way to force it to update or is a cache issue, or something else?
    I find this a problem as I now have 2 consoles telling me I different quantities of av installed.
    Any idea's?
    Thanx
    Julian

    Originally Posted by jbsmith1976
    Hi All,
    Zenworks 11.2 inventory scan is failing to pickup installed software on a number of workstations.
    For example, we use sophos as a standard av application and install on each workstation.
    If I run zenworks report for workstations without av software installed, the report will show a list of workstations without av installed.
    I have checked the workstations listed in the report against the sophos server console and av is installed in each one.
    I then ran an inventory scan on each workstation, to make it rescan the installed software - the inventory failed to update the software information, even though the scan was completed successfully.
    The pru was updated with June's version and most workstations are reporting that the av software is installed.
    Is there a way to force it to update or is a cache issue, or something else?
    I find this a problem as I now have 2 consoles telling me I different quantities of av installed.
    Any idea's?
    Thanx
    Julian
    Is the July PRU baselined? Also there is now a september one... Are you really on 11.2 not 11.2.x, there are many fixes since 11.2 so would updating be an option?
    Also turning on inventory debug log might help nailing down the issue: https://www.novell.com/support/kb/doc.php?id=3418069
    Thomas

  • Inventory Not updating for 10.2.2 workstation

    Greetings,
    I've have a couple of machines that never uploaded their first scans into the inventory database. They were installed with 10.2.1 now both Server and Client are 10.2.2.
    I can see the inventory does the scan and stores it in C:\Profram Files\Novell\Zenworks\work\inventory. On the server the inventory file is uploaded but ends up in D:\Program Files\Novell\ZENworks\work\collection\inventory\fa ilure
    I don't see anything in the logs that indicated an issue it just doesn't seem to work.
    I have gone in (on the Workstation) and deleted both the *-Full.XML and *-Last.XML in hopes that when I ran the scan manually and it would upload the full as the first but it and nothing else I've tried including restarting the Loader service has helped so far.
    Since it never uploaded the first scan I was wondering if I should try re-registering the device using ZAC on the workstation. I've never had to do this and don't know if it could cause any problems, is this the next logical coarse of action?
    Thanks

    You can try this to force an full inventory update:
    1. Make following changes to the options.xml file present inside <ZENWORKS_Inst folder>\bin folder.
    i. Delete below entry
    <option name="wifname" state="true">
    <parameter>*</parameter>
    </option>
    <option name="LastScanId" state="true">
    <parameter>*</parameter>
    </option>
    ii. Modify below entry
    <option name="FirstScan" state="false" />
    to
    <option name="FirstScan" state="true" />
    Save the options.xml file.
    2. Delete colw32.log file present inside <ZENWORKS_Inst_folder>\logs folder.
    Originally Posted by jscottcamp
    Greetings,
    I've have a couple of machines that never uploaded their first scans into the inventory database. They were installed with 10.2.1 now both Server and Client are 10.2.2.
    I can see the inventory does the scan and stores it in C:\Profram Files\Novell\Zenworks\work\inventory. On the server the inventory file is uploaded but ends up in D:\Program Files\Novell\ZENworks\work\collection\inventory\fa ilure
    I don't see anything in the logs that indicated an issue it just doesn't seem to work.
    I have gone in (on the Workstation) and deleted both the *-Full.XML and *-Last.XML in hopes that when I ran the scan manually and it would upload the full as the first but it and nothing else I've tried including restarting the Loader service has helped so far.
    Since it never uploaded the first scan I was wondering if I should try re-registering the device using ZAC on the workstation. I've never had to do this and don't know if it could cause any problems, is this the next logical coarse of action?
    Thanks

  • Inventory & Distribution GL codes are not updating in balance sheet even th

    I am facing one issue regarding Financial statement/Balance Sheet GL accounts updation.
    100177-Inventory Repairs & 200402-Distribution GL accounts(Both are Balance Sheet items) are assigned In Financial Statement Version But they are not updating in the B/S Under Respective Heads.They are showing under Un-assigned Accounts.Plz help me that how can i bring this GL acocunt to under Respective Heads...
    It would be a great help for me...plz spend some time on this issue...
    Regards
    Sap Guru

    Hello Rony,
    Good question.
    The design of the system is such that RE is updated during the year end closing only. (At the end of the accounting year). During the year RE is not updated but system shows in the FSV the difference between assets & liabilities = to current yearu2019s profit or loss (up to the period).
    Donu2019t worry. Just look at any standard FSV available in the system, copy it and edit it as per your requirements.
    Cheers
    Ambadas

  • ZAM will not Update OS inventory

    I have an issue with our ZAM server. Even though we upgraded the
    Operating system on a number of systems the ZAM server will not update the
    OS from reading windows 2000 to Windows XP.
    What am I doing wrong here? Is there a special function? Do I have to
    delete and recreate the computer in Zenworks? This is not efficient if so.
    Thank you ahead of time.
    Regards,
    John

    Did you perform an in-place upgrade on the OSes, or blow away the original
    configuration and dropped a new image (e.g. sysprep) on top?
    If you blew away the original OS, did you do anything to preserve the ZAM
    OID from the machine (either by exporting the regkey, or you can do this
    from the workstation record in the ZAM Manager)?

  • Data not updating from psa into Data Targets

    Hiii,
    We have started data upload in info cubes from psa . The number of records was 4 in psa . But after waiting for at least 3 hours ,still the data is not updated  in info cube . The data which we want to upload in info cube (of stock) is of past date which due to some reason failed to update in BI from ECC . To upload the same that is data of past date we have deleted the setup table in ECC and then after filling the data again in set up tables, created a new info package from which uploaded data in PSA . But while trying to upload data in info cubes,it is not getting updated and the request status is showing still green yellow in psa.
    Please suggest how to resolve this issue.
    Thanks and regards

    Are you loading material movements from 2LIS_03_BF in to cube? If so, please look at the below link for inventory data loads.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/906b837a-0d54-2c10-08b8-bde70337547e?QuickLink=index&overridelayout=true
    Regards,
    JB

  • GR Cost not updating as Target Cost for process orders

    Dear SAPians,
    We are facing an issue in Target Vs Actual cost reporting for process orders. We are creating a process order after cost estimate of that material and doing the confirmations for activity cost. After that, GR has been done for the finished goods of that process order. That GR entry is updating the Actuals values but not updating the Target cost. When I am checking the standard report KKBC_ORD, I am getting the following figures.
    Cost Elemnt Text     |     Target Cost     |     Actual Cost     |     Target Vs Act
    Inventory Chnge FG     |     0     |     1,472,205.60-     |     1,472,205.60-
    Packing Matrl Cons.     |     1,148,142.37     |     1,252,752.68     |     104,610.31
    Raw Material Cons.     |     60,463.91     |     50,688.29     |     224.38
    Semi-Fin Matrl Cns.     |     181,934.68     |     367,959.56     |     186,024.88
    Labour Cost Activity     |     39,735.36     |     39,862.80     |     127.44
    Machine Cst Activty     |     41,611.75     |     43,153.01     |     1,541.26
    That 'Inventory Change FG' entry is showing the GR posting updating actuals and not target cost. This is causing huge difference in target vs actual cost that will affect the profit and loss figures ultimately.
    What am I missing here? What should I do to update the GR amount in Target cost as well.
    Shirazi

    Dear,
    Target Cost on Production Order or Process Order is shown only when Variance is Calculated.
    So please calculate the Variance, system will show the Total Target Cost.
    Br,Vivek

  • Illustrator 64 will not update to 16.0.2

    I have Adobe Master Collection CS6 installed and updated many of the programs today. Among them Illustrator 32 updated fine to 16.0.2, but Illustrator 64 failed to update and even deleted the EXE file.
    I recovered the EXE file from a backup file, and it (16.0.1) seems to run fine, but will not update to 16.0.2 either through the update program or manually.
    I looked at the install file, but nothing was obvious to me. It is copied below for more experienced eyes.
    Thanks in advance.
    AJB
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 18.451 milliseconds (0.018451 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    8624] Wed Oct 03 09:02:47 2012  INFO
    Setting ignore refcount for '{A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0' getting upgraded by '{F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0'
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: 0 (0,0)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    [    8624] Wed Oct 03 09:02:48 2012  INFO
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 is: true
    Action string for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0  is install
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    ::START TIMER:: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}]
    [     152] Wed Oct 03 09:02:48 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {F861E540-8C1D-4052-9877-61CB41C02B7A} modify request for AdobeCode: {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Effective AdobeCode for: {A7D9641D-E152-4026-B2F3-745A67DDBC64} is {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Uninstalling payload
    Payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    CustomizedPatch property not found in database
    Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    [     152] Wed Oct 03 09:02:53 2012  INFO
    Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    Physical payload uninstall result:0
    [    8624] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}] took 4601.12 milliseconds (4.60112 seconds) DTR = 4707.55 KBPS (4.59721 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 return values 0:0
    Calling the custom action code for post-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7476] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    7476] Wed Oct 03 09:02:57 2012 ERROR
    DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7476] Wed Oct 03 09:02:57 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    8624] Wed Oct 03 09:02:58 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 5403.62 milliseconds (5.40362 seconds) DTR = 1362.79 KBPS (1.33085 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Successfully removed 1 component:
    - Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64
    [    8624] Wed Oct 03 09:03:00 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 16166.7 milliseconds (16.1667 seconds) DTR = 883.791 KBPS (0.863077 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    8624] Wed Oct 03 09:03:01 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF044, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.2089 milliseconds (0.0172089 seconds) DTR = 232.438 KBPS (0.22699 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9980] Wed Oct 03 09:07:39 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9980] Wed Oct 03 09:07:40 2012  INFO
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [   10008] Wed Oct 03 09:07:40 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [   10008] Wed Oct 03 09:07:42 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [   10008] Wed Oct 03 09:07:42 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    9980] Wed Oct 03 09:07:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3603.06 milliseconds (3.60306 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9980] Wed Oct 03 09:07:46 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9089.42 milliseconds (9.08942 seconds) DTR = 1.32022 KBPS (0.00128927 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9980] Wed Oct 03 09:07:47 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 34.6525 milliseconds (0.0346525 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9440] Wed Oct 03 09:12:04 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9440] Wed Oct 03 09:12:05 2012  INFO
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    5820] Wed Oct 03 09:12:05 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    5820] Wed Oct 03 09:12:06 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5820] Wed Oct 03 09:12:08 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5820] Wed Oct 03 09:12:08 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9440] Wed Oct 03 09:12:09 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3708.19 milliseconds (3.70819 seconds) DTR = 138.073 KBPS (0.134837 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9440] Wed Oct 03 09:12:11 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9880.02 milliseconds (9.88002 seconds) DTR = 52.6315 KBPS (0.0513979 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9440] Wed Oct 03 09:12:13 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 30.256 milliseconds (0.030256 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    5900] Wed Oct 03 09:13:19 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    5900] Wed Oct 03 09:13:20 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    9380] Wed Oct 03 09:13:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9380] Wed Oct 03 09:13:23 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    9380] Wed Oct 03 09:13:23 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5900] Wed Oct 03 09:13:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3706.87 milliseconds (3.70687 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    5900] Wed Oct 03 09:13:26 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9986.08 milliseconds (9.98608 seconds) DTR = 0.801116 KBPS (0.000782339 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    5900] Wed Oct 03 09:13:28 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    [    3212] Wed Oct 03 09:30:21 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 20.4218 milliseconds (0.0204218 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    3212] Wed Oct 03 09:30:23 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    3212] Wed Oct 03 09:30:24 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7544] Wed Oct 03 09:30:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    7544] Wed Oct 03 09:30:26 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7544] Wed Oct 03 09:30:26 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    3212] Wed Oct 03 09:30:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3606.98 milliseconds (3.60698 seconds) DTR = 63734.2 KBPS (62.2404 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    3212] Wed Oct 03 09:30:30 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9847.33 milliseconds (9.84733 seconds) DTR = 23348.1 KBPS (22.8008 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    3212] Wed Oct 03 09:30:32 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.1592 milliseconds (0.0171592 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    2092] Wed Oct 03 09:31:57 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    6476] Wed Oct 03 09:31:57 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    6476] Wed Oct 03 09:31:58 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    6476] Wed Oct 03 09:32:00 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    6476] Wed Oct 03 09:32:00 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    2092] Wed Oct 03 09:32:01 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3703.05 milliseconds (3.70305 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    2092] Wed Oct 03 09:32:03 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9202.39 milliseconds (9.20239 seconds) DTR = 0.869339 KBPS (0.000848964 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    2092] Wed Oct 03 09:32:04 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 29.3211 milliseconds (0.0293211 seconds)
    Ready to initialize session

    It appears you are running into a permission issue writing to your temp directory.
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    [    5568] Wed Oct 03 09:57:38 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5568] Wed Oct 03 09:57:38 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    You can try adjusting the permissions for C:\Users\Arnold\AppData\Local\Temp and all associated child objects.
    Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html contains information on how you can adjust your permissions.

  • After Effects CC (2014) not updating (Mac)

    Having issues trying to update After Effects 2014 as mentioned in the title.
    Gets about 50% and then quits. Here is a log file in case anyone can she light on this.
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | START - Installer Session
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:28:310 | [INFO] |  | OOBE | DE |  |  |  | 531331 | RIBS version: 8.0.0.22
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | OSX version: 10.10.0 
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Total Timer]
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | CHECK: Single instance running
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | CHECK : Credentials
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Load Deployment File
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | deploymentFile option not given
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | CHECK : Another Native OS installer already running
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Create Required Folders
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Assuming install mode
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Looking up install source path
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Sync Media DB ...
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Sync Media DB]
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Pre check media db sync
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | End of Pre check media db sync. Exit code: 0
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Sync Media DB] took 99 milliseconds (0.099 seconds)
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Ready to initialize session to start with ...
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [CreatePayloadSession]
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Updated source path: /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1
    10/20/14 10:18:28:311 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Updating media info for: {5678CF8D-3B5F-4CC6-B150-48945A838E63}
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Ignoring original data since install source is local
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_13_1_1_ftr
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Path: /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/paylo ads/AdobeAfterEffects13SupportAll-101014104158/AdobeAfterEffects13SupportAll-101014104158. zip
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Updating media info for: {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Ignoring original data since install source is local
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_13_1_1_ftr
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Path: /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/paylo ads/AdobeAfterEffects13AllTrial-101014102412/AdobeAfterEffects13AllTrial-101014102412.zip
    10/20/14 10:18:28:312 | [INFO] |  | OOBE | DE |  |  |  | 531331 | --------------------  END  - Updating Media Sources -  END  --------------------
    10/20/14 10:18:28:317 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Supported RIBS version range: [0.0.0.0,8.0.0.22]
    10/20/14 10:18:28:318 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ----------------- CreatePayloadSession: machine is x86 ---------------
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Setting ignore refcount for 'Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}' getting upgraded by 'Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}'
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ______ Verify Dependency Subscribers ______
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}: 0 (0,0)
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}: 0 (0,0)
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}: 0 (0,0)
    10/20/14 10:18:28:554 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    10/20/14 10:18:28:555 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Patch Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4} can be applied to product Adobe After Effects CC 2014 13.0.0.0 {2B22C750-5C3B-4738-B621-BA786AC7A494}
    10/20/14 10:18:28:555 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Patch Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} can be applied to product Adobe After Effects CC 2014 Support 13.0.0.0 {A55FF34C-8AA8-4BE2-ABCC-12BE48AE8DD5}
    10/20/14 10:18:28:555 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Patch Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} can be applied to product Adobe After Effects CC 2014 13.0.0.0 {2B22C750-5C3B-4738-B621-BA786AC7A494}
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Setting property "installSourcePath" to: /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Setting property "mode" to: silent
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Setting property "updateManifestPath" to: /Users/global/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeAfterEffects-13.0.0-Trial/13.1.1/13.1.1.xml
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Setting property "workflow" to: updater
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Overwrite property "extensionsOnly" to: 1
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Overwrite property "mode" to: silent
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Overwrite property "patchesOnly" to: 1
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Overwrite property "updateManifestPath" to: /Users/global/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeAfterEffects-13.0.0-Trial/13.1.1/13.1.1.xml
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Overwrite property "workflow" to: updater
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Found payload actions:
    10/20/14 10:18:43:225 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Deciding what installer mode to use...
    10/20/14 10:18:43:233 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN Setting requested payload actions
    10/20/14 10:18:43:233 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Value returned on lookup of payload: Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4} is: true
    10/20/14 10:18:43:233 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Action string for Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}  is install
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Value returned on lookup of payload: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} is: true
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Action string for Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}  is install
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Value returned on lookup of payload: Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} is: false
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Action string for Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}  is install
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END Setting requested payload actions
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Collected advanced path check information for INSTALLDIR
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR is a well-formed path
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR is not the root path
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR is on a local volume
    10/20/14 10:18:43:234 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR is on a writable volume
    10/20/14 10:18:43:235 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR is not on a case sensitive volume
    10/20/14 10:18:43:235 | [INFO] |  | OOBE | DE |  |  |  | 531331 | INSTALLDIR passed path basic path validation: /Applications
    10/20/14 10:18:43:267 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [System check :{143C90E5-5321-4218-96CE-D419C7E672E4}]
    10/20/14 10:18:43:275 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In UninstallPreSystemCheckProc
    10/20/14 10:18:43:275 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:43:275 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [System check :{143C90E5-5321-4218-96CE-D419C7E672E4}] took 8 milliseconds (0.008 seconds)
    10/20/14 10:18:43:364 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [System check :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:18:43:365 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In InstallPreSystemCheckProc
    10/20/14 10:18:43:365 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:43:365 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [System check :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 1 milliseconds (0.001 seconds)
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN InstallOperationsQueue Unordered operations
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}:  with operation remove
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END InstallOperationsQueue Unordered operations
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN InstallOperationsQueue Ordered operations
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}:  with operation remove
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/20/14 10:18:43:495 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END InstallOperationsQueue Ordered operations
    10/20/14 10:18:43:496 | [WARN] |  | OOBE | DE |  |  |  | 531331 | DW035: Patcher: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    10/20/14 10:18:43:508 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Payloads passed preflight validation.
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Call PreSession Custom Hook
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Pre session :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In InstallSessionOpenProc
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Pre session :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN InstallOperationsQueue Unordered operations
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}:  with operation remove
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END InstallOperationsQueue Unordered operations
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | BEGIN InstallOperationsQueue Ordered operations
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}:  with operation remove
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63}:  with operation repair
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 |   Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}:  with operation install
    10/20/14 10:18:43:509 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END InstallOperationsQueue Ordered operations
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Calling the custom action code for pre-remove for payload Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Pre payload :{143C90E5-5321-4218-96CE-D419C7E672E4}]
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In PrePayloadUninstallProc
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Pre payload :{143C90E5-5321-4218-96CE-D419C7E672E4}] took 0 milliseconds (0 seconds) DTR = inf KBPS (inf MBPS)
    10/20/14 10:18:43:552 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Payload Operation :{143C90E5-5321-4218-96CE-D419C7E672E4}]
    10/20/14 10:18:43:553 | [INFO] |  | OOBE | DE |  |  |  | 533660 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:43:553 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Installer Operation: PayloadUninstaller
    10/20/14 10:18:43:553 | [INFO] |  | OOBE | DE |  |  |  | 533660 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:43:553 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Session {C135CD0F-ED45-4935-9B71-9D02735BD274} modify request for AdobeCode: {143C90E5-5321-4218-96CE-D419C7E672E4}
    10/20/14 10:18:43:555 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Effective AdobeCode for: {143C90E5-5321-4218-96CE-D419C7E672E4} is {143C90E5-5321-4218-96CE-D419C7E672E4}
    10/20/14 10:18:43:557 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Payload Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}: Calling ARKEngine from path /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources
    10/20/14 10:18:56:633 | [INFO] |  | OOBE | DE |  |  |  | 533660 | CustomizedPatch property not found in database
    10/20/14 10:18:56:703 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Beginning un-installation for payload at /Library/Application Support/Adobe/Uninstall/{143C90E5-5321-4218-96CE-D419C7E672E4}.db
    10/20/14 10:18:57:516 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Completing un-installation for payload at /Library/Application Support/Adobe/Uninstall/{143C90E5-5321-4218-96CE-D419C7E672E4}.db
    10/20/14 10:18:57:549 | [INFO] |  | OOBE | DE |  |  |  | 533660 | Physical payload uninstall result:0
    10/20/14 10:18:57:615 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:57:615 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Payload Operation :{143C90E5-5321-4218-96CE-D419C7E672E4}] took 14063 milliseconds (14.063 seconds) DTR = 11800.9 KBPS (11.5243 MBPS)
    10/20/14 10:18:57:824 | [INFO] |  | OOBE | DE |  |  |  | 531331 | User specified overrideFile:
    10/20/14 10:18:58:057 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Successfully updated the csu inventory for Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4} return values 0:0
    10/20/14 10:18:58:059 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Calling the custom action code for post-remove for payload Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial 13.0.2.0 {143C90E5-5321-4218-96CE-D419C7E672E4}
    10/20/14 10:18:58:065 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Post payload :{143C90E5-5321-4218-96CE-D419C7E672E4}]
    10/20/14 10:18:58:065 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In PostPayloadUninstallProc
    10/20/14 10:18:58:065 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:58:065 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Post payload :{143C90E5-5321-4218-96CE-D419C7E672E4}] took 0 milliseconds (0 seconds)
    10/20/14 10:18:58:175 | [WARN] |  | OOBE | DE |  |  |  | 531331 | DW035: Patcher: Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    10/20/14 10:18:58:175 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Skipping payload Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll 13.1.1.0 {5678CF8D-3B5F-4CC6-B150-48945A838E63} as payload is not cached
    10/20/14 10:18:58:679 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Calling the custom action code for pre-install for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/20/14 10:18:58:680 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:18:58:680 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In PrePayloadInstallProc
    10/20/14 10:18:58:680 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:18:58:680 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/20/14 10:18:58:680 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Payload Operation :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:18:58:692 | [INFO] |  | OOBE | DE |  |  |  | 536201 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:58:692 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Installer Operation: PayloadInstaller
    10/20/14 10:18:58:692 | [INFO] |  | OOBE | DE |  |  |  | 536201 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:18:58:692 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Request to install payload
    10/20/14 10:18:58:724 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}: Calling ARKEngine from path /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources
    10/20/14 10:19:25:891 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Extracting assets complete. Number assets: 1
    10/20/14 10:19:25:891 | [INFO] |  | OOBE | DE |  |  |  | 536201 | CustomizedPatch property not found in database
    10/20/14 10:19:25:891 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Beginning installation for payload at /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/paylo ads/AdobeAfterEffects13AllTrial-101014102412/Install.db
    10/20/14 10:19:26:279 | [ERROR] |  | OOBE | DE |  |  |  | 536201 | DS015: Unable to read symlink target of source file "/Applications/Adobe After Effects CC 2014/Plug-ins/Effects/mochaAE/(Mocha Support)/mocha AE CC.app/Contents/MacOS/mediaioserver.app/Contents/CodeResources"(Seq 212)
    10/20/14 10:19:26:279 | [WARN] |  | OOBE | DE |  |  |  | 536201 | DW063: Command ARKCopySymlinkCommand failed.(Seq 212)
    10/20/14 10:19:26:279 | [INFO] |  | OOBE | DE |  |  |  | 536201 | Completing installation for payload at /Users/global/Library/Caches/Adobe/AAMUpdater/AdobeAfterEffects-13.0.0-Trial/13.1.1/paylo ads/AdobeAfterEffects13AllTrial-101014102412/Install.db
    10/20/14 10:19:27:701 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:19:27:701 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Payload Operation :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 29022 milliseconds (29.022 seconds) DTR = 11.0261 KBPS (0.0107677 MBPS)
    10/20/14 10:19:27:702 | [INFO] |  | OOBE | DE |  |  |  | 531331 | User specified overrideFile:
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | The csu inventory was not updated for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}, value of local var is -1
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Calling the ROLLBACK custom action code for pre-install for payload Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274}
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In PrePayloadInstallProc
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:19:27:703 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Pre payload :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/20/14 10:19:28:180 | [INFO] |  | OOBE | DE |  |  |  | 531331 | No operation.  We're done:
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Total components installed: 0
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Total components repaired: 0
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Successfully removed 1 component:
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 |  - Adobe After Effects CC 2014_13.0.2_AdobeAfterEffects13AllTrial
    10/20/14 10:19:30:188 | [WARN] |  | OOBE | DE |  |  |  | 531331 | DW050: The following payload errors were found during install:
    10/20/14 10:19:30:188 | [WARN] |  | OOBE | DE |  |  |  | 531331 | DW050:  - Adobe After Effects CC 2014 Support_13.1.1_AdobeAfterEffects13SupportAll: Patch already installed
    10/20/14 10:19:30:188 | [WARN] |  | OOBE | DE |  |  |  | 531331 | DW050:  - Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial: Install failed
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Call PostSession Custom Hook
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ::START TIMER:: [Post session :{C135CD0F-ED45-4935-9B71-9D02735BD274}]
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | In InstallSessionCloseProc
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Custom action return code: 0
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Post session :{C135CD0F-ED45-4935-9B71-9D02735BD274}] took 0 milliseconds (0 seconds)
    10/20/14 10:19:30:188 | [INFO] |  | OOBE | DE |  |  |  | 531331 | :: END TIMER :: [Total Timer] took 63003 milliseconds (63.003 seconds) DTR = 2626.1 KBPS (2.56455 MBPS)
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | -------------------------------------- Summary --------------------------------------
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 |  - 0 fatal error(s), 1 error(s)
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | OSX version: 10.10.0 
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 |
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ----------- Payload: Adobe After Effects CC 2014_13.1.1_AdobeAfterEffects13AllTrial 13.1.1.0 {C135CD0F-ED45-4935-9B71-9D02735BD274} -----------
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | ERROR: DS015: Unable to read symlink target of source file "/Applications/Adobe After Effects CC 2014/Plug-ins/Effects/mochaAE/(Mocha Support)/mocha AE CC.app/Contents/MacOS/mediaioserver.app/Contents/CodeResources"(Seq 212)
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 |
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Please search the above error string(s) to find when the error occurred.
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | These errors resulted in installer Exit Code mentioned below.
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | -------------------------------------------------------------------------------------
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 |
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Exit Code: 7 - Unable to complete Silent workflow.
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | Please see specific errors for troubleshooting. For example, ERROR: DS015 ...
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | END - Installer Session
    10/20/14 10:19:31:191 | [INFO] |  | OOBE | DE |  |  |  | 531331 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    You have a version conflict with the mochaAE folder in there. Run the cleaner tool and start from scratch.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • New Podcast for iTunes Not Updating in the iTunes Store

    Hello Apple Community,
    My name is Sara Simms, I have recently started a new DJ podcast series called Flight. My new episode has not updated yet in the iTunes store (its been over three days since I uploaded it)
    My podcast episodes are hosted here:
    http://sarasimms.blogspot.ca
    My Feedburner URL is:
    feed://feeds.feedburner.com/sarasimmsflightofficialpodcast
    I also uploaded new artwork via Feedburner, in the 'Podcast' section of iTunes I see the artwork has updated.
    However, in the iTunes store itself, the new artwork is not displayed. Here is the link to my iTunes podcast:
    http://bit.ly/VM8tcF
    I just pinged Feedburner, hopefully this helps to update everything.
    Could anyone else please let me know if there's anything else I should check/change to make sure my podcast episodes are updating?
    Thank you in advance!
    Best wishes,
    Sara Simms

    Hello Sai,
    You can try below and let me know the result.
    I believe you must be using cycle counting method. Make sure the person name of inventory document creator and the person who actually count the document is same. If so then last counting date will be correctly updated. I would advice you to simulate below scenario.
    Create the PI document and assign the name of person. And perform the actual counting by another person by exactly same method for which you were getting an error. Then observe the results.
    If above solution fails to find out the cause then consult SAP.
    Cheer up!! and all the best!!!
    Milind Chaudhari

  • Storage location is not updated after posting GR with Mvt type 107(Valuated GR blocked stock)

    Hi experts,
    Before posting GR through Movement type 107 (valuated GR blocked stock) we can see the storage location field in MIGO screen and able to enter value into this field. But after posting GR when we retrieve the material document we are finding that the field (storage location) is blank, i.e. it's not updated at all. When we check the stock in MMBE we find that no quantity is updated for valuated GR blocked stock.
    We want the storage location to be updated while posting GR with 107 Mvt type.
    Any idea Please?
    Points assured.
    Thanks
    Amitava

    SAP describes it in help.sap.com: Since the material is not to be added to the inventory yet, do not enter a storage location.
    If you require a storage location, then I assume that your design does not match with the design of SAP, you are using a function to solve a gap which is not foreseen by SAP for this case.
    Especially the 107 is usually representing stock which is still in transfer but you are already the legal owner and have to show the value of those goods in your books.

  • Last Inventory Date update in Quant

    Hi All,
    We use Cycle counting in our warehouse and it is triggered by LICC. When a count is performed through LICC, it updates the last inventory date as the last count date.
    It also happens that sometimes we count at Bin level, use LI01N and use inventory method as "CC". But after inventory, the last inventory record in the quant is updated with the current record, but the last inventory date is not updated.
    Is there a note out there to fix this issue?
    Thanks
    Jithin

    Yes i saw that, but since we are using LI01N with CC method, it should behave the same. I am not questioning what SAP does. It is how theoretically it should have been and how it is not.
    On the same note, how is LX26 and LICC different.
    You should understand that LI01N + CC and LX26 is cycle counting for storage bin whilst LICC is for quant.
    If you are not satisfied with this I cannot help you (I cannot modify SAP and I think none of simple forum members can do this...), please contact SAP AG.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Apr 15, 2009 8:42 AM
    Edited by: Csaba Szommer on Apr 15, 2009 8:49 AM

  • Parts master table not updating

    SP3 parts inventory table not updating even though set to synchronise through webtools

    thank you had to rebuild links on table

  • Csi_item_instance_pub.update_item_instance not updating the serial no

    HI all,
    csi_item_instance_pub.update_item_instance not updating the serial no. for Sales order transaction.
    Actyally we have multiple error transaction for hte same serial no. for that i am planning to process the last transaction i.e. Sales order issue transaction.
    While updating the serial no. with latest transaction i am getting "Msg1: Invalid Party location provided. The Location (38916) passed for the Instance Location Type "HZ_PARTY_SITES" is invalid or does not exists in TCA tables."
    Even i had check for a customer this is the correct locaiton_id.
    Below is my code:
    which i took from one of the thread and pass my instance value.
    =================
    DECLARE
    ln_order_num NUMBER;
    lc_p_sno VARCHAR2(30); -- Variable for printer serial no.
    LC_COMMIT VARCHAR2(5) := 'T';
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    t_output varchar2(2000);
    t_msg_dummy number;
    l_loc_id number :=38916;
    --x_msg_count NUMBER;
    CURSOR ib_cur IS
    SELECT cii.instance_id
    ,cii.serial_number
    ,cii.inventory_item_id
    ,cii.object_version_number
    FROM csi_item_instances cii
    WHERE cii.instance_id = 734113452;--instance_id
    --ORDER BY 1;
    TYPE ib_rec_tbl_type IS TABLE OF ib_cur%ROWTYPE;
    ib_rec_tbl ib_rec_tbl_type;
    -- Variables needed to call the Item Instance update API
    l_api_version CONSTANT NUMBER := 1.0;
    --l_msg_count             NUMBER;
    --l_msg_data              VARCHAR2(2000);
    l_msg_index NUMBER;
    l_instance_id_lst csi_datastructures_pub.id_tbl;
    l_instance_header_rec csi_datastructures_pub.instance_header_rec;
    l_party_header_tbl csi_datastructures_pub.party_header_tbl;
    l_party_acct_header_tbl csi_datastructures_pub.party_account_header_tbl;
    l_org_unit_header_tbl csi_datastructures_pub.org_units_header_tbl;
    l_instance_rec csi_datastructures_pub.instance_rec;
    l_party_tbl csi_datastructures_pub.party_tbl;
    l_account_tbl csi_datastructures_pub.party_account_tbl;
    l_pricing_attrib_tbl csi_datastructures_pub.pricing_attribs_tbl;
    l_org_assignments_tbl csi_datastructures_pub.organization_units_tbl;
    l_asset_assignment_tbl csi_datastructures_pub.instance_asset_tbl;
    l_ext_attrib_values_tbl csi_datastructures_pub.extend_attrib_values_tbl;
    l_pricing_attribs_tbl csi_datastructures_pub.pricing_attribs_tbl;
    l_ext_attrib_tbl csi_datastructures_pub.extend_attrib_values_tbl;
    l_ext_attrib_def_tbl csi_datastructures_pub.extend_attrib_tbl;
    l_asset_header_tbl csi_datastructures_pub.instance_asset_header_tbl;
    l_txn_rec csi_datastructures_pub.transaction_rec;
    l_install_location_id NUMBER;
    l_return_status VARCHAR2(5);
    lc_init_msg_lst VARCHAR2(1) := 'T';
    ln_validation_level NUMBER;
    lc_error_text VARCHAR2(4000);
    l_install_location_type_code csi_item_instances.install_location_type_code%TYPE;
    j BINARY_INTEGER := 0;
    l_party_tbl_idx BINARY_INTEGER;
    BEGIN
    --Create a savepoint
    -- SAVEPOINT dcrd_csi_upd_ib_snm;
    OPEN ib_cur;
    FETCH ib_cur BULK COLLECT
    INTO ib_rec_tbl;
    CLOSE ib_cur;
    IF ib_rec_tbl.COUNT > 0
    THEN
    --fnd_file.put_line(fnd_file.log, 'Begin loop');
    dbms_output.put_line('Begin loop');
    FOR i IN ib_rec_tbl.FIRST .. ib_rec_tbl.LAST
    LOOP
    --Set savepoint before processing record.
    --SAVEPOINT dcrd_csi_upd_ib_snm;
    l_instance_header_rec.instance_id := ib_rec_tbl(i).instance_id;
    csi_item_instance_pub.get_item_instance_details(p_api_version => l_api_version
    ,p_commit => fnd_api.g_false
    ,p_init_msg_list => fnd_api.g_false
    ,p_validation_level => fnd_api.g_valid_level_full
    ,p_instance_rec => l_instance_header_rec
    ,p_get_parties => fnd_api.g_true
    ,p_party_header_tbl => l_party_header_tbl
    ,p_get_accounts => fnd_api.g_true
    ,p_account_header_tbl => l_party_acct_header_tbl
    ,p_get_org_assignments => fnd_api.g_true
    ,p_org_header_tbl => l_org_unit_header_tbl
    ,p_get_pricing_attribs => fnd_api.g_false
    ,p_pricing_attrib_tbl =>l_pricing_attribs_tbl
    ,p_get_ext_attribs => fnd_api.g_false
    ,p_ext_attrib_tbl => l_ext_attrib_tbl
    ,p_ext_attrib_def_tbl => l_ext_attrib_def_tbl
    ,p_get_asset_assignments => fnd_api.g_false
    ,p_asset_header_tbl => l_asset_header_tbl
    ,p_resolve_id_columns => fnd_api.g_false
    ,p_time_stamp => SYSDATE
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data
    lc_error_text := NULL;
    l_instance_rec.instance_status_id :=510;
    l_instance_rec.instance_id := l_instance_header_rec.instance_id;
    l_instance_rec.install_date := sysdate;--'13-APR-2011';--sysdate;--'12-MAR-2008';
    l_txn_rec.transaction_type_id := 33;
    l_instance_rec.instance_usage_code :='OUT_OF_ENTERPRISE';
    -- l_instance_rec.INV_SUBINVENTORY_NAME :='STAGE';
    l_instance_rec.install_location_type_code := 'HZ_PARTY_SITES';
    --l_instance_rec.install_location_id := 38916;
    l_instance_rec.location_id := l_loc_id;--38916;
    l_instance_rec.location_type_code := 'HZ_PARTY_SITES';
    l_instance_rec.object_version_number := l_instance_header_rec.object_version_number;
    l_txn_rec.transaction_id := fnd_api.g_miss_num;
    l_txn_rec.transaction_date := SYSDATE;
    l_txn_rec.source_transaction_date := SYSDATE;
    l_txn_rec.transaction_type_id := 8; --Id for DATA_CORRECTION transaction type
    --Change Owner party details
    --FOR i IN l_party_header_tbl.FIRST..l_party_header_tbl.LAST
    -- LOOP
    -- IF l_party_header_tbl(i).relationship_type_code = 'OWNER'
    --THEN
    l_party_tbl(j).instance_party_id := l_party_header_tbl(i).instance_party_id;
    l_party_tbl(j).relationship_type_code := l_party_header_tbl(i).relationship_type_code;
    l_party_tbl(j).party_id := 167048;
    l_party_tbl(j).contact_flag := 'N';
    l_party_tbl(j).object_version_number := l_party_header_tbl(i).object_version_number;
    l_party_tbl_idx := j;
    j := j + 1;
    --END IF;
    --END LOOP;
    dbms_output.put_line('l_party_tbl count is '||l_party_tbl.COUNT);
    j := 0;
    dbms_output.put_line('l_party_acct_header_tbl count is '||l_party_acct_header_tbl.COUNT);
    --Change Owner party account details
    --FOR i IN l_party_acct_header_tbl.FIRST..l_party_acct_header_tbl.LAST
    -- LOOP
    -- IF l_party_acct_header_tbl(i).relationship_type_code = 'OWNER'
    -- THEN
    l_account_tbl(j).ip_account_id := l_party_acct_header_tbl(i).ip_account_id;
    l_account_tbl(j).instance_party_id := l_party_acct_header_tbl(i).instance_party_id;
    l_account_tbl(j).party_account_id := 133045;--61217;
    l_account_tbl(j).object_version_number := l_party_acct_header_tbl(i).object_version_number;
    l_account_tbl(j).bill_to_address := 37729;--77370;
    l_account_tbl(j).ship_to_address := 37730;--77648;
    l_account_tbl(j).parent_tbl_index := l_party_tbl_idx;
    j := j + 1;
    -- END IF;
    -- END LOOP;
    dbms_output.put_line('l_account_tbl count is '||l_account_tbl.COUNT);
    --j := 0;
    --Change Operating Unit details
    FOR i IN l_org_unit_header_tbl.FIRST..l_org_unit_header_tbl.LAST
    LOOP
    IF l_org_unit_header_tbl(i).relationship_type_code = 'SOLD_FROM'
    THEN
    l_org_assignments_tbl(j).instance_ou_id := l_org_unit_header_tbl(i).instance_ou_id;
    l_org_assignments_tbl(j).instance_id := l_org_unit_header_tbl(i).instance_id;
    l_org_assignments_tbl(j).relationship_type_code := l_org_unit_header_tbl(i).relationship_type_code;
    l_org_assignments_tbl(j).active_start_date := sysdate;--'13-APR-2011';--sysdate;
    --l_org_assignments_tbl(j).operating_unit_id := 86;
    l_org_assignments_tbl(j).object_version_number := l_org_unit_header_tbl(i).object_version_number;
    END IF;
    END LOOP;*/
    -- Call instance update API if a serial no. is to be updated
    /*fnd_file.put_line(fnd_file.log
    ,'Updating IB record for IB# ' || ib_rec_tbl(i).instance_id);*/
    dbms_output.put_line('Updating IB record for IB# ' || ib_rec_tbl(i).instance_id);
    csi_item_instance_pub.update_item_instance(p_api_version => l_api_version
    ,p_commit => LC_COMMIT --Handled outside API
    ,p_init_msg_list => lc_init_msg_lst
    ,p_validation_level => ln_validation_level
    ,p_instance_rec => l_instance_rec
    ,p_ext_attrib_values_tbl => l_ext_attrib_values_tbl --Null
    ,p_party_tbl => l_party_tbl --Null
    ,p_account_tbl => l_account_tbl --Null
    ,p_pricing_attrib_tbl => l_pricing_attrib_tbl --Null
    ,p_org_assignments_tbl => l_org_assignments_tbl --Null
    ,p_asset_assignment_tbl => l_asset_assignment_tbl --Null
    ,p_txn_rec => l_txn_rec
    ,x_instance_id_lst => l_instance_id_lst
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data);
    dbms_output.put_line('API STATUS# ' || l_return_status);
    if l_msg_count > 0
    then
    for j in 1 .. l_msg_count loop
    fnd_msg_pub.get
    ( j
    , FND_API.G_FALSE
    , l_msg_data
    , t_msg_dummy
    t_output := ( 'Msg'
    || To_Char
    ( j
    || ': '
    || l_msg_data
    dbms_output.put_line
    ( SubStr
    ( t_output
    , 1
    , 255
    end loop;
    end if;
    IF l_return_status = 'S'
    THEN
    commit;
    /*fnd_file.put_line(fnd_file.log
    , 'Error updating the install base for IB# ' || ib_rec_tbl(i)
    .instance_id);*/
    dbms_output.put_line('Error updating the install base for IB# ' || ib_rec_tbl(i)
    .instance_id);
    FOR i IN 1 .. l_msg_count
    LOOP
    fnd_msg_pub.get(p_msg_index => -1
    ,p_encoded => 'F'
    ,p_data => l_msg_data
    ,p_msg_index_out => l_msg_index);
    lc_error_text := lc_error_text || (substr(l_msg_data, 1, 255));
    END LOOP;
    dbms_output.put_line(lc_error_text);
    --Rollback the transaction if error occured.
    --ROLLBACK TO dcrd_csi_upd_ib_snm;
    ELSE
    /*fnd_file.put_line(fnd_file.log
    , 'Install base update successful for IB# ' || ib_rec_tbl(i)
    .instance_id);*/
    dbms_output.put_line('Install base update successful for IB# ' || ib_rec_tbl(i)
    .instance_id);
    lc_error_text := 'SUCCESS!';
    END IF;
    --Update the temporary table record status
    --update_status(ib_rec_tbl(i).snm_id, l_return_status, lc_error_text);
    END LOOP;
    --Commit transactions.
    COMMIT;
    END IF;
    commit;
    EXCEPTION
    WHEN no_data_found THEN
    --fnd_file.put_line(fnd_file.log, 'No records to process');
    dbms_output.put_line('No records to process');
    WHEN OTHERS THEN
    /* fnd_file.put_line(fnd_file.log, 'Error in update_ib procedure');
    fnd_file.put_line(fnd_file.log, to_char(SQLCODE) || ' - ' || SQLERRM);
    dbms_output.put_line('Error in update_ib procedure');
    dbms_output.put_line(to_char(SQLCODE) || ' - ' || SQLERRM);
    END;
    ================================================
    Thanks,
    Raj
    Edited by: user13275176 on Apr 14, 2011 7:07 AM

    That is a wrong way to do that (I am not sure of the business needs and the situation in you are in that is forcing you to do that).
    If you want the instance as if it is in Inventory, perform inventory receipt transaction. You should not just change the ownership (rather I should say you 'cannot' since the API should not allow you change the instance usage code to INVENTORY and location to Inventory just like that) and location details as inventory without performing the transaction in inventory.
    What about your inventory, you do not want quantity back in inventory?
    Thanks
    Nagamohan

Maybe you are looking for

  • How can I filter a column based on data in another list.

    I have two lists: List A: Business Unit | BU Services BU1 | Service 1 BU1 | Service 2 BU1 | Service 3 BU2 | Service 4 BU2 | Service 5 BU3 | Service 6 BU3 | Service 7 List B: Sales Rep | Business Unit | Service Jonny Cash | BU3 | Service 7 Kitty Wells

  • No audio tracks when sending from Final Cut?

    Hi, I'm working with a 90 minute edited sequence in final cut that I've nested in another sequence to create a continuous video with a stereo audio track. When I send it to soundtrack (multitrack project) for mixing, the video is there but the audio

  • Frequently changing label printing requirements

    hello there, business scenario  ; labels required for shipments, keep changing frequently and going forward  this needs to be done in SAP. does anyone know how to address this issue ???

  • What's the perfect software combination?

    My new position will require learning modules that are primarily software tutorials. I'll need demos and interactive elements. I may also have to demonstate the logic behind setting up the software, so I may need more than just demos. I want the prod

  • Issue in CRM Delta upload to BW

    Hi, I need to configure the exchange of data between CRM 7.0 and BI 7.0. I am facing facing issue of Delta upload from CRM to BI. Initial upload to BI was successful but not working Delta. I need to download the activity and the opportunity. But in t