Creating acfs

Hi
If I want to create a general purpose ASM cluster file system(ACFS to be automatically mounted by Oracle Clusterware),
Do I manually need to add an entry to /etc/fstab defining the volume,mount point and mount points on each node in cluster?

rico wrote:
Hi
If I want to create a general purpose ASM cluster file system(ACFS to be automatically mounted by Oracle Clusterware),
Do I manually need to add an entry to /etc/fstab defining the volume,mount point and mount points on each node in cluster?Hi,
No...Don't do that.
You must use ACFS Mount Registry.
About the Oracle ACFS Mount Registry
http://download.oracle.com/docs/cd/E11882_01/server.112/e18951/asmfilesystem.htm#OSTMG94168
acfsutil registry
http://download.oracle.com/docs/cd/E11882_01/server.112/e18951/asmfs_util010.htm#CACGHBHI
It's good etiquette, when your question has been answered to mark it as answered, and mark posts as "correct" or "helpful".
https://forums.oracle.com/forums/ann.jspa?annID=719
Regards,
Levi Pereira

Similar Messages

  • Createing ACFS in ASM

    Hi,
    I am going to create ACFS filesystem in ASM having 2 node RAC 11.2.0.2.
    I could get the option of ASMCA which will create ACFS file system on disk group. Which looks very straight forward.
    But when I gone through some docs on ACFS [command line] it says to create the volume first [which is ADVM feature] and then create ACFS using ASMCMD>mkfs. I could not understand the why do we have to create volume in order to create ACFS? Also gone through the ADVM docs but did not understand what exactly it is and how it works?
    Is the volume created using ADVM is the logical structure? Becuase when I created volume using ADVM I could not do CD to particular volume.
    Can anyone explain the same to clear my fundas.
    Thanks...

    Hi,
    think of ASM as a logical volume manager.
    Like with every volume manager, you have to first create a volume, before you can put a filesystem onto it.
    It is the same here: You first have to create a volume inside your ASM diskgroup, that this volume gets "exported" to the OS. After you created a volume, you will find a volume under /dev/asm/<name>.
    This volume than can be used, to put any filesystem onto it, whatever you want.
    E.g. ext3. Or better the ACFS filesystem.
    Filesystems are formatted using mkfs (make file system command) from linux.
    In the special case of ACFS it is mkfs.ext3 (which by the way is not an asmcmd command, but a generall linux command).
    Now if you create ACFS via asmca, then the volume is created under the cover automatically. But if you look you will find the volume listed under the volume tab of ASMCA.
    Regards
    Sebastian

  • Issues while creating ACFS file system

    I have 11gR2 RAC two node db on ASM. Whn I am trying to create volume in the disk group it gives me below error:
    ASMCMD> volcreate -G EXT_DATA -s 40G extdata
    ORA-15032: not all alterations performed
    ORA-15477: cannot communicate with the volume driver (DBD ERROR: OCIStmtExecute)
    what could be the reason?
    Edited by: user2995637 on Apr 26, 2011 7:14 AM

    It's quite an old post. Not sure if it's still being followed up or not. Still would like to comment
    ASMCMD> volcreate -G DISKGRP1 -s 3G volume1
    ORA-15032: not all alterations performed
    ORA-15477: cannot communicate with the volume driver (DBD ERROR: OCIStmtExecute)
    What I did
    grid@localhost $ which acfsload
    /u01/app/11.2.0/grid/bin/acfsload
    Login as root
    root@localhost $ /u01/app/11.2.0/grid/bin/acfsload start -a
    ASMCMD> volcreate -G DISKGRP1 -s 3G volume1
    Went through successfully
    SQL> SELECT volume_name, volume_device FROM V$ASM_VOLUME ;
    VOLUME_NAME VOLUME_DEVICE
    VOLUME1 /dev/asm/volume1-308
    Hope that helps !!

  • Error when creating volume on data group for acfs

    Hi,
    I want to create ACFS file system on solaris SPARC system which is running solaris 10.9. I have created data group successfully but i get an error when i try to create volume.
    ASMCMD> volcreate -G OEMLIB -s 30G oemlibvol1
    ORA-15032: not all alterations performed
    ORA-15472: volume library cannot be loaded. Platform may not support volume creation. (DBD ERROR: OCIStmtExecute)
    i read that solaris 10.8 or more support acfs and my oracle grid software is also 11.2 higher.
    what could be the issue? Do i need to manually load drivers for ADVM? where are they located?

    Thanks
    Thanks for your input.
    We are missing the ACFS binaries after we installed 11.2.0.1 GRID and Database on Solaris 10 Update 8.
    The following are missing from the GRID_HOME/bin:
    Acfsload, acfsroot, acfsdriverstate, acfsregitrymount, acfssinglefsmount.
    I see these in 11.2.0.1 version of a LINUX install in our datacenter but don’t see it in our Solaris Install.

  • Create directory on a two-node Oracle server cluster

    Hi,
    How can I create directory on a two-node Oracle server cluster (2 identical servers running the same Oracle database instances with shared disks)? Both of them run Windows 2008.
    I know this works for Oracle running in a single server. How about in failover cluster environment?
    CREATE OR REPLACE DIRECTORY g_vid_lib AS 'X:\video\library\g_rated';
    Thanks.
    Andy

    Using 11.2.0.? Using ASM? use ACFS - it is a SHARED file system.
    http://docs.oracle.com/cd/E16338_01/server.112/e10500/asmfilesystem.htm
    create [big empty disk group]
    create ACFS volume {container file that lives in that diskgroup]
    create ACFS file system
    mount the file system.
    Now, all nodes in the cluster can access that shared device at the OS level just as if it were any other device.

  • Crs stop and acfs filesystem

    i have created acfs file system and mounted for 2 node RAC.
    when i issued crsctl stop crs for local node, the asm instance could not stop.
    asm alert log showed that diskgroup for acfs and voting disk could not be dismounted as they are used by processes
    realising this i did unmount the acfs filesystem, then dismounted acfs diskgroup manually but the diskgroup with voting disk on it now showed status quiesced,
    eventually i shut abort the asm instance.
    is it required to umount the acfs explicitly prior to stopping crs, doesnt clusterware offline/stop acfs filesystem as it does for the other crs resources.

    no,vote/ocr is not stored on acfs.
    ORA-15027 active use of diskgroup "ACFS" precludes its dismount
    ORA-15027 active use of diskgroup "VOTE" precludes its dismount
    question: is the foll understanding correct
    it is required to unmount the acfs filesystem explicitly prior to stopping crs.
    because crsctl stop crs wont offline/stop acfs filesystem as it does for the other crs resources.

  • ACFS and ASM

    I want to ensure by db_recovery destination_size value whenever i create ACFS filesystem.
    Example:
    I created ACFS file system of 10 GB from the Flash diskgroup (PTMCM_FRA) of size 17GB. I would like to know what would be size of db_recovery_destination_size?
    Thanks for your help

    Hello,
    i am not exactly sure if i undertand your question, but i think you want to know your free space in the diskgroup for the FRA after you create a ACFS Volume. Maybe this query help you.
    SQL> select name,total_mb,free_mb,usable_file_mb from v$asm_diskgroup;
    NAME                    TOTAL_MB FREE_MB USABLE_FILE_MB
    DG_DATA                61436 26435     26435
    DG_FRA                    61436 59385     59385
    regards
    Peter

  • ACFS Mount problem

    Hi,
    I am trying o create ACFS on my 2 nodes Cluster.. I have 4 Disks in my DiskGroup (136GB total Size) So I did the following using asmca
    1) Start asmca
    2) Create Volume
    3) Create ACFS
    4) Mounted the ACFS
    After that, I get the following on my system
    [root@rac1 ~]# cd /acfs/
    [root@rac1 acfs]# ls -al
    total 16
    drwxr-xr-x 3 oracle oinstall 4096 Nov 18 12:45 .
    drwxr-xr-x 26 root root 4096 Nov 18 12:44 ..
    drwxrwx--- 4 root asmadmin 4096 Nov 18 2009 ASMFS_VOL
    I am not sure why I got owner as root? (Not sure whether it is normal to get permissions root:asmadmin)
    Then I changed owner,
    and I get the following
    [root@rac1 acfs]# chown -R oracle:oinstall ASMFS_VOL/
    chown: changing ownership of `ASMFS_VOL/.ACFS/.fileid': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/repl/staging': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/repl/ready': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/repl/processed': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/repl/logs': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/repl': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS/snaps': Permission denied
    chown: changing ownership of `ASMFS_VOL/.ACFS': Permission denied
    chown: changing ownership of `ASMFS_VOL/lost+found': Permission denied
    It did change the permission though.
    Now everything is ok, I am able to write files on both of my nodes.. No issue there, But just wondering,
    1)why did I get permissions like this..
    2) Is it safe to change the permissions like this?
    3) Any negative impact?

    This can be resolved with changing the below LIB files.
    For example you want to change to oinstall as your group with 775.
    cd $GRID_HOME/lib
    change the below files.
    [root@lib]# grep -i oinstall osds_acfslib.pm
    print PERM "KERNEL==\"ofsctl\", GROUP=\"oinstall\", MODE=\"0665\"\n";
    [root@lib]# grep -i oinstall acfslib.pm
    $asmadmin = "oinstall";
    [root@ lib]# grep -i 775 acfsregistrymount.pl
    system("chmod 0775 $ocr_mountpoint");
    [root@lib]# grep -i 775 osds_unix_linux_acfslib.pm
    system ("chmod 0775 $mount_point");
    system("chmod 0775 " . AVD_DIR);
    Regards
    Thangamani.

  • Acfs not mounted after rebooting..

    Hi,
    I have create acfs filesystem . but that filesystem is not mounted after rebooting server? how to enable auto mount?
    OS version : RHEL 5
    Grid Version : 11.2.0.2
    ASMCMD> volinfo -G ACFS_U06 ORAHOMEVG
    Diskgroup Name: ACFS_U06
    Volume Name: ORAHOMEVG
    Volume Device: /dev/asm/orahomevg-92
    State: ENABLED
    Size (MB): 7168
    Resize Unit (MB): 256
    Redundancy: UNPROT
    Stripe Columns: 4
    Stripe Width (K): 128
    Usage: ACFS
    Mountpath: /u06/app/oracle/product/11.2.0.2
    Thanks

    Register the mount point with acfsutil utility.
    oracle@rmdydbitdb1 $ acfsutil registry -h
    Usage: acfsutil [-h] registry [-l]                     - Display registry contents
                    -l <mountpoint>          - Display a specific mount point
                    -l <device>              - Display a specific device
                    -m <device>              - Display a specific mount point associated with a device
                    -a [-f] [-o <opts>] [-n <nodes>] <device> <mountpoint> - Add a mount point
                    -d [<mountpoint> | <device>] - Delete a mount point or a devicehttp://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfs_util010.htm#CACGHBHI
    Thanks
    Kuljeet Pal Singh

  • Opinion on non-clustered file system to offload backups

    3 node 11.2 rac using ASM on SAN.
    All of the RMAN backups go to +FRA. Any node can initiate RMAN and create backups.
    I want to offload the backups from +FRA to a filesystem. Our current backup system can only read cooked file systems.
    This LUN also comes from the same SAN. It will have a file system, ext4. It will be visible to all 3 nodes and will be mounted to ONLY the first node. First node will be the one to copy from asm to this filesystem.
    If first node is out of commission, I can mount the backup lun to one of the other remaining nodes.
    Does this sound like a decent plan or should I go with a clustered file system?
    Thanks for you opinions!

    Have you looked at using ACFS? Create a very big diskgroup, then create an ACFS volume and finally an ACFS filesystem. create a path on all nodes on which the ACFS filesystem will be mounted.
    Example: Using asmca do the following
    mkdir /d01/FRA on all systems
    DGFRA (4disks at 500G)
    Create ACFS volume 1.8T
    Create ACFS filesystem mount point of /d01/FRA
    set your db_recovery_file_dest=/d01/FRA scope=both sid='*'
    Now any node can backup to this FRA location AND any node can copy files to tape or where ever...
    This is "supported" as of 11.2.0.3 ( I have used it on 11.2.0.1 and 11.2.0.2 for testing)

  • File verification errors applying GI PSU 11.2.0.3.1 for acfs on linux

    (Hi guys. i'm filing an SR at the same time, but I find I get more helpful responses from the forums, and we end up sharing technical knowledge in a more effective way.)
    Platform: Proof of concept Virtualbox VM running Oracle Linux 5u7
    Installed Grid Infrastructure 11.2.0.3 straight (didn't start with 11.2.0.1 and upgraded out-of-place)
    My Linux kernel was apparently not supporting
    root@oel4::/root] uname -r
    2.6.32-200.13.1.el5uek
    root@oel4::/root] uname -a
    Linux oel4 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    oracle@oel4 [+ASM] Mon Feb 13:/orafs1/app/grid/product/11.2.0.3/grid/bin
    22:51:14] oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=oracle
    ORACLEASM_GID=dba
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""In the ASMCA utility, I do NOT see a valid tab for the ADVM drive or ACFS filesystem. I could ONLY create ASM diskgroups. In addition, when trying to check whether the ACFS / ADVM drivers are even installed, tI see they are NOT:
    Error encountered:
    oracle@oel4 [+ASM] Mon Feb 13:/orafs1/app/grid/product/11.2.0.3/grid/bin
    23:05:08] ./acfsdriverstate installed
    ACFS-9204: false
    oracle@oel4 [+ASM] Mon Feb 13:/orafs1/app/grid/product/11.2.0.3/grid/bin> ./acfsdriverstate supported
    ACFS-9459: ADVM/ACFS is not supported on this OS version: '2.6.32-200.13.1.el5uek'
    ACFS-9201: Not Supported-- I have already checked the following articles:
    +ACFS tools fail with ADVM/ACFS is not supported on [ID 1085146.1]+
    +IS ACFS/ADVM SUPPORTED/CERTIFIED ON SOLARIS SPARC 64 PLATFORM? [ID 973387.1]+
    +How to Verify that the ACFS Driver is installed and loaded [ID 1319263.1]+
    - out of curiosity, would I be able to boot the GRUB-loader WITHOUT the linux UEK kernel, and instead boot with the
    *2.6.18-274.el5 kernel*? I tried it and ACFS now worked under 11.2.0.3 (when loading via ./acfsroot install)I wasn't sure of the impact to other application, and I assume there ARE risks in doing this.
    -- I had thought that as of *11.2.0.3*, ACFS WAS supported under the Linux UEK. In addition, the MOS note 1369107.1 that 11.2.0.3.1 patch set update 1 would provide support for ACFS on the UEK2.6.32-200
    "Support for "2.6.32-200" kernels will start in the first GI PSU 11.2.0.3.1 (11.2.0.3 GIPSU #1), (RFI Bug:13241736 & Bug:12825835). "
    To test that, I tried applying the 11.2.0.3.1 grid control PSU 1:
    ## get existing opatch config:
         /orafs1/app/grid/product/11.2.0/grid/OPatch/opatch lsinventory
              Oracle Home       : /orafs1/app/grid/product/11.2.0/grid
              Central Inventory : /orafs1/app/oraInventory
                 from           : /orafs1/app/grid/product/11.2.0/grid/oraInst.loc
              OPatch version    : 11.2.0.1.9
              OUI version       : 11.2.0.3.0
              Log file location : /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/opatch2012-02-18_12-20-11PM.log
              Lsinventory Output file location : /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/lsinv/lsinventory2012-02-18_12-20-11PM.txt
              Installed Top-level Products (1):
              Oracle Grid Infrastructure                                           11.2.0.3.0
              There are 1 products installed in this Oracle Home.
              There are no Interim patches installed in this Oracle Home.
              OPatch succeeded.
    ## run conflict resolution checks:
    $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir 13343438 -oh /orafs1/app/grid/product/11.2.0/grid
         PREREQ session
         Oracle Home       : /orafs1/app/grid/product/11.2.0/grid
         Central Inventory : /orafs1/app/oraInventory
            from           : /orafs1/app/grid/product/11.2.0/grid/oraInst.loc
         OPatch version    : 11.2.0.1.9
         OUI version       : 11.2.0.3.0
         Log file location : /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/opatch2012-02-18_12-17-54PM.log
         Invoking prereq "checkconflictagainstohwithdetail"
         Prereq "checkConflictAgainstOHWithDetail" passed.
         OPatch succeeded.
    $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir 13348650 -oh /orafs1/app/grid/product/11.2.0/grid
         PREREQ session
         Oracle Home       : /orafs1/app/grid/product/11.2.0/grid
         Central Inventory : /orafs1/app/oraInventory
            from           : /orafs1/app/grid/product/11.2.0/grid/oraInst.loc
         OPatch version    : 11.2.0.1.9
         OUI version       : 11.2.0.3.0
         Log file location : /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/opatch2012-02-18_12-18-06PM.log
         Invoking prereq "checkconflictagainstohwithdetail"
         Prereq "checkConflictAgainstOHWithDetail" passed.
         OPatch succeeded.I had checked the MOS Oracle Database Patch Set Update 11.2.0.3.1 Known Issues [ID 1374706.1] article, which didn't mention any show stoppers related to me.
    # copy patch to tmp dir instead and run from there
         su - oracle
         cd /tmp
         mkdir p13348650
         unzip /mnt/share/100g/downloads/oracle/gi_11.2.0.3.1_psu1/p13348650_112030_Linux-x86-64.zip -d p13348650
         cp -p /mnt/share/100g/downloads/oracle/gi_11.2.0.3.1_psu1/ocm.rsp .
         ls -l
              -rwxrwxrwx  1 root    michael       1069 Feb 16 16:55 ocm.rsp
              drwxr-xr-x  4 oracle  oinstall      4096 Feb 18 08:30 p13348650
         su -
         . oraenv
              +ASM
         cd /tmp
         $ORACLE_HOME/OPatch/opatch auto  p13348650  -oh $ORACLE_HOME  -ocmrf ocm.rsp
              Executing /usr/bin/perl /orafs1/app/grid/product/11.2.0/grid/OPatch/crs/patch112.pl -patchdir . -patchn p13348650 -oh /orafs1/app/grid/product/11.2.0/grid -ocmrf ocm.rsp -paramfile /orafs1/app/grid/product/11.2.0/grid/crs/install/crsconfig_params
              opatch auto log file location is /orafs1/app/grid/product/11.2.0/grid/OPatch/crs/../../cfgtoollogs/opatchauto2012-02-18_08-31-32.log
              Detected Oracle Restart install
              Using configuration parameter file: /orafs1/app/grid/product/11.2.0/grid/crs/install/crsconfig_params
              Successfully unlock /orafs1/app/grid/product/11.2.0/grid
              patch ./p13348650/13348650  apply  failed  for home  /orafs1/app/grid/product/11.2.0/grid
              ACFS-9459: ADVM/ACFS is not supported on this OS version: '2.6.32-200.13.1.el5uek'
              CRS-4123: Oracle High Availability Services has been started.
    # it STILL does not support ACFS on my kernel! ngng.
    capture log output:
         cat /orafs1/app/grid/product/11.2.0/grid/OPatch/crs/../../cfgtoollogs/opatchauto2012-02-18_08-31-32.log
               Is the local system ready for patching? [y|n]
               Y (auto-answered by -silent)
               User Responded with: Y
               Backing up files...
               Applying interim patch '13348650' to OH '/orafs1/app/grid/product/11.2.0/grid'
               Patching component oracle.crs, 11.2.0.3.0...
               Copying file to "/orafs1/app/grid/product/11.2.0/grid/crs/install/crsconfig_lib.pm"
               Copying file to "/orafs1/app/grid/product/11.2.0/grid/crs/install/crspatch.pm"
               Copying file to "/orafs1/app/grid/product/11.2.0/grid/crs/install/s_crsconfig_lib.pm"
               Patching component oracle.usm, 11.2.0.3.0...
               There are 2 copy files under ORACLE_HOME that are not patched.
               Files check failed: Some files under ORACLE_HOME are not patched. Please see log file for details.
               ApplySession failed in system modification phase... 'Verification of patch failed: Files are not updated completely.'
               Restoring "/orafs1/app/grid/product/11.2.0/grid" to the state prior to running NApply...
               Checking if OPatch needs to invoke 'make' to restore some binaries...
               OPatch was able to restore your system. Look at log file and timestamp of each file to make sure your system is in the state prior to applying the patch.
               NApply restored the home. Please check your ORACLE_HOME to make sure:
                 - files are restored properly.
                 - binaries are re-linked correctly.
               (use restore.[sh,bat] and make.txt (Unix only) as a reference. They are located under
               "/orafs1/app/grid/product/11.2.0/grid/.patch_storage/NApply/2012-02-18_08-33-44AM"
               UtilSession failed: ApplySession failed in system modification phase... 'Verification of patch failed: Files are not updated completely.'
               Log file location: /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/opatch2012-02-18_08-33-44AM.log
               OPatch failed with error code 73
              2012-02-18 08:39:08: patch ./p13348650/13348650  apply  failed  for home  /orafs1/app/grid/product/11.2.0/grid
    cat /orafs1/app/grid/product/11.2.0/grid/cfgtoollogs/opatch/opatch2012-02-18_08-33-44AM.log
         [Feb 18, 2012 8:37:49 AM]    verifying 921 copy files.
         [Feb 18, 2012 8:37:56 AM]    Failed file pair information (copy)::
         [Feb 18, 2012 8:37:56 AM]    Source file name is : /tmp/p13348650/13348650/files/bin/oraagent.bin,  size is : 28054745
         [Feb 18, 2012 8:37:56 AM]    Destination file name is : /orafs1/app/grid/product/11.2.0/grid/bin/oraagent.bin,  size is : 28054745
         [Feb 18, 2012 8:38:04 AM]    Failed file pair information (copy)::
         [Feb 18, 2012 8:38:04 AM]    Source file name is : /tmp/p13348650/13348650/files/install/usm/SLES10/x86_64/2.6.16.21-0.8/default/bin/oracleacfs.ko,  size is : 19649565
         [Feb 18, 2012 8:38:04 AM]    Destination file name is : /orafs1/app/grid/product/11.2.0/grid/install/usm/SLES10/x86_64/2.6.16.21-0.8/default/bin/oracleacfs.ko,  size is : 19649565
         [Feb 18, 2012 8:38:07 AM]    verifying 3 plugin actions.
         [Feb 18, 2012 8:38:07 AM]    There are 2 copy files under ORACLE_HOME that are not patched.
         [Feb 18, 2012 8:38:07 AM]    OUI-67124:Files check failed: Some files under ORACLE_HOME are not patched. Please see log file for details.
         [Feb 18, 2012 8:38:07 AM]    OUI-67124:ApplySession failed in system modification phase... 'Verification of patch failed: Files are not updated completely.'
         [Feb 18, 2012 8:38:07 AM]    Restoring "/orafs1/app/grid/product/11.2.0/grid" to the state prior to running NApply...
         [Feb 18, 2012 8:39:08 AM]    Checking if OPatch needs to invoke 'make' to restore some binaries...
         [Feb 18, 2012 8:39:08 AM]    OPatch was able to restore your system. Look at log file and timestamp of each file to make sure your system is in the state prior to applying the patch.
         [Feb 18, 2012 8:39:08 AM]    OUI-67124:
                                      NApply restored the home. Please check your ORACLE_HOME to make sure:
                                        - files are restored properly.
                                        - binaries are re-linked correctly.
                                      (use restore.[sh,bat] and make.txt (Unix only) as a reference. They are located under
                                      "/orafs1/app/grid/product/11.2.0/grid/.patch_storage/NApply/2012-02-18_08-33-44AM"
         [Feb 18, 2012 8:39:08 AM]    OUI-67073:UtilSession failed: ApplySession failed in system modification phase... 'Verification of patch failed: Files are not updated completely.'
         [Feb 18, 2012 8:39:08 AM]    --------------------------------------------------------------------------------
         [Feb 18, 2012 8:39:08 AM]    The following warnings have occurred during OPatch execution:
         [Feb 18, 2012 8:39:08 AM]    1) OUI-67124:Files check failed: Some files under ORACLE_HOME are not patched. Please see log file for details.
         [Feb 18, 2012 8:39:08 AM]    2) OUI-67124:ApplySession failed in system modification phase... 'Verification of patch failed: Files are not updated completely.'
         [Feb 18, 2012 8:39:08 AM]    3) OUI-67124:
                                      NApply restored the home. Please check your ORACLE_HOME to make sure:
                                        - files are restored properly.
                                        - binaries are re-linked correctly.
                                      (use restore.[sh,bat] and make.txt (Unix only) as a reference. They are located under
                                      "/orafs1/app/grid/product/11.2.0/grid/.patch_storage/NApply/2012-02-18_08-33-44AM"
         [Feb 18, 2012 8:39:08 AM]    --------------------------------------------------------------------------------There were errors with the file verification after the copy , for some reason. I don't know why it would have coughed on the two files oraagent.bin and oracleacfs.ko, but Oracle Support and google seaches didn't come up with anything. I plan to manually try an opatch apply instead of the oaptch auto, but while I do so, does anybody have clues for correctly applying this PSU?

    To update this thread, I ended up speaking to Oracle Support on this. It turned out that one of the prerequisites in the README was the culprit:
    2.1.4 Unzipping the PatchThe patch application requires explicit user actions to run 'opatch auto' command on each node of Oracle clusterware. So, it is recommended that you download and unzip the patch in a shared location to be able to access it from any node in the cluster and then as the Grid home owner execute the unzip command. To prevent installation failures, this location should be an empty directory.
    Note:
    Do not unzip the patch in the top level /tmp directory.
    The unzipped patch location should have read permission for ORA_INSTALL group in order to patch Oracle homes owned by different owners. The ORA_INSTALL group is the primary group of the user who owns the GI home or the group owner of the Oracle central inventory.>
    In my example, I had unzipped to /tmp. However, the resulting error message stack didn't really point that out.
    When I double-checked the README and tried again from /home/oracle/patches/p13348650 instead, it worked. It doesn't leave me with a confident feeling, more just relief. On a related note (and the entire reason for me patching to 11.2.0.3.1), ACFS filesystems ARE supported now under Oracle 5 update 7 with the 2.6.32-200.13.1.el5uek kernel (you had to really dig through the matrix in 1369107.1). Had this not worked, I would had to fail back to the non-UEK kernel to achieve ACFS.

  • Unable to install package created by CC Packager

    I created a package this morning with the latest/ updated version of Creative Cloud Packager. And am trying to install it on a machine with CS6 recently uninstalled.
    The machine is a Win 7 x64, under an AD admin account. The installation stops halfway and starts rolling back. I tried to run Adobe Cleaner tool, ran CS6 removal but there was nothing to clean.
    Here is the PDApp.log
    06/21/13 18:24:37:367 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 7476 | Build Version - 1.1.0.27
    06/21/13 18:24:37:367 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 7476 | Logging Level verbosity Set  to 4
    06/21/13 18:24:44:800 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 10076 | Build Version - 1.1.0.27
    06/21/13 18:24:44:800 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 10076 | Logging Level verbosity Set  to 4
    06/21/13 18:24:44:800 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 10076 | Executing immediate custom action for install mode.
    06/21/13 18:24:44:801 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 10076 | The CustomActionData string is : mode=install;sourceDir=C:\Win\AdobeCC-64bit-June-Win\Build\;installDir=;origDB=C:\Win\Ado beCC-64bit-June-Win\Build\AdobeCC-64bit-June.msi
    06/21/13 18:24:44:801 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 10076 | Successfully executed the immediate custom action for install mode .
    06/21/13 18:24:51:584 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Build Version - 1.1.0.27
    06/21/13 18:24:51:584 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Logging Level verbosity Set  to 4
    06/21/13 18:24:51:584 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Executing the deferred custom action.
    06/21/13 18:24:51:603 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Obtained the following as CustomActionData
    06/21/13 18:24:51:603 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | mode=install;sourceDir=C:\Win\AdobeCC-64bit-June-Win\Build\;installDir=;origDB=C:\Win\Ado beCC-64bit-June-Win\Build\AdobeCC-64bit-June.msi
    06/21/13 18:24:51:603 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | mode=install;sourceDir=C:\Win\AdobeCC-64bit-June-Win\Build\;installDir=;origDB=C:\Win\Ado beCC-64bit-June-Win\Build\AdobeCC-64bit-June.msi
    06/21/13 18:24:51:604 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Original database path is : C:\Win\AdobeCC-64bit-June-Win\Build\AdobeCC-64bit-June.msi
    06/21/13 18:24:51:628 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | OptionXML saved at location :: C:\Users\James\AppData\Local\Temp\{B6C27B6C-5701-483C-9E33-3D7E26BFF924}\\{A0FA75C9-894A- 4B1F-B59C-EB547D0A869B}
    06/21/13 18:24:51:791 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Build Version - 1.1.0.27
    06/21/13 18:24:51:791 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Logging Level verbosity Set  to 4
    06/21/13 18:24:51:791 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Initializing Custom Action Data from parameters
    06/21/13 18:24:51:791 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 6296 | Folder does not exist
    06/21/13 18:24:51:791 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Provisioning Tool path is (C:\Users\James\AppData\Local\Temp\{B6C27B6C-5701-483C-9E33-3D7E26BFF924}\\{B573BF86-D858 -46A5-BBEC-EAF09D4AF59D}).
    06/21/13 18:24:51:792 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Starting to run the custom action for install mode
    06/21/13 18:24:51:793 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | STEP 1: Starting to parse Option XML.
    06/21/13 18:24:51:802 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Self-Update BootStrapper Relative Path doesn't exist.
    06/21/13 18:24:51:802 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | No of updates found (6).
    06/21/13 18:24:51:804 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Number of Medias found = 21
    06/21/13 18:24:51:804 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment Manager is running in Install Mode.
    06/21/13 18:24:51:853 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{EC958A4B-3C35- 4397-9573-FCD3B83F2552}
    06/21/13 18:24:51:961 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{63FC0D33-4248- 407D-BD51-9B95AE32F197}
    06/21/13 18:24:52:020 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{60822F37-90B8- 4567-8B56-8D4D8FCEDF66}
    06/21/13 18:24:52:065 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{5F88F565-9A48- 4357-B58A-13C21B8CDCB3}
    06/21/13 18:24:52:099 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{3503FB80-9357- 4BFB-8AF1-BF7544D89CE7}
    06/21/13 18:24:52:273 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{08E7134A-4D1E- 4509-847C-644641E32988}
    06/21/13 18:24:52:341 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{76C1B1DA-5F1A- 4832-96EE-7EE2433D65C3}
    06/21/13 18:24:52:393 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{ABFF9D85-F1C0- 4F75-A117-1AA7032699A4}
    06/21/13 18:24:52:441 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{E421BBD3-3161- 46C2-83C5-12804FEFBA96}
    06/21/13 18:24:52:472 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{04DBA984-E4FF- 4E0F-98E9-35C6AD6E08A3}
    06/21/13 18:24:52:898 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{29F26CAA-FFE0- 4605-9022-EB02F4D21CA3}
    06/21/13 18:24:52:903 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{95BB3925-22BB- 4F5A-92EB-19F6C25E6472}
    06/21/13 18:24:52:908 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{B36245D4-21D0- 4D4B-ADA7-E9C78D69077E}
    06/21/13 18:24:52:943 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{CA8BBF5B-6AA8- 4904-AADF-7A884ACBCF06}
    06/21/13 18:24:52:981 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{341C109B-2EE7- 4A07-B5BE-78910322B6D3}
    06/21/13 18:24:53:133 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{F169E11F-C6CF- 4A12-B46F-B91757D2D900}
    06/21/13 18:24:53:135 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{DB45E78F-8F9C- 4E96-8DF8-A0D91C3D8186}
    06/21/13 18:24:53:187 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{EA4CE459-7EC3- 4202-BF4E-B0BDDB7F8BAF}
    06/21/13 18:24:53:344 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{A26D98DC-4854- 4A6A-AFC5-496080F1FF15}
    06/21/13 18:24:53:363 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{C19F145E-EB87- 4A71-B5E0-4574953D5538}
    06/21/13 18:24:53:368 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{9F6625DE-E536- 4FED-B56D-1905AB3F9119}
    06/21/13 18:24:53:419 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{0FE2359F-85E5- 41DE-AA3E-F37156822FF5}
    06/21/13 18:24:53:448 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{7DCCF03E-D056- 4AA9-BFB1-A548856FC2B7}
    06/21/13 18:24:53:608 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{E579FC3F-737E- 4EE6-B682-437038CD79A7}
    06/21/13 18:24:53:613 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{CD3521F0-8F06- 4131-AB63-66784768BA4A}
    06/21/13 18:24:53:616 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{99896BAC-D6C4- 4E3F-A1D5-E37025F164A2}
    06/21/13 18:24:53:684 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{DF386781-0DC3- 4EE7-BFAE-D1CE1A83FAA9}
    06/21/13 18:24:53:686 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{ACB22722-CF49- 4641-8298-F3F46A0FA454}
    06/21/13 18:24:53:878 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{3D1E2024-008E- 4900-BEE1-FF87EB7E5CCC}
    06/21/13 18:24:53:879 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{AA0E615D-40EA- 4EE1-B32A-1B5789CB95CD}
    06/21/13 18:24:53:952 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{A53E7D58-8255- 45CB-8200-C78B861E8262}
    06/21/13 18:24:53:978 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{3B56FCFB-7384- 4873-B892-7D2464518B80}
    06/21/13 18:24:54:067 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{5D919398-126F- 42FE-88F2-587114BAE0BA}
    06/21/13 18:24:54:069 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{CB1032C1-04DD- 453C-ADC6-8D7FAF4CD4E9}
    06/21/13 18:24:54:140 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{268E9478-0D7D- 4D60-8E6F-08149453C394}
    06/21/13 18:24:54:178 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{308696E3-54B8- 4A8C-8A14-45C4174B6A12}
    06/21/13 18:24:54:268 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{D61BB0E2-AFB8- 4A2F-96D5-4D526E2F5E61}
    06/21/13 18:24:54:270 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{AA6A5BBA-FA50- 4153-9B73-052A09B22FEC}
    06/21/13 18:24:54:422 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{299E53F6-0F07- 4754-88D7-2A1F221036F3}
    06/21/13 18:24:54:501 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{A7CAE5FC-5D99- 4367-B0C0-89DC21D8BD63}
    06/21/13 18:24:54:612 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Deployment XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{FF91E804-F1DE- 4988-9FFF-1D07EB1DF7EF}
    06/21/13 18:24:54:908 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Override XML created at path :: C:\Users\James\AppData\Local\Temp\{07434804-3FCD-429E-ACF3-8E77BDBFF75C}\\{692BA93A-77C4- 40A6-9847-6A0AE26BC96F}
    06/21/13 18:24:54:918 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Not adding payload ({41A12FFC-89E9-4743-A51E-00975CA31F40}) to the rollback script, as the payload has already been installed on the machine.
    06/21/13 18:24:54:919 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Not adding payload ({55B82130-18F9-11E2-8D43-00215AEA26C9}) to the rollback script, as the payload has already been installed on the machine.
    06/21/13 18:24:54:923 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | STEP 2: Starting to launch ASU AAM.
    06/21/13 18:24:54:923 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6296 | Bootstrapper launch location is :: C:\Win\AdobeCC-64bit-June-Win\Build\ASU\Set-up.dat
    06/21/13 18:24:54:971 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | \Users\James\AppData\Local\Temp\PDApp.log
    06/21/13 18:24:54:971 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:54:972 | [INFO] |  | ASU | Setup | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\AAMConfig.xml' does not exist
    06/21/13 18:24:54:975 | [INFO] |  | ASU | Setup |  |  |  | 6540 | Event Guid generated is: '388c4ade-70ca-460a-94f4-3814db4c5fd6'
    06/21/13 18:24:54:975 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | Start Adobe Setup
    06/21/13 18:24:54:975 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | TimeLog: Bootstrapper Start
    06/21/13 18:24:54:975 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | TimeLog: Start initial checks
    06/21/13 18:24:54:975 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | Action specified - "install"
    06/21/13 18:24:54:976 | [INFO] |  | ASU | Setup | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:54:977 | [WARN] |  | ASU | Setup | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:54:982 | [INFO] |  | ASU | Setup |  |  |  | 6612 | Event with guid '388c4ade-70ca-460a-94f4-3814db4c5fd6' is being sent
    06/21/13 18:24:55:008 | [INFO] |  | ASU | Setup |  |  |  | 6612 | GetIEProxyInfo - No default proxy present on the user machine
    06/21/13 18:24:55:014 | [INFO] |  | ASU | Setup | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:015 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:015 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Users\James\AppData\Local\Temp\\asuap.txt' does not exist
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | CREATE PIM Instance ...
    06/21/13 18:24:55:016 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    06/21/13 18:24:55:017 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | trying to createOrUpdatePIMDbSchema.
    06/21/13 18:24:55:018 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version on machine 1.
    06/21/13 18:24:55:018 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version to install 2.
    06/21/13 18:24:55:018 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS Created Tables.
    06/21/13 18:24:55:018 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIM Database is Up To Date.
    06/21/13 18:24:55:018 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Updater Inventory location:C:\Win\AdobeCC-64bit-June-Win\Build\ASU\resources\updaterinventory.dll
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Acquired System level ACF lock ...
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | CREATE PIM Instance ...
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    06/21/13 18:24:55:021 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | trying to createOrUpdatePIMDbSchema.
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version on machine 2.
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version to install 2.
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIM DB Schema is up to date. Current schema version is 2.
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIM Database is Up To Date.
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Updater Inventory location:C:\Win\AdobeCC-64bit-June-Win\Build\ASU\resources\updaterinventory.dll
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Acquired System level ACCC lock ...
    06/21/13 18:24:55:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:023 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:024 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:024 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:031 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:032 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:033 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:034 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    06/21/13 18:24:55:043 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:044 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:044 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:044 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 35FD84CA-6E38-437D-91B3-8EF2162020C9 is already installed
    06/21/13 18:24:55:050 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:051 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:051 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:052 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 1F7ECA8B-CC65-42B2-BB0D-F7B1ABB44A2D is already installed
    06/21/13 18:24:55:057 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:057 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:057 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:058 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    06/21/13 18:24:55:064 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:065 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:065 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:066 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id AED493F4-D153-42DE-9020-4C0583812AD2 is already installed
    06/21/13 18:24:55:075 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:075 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:075 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:076 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    06/21/13 18:24:55:084 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:085 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:085 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:085 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 2785F982-E793-4A7F-9A97-D929CF269DA8 is already installed
    06/21/13 18:24:55:101 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:103 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:105 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:105 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:106 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id D70795E5-4F23-4FCA-AB98-CA1297ABA8A1 is already installed
    06/21/13 18:24:55:107 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:109 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:109 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:109 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:110 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 478DBDF4-F26C-4E36-A512-EC79A4CDD61E is already installed
    06/21/13 18:24:55:116 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 30250774
    06/21/13 18:24:55:116 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | The size required to install AAM on your machine would be 30250774
    06/21/13 18:24:55:117 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:117 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:117 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:117 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Matching skip string found skipServiceManager.
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:118 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:119 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:119 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:119 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:119 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:119 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:120 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:120 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:120 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:120 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:120 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:120 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 6377B77D-A58A-4322-887D-0E6746A9BCC9 is already installed
    06/21/13 18:24:55:121 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:122 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:122 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:122 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:122 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:123 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:123 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 13F444D5-E50B-49DF-B0C0-6B48123508C9 is already installed
    06/21/13 18:24:55:130 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:132 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:132 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:132 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:132 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:133 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:133 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 75A8A09F-2C3C-4713-9208-DE3A2B1C17D6 is already installed
    06/21/13 18:24:55:133 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:134 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:135 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:135 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:135 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:135 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:136 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 1D9BB8C2-E70B-4F37-BE6B-6628F3951D67 is already installed
    06/21/13 18:24:55:136 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:137 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:138 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:138 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:138 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:139 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:139 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 6B31302E-C8BC-4513-AA2F-9B762DFD7466 is already installed
    06/21/13 18:24:55:144 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:145 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:146 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:146 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:146 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:146 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:147 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 0D2BE91D-B682-401D-AF41-58B85495620A is already installed
    06/21/13 18:24:55:147 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:148 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:148 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:148 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:148 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:149 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:149 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id F25639A1-9166-42CF-98C1-7D56F5E7507C is already installed
    06/21/13 18:24:55:149 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:150 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:150 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:151 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:151 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:151 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:152 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 13C00093-2A67-48FE-93B9-9DD368BC4F49 is already installed
    06/21/13 18:24:55:163 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:165 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:165 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:165 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:166 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:166 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:167 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 07C49633-BF40-4619-830E-C2B1D3F8E864 is already installed
    06/21/13 18:24:55:172 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:173 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:173 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:174 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:174 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:174 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:175 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 84FABF52-8AE2-4BAF-AD11-9843573BFC20 is already installed
    06/21/13 18:24:55:176 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:177 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:178 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:178 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:178 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:178 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:179 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 892CACE4-5BD7-45F5-8713-7A1FF6E8B550 is already installed
    06/21/13 18:24:55:194 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:195 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:195 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:196 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:196 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:196 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:197 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 7B3E7943-BC11-4137-8230-728C2D46BDD4 is already installed
    06/21/13 18:24:55:204 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:205 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:206 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:206 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:206 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:206 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:207 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 765C1147-B05D-4BF7-BE49-0CD62BED1911 is already installed
    06/21/13 18:24:55:207 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:209 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:209 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:209 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:209 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:210 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:210 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id FE496F46-35AA-4D40-BACC-BD74D3D5360D is already installed
    06/21/13 18:24:55:216 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:218 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 60839708
    06/21/13 18:24:55:218 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | The size required to install ACCC on your machine would be 60839708
    06/21/13 18:24:55:218 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | The size required to install complete ACCC on your machine would be 91090482
    06/21/13 18:24:55:218 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIMSqlite closeDB status 0
    06/21/13 18:24:55:218 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | FREE PIM Instance ...
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIMSqlite closeDB status 0
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | FREE PIM Instance ...
    06/21/13 18:24:55:219 | [INFO] |  | ASU | Setup | Utilities |  |  | 6540 | Semaphore is not locked
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Users\James\AppData\Local\Temp\\asuap.txt' does not exist
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Logging Level verbosity Set  to 4
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | CREATE PIM Instance ...
    06/21/13 18:24:55:219 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    06/21/13 18:24:55:220 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | trying to createOrUpdatePIMDbSchema.
    06/21/13 18:24:55:221 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version on machine 1.
    06/21/13 18:24:55:221 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current db schema version to install 2.
    06/21/13 18:24:55:221 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS Created Tables.
    06/21/13 18:24:55:221 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | PIM Database is Up To Date.
    06/21/13 18:24:55:221 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Updater Inventory location:C:\Win\AdobeCC-64bit-June-Win\Build\ASU\resources\updaterinventory.dll
    06/21/13 18:24:55:224 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Acquired System level ACF lock ...
    06/21/13 18:24:55:224 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | TimeLog: End initial checks
    06/21/13 18:24:55:224 | [INFO] |  | ASU | Setup | Setup |  |  | 6540 | TimeLog: Begin Installing
    06/21/13 18:24:55:225 | [INFO] |  | ASU | Setup | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:225 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:227 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:227 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:227 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:227 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:227 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Skip properties not defined for current node
    06/21/13 18:24:55:235 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:236 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:237 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:238 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    06/21/13 18:24:55:246 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:247 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:247 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:248 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 35FD84CA-6E38-437D-91B3-8EF2162020C9 is already installed
    06/21/13 18:24:55:253 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:254 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:254 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:255 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 1F7ECA8B-CC65-42B2-BB0D-F7B1ABB44A2D is already installed
    06/21/13 18:24:55:259 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:259 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:259 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:260 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    06/21/13 18:24:55:266 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:266 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:266 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:267 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id AED493F4-D153-42DE-9020-4C0583812AD2 is already installed
    06/21/13 18:24:55:276 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:276 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:277 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:277 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    06/21/13 18:24:55:286 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:287 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:287 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 2785F982-E793-4A7F-9A97-D929CF269DA8 is already installed
    06/21/13 18:24:55:297 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:298 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:299 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:299 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:300 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id D70795E5-4F23-4FCA-AB98-CA1297ABA8A1 is already installed
    06/21/13 18:24:55:300 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:301 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:302 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:302 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:302 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 478DBDF4-F26C-4E36-A512-EC79A4CDD61E is already installed
    06/21/13 18:24:55:307 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 30250774
    06/21/13 18:24:55:307 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Executing Adobe Genuine Validation for all the AAM packages
    06/21/13 18:24:55:307 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\core\PDApp.pimx'
    06/21/13 18:24:55:314 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:314 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:316 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\core\PDApp.pima'
    06/21/13 18:24:55:319 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\D6\D6.pimx'
    06/21/13 18:24:55:323 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:323 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:324 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\D6\D6.pima'
    06/21/13 18:24:55:327 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DECore\DECore.pimx'
    06/21/13 18:24:55:330 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:330 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:331 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DECore\DECore.pima'
    06/21/13 18:24:55:332 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DWA\DWA.pimx'
    06/21/13 18:24:55:334 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:334 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:335 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DWA\DWA.pima'
    06/21/13 18:24:55:336 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\P6\P6.pimx'
    06/21/13 18:24:55:340 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:340 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:341 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\P6\P6.pima'
    06/21/13 18:24:55:344 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\LWA\LWA.pimx'
    06/21/13 18:24:55:347 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:347 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:349 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\LWA\LWA.pima'
    06/21/13 18:24:55:352 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\UWA\UWA.pimx'
    06/21/13 18:24:55:358 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:358 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:360 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\UWA\UWA.pima'
    06/21/13 18:24:55:365 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\CCM\CCM.pimx'
    06/21/13 18:24:55:371 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:371 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Current OS version is: Major:6, Minor:1, ServicePack:1
    06/21/13 18:24:55:372 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:375 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\CCM\CCM.pima'
    06/21/13 18:24:55:377 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\P7\P7.pimx'
    06/21/13 18:24:55:378 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:378 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:380 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Validating package file: 'C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\P7\P7.pima'
    06/21/13 18:24:55:384 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Adobe Genuine Validation PASSED for all the AAM packages
    06/21/13 18:24:55:384 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | START installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\core\PDApp.pimx
    06/21/13 18:24:55:391 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:55:391 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:392 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:55:394 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    06/21/13 18:24:56:535 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Schema Version is 1
    06/21/13 18:24:56:535 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | This schema version does not have Applet Relationship Info Table
    06/21/13 18:24:56:536 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deleteAppletRegInfoRecords.
    06/21/13 18:24:56:576 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageUpgradeInfoRecords.
    06/21/13 18:24:56:576 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageInstallationInfoRecords.
    06/21/13 18:24:56:675 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertPackageUpdateList.
    06/21/13 18:24:56:675 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:56:682 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:56:682 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRegInfoList.
    06/21/13 18:24:56:683 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:56:683 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRelInfoList.
    06/21/13 18:24:56:686 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:24:56:687 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:56:744 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Backup Folder Created
    06/21/13 18:24:56:745 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:24:57:259 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\PDApp.pimx' does not exist
    06/21/13 18:24:57:575 | [INFO] |  | ASU | Setup |  |  |  | 6612 | GetIEProxyInfo - Failed to get proxy for the url, error:12180
    06/21/13 18:24:57:575 | [INFO] |  | ASU | Setup |  |  |  | 6612 | GetIEProxyInfo - proxy Url is
    06/21/13 18:24:58:578 | [INFO] |  | ASU | Setup |  |  |  | 5536 | HTTP Request Status code 200.
    06/21/13 18:24:58:578 | [INFO] |  | ASU | Setup |  |  |  | 6612 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    06/21/13 18:25:11:008 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:11:009 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:11:019 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:11:020 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:11:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\core\PDApp.pimx.
    06/21/13 18:25:11:022 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Trying to delete back up folder for /core/
    06/21/13 18:25:12:508 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | START installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\D6\D6.pimx
    06/21/13 18:25:12:513 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:12:513 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:12:513 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:12:514 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 35FD84CA-6E38-437D-91B3-8EF2162020C9 is already installed
    06/21/13 18:25:12:772 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Schema Version is 1
    06/21/13 18:25:12:772 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | This schema version does not have Applet Relationship Info Table
    06/21/13 18:25:12:773 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deleteAppletRegInfoRecords.
    06/21/13 18:25:12:798 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageUpgradeInfoRecords.
    06/21/13 18:25:12:798 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageInstallationInfoRecords.
    06/21/13 18:25:12:848 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertPackageUpdateList.
    06/21/13 18:25:12:848 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:12:852 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRegInfoList.
    06/21/13 18:25:12:853 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:12:853 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRelInfoList.
    06/21/13 18:25:12:855 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:12:855 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:13:216 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Backup Folder Created
    06/21/13 18:25:13:216 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:13:785 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\D6\D6.pimx' does not exist
    06/21/13 18:25:15:337 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:15:337 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:15:345 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:15:346 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:15:348 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\D6\D6.pimx.
    06/21/13 18:25:15:348 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Trying to delete back up folder for /D6/
    06/21/13 18:25:16:381 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | START installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DECore\DECore.pimx
    06/21/13 18:25:16:389 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:16:389 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:16:390 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:16:391 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 1F7ECA8B-CC65-42B2-BB0D-F7B1ABB44A2D is already installed
    06/21/13 18:25:17:085 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Schema Version is 1
    06/21/13 18:25:17:085 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | This schema version does not have Applet Relationship Info Table
    06/21/13 18:25:17:085 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deleteAppletRegInfoRecords.
    06/21/13 18:25:17:104 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageUpgradeInfoRecords.
    06/21/13 18:25:17:104 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageInstallationInfoRecords.
    06/21/13 18:25:17:155 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertPackageUpdateList.
    06/21/13 18:25:17:156 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:17:159 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:17:159 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRegInfoList.
    06/21/13 18:25:17:160 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:17:160 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRelInfoList.
    06/21/13 18:25:17:162 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:17:162 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:17:280 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Backup Folder Created
    06/21/13 18:25:17:281 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:18:114 | [INFO] |  | ASU | PIM | Utilities |  |  | 6540 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DECore\DECore.pimx' does not exist
    06/21/13 18:25:19:789 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:19:790 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:19:793 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:19:793 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:19:794 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DECore\DECore.pimx.
    06/21/13 18:25:19:794 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Trying to delete back up folder for /DECore/
    06/21/13 18:25:20:598 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | START installPackage at file C:\Win\AdobeCC-64bit-June-Win\Build\ASU\AAMPackages\DWA\DWA.pimx
    06/21/13 18:25:20:600 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:20:600 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:20:601 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:20:601 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    06/21/13 18:25:20:823 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Schema Version is 1
    06/21/13 18:25:20:823 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | This schema version does not have Applet Relationship Info Table
    06/21/13 18:25:20:824 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deleteAppletRegInfoRecords.
    06/21/13 18:25:20:863 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageUpgradeInfoRecords.
    06/21/13 18:25:20:864 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS deletePackageInstallationInfoRecords.
    06/21/13 18:25:20:911 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertPackageUpdateList.
    06/21/13 18:25:20:911 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:20:913 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRegInfoList.
    06/21/13 18:25:20:914 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:20:914 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | SUCCESS insertAppletRelInfoList.
    06/21/13 18:25:20:915 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | XML is valid
    06/21/13 18:25:20:915 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:21:718 | [INFO] |  | ASU | PIM | PIM |  |  | 6540 | Backup Folder Created
    06/21/13 18:25:21:718 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find Node
    06/21/13 18:25:21:732 | [WARN] |  | ASU | PIM | PIM |  |  | 6540 | Failed to find

    I have managed to build successfully, but the install is failing.
    The install log is listed below
    07/25/13 11:47:48:869 | [INFO] |  | OOBE | DE |  |  |  | 4001 | DEVersion: 6.0.0.0
    07/25/13 11:47:48:871 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | ::START TIMER:: [Total Timer]
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | CHECK: Single instance running
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | CHECK : Credentials
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Load Deployment File
    07/25/13 11:47:48:876 | [ERROR] |  | OOBE | DE |  |  |  | 4001 | DW039: Failed to load deployment File
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Create Required Folders
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | ##### Running EDT Workflow #####
    07/25/13 11:47:48:876 | [INFO] |  | OOBE | DE |  |  |  | 4001 | :: END TIMER :: [Total Timer] took 0 milliseconds (0 seconds)
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | -------------------------------------- Summary --------------------------------------
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 |  - 0 fatal error(s), 1 error(s)
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | OSX version: 10.6.8 
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 |
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | ERROR: DW039: Failed to load deployment File
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 |
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Please search the above error string(s) to find when the error occurred.
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | These errors resulted in installer Exit Code mentioned below.
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | -------------------------------------------------------------------------------------
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 |
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Exit Code: 16 - Failed to load deployment file.
    07/25/13 11:47:49:881 | [INFO] |  | OOBE | DE |  |  |  | 4001 | Please see specific errors for troubleshooting. For example, ERROR: DW039 ...
    07/25/13 11:54:11:298 | [INFO] |  | OOBE | DE |  |  |  | 4514 | DEVersion: 5.0.0.0
    07/25/13 11:54:11:307 | [INFO] |  | OOBE | DE |  |  |  | 4514 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:11 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:11 2013 ERROR
    DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:11 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:12:490 | [INFO] |  | OOBE | DE |  |  |  | 4518 | DEVersion: 5.0.0.0
    07/25/13 11:54:12:492 | [INFO] |  | OOBE | DE |  |  |  | 4518 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:12 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:12 2013 ERROR
    DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:12 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:13:562 | [INFO] |  | OOBE | DE |  |  |  | 4520 | DEVersion: 5.0.0.0
    07/25/13 11:54:13:563 | [INFO] |  | OOBE | DE |  |  |  | 4520 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:13 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:13 2013 ERROR
    DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:13 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:14:632 | [INFO] |  | OOBE | DE |  |  |  | 4523 | DEVersion: 5.0.0.0
    07/25/13 11:54:14:634 | [INFO] |  | OOBE | DE |  |  |  | 4523 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:14 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:14 2013 ERROR
    DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:14 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:15:704 | [INFO] |  | OOBE | DE |  |  |  | 4525 | DEVersion: 5.0.0.0
    07/25/13 11:54:15:705 | [INFO] |  | OOBE | DE |  |  |  | 4525 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:15 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:15 2013 ERROR
    DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:15 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:16:773 | [INFO] |  | OOBE | DE |  |  |  | 4527 | DEVersion: 5.0.0.0
    07/25/13 11:54:16:775 | [INFO] |  | OOBE | DE |  |  |  | 4527 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:16 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:16 2013 ERROR
    DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:16 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:17:844 | [INFO] |  | OOBE | DE |  |  |  | 4529 | DEVersion: 5.0.0.0
    07/25/13 11:54:17:846 | [INFO] |  | OOBE | DE |  |  |  | 4529 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:17 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:17 2013 ERROR
    DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:17 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:18:915 | [INFO] |  | OOBE | DE |  |  |  | 4531 | DEVersion: 5.0.0.0
    07/25/13 11:54:18:917 | [INFO] |  | OOBE | DE |  |  |  | 4531 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:18 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:18 2013 ERROR
    DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:18 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 11:54:19:985 | [INFO] |  | OOBE | DE |  |  |  | 4533 | DEVersion: 5.0.0.0
    07/25/13 11:54:19:987 | [INFO] |  | OOBE | DE |  |  |  | 4533 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 11:54:19 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 11:54:19 2013 ERROR
    DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 11:54:19 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:27:57:498 | [INFO] |  | OOBE | DE |  |  |  | 8441 | DEVersion: 6.0.0.0
    07/25/13 22:27:57:499 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
    07/25/13 22:27:57:504 | [INFO] |  | OOBE | DE |  |  |  | 8441 | ::START TIMER:: [Total Timer]
    07/25/13 22:27:57:504 | [INFO] |  | OOBE | DE |  |  |  | 8441 | CHECK: Single instance running
    07/25/13 22:27:57:504 | [INFO] |  | OOBE | DE |  |  |  | 8441 | CHECK : Credentials
    07/25/13 22:27:57:504 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Load Deployment File
    07/25/13 22:27:57:504 | [ERROR] |  | OOBE | DE |  |  |  | 8441 | DW039: Failed to load deployment File
    07/25/13 22:27:57:505 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Create Required Folders
    07/25/13 22:27:57:505 | [INFO] |  | OOBE | DE |  |  |  | 8441 | ##### Running EDT Workflow #####
    07/25/13 22:27:57:505 | [INFO] |  | OOBE | DE |  |  |  | 8441 | :: END TIMER :: [Total Timer] took 0 milliseconds (0 seconds)
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | -------------------------------------- Summary --------------------------------------
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 |  - 0 fatal error(s), 1 error(s)
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | OSX version: 10.6.8 
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 |
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | ERROR: DW039: Failed to load deployment File
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 |
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Please search the above error string(s) to find when the error occurred.
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | These errors resulted in installer Exit Code mentioned below.
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | -------------------------------------------------------------------------------------
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 |
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Exit Code: 16 - Failed to load deployment file.
    07/25/13 22:27:58:509 | [INFO] |  | OOBE | DE |  |  |  | 8441 | Please see specific errors for troubleshooting. For example, ERROR: DW039 ...
    07/25/13 22:34:16:474 | [INFO] |  | OOBE | DE |  |  |  | 8997 | DEVersion: 5.0.0.0
    07/25/13 22:34:16:475 | [INFO] |  | OOBE | DE |  |  |  | 8997 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:16 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:16 2013 ERROR
    DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:16 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 3 milliseconds (0.003 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:17:606 | [INFO] |  | OOBE | DE |  |  |  | 8999 | DEVersion: 5.0.0.0
    07/25/13 22:34:17:608 | [INFO] |  | OOBE | DE |  |  |  | 8999 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:17 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:17 2013 ERROR
    DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:17 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:18:678 | [INFO] |  | OOBE | DE |  |  |  | 9001 | DEVersion: 5.0.0.0
    07/25/13 22:34:18:679 | [INFO] |  | OOBE | DE |  |  |  | 9001 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:18 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:18 2013 ERROR
    DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:18 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:19:749 | [INFO] |  | OOBE | DE |  |  |  | 9004 | DEVersion: 5.0.0.0
    07/25/13 22:34:19:750 | [INFO] |  | OOBE | DE |  |  |  | 9004 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:19 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:19 2013 ERROR
    DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:19 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:20:818 | [INFO] |  | OOBE | DE |  |  |  | 9006 | DEVersion: 5.0.0.0
    07/25/13 22:34:20:820 | [INFO] |  | OOBE | DE |  |  |  | 9006 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:20 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:20 2013 ERROR
    DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:20 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:21:889 | [INFO] |  | OOBE | DE |  |  |  | 9008 | DEVersion: 5.0.0.0
    07/25/13 22:34:21:891 | [INFO] |  | OOBE | DE |  |  |  | 9008 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:21 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:21 2013 ERROR
    DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:21 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:22:959 | [INFO] |  | OOBE | DE |  |  |  | 9010 | DEVersion: 5.0.0.0
    07/25/13 22:34:22:961 | [INFO] |  | OOBE | DE |  |  |  | 9010 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:22 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:22 2013 ERROR
    DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:22 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:24:030 | [INFO] |  | OOBE | DE |  |  |  | 9012 | DEVersion: 5.0.0.0
    07/25/13 22:34:24:032 | [INFO] |  | OOBE | DE |  |  |  | 9012 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:24 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:24 2013 ERROR
    DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:24 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 22:34:25:101 | [INFO] |  | OOBE | DE |  |  |  | 9014 | DEVersion: 5.0.0.0
    07/25/13 22:34:25:102 | [INFO] |  | OOBE | DE |  |  |  | 9014 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 22:34:25 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 22:34:25 2013 ERROR
    DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 22:34:25 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:13:25:064 | [INFO] |  | OOBE | DE |  |  |  | 13501 | DEVersion: 6.0.0.0
    07/25/13 23:13:25:066 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | ::START TIMER:: [Total Timer]
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | CHECK: Single instance running
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | CHECK : Credentials
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Load Deployment File
    07/25/13 23:13:25:071 | [ERROR] |  | OOBE | DE |  |  |  | 13501 | DW039: Failed to load deployment File
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Create Required Folders
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | ##### Running EDT Workflow #####
    07/25/13 23:13:25:071 | [INFO] |  | OOBE | DE |  |  |  | 13501 | :: END TIMER :: [Total Timer] took 0 milliseconds (0 seconds)
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | -------------------------------------- Summary --------------------------------------
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 |  - 0 fatal error(s), 1 error(s)
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | OSX version: 10.6.8 
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 |
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | ERROR: DW039: Failed to load deployment File
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 |
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Please search the above error string(s) to find when the error occurred.
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | These errors resulted in installer Exit Code mentioned below.
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | -------------------------------------------------------------------------------------
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 |
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Exit Code: 16 - Failed to load deployment file.
    07/25/13 23:13:26:076 | [INFO] |  | OOBE | DE |  |  |  | 13501 | Please see specific errors for troubleshooting. For example, ERROR: DW039 ...
    07/25/13 23:19:44:660 | [INFO] |  | OOBE | DE |  |  |  | 14037 | DEVersion: 5.0.0.0
    07/25/13 23:19:44:661 | [INFO] |  | OOBE | DE |  |  |  | 14037 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:44 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:44 2013 ERROR
    DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:44 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 3 milliseconds (0.003 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:45:793 | [INFO] |  | OOBE | DE |  |  |  | 14039 | DEVersion: 5.0.0.0
    07/25/13 23:19:45:795 | [INFO] |  | OOBE | DE |  |  |  | 14039 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:45 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:45 2013 ERROR
    DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:45 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:46:864 | [INFO] |  | OOBE | DE |  |  |  | 14041 | DEVersion: 5.0.0.0
    07/25/13 23:19:46:866 | [INFO] |  | OOBE | DE |  |  |  | 14041 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:46 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:46 2013 ERROR
    DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:46 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:47:935 | [INFO] |  | OOBE | DE |  |  |  | 14043 | DEVersion: 5.0.0.0
    07/25/13 23:19:47:937 | [INFO] |  | OOBE | DE |  |  |  | 14043 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:47 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:47 2013 ERROR
    DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:47 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:49:006 | [INFO] |  | OOBE | DE |  |  |  | 14045 | DEVersion: 5.0.0.0
    07/25/13 23:19:49:008 | [INFO] |  | OOBE | DE |  |  |  | 14045 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:49 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:49 2013 ERROR
    DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:49 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:50:077 | [INFO] |  | OOBE | DE |  |  |  | 14048 | DEVersion: 5.0.0.0
    07/25/13 23:19:50:079 | [INFO] |  | OOBE | DE |  |  |  | 14048 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:50 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:50 2013 ERROR
    DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:50 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{317243C1-6580-4F43-AED7-37D4438C3DD5}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:51:149 | [INFO] |  | OOBE | DE |  |  |  | 14050 | DEVersion: 5.0.0.0
    07/25/13 23:19:51:150 | [INFO] |  | OOBE | DE |  |  |  | 14050 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:51 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:51 2013 ERROR
    DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:51 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{1E431F12-ACF0-11E2-A93E-C3F61F3900F7}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:52:220 | [INFO] |  | OOBE | DE |  |  |  | 14052 | DEVersion: 5.0.0.0
    07/25/13 23:19:52:221 | [INFO] |  | OOBE | DE |  |  |  | 14052 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:52 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:52 2013 ERROR
    DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:52 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{60D034D6-7494-4FB2-AA48-EF453ECB1581}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:19:53:290 | [INFO] |  | OOBE | DE |  |  |  | 14055 | DEVersion: 5.0.0.0
    07/25/13 23:19:53:292 | [INFO] |  | OOBE | DE |  |  |  | 14055 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:19:53 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:19:53 2013 ERROR
    DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:19:53 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{5D73C19B-BE10-44A6-96B2-A516756ED29F}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:45:35:141 | [INFO] |  | OOBE | DE |  |  |  | 18063 | DEVersion: 6.0.0.0
    07/25/13 23:45:35:143 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | ::START TIMER:: [Total Timer]
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | CHECK: Single instance running
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | CHECK : Credentials
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Load Deployment File
    07/25/13 23:45:35:148 | [ERROR] |  | OOBE | DE |  |  |  | 18063 | DW039: Failed to load deployment File
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Create Required Folders
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | ##### Running EDT Workflow #####
    07/25/13 23:45:35:148 | [INFO] |  | OOBE | DE |  |  |  | 18063 | :: END TIMER :: [Total Timer] took 0 milliseconds (0 seconds)
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | -------------------------------------- Summary --------------------------------------
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 |  - 0 fatal error(s), 1 error(s)
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | OSX version: 10.6.8 
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 |
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | ERROR: DW039: Failed to load deployment File
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 |
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Please search the above error string(s) to find when the error occurred.
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | These errors resulted in installer Exit Code mentioned below.
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | -------------------------------------------------------------------------------------
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 |
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Exit Code: 16 - Failed to load deployment file.
    07/25/13 23:45:36:153 | [INFO] |  | OOBE | DE |  |  |  | 18063 | Please see specific errors for troubleshooting. For example, ERROR: DW039 ...
    07/25/13 23:52:06:173 | [INFO] |  | OOBE | DE |  |  |  | 18623 | DEVersion: 5.0.0.0
    07/25/13 23:52:06:174 | [INFO] |  | OOBE | DE |  |  |  | 18623 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:52:06 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:52:06 2013 ERROR
    DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:52:06 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 3 milliseconds (0.003 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{8c8682b4-7a92-4d15-93ac-f402049d3961}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:52:07:369 | [INFO] |  | OOBE | DE |  |  |  | 18627 | DEVersion: 5.0.0.0
    07/25/13 23:52:07:371 | [INFO] |  | OOBE | DE |  |  |  | 18627 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:52:07 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:52:07 2013 ERROR
    DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:52:07 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{C3409B0A-ACE8-11E2-9ED3-A79B9175A9A8}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:52:08:440 | [INFO] |  | OOBE | DE |  |  |  | 18629 | DEVersion: 5.0.0.0
    07/25/13 23:52:08:442 | [INFO] |  | OOBE | DE |  |  |  | 18629 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:52:08 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:52:08 2013 ERROR
    DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:52:08 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{244FD30F-63F1-49B9-9D98-1150FF4FFCB1}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    07/25/13 23:52:09:512 | [INFO] |  | OOBE | DE |  |  |  | 18632 | DEVersion: 5.0.0.0
    07/25/13 23:52:09:513 | [INFO] |  | OOBE | DE |  |  |  | 18632 | Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
    [       0] Thu Jul 25 23:52:09 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Thu Jul 25 23:52:09 2013 ERROR
    DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    [       0] Thu Jul 25 23:52:09 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{D3952427-BE47-49F2-8A96-B0418CD9276D}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ER

  • Difference between ASM Disk Group, ADVM Volume and ACFS File system

    Q1. What is the difference between an ASM Disk Group and an ADVM Volume ?
    To my mind, an ASM Disk Group is effectively a logical volume for Database files ( including FRA files ).
    11gR2 seems to have introduced the concepts of ADVM volumes and ACFS File Systems.
    An 11gR2 ASM Disk Group can contain :
    ASM Disks
    ADVM volumes
    ACFS file systems
    Q2. ADVM volumes appear to be dynamic volumes.
    However is this therefore not effectively layering a logical volume ( the ADVM volume ) beneath an ASM Disk Group ( conceptually a logical volume as well ) ?
    Worse still if you have left ASM Disk Group Redundancy to the hardware RAID / SAN level ( as Oracle recommend ), you could effectively have 3 layers of logical disk ? ( ASM on top of ADVM on top of RAID/SAN ) ?
    Q3. if it is 2 layers of logical disk ( i.e. ASM on top of ADVM ), what makes this better than 2 layers using a 3rd party volume manager ( eg ASM on top of 3rd party LVM ) - something Oracle encourages against ?
    Q4. ACFS File systems, seem to be clustered file systems for non database files including ORACLE_HOMEs, application exe's etc ( but NOT GRID_HOME, OS root, OCR's or Voting disks )
    Can you create / modify ACFS file systems using ASM.
    The oracle toplogy diagram for ASM in the 11gR2 ASM Admin guide, shows ACFS as part of ASM. I am not sure from this if ACFS is part of ASM or ASM sits on top of ACFS ?
    Q5. Connected to Q4. there seems to be a number of different ways, ACFS file systems can be created ? Which of the below are valid methods ?
    through ASM ?
    through native OS file system creation ?
    through OEM ?
    through acfsutil ?
    my head is exploding
    Any help and clarification greatly appreciated
    Jim

    Q1 - ADVM volume is a type of special file created in the ASM DG.  Once created, it creates a block device on the OS itself that can be used just like any other block device.  http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmfilesystem.htm#OSTMG30000
    Q2 - the asm disk group is a disk group, not really a logical volume.  It combines attributes of both when used for database purposes, as the database and certain other applications know how to talk "ASM" protocol.  However, you won't find any general purpose applications that can do so.  In addition, some customers prefer to deal directly with file systems and volume devices, which ADVM is made to do.  In your way of thinking, you could have 3 layers of logical disk, but each of them provides different attributes and characteristics.  This is not a bad thing though, as each has a slightly different focus - os file system\device, database specific, and storage centric.
    Q3 - ADVM is specifically developed to extend the characteristics of ASM for use by general OS applications.  It understands the database performance characteristics and is tuned to work well in that situation.  Because it is developed in house, it takes advantage of the ASM design model.  Additionally, rather than having to contact multiple vendors for support, your support is limited to calling Oracle, a one-stop shop.
    Q4 - You can create and modify ACFS file systems using command line tools and ASMCA.  Creating and modifying logical volumes happens through SQL(ASM), asmcmd, and ASMCA.  EM can also be used for both items.  ACFS sits on top of ADVM, which is a file in an ASM disk group.  ACFS is aware of the characteristics of ASM\ADVM volumes, and tunes it's IO to make best use of those characteristics. 
    Q5 - several ways:
    1) Connect to ASM with SQL, use 'alter diskgroup add volume' as Mihael points out.  This creates an ADVM volume.  Then, format the volume using 'mkfs' (*nix) or acfsformat (windows).
    2) Use ASMCA - A gui to create a volume and format a file system.  Probably the easiest if your head is exploding.
    3) Use 'asmcmd' to create a volume, and 'mkfs' to format the ACFS file system.
    Here is information on ASMCA, with examples:
    http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmca_acfs.htm#OSTMG94348
    Information on command line tools, with examples:
    Basic Steps to Manage Oracle ACFS Systems

  • I have to install only Adobe presenter from this whole application. I created package using AAMEE3.1

    I created package using AAMEE 3.1, using source of Adobe E-learning Suite 6.1 .
    During Package creation i selcted only Adobe Presenter 8. Package is serialized and also Adobe ID is there to login. Package created sucessfully. But when i run MSI it rollbacks during Installation.
    Below is the PDApp.log file:
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Executing the deferred custom action.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Obtained the following as CustomActionData
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - Original database path is : C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - OptionXML saved at location :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{9CB14C72-1E7 1-49C0-A7D8-559F1DC35661}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    7/15/2013 09:07:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:07:21 [INFO] DeploymentManager - Provisioning Tool path is (D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8 D6-4870-AA90-9626C4D6D4E2}).
    7/15/2013 09:07:21 [INFO] DeploymentManager - Starting to run the custom action for install mode
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{709B4BF9-4A0 5-4D3E-BC48-850DE16D5A85}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Override XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{61E5FBB2-8F4 C-4909-9A3F-823EC1DE99F5}
    7/15/2013 09:07:21 [INFO] DeploymentManager - No of updates found (0).
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\Setup\Set-up.dat
    7/15/2013 09:07:22 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:07:22 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:07:22 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:07:22 [INFO] Setup - Action specified - "install"
    7/15/2013 09:07:22 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:07:22 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\setup.xml
    7/15/2013 09:07:22 [INFO] PIM - XML is valid
    7/15/2013 09:07:22 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:22 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:07:23 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:07:23 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\updaterinventory.dll
    7/15/2013 09:07:23 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:07:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:23 [INFO] PIM - XML is valid
    7/15/2013 09:07:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:23 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:25 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:25 [INFO] PIM - XML is valid
    7/15/2013 09:07:25 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:25 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:07:27 [INFO] PIM - XML is valid
    7/15/2013 09:07:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:27 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:07:28 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:07:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:07:29 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx'
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pima'
    7/15/2013 09:07:29 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:29 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:32 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:34 [INFO] Utilities - File does not exist
    7/15/2013 09:07:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx.
    7/15/2013 09:07:38 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:07:38 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - XML is valid
    7/15/2013 09:07:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx'
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pima'
    7/15/2013 09:07:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:39 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:39 [INFO] Utilities - File does not exist
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx.
    7/15/2013 09:07:42 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:42 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - XML is valid
    7/15/2013 09:07:42 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx'
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pima'
    7/15/2013 09:07:42 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:43 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:43 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:45 [INFO] Utilities - File does not exist
    7/15/2013 09:07:47 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx.
    7/15/2013 09:07:48 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:48 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - XML is valid
    7/15/2013 09:07:48 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx'
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pima'
    7/15/2013 09:07:48 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:48 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:49 [INFO] Utilities - File does not exist
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx.
    7/15/2013 09:07:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - XML is valid
    7/15/2013 09:07:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx'
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pima'
    7/15/2013 09:07:53 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:54 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:59 [INFO] Utilities - File does not exist
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx.
    7/15/2013 09:08:04 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:08:04 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - XML is valid
    7/15/2013 09:08:04 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx'
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pima'
    7/15/2013 09:08:04 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:05 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:09 [INFO] Utilities - File does not exist
    7/15/2013 09:08:18 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx.
    7/15/2013 09:08:18 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:18 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - XML is valid
    7/15/2013 09:08:18 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:18 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx'
    7/15/2013 09:08:19 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pima'
    7/15/2013 09:08:19 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:19 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:20 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:21 [INFO] Utilities - File does not exist
    7/15/2013 09:08:27 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx.
    7/15/2013 09:08:27 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:27 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - XML is valid
    7/15/2013 09:08:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx'
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pima'
    7/15/2013 09:08:28 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:29 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:29 [INFO] Utilities - File does not exist
    7/15/2013 09:08:33 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:08:33 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:08:35 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:08:35 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:08:35 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx.
    7/15/2013 09:08:35 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:35 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:08:36 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:08:36 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:08:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:08:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:08:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:08:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:08:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:08:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:08:37 [INFO] DeploymentManager - STEP 3: Starting to launch ASU AAM.
    7/15/2013 09:08:37 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\ASU\Set-up.dat
    7/15/2013 09:08:37 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:08:37 [INFO] Setup - Action specified - "install"
    7/15/2013 09:08:37 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:08:37 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\setup.xml
    7/15/2013 09:08:37 [INFO] PIM - XML is valid
    7/15/2013 09:08:37 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:37 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:08:37 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:38 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:08:38 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\updaterinventory.dll
    7/15/2013 09:08:38 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:39 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:08:39 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx'
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pima'
    7/15/2013 09:08:39 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:40 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:41 [INFO] Utilities - File does not exist
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx.
    7/15/2013 09:08:45 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:08:45 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - XML is valid
    7/15/2013 09:08:45 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx'
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pima'
    7/15/2013 09:08:45 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:45 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:46 [INFO] Utilities - File does not exist
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx.
    7/15/2013 09:08:49 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:49 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - XML is valid
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx'
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pima'
    7/15/2013 09:08:49 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:49 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:51 [INFO] Utilities - File does not exist
    7/15/2013 09:08:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx.
    7/15/2013 09:08:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - XML is valid
    7/15/2013 09:08:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx'
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pima'
    7/15/2013 09:08:55 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:55 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:55 [INFO] Utilities - File does not exist
    7/15/2013 09:08:58 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx.
    7/15/2013 09:08:58 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:58 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - XML is valid
    7/15/2013 09:08:58 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx'
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pima'
    7/15/2013 09:08:59 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:59 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:03 [INFO] Utilities - File does not exist
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx.
    7/15/2013 09:09:11 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:09:11 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - XML is valid
    7/15/2013 09:09:11 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx'
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pima'
    7/15/2013 09:09:11 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:12 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:15 [INFO] Utilities - File does not exist
    7/15/2013 09:09:23 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx.
    7/15/2013 09:09:23 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:23 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - XML is valid
    7/15/2013 09:09:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx'
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pima'
    7/15/2013 09:09:24 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:24 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:25 [INFO] Utilities - File does not exist
    7/15/2013 09:09:31 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx.
    7/15/2013 09:09:32 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:32 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - XML is valid
    7/15/2013 09:09:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx'
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pima'
    7/15/2013 09:09:32 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:09:32 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:33 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:33 [INFO] Utilities - File does not exist
    7/15/2013 09:09:35 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:09:36 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:09:37 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:09:37 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:09:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx.
    7/15/2013 09:09:37 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:37 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:09:37 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:09:37 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:09:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:09:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:09:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:09:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:09:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:09:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:09:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:09:37 [INFO] DeploymentManager - Correcting Dependencies in local db.
    7/15/2013 09:09:37 [INFO] DeploymentManager - No media db present on the machine.
    7/15/2013 09:09:37 [INFO] DeploymentManager - STEP 4: Starting to launch Adobe Installer.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Adobe Installer launch location is :: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:16:50 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:16:50 [FATAL] DeploymentManager - The return code from the Adobe Installer Process is (6).Stopping the installation process.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to clean the partially installed payloads.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Undeployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{EE4FEE4B-4C1 3-44E5-8C22-230423DB10EF}
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to launch the Adobe Installer for uninstall mode.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:16:50 [INFO] DeploymentManager - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Start: Adobe Application Manager Uninstall...
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get RIBS Product count
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - RIBS Products install status
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get NON RIBS Product count
    7/15/2013 09:20:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - AAMRefs folder  does not exists. Non-Ribs products does not exist on the system
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - NON RIBS Products install status
    7/15/2013 09:20:21 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Launching RemoveAAM from: C:\Program Files (x86)\Common Files\Adobe\RemoveAAM.bin
    7/15/2013 09:20:22 [INFO] UninstallAAM - argc: 2
    7/15/2013 09:20:22 [INFO] UninstallAAM - Loading PIM.dll from: C:\Program Files (x86)\Common Files\Adobe\AdobePIM.dll
    7/15/2013 09:20:22 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:22 [INFO] DeploymentManager - The return code from the Adobe Installer Process is (0).
    7/15/2013 09:20:22 [INFO] DeploymentManager - Provisioning tool launch location is :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8D 6-4870-AA90-9626C4D6D4E2}
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Killing all Non-Deployment workflows
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (Bootstrapper) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (RIBS) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait if ACF is locked...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and close Adobe Application Manager notifiers...
    7/15/2013 09:20:22 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:20:22 [INFO] PIM - Executing install modifiers
    7/15/2013 09:20:22 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:20:23 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --unregister=true --deleteShortcut=true
    7/15/2013 09:20:23 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:20:23 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The return Code from Provisioning Tool (0).
    7/15/2013 09:20:23 [INFO] DeploymentManager - Provisioning Tool has successfully UnSerialize the product.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The install workflow is terminating.
    7/15/2013 09:20:25 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:20:25 [INFO] PIM - Successfully executed uninstall modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:20:25 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:20:25 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:20:33 [INFO] UninstallAAM - Self delete called to delete RemoveAAM.bin and AdobePIM.dll...

    Office 2010 64 bit as dependency.
       2. Registry used to fool the application that 64 bit version of PowerPoint is already installed.
    Although source works with 32 bit powerPoint . but MSI need 64 bit powerpoint .

  • Problem with ACF for Adobe Interactive Forms

    Hi Gurus,
    I had created an adobe interactive form using web dynpro for abap, but I am getting the 500 connection timed out error in the browser when I test the web dynpro application. Where as a normal web dynpro application without adobe form is running successfully.
    The system details are :-
         Adobe LiveCycle Designer 8.0
         NW04S SPS9
         Adobe Reader 9
         IE 7.
    I followed the note 766191 and downloaded and installed ACF(for NW04s and higher version supported upto acrobat reader 9) from browser itself.
    I also followed the note 1150277 for enabling IE settings on ActiveX controls. And I checked in IE with Tools->Internet Options->Programs->Manage Add-ons, but the ACF components were not available.
    Please help me out.
    Thanks in advance,
    Sriratna.

    Hi Aleksandar
    Did you get a solution to this issue
    Im having the same problem, If you have a solution please forward
    Thanks
    Naziem Mahomed

Maybe you are looking for

  • Need advice using different macs together + macpro users: Attention Please!

    Hello to all Logic-freaks:-) I'm new on this forum and have a couple of questions. For now I'm working on PC with CubaseSX3 mainly and I'm tired of software and hardware issues(worked on G4 3 years ago but finances led me logically to pc...) As I can

  • How to make a field Mandatory in a Table view?

    How to make a field Mandatory in a Table view? The requirement is, the user should not be able to append a new Row, unless and untill he enteres the data in the column SOLD-TO. Now how do i acheive making this field madatory. Normally in Edit form vi

  • Batch-Job curiosity

    Hello Forum, I post this as "new topic" because I could not find any hint with the provided forum-search function. I have following problem to solve and I ran out of ideas: There is an ABAP report running in background. It starts early in the morning

  • G3 will not boot

    i have a b&w g3 and when it starts up i see the apple logo and spinning thing then i get a distorted picture. and my other g3 boots and i hear 3 beeps, i did overclock both to 450mhz (up from 300mhz) and they both worked fine, but not they won't work

  • Would apple support be able to track my stolen 3 month old ipod touch?

    I recently had my ipod touch stolen from a jobsite, and was wondering if anyone knew if apple support could track it by the serial number and/or user id?  or if they would even do that.  I just found out that there is an app for that called find my i