[Solved] Failing to initialize swap?

I have been rebooting alot recently when I noticed that on boot up it was failing to initialize swap!
I used the command free and it returned that swap had zero space! what is going on?
here is my fstab for reference.
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/sda1 /boot ext3 defaults 0 1
/dev/sda2 / ext3 defaults 0 1
/dev/sda3 /home ext3 defaults 0 1
/dev/sda5 swap swap defaults 0 0
did it not get formatted properly in the install or something?
Last edited by semperfiguy (2007-12-28 14:52:28)

Since this is coming up in the Google results concerning this message, I thought I'd mention a solution to a related problem. In my case, Linux seemed to be renumbering the drives at some point before initializing swap so the swap partition was renamed from /dev/sda2 to /dev/sdc2 and /dev/sda2 became an NTFS partition on another drive. Since /etc/fstab listed /dev/sda2 as swap, and /dev/sda2 now pointed to a partition on another drive, the OS failed to initialize swap.
What seemed to work for me was to change the line in /etc/fstab
/dev/sda2             none            swap            defaults        0 0
to
UUID=50e1a18a-d1d5-452b-99cb-69408befc029       none            swap            defaults        0 0
You'll need to figure out the UUID of your swap partition (it may be listed in /etc/fstab). These are randomly generated when you do mkswap. Just make sure you don't mkswap on the wrong drive because of this renumbering!

Similar Messages

  • [Solved] Failed to initialize the NVIDIA kernel module

    Hi all,
    I've just made the jump to arch and have a fresh install. I'm having trouble getting the nvidia drivers to work. I am currently using the nouveau drivers without issue.
    The method I am using - after much trial - is:
    - uninstall nouveau and mesa lib
    - install nvidia package
    - remove nouveau module entry in mkinitcpio.conf
    - run `mkinitcpio -p linux`
    - edit .conf in xorg.conf.d with minimal required settings. Currently:
    Section "Device"
    Identifier "device0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    I have installed the linux-headers package and tried reinstalling nvidia again
    Card:
    01:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)
    Kernel:
    3.12.6-1-ARCH
    My Xorg.0.log looks like:
    [ 3.979]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 3.979] X Protocol Version 11, Revision 0
    [ 3.979] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 3.979] Current Operating System: Linux arch.tempera 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 3.979] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 3.979] Build Date: 13 December 2013 03:11:42PM
    [ 3.979]
    [ 3.979] Current version of pixman: 0.32.4
    [ 3.979] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 3.979] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.979] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 21:29:46 2014
    [ 3.980] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.980] (==) No Layout section. Using the first Screen section.
    [ 3.980] (==) No screen section available. Using defaults.
    [ 3.980] (**) |-->Screen "Default Screen Section" (0)
    [ 3.980] (**) | |-->Monitor "<default monitor>"
    [ 3.981] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 3.981] (**) | |-->Device "device0"
    [ 3.981] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.981] (==) Automatically adding devices
    [ 3.981] (==) Automatically enabling devices
    [ 3.981] (==) Automatically adding GPU devices
    [ 3.984] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.984] Entry deleted from font path.
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.984] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.984] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.984] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.984] (II) Loader magic: 0x7fec20
    [ 3.984] (II) Module ABI versions:
    [ 3.984] X.Org ANSI C Emulation: 0.4
    [ 3.984] X.Org Video Driver: 14.1
    [ 3.984] X.Org XInput driver : 19.1
    [ 3.984] X.Org Server Extension : 7.0
    [ 3.985] (--) PCI:*(0:1:0:0) 10de:0dc4:19da:1184 rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 3.986] Initializing built-in extension Generic Event Extension
    [ 3.986] Initializing built-in extension SHAPE
    [ 3.986] Initializing built-in extension MIT-SHM
    [ 3.986] Initializing built-in extension XInputExtension
    [ 3.986] Initializing built-in extension XTEST
    [ 3.986] Initializing built-in extension BIG-REQUESTS
    [ 3.986] Initializing built-in extension SYNC
    [ 3.986] Initializing built-in extension XKEYBOARD
    [ 3.986] Initializing built-in extension XC-MISC
    [ 3.986] Initializing built-in extension SECURITY
    [ 3.986] Initializing built-in extension XINERAMA
    [ 3.986] Initializing built-in extension XFIXES
    [ 3.986] Initializing built-in extension RENDER
    [ 3.986] Initializing built-in extension RANDR
    [ 3.986] Initializing built-in extension COMPOSITE
    [ 3.986] Initializing built-in extension DAMAGE
    [ 3.986] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3.986] Initializing built-in extension DOUBLE-BUFFER
    [ 3.986] Initializing built-in extension RECORD
    [ 3.986] Initializing built-in extension DPMS
    [ 3.986] Initializing built-in extension X-Resource
    [ 3.986] Initializing built-in extension XVideo
    [ 3.986] Initializing built-in extension XVideo-MotionCompensation
    [ 3.986] Initializing built-in extension XFree86-VidModeExtension
    [ 3.986] Initializing built-in extension XFree86-DGA
    [ 3.986] Initializing built-in extension XFree86-DRI
    [ 3.986] Initializing built-in extension DRI2
    [ 3.986] (II) LoadModule: "glx"
    [ 3.989] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4.075] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4.075] compiled for 4.0.2, module version = 1.0.0
    [ 4.075] Module class: X.Org Server Extension
    [ 4.075] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 4.076] Loading extension GLX
    [ 4.076] (II) LoadModule: "nvidia"
    [ 4.076] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4.082] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4.082] compiled for 4.0.2, module version = 1.0.0
    [ 4.082] Module class: X.Org Video Driver
    [ 4.083] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 4.083] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4.083] (++) using VT number 7
    [ 4.090] (II) Loading sub module "fb"
    [ 4.090] (II) LoadModule: "fb"
    [ 4.090] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4.091] (II) Module fb: vendor="X.Org Foundation"
    [ 4.091] compiled for 1.14.5, module version = 1.0.0
    [ 4.091] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.091] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 4.091] (II) Loading sub module "wfb"
    [ 4.091] (II) LoadModule: "wfb"
    [ 4.091] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4.092] (II) Module wfb: vendor="X.Org Foundation"
    [ 4.092] compiled for 1.14.5, module version = 1.0.0
    [ 4.092] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.092] (II) Loading sub module "ramdac"
    [ 4.092] (II) LoadModule: "ramdac"
    [ 4.092] (II) Module "ramdac" already built-in
    [ 4.093] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4.093] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4.093] (==) NVIDIA(0): RGB weight 888
    [ 4.093] (==) NVIDIA(0): Default visual is TrueColor
    [ 4.093] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4.094] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4.095] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    [ 4.095] (EE) NVIDIA(0): system's kernel log for additional error messages and
    [ 4.095] (EE) NVIDIA(0): consult the NVIDIA README for details.
    [ 4.095] (EE) NVIDIA(0): *** Aborting ***
    [ 4.095] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4.095] (II) UnloadModule: "nvidia"
    [ 4.095] (II) UnloadSubModule: "wfb"
    [ 4.095] (II) UnloadSubModule: "fb"
    [ 4.095] (EE) Screen(s) found, but none have a usable configuration.
    [ 4.095] (EE)
    Fatal server error:
    [ 4.095] (EE) no screens found(EE)
    [ 4.095] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 4.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4.095] (EE)
    [ 4.107] (EE) Server terminated with error (1). Closing log file.
    The only entry I found in `dmesg | grep nvidia` related to nvidia-drm, and seemed to say it was loaded successfully. I didn't save the exact entry and i've reinstalled nouveau now so that I could post this.
    Any help much appriciated. I've been at this for a while. Learning a lot in the process!
    Last edited by gnibbler (2014-01-04 22:31:49)

    Success! Several days of trying various things and I finally give in and make a post to this forum. One more attempt - which was only really so that I could add modprobe info to this post - and it works.
    I had at some stage installed the driver xf86-video-nv, and this may have been causing the clash. I un-installed it, and followed the procedure above to reinstall nvidia.
    I think the main hang up I'd had is that I had not been rebuilding my kernel image with mkinitcpio after installing nvidia during my previous attempts.
    I hope some info in here helps some other stuck archer.
    Edit: Thanks graysky. I had found the right nvidia driver using the arch wiki and followed this advice to remove the nouveau hook. Much appriciated.
    Last edited by gnibbler (2014-01-04 22:35:00)

  • [SOLVED] Bumblebee: Failed to initialize GPU with Lenovo ThinkPad W530

    SOLVED: See post #20
    After years, I decided to come back to the wonderful distro, Arch and back to the forums. Yay!
    However, I installed Arch to my new laptop - Lenovo ThinkPad W530 and it uses NVIDIA Quadro K1000M alongside Intel graphics with Optimus technology. Arch is running fine, but I cannot run applications through optirun and I get:
    [exitium@rambutan ~]$ optirun -vv nvidia-settings
    [ 485.536478] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 485.536909] [DEBUG]optirun version 3.2.1 starting...
    [ 485.536922] [DEBUG]Active configuration:
    [ 485.536927] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 485.536931] [DEBUG] X display: :8
    [ 485.536934] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 485.536938] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 485.536941] [DEBUG] Accel/display bridge: auto
    [ 485.536945] [DEBUG] VGL Compression: proxy
    [ 485.536948] [DEBUG] VGLrun extra options:
    [ 485.536952] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 485.536972] [DEBUG]Using auto-detected bridge virtualgl
    [ 485.537190] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537204] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537209] [DEBUG]Socket closed.
    [ 485.537223] [ERROR]Aborting because fallback start is disabled.
    [ 485.537229] [DEBUG]Killing all remaining processes.
    As seen, it says "Failed to initialize the NVIDIA GPU". I have tried different solutions found from these forums and several other places but none of them have worked - the problem remains same. Does anyone have idea how I could fix this? I read somewhere else that there could be issues with newest nvidia drivers - is this possible?
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Thank you in advance!
    Last edited by Exitium (2013-12-18 11:29:54)

    Hi!
    Exactly the same issue here. Notebook -> Thinkpad W530
    Currently running on:
    linux 3.11.3-1
    nvidia 325.15-8
    nvidia-utils 325.15-1
    bbswitch 0.7-14
    Error:
    username@hostname ~ $ optirun -vv nvidia-settings
    [  839.449203] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [  839.449495] [INFO]Configured driver: nvidia
    [  839.449729] [DEBUG]optirun version 3.2.1 starting...
    [  839.449774] [DEBUG]Active configuration:
    [  839.449817] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [  839.449836] [DEBUG] X display: :8
    [  839.449856] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [  839.449875] [DEBUG] Socket path: /var/run/bumblebee.socket
    [  839.449890] [DEBUG] Accel/display bridge: auto
    [  839.449909] [DEBUG] VGL Compression: proxy
    [  839.449936] [DEBUG] VGLrun extra options:
    [  839.449953] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [  839.449996] [DEBUG]Using auto-detected bridge virtualgl
    [  839.450294] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450344] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450373] [DEBUG]Socket closed.
    [  839.450398] [ERROR]Aborting because fallback start is disabled.
    [  839.450419] [DEBUG]Killing all remaining processes.
    dmesg output:
    [   81.162604] bbswitch: enabling discrete graphics
    [   81.396637] pci 0000:01:00.0: power state changed by ACPI to D0
    [   81.396663] thinkpad_acpi: EC reports that Thermal Table has changed
    [   81.483200] nvidia: module license 'NVIDIA' taints kernel.
    [   81.483205] Disabling lock debugging due to kernel taint
    [   81.488096] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [   81.488289] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [   81.488294] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  325.15  Wed Jul 31 18:50:56 PDT 2013
    [   81.665938] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    [   81.670434] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670528] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670594] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670659] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670723] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671192] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.879826] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.905471] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905479] NVRM: os_pci_init_handle: invalid context!
    [   85.905481] NVRM: os_pci_init_handle: invalid context!
    [   85.905486] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905490] NVRM: os_pci_init_handle: invalid context!
    [   85.905491] NVRM: os_pci_init_handle: invalid context!
    [   85.930135] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930442] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930719] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930990] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931526] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931794] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932062] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932329] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932595] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932862] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933129] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933396] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933662] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933942] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934197] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934452] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934706] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935215] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935469] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935722] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935976] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.940508] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [   85.940517] NVRM: rm_init_adapter(0) failed
    xorg.conf.nvidia:
    Section "ServerLayout"
        Identifier  "Layout0"
        Option      "AutoAddDevices" "false"
        Option      "AutoAddGPU" "false"
    EndSection
    Section "Device"
        Identifier  "DiscreteNvidia"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
    #   If the X server does not automatically detect your VGA device,
    #   you can manually set it here.
    #   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    #   as you see in the commented example.
    #   This Setting may be needed in some platforms with more than one
    #   nvidia card, which may confuse the proprietary driver (e.g.,
    #   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
        BusID "PCI:01:00:0"
    #   Setting ProbeAllGpus to false prevents the new proprietary driver
    #   instance spawned to try to control the integrated graphics card,
    #   which is already being managed outside bumblebee.
    #   This option doesn't hurt and it is required on platforms running
    #   more than one nvidia graphics card with the proprietary driver.
    #   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    #   If this option is not set, the new Xorg may blacken the screen and
    #   render it unusable (unless you have some way to run killall Xorg).
        Option "ProbeAllGpus" "false"
        Option "NoLogo" "true"
        Option "UseEDID" "false"
        Option "UseDisplayDevice" "none"
    EndSection
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=nvidia
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    #         bbswitch - new in BB 3, recommended if available
    #       switcheroo - vga_switcheroo method, use at your own risk
    #             none - disable PM completely
    # https://github.com/Bumblebee-Project/Bu … PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

  • Failed to initialize the network. Check if another instance of agent is

    Out of the blue a small number of my Windows XP PCs get the following error
    when logging in. Usually appears while login script page is on screen:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Once XP has loaded ok I can manually start the Remote Management service.
    Some PCs are intermittent and don't seem to get it again but a couple get it
    every login. I removed the client and reinstalled. I removed the Remote
    Management service and re-installed. Re-registered the PC Workstation but no
    change for those who get it every day.
    I did find this:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Source: Remote Management Agent
    Severity: Critical
    Possible Cause: The Remote Management Agent is unable to bind to the IPX or
    IP port that is being used for Remote Management service, or the ports are
    being used by some other application running on the managed workstation.
    Action: Uninstall any third-party remote control agent or remote control
    application using these ports from the managed workstation.
    Possible Cause: The protocol stack is corrupted.
    Action: Reinstall the protocol stack.
    Possible Cause: The managed workstation is not connected to the network, or
    the network is down.
    Action: Connect the managed workstation to the network.
    I don't have any third party remote control agent installed and I've tried
    the refresh of the IP protocol stack. Surprised this has started as we have
    not made any changes to the network or software. We run NW Client 4.83sp1
    and NW5.1 sp5.
    Anybody else had this and cleared it completely?

    Further developments:
    It looks like it's a fault in the nic. it's a Compaq NC3120 Fast Ethernet
    card. It used to work, but since I've wiped out the card drivers that were
    in use, I'm at HP's mercy. They are telling me that the card is no longer
    under warranty and won't even tell me what driver to look for. Anything I've
    managed to find has the exact same symptoms:
    Client works, ping to IP addresses work, ping to www.yahoo.com (etc) doesn't
    work, although winipcfg shows a DNS server the same as every other machine I
    have.
    Internet explorer doesn't work, even with IP addresses to local servers.
    And of course, zenrc32 doesn't work, wsreg32 doesn't work.
    Does anyone know of a way of making the NC3120 work on a win98 machine?
    Shall I just go buy a couple dozen netcards from a more reputable company
    than compaq?
    Chris Denby
    IT Coordinator
    Rainy River District School Board
    Fort Frances, Ontario
    Canada
    "Chris Denby" <[email protected]> wrote in message
    news:[email protected]...
    > I have this message on windows 98. In addition to that, the wsreg32.log
    > reads work station import error -1 (UNKNOWN).
    > This happened after ghosting down to the machine and finding that it had a
    > different card. The client adapted easily to a new card, but the
    zenrc32.exe
    > won't run.
    >
    > I've checked to make sure it wasn't running by renaming the zenrc32.exe to
    > zenrc32.ex so it wouldn't run on start up. Then after the machine was
    > started up, I changed it back and ran it and it died immediately with the
    > same error.
    >
    > I have uninstalled the client through admin\unc32 and removed all traces
    of
    > the client then reinstalling, but no luck.
    >
    >
    > <[email protected]> wrote in message
    > news:1XuQc.3739$8%[email protected]...
    > > Did you ever get this solved?
    > > I've got the same thing going on with one Win2000 machine in my
    > > department. He can log into the network just fine but can not get to the
    > > internet.
    > > I've tried re-installing the protocol stack; no luck. I've searched hi
    and
    > > low for any other agent running on the machine with no luck. I've
    searched
    > > the registry for hours for all keys that would start programs or agents
    at
    > > start. Can't find anything. I've check for services, checked for fire
    wall
    > > problems, viruses. No luck. Since its only one machine I can re-image it
    > > with no problem, but I'm curious and want to find out whats going on in
    > > case the problem reapears or grows to other machines.
    > > Any help out there???
    > >
    > > > Out of the blue a small number of my Windows XP PCs get the following
    > > error
    > > > when logging in. Usually appears while login script page is on
    screen:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Once XP has loaded ok I can manually start the Remote Management
    > service.
    > > > Some PCs are intermittent and don't seem to get it again but a couple
    > > get it
    > > > every login. I removed the client and reinstalled. I removed the
    Remote
    > > > Management service and re-installed. Re-registered the PC Workstation
    > > but no
    > > > change for those who get it every day.
    > > >
    > > > I did find this:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Source: Remote Management Agent
    > > >
    > > > Severity: Critical
    > > >
    > > > Possible Cause: The Remote Management Agent is unable to bind to the
    IPX
    > > or
    > > > IP port that is being used for Remote Management service, or the ports
    > > are
    > > > being used by some other application running on the managed
    workstation.
    > > >
    > > > Action: Uninstall any third-party remote control agent or remote
    control
    > > > application using these ports from the managed workstation.
    > > >
    > > > Possible Cause: The protocol stack is corrupted.
    > > >
    > > > Action: Reinstall the protocol stack.
    > > >
    > > > Possible Cause: The managed workstation is not connected to the
    network,
    > > or
    > > > the network is down.
    > > >
    > > > Action: Connect the managed workstation to the network.
    > > >
    > > > I don't have any third party remote control agent installed and I've
    > > tried
    > > > the refresh of the IP protocol stack. Surprised this has started as we
    > > have
    > > > not made any changes to the network or software. We run NW Client
    > 4.83sp1
    > > > and NW5.1 sp5.
    > > >
    > > > Anybody else had this and cleared it completely?
    > > >
    > > >
    > > >
    > > >
    > > >
    > >
    >
    >

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Installer failed to initialize. {CS6}

    Hello to all.
    I've a problem: i get this error "Installer failed to initialize. Please download Adobe Support Advisor to detect the problem." when i try to reinstall CS6 Master Collection.
    http://img593.imageshack.us/img593/3562/immaginegsp.png
    I downloaded Adobe Support Advisor but nothing is wrong.
    I used Adobe Creative Suite Cleaner Tool but nothing!
    I try to run the installer in the Hidden Admin in Windows 7 but i've the same message.
    What should i do?
    This is the PDApp log
    3/1/2013 18:24:47 [INFO] Setup - Build Version - 6.0.335.0
    3/1/2013 18:24:47 [INFO] Setup - Logging Level verbosity Set  to 4
    3/1/2013 18:24:47 [INFO] Setup - Start Adobe Setup
    3/1/2013 18:24:47 [INFO] Setup - TimeLog: Bootstrapper Start
    3/1/2013 18:24:47 [INFO] Setup - TimeLog: Start initial checks
    3/1/2013 18:24:47 [INFO] Setup - Dictionary Path: C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\resources\Dictionary\it_IT\stringTable.zdct
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\resources\setup.xml
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] Setup - Found 6 packages in setup manifest
    3/1/2013 18:24:47 [INFO] PIM - Build Version - 6.0.335.0
    3/1/2013 18:24:47 [INFO] PIM - Logging Level verbosity Set  to 4
    3/1/2013 18:24:47 [INFO] Utilities - Folder does not exist
    3/1/2013 18:24:47 [INFO] PIM - Build Version - 6.0.335.0
    3/1/2013 18:24:47 [INFO] PIM - Logging Level verbosity Set  to 4
    3/1/2013 18:24:47 [INFO] PIM - CREATE PIM Instance ...
    3/1/2013 18:24:47 [INFO] Utilities - File does not exist
    3/1/2013 18:24:47 [INFO] Utilities - File does not exist
    3/1/2013 18:24:47 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    3/1/2013 18:24:47 [INFO] PIM - SUCCESS Created Tables.
    3/1/2013 18:24:47 [INFO] PIM - PIM Database is Up To Date.
    3/1/2013 18:24:47 [INFO] PIM - Updater Inventory location:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\resources\updaterinventory.dll
    3/1/2013 18:24:47 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    3/1/2013 18:24:47 [INFO] PIM - Current db schema version on machine 1.
    3/1/2013 18:24:47 [INFO] PIM - Current db schema version to install 1.
    3/1/2013 18:24:47 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    3/1/2013 18:24:47 [INFO] PIM - PIM Database is Up To Date.
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [ERROR] PIM - getInstalledPackageSize: Package folder does not exist on the system.
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id DB6A859D-6542-41CB-8C81-548894F5AF7B is a old Package, new is installed on the system. Size required: 0
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\D6\D6.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id 325EE915-3603-483C-9AB6-27FF2ACD9E15 is a old Package, new is installed on the system. Size required: 3259607
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\DECore\DECore.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id EFAA097D-45E3-4C97-858D-B788D0286E68 is a old Package, new is installed on the system. Size required: 27251758
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\DWA\DWA.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id E04AF2FA-0DD0-41FE-A54C-D21B4281F578 is a old Package, new is installed on the system. Size required: 4753339
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\P6\P6.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id B6250A29-6F83-4AC1-9FCB-55F5145666EF is a old Package, new is installed on the system. Size required: 13472807
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\LWA\LWA.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id 6723B986-6C15-498E-B5E9-68D769DF1A1C is a old Package, new is installed on the system. Size required: 11019801
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\UWA\UWA.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [INFO] PIM - PackageCheck: Package id C7711F19-8ED8-47E8-B9E0-C4CC5AF99F85 is a old Package, new is installed on the system. Size required: 10166919
    3/1/2013 18:24:47 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 76916654
    3/1/2013 18:24:47 [INFO] Setup - TimeLog: End initial checks
    3/1/2013 18:24:47 [INFO] Setup - TimeLog: Begin Installing
    3/1/2013 18:24:47 [INFO] Setup - Start Installing core package - C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx
    3/1/2013 18:24:47 [INFO] PIM - START installPackage at file C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx
    3/1/2013 18:24:47 [INFO] PIM - Trying to access xml at path:C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx
    3/1/2013 18:24:47 [INFO] PIM - XML is valid
    3/1/2013 18:24:47 [WARN] PIM - Failed to find Node
    3/1/2013 18:24:47 [ERROR] PIM - Package folder does not exist on the system.
    3/1/2013 18:24:47 [INFO] Setup - Finished Installing core package - C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx, Return status: -1
    3/1/2013 18:24:47 [FATAL] Setup - Error installing C:\Users\Sparkling Spell\Desktop\CS6 Master Collection\Adobe CS6\packages\core\PDApp.pimx package.
    Return Value of pim_installPackage = -1
    3/1/2013 18:24:47 [INFO] Setup - TimeLog: End Installing. Now launching PDApp

    I solved it! Finally!!
    I re-read the log of the Adobe Creative Suite Cleaner Tool (because the first time i'd not noticed): there was a folder of adobe in common files that conflicted with some installation files so the installer of cs6 master collection failed to initialize!
    Im very happy now!

  • UNX issue : Failed to initialize Query Panel (service issue?)

    Hello all,
    For a couple off days now we are trying to use universe(s) in Desing studio with no luck.
    We use the Efashion single source relational universe on which we can run Webi's without a problem . When we add a datasource in DS we see and can select the unx but when we push the "edit query specification" button DS freezes and return the error : Failed to initialize Query Panel
    We just upgrade tot DS1.2 SP01 both on server side as on client side.
    This is the error from the error log : which seems to have a connection problem to a certain service:
    Any of you have an idea how to proceed?
    All servers run fine when we check the CMC and an APS is added for Design studio (analysis) .DS works fine with BEX queries...
    Thanks in advance.
    !ENTRY com.sap.ip.bi.zen.ui 4 0 2014-03-14 12:43:33.876
    !MESSAGE Failed to initialize Query Panel
    !STACK 0
    com.businessobjects.dsl.services.workspace.impl.WorkspaceException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:437)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.createInitialDataSource(QuerySpecDataProvider.java:609)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.finalizeCreation(QuerySpecDataProvider.java:852)
           at com.businessobjects.dsl.services.workspace.impl.AbstractBuiltInDataProviderBuilder.buildDataProvider(AbstractBuiltInDataProviderBuilder.java:36)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createDataProviderWithUniverse(DataProviderFactory.java:190)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createAndAddDataProvider(DataProviderFactory.java:108)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:83)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:45)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createQueryPanelContext(QueryPanelDialog.java:133)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createDialogArea(QueryPanelDialog.java:97)
           at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.createContents(ZenTrayDialog.java:63)
           at org.eclipse.jface.window.Window.create(Window.java:432)
           at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:110)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClickedInternal(DataSourceDialogController.java:158)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$1.run(DataSourceDialogController.java:147)
           at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClicked(DataSourceDialogController.java:144)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane.editQueryButtonClicked(DataSourceSelectionPane.java:253)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane$6.widgetSelected(DataSourceSelectionPane.java:233)
           at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
           at org.eclipse.jface.window.Window.open(Window.java:802)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
           at com.sap.ip.bi.zen.ui.internal.commands.AddDataSourceHandler.execute(AddDataSourceHandler.java:24)
           at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
           at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
           at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
           at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
           at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
           at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
           at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
           at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
           at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
           at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
           at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
           at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
           at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
           at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.businessobjects.mds.services.solver.ConnectionSolverException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:238)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solve(AbstractConnectionSolver.java:136)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:151)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:147)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:143)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.getConnection(DataFoundationHelper.java:892)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.isErpDataFoundation(DataFoundationHelper.java:2896)
           at com.businessobjects.mds.services.helpers.UniverseHelper.isErpUniverse(UniverseHelper.java:1554)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.createQueryCapability(DataSourceFactory.java:286)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.fillQueryCapability(DataSourceFactory.java:959)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.getDataSource(DataSourceFactory.java:839)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSourceFromUniverse(AbstractDataProviderWithUniverse.java:572)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.retrieveDataSource(AbstractDataProviderWithUniverse.java:542)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.buildDataSource(AbstractDataProviderWithUniverse.java:448)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:432)
           ... 72 more
    Caused by: com.sap.connectivity.cs.core.CSError: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:81)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getConnectionManager(ConnectionServer.java:125)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:530)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:504)
           at com.sap.connectivity.cs.api.trace.EnvironmentLogger.CreateConnectionManager(EnvironmentLogger.java:368)
           at com.businessobjects.mds.services.relational.CsService.getAuthenticationMode(CsService.java:180)
           at com.businessobjects.mds.services.relational.CsService.addCredentialInfo(CsService.java:485)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:235)
           ... 86 more
    Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    detail:Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:140)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:183)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:128)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerSvcFactory.getServiceFromCriteria(NetworkLayerSvcFactory.java:53)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getServiceFromCriteria(NetworkLayerLookup.java:114)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getService(NetworkLayerLookup.java:83)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:68)
           ... 93 more
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.enterprise.ocaframework.ServerController.redirectServer(ServerController.java:664)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.redirectServer(ServiceMgr.java:959)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.redirectServer(ManagedSession.java:338)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:247)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:299)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody4(ServiceMgr.java:520)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody5$advice(ServiceMgr.java:512)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:1)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:164)
             ... 98 more

    Hi Bram,
    I had a look in your Java-Exception and there a connectionserver is missing.
    I know that there are two kind of connection servers 32 and 64 Bit. Do one of your APS Servers have connectivity and connectivity 32 Bit ???
    I had an issue when i first wanted to use a .unx connection with DS with my splitted APS.
    I had one APS only containing the Analysis service. To get to run my .unx access i had to add the Adaptive connectivity Service to the APS containing the analysis service.
    On top of that i had to add the DSL Bridge (otherwise my adaptive connectivity Service did not start)
    Perhabs this helps you out.
    Good luck
    Manfred

  • Snap-in failed to initialize.

    When I try to upgrade the GUI from 6.40 to 7.10 I am getting the following error message:
    <b>Snap-in failed to initialize.
    Name: SAP R/3 Manager
    CLSID: {633547EE-A302-11D1-AE59-080009B07DBB}</b>
    OS: Windows server 2003
    DB: Oracle 9i
    GUI: SAPGUI 7.10 Patch 4
    I tried many possibilities. With <b>GUI 7.10</b> and with <b>NO GUI</b>. I am getting the same error. When I revert back to the original 6.40 the system is working fine. As per the note 354595 i didnt get any positive response(Registering the SAPMMC* dll's). Even tried to add the instance manually by the <b>sapstartserv</b>.
    Please help me to solve this problem.

    Initially we didnt. at some point we installed it.Now  we decided to go without the SAPGUI(As SAP recommends). But even without the GUI the MMC is not starting. Please suggest!!!

  • Adobe Flash failed to initialize. How do I fix it? Thanks!

    When I try to install Adobe Flash through Firefox, I receive the message that it failed to initialize after I have clicked run.

    There are 2 versions of Adobe Flash:
    *an '''ActiveX version''' for IE only
    *a '''Plugin version''' for most other browsers including Firefox
    *On a Windows system, you should always update both individually.
    '''''You do not appear to have the Plugin version for Firefox installed. ''''' If you did, in Add-ons > Plugins you would see "Shockwave Flash ''(version)''". If "Shockwave Flash" is there and is disabled, click the "Enable" button.
    Check your Plugins often --> http://www.mozilla.org/en-US/plugincheck/
    *only the most popular/used Plugins are known by this page
    *page will detect only installed, '''''enabled''''' Plugins
    '''<u>Install or update Adobe Flash</u>'''<br />
    #'''<u>Using Firefox</u>''', go to the following link and SAVE the download to your desktop so you can find it later. Un-check any items on that page that you do not want to download (i.e., "McAfee Security Scan Plus":
    #*http://get.adobe.com/flashplayer
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #To update/install the ActiveX version for IE '''''only''''', repeat the process, '''<u>but use IE to go to the above website</u>'''.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • M1212nf fails to initialize after firmware update

    Hello,
    I have the same problem. The printer keeps re-initializing. Please note that this only happens when we connect it to the ethernet cable. We have replaced cables, switches already, and other devices have no issues on this connection.
    Any help would be appreciated

    Hi Yeronimo,
    Welcome to the HP Support Forums! I understand your HP Laserjet  M1212nf MFP fails to initialize, this happens when you plug in the ethernet.
    I have sent a  Private message on the Forums. Please go to your Userpage to the right of your Username you will see you inbox.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Application Manager: Installer failed to initialize. This could be due to a missing file (Mac)

    I would like to install the trial version of Creative Suite 6. I was able to download the .dmg file, but when I run the installation I keep getting the following message:
    Installation Failed. Installer failed to initialize. This could be due to a missing file.
    More troubleshooting tips:
    1. Restart your computer.
    2. Exit all applications including startup items, virus checking and firewall software.
    3. Launch the installer and reinstall your applications.
    I downloaded the Adobe Download Assistant program, Adobe Creative Cloud Cleaner Tool, Adobe Support Advisor, and a recent version of the Application Manager. Yet I keep getting the same error message. I downloaded the program twice already. Nothing seems to be working. Can someone please help me solve this problem?

    Thank you for replying Mylenium. I found a list of system requirements: http://www.creativebloq.com/general/adobe-cs6-system-requirements-1233361
    The following is some information about my Mac's:
    MacBook
    Mac OS X v10.6.8 Snow Leaopard
    Itel Core Duo (32-Bit)
    1GB of RAM
    iMac
    Mac OS X v10.6.8 Snow Leaopard
    Itel Core Duo (32-Bit)
    2GB of RAM
    I have old computers but they still work just fine. I assume I won't be able to install CS6 in my MacBook, but could I install it in my iMac? Is Firefox browser okay?
    It's disappointing that nowadays we constantly need to purchase new devices to correspond with new software when older devices still work just fine.

  • SimplePass V5.1 doesn't work! True Suite engine fails to initialize properly

    I can no longer get  SimplePass V5.1 to load. I get an error message that the "TrueSuite engine failed to initialize properly."
    I have already renamed IEBHO.DLL so that it no longer loads if it ever did but that hasn't helped.  Why isn't TrueSuite engine initializing?
    HPdv6-6150 laptop running Windows 7 sp1 Home Premium. Simple Pass used to work properly and I want to use it again.

    Hi Jupiter,
    Not sure why you are using TrueSuite or SimplePass 5.1
    Can you clarify your exact / full SimplePass version?
    According to your HP Website
    Software & Driver Downloads - HP Pavilion dv6-6150us Entertainment Notebook PC
    You have the option of running:
    Driver: Validity Sensor V4.3.205.0
    Software: HP SimplePass 5.3.1.7
    NOTE:  There is a newer AuthenTec version (5.4.0.620 at writing) at the AuthenTec website, too, that will run with the Validity V4.3.205.0 Driver.  I can send details if you get to that point.
    Just so you know:
    Renaming .dll files rarely helps...
    Are you trying running an old version of the HP version of SimplePass from HP?
    Say... 5.1.0.495 ??
    That old version won't run with anything except and old Validity Driver - and the 5.1.x software is badly out of date, too.
    If you can explain a bit, it would help,
    OR
    it may be easy enough to fix just by updating what you have to what is on your HP website:
    Driver FIRST
    Software Second
    I hope this helps!
    Good Luck!
    <<<   Click the White Kudos Star on the Left to give “Kudos / Thanks” for the help
    See a Post you Like?  Throw it a Kudos!  Authors Love Kudos and they help everyone find what works!
    Please Click “Accept as Solution" if the fix solves the issue.  It helps others find help faster!
    Always Include:  (Computer) Product Number  ,  Printer – Model Number ,
                                       Never give out your Serial Number
                                             2012 Year of the Dragon!
    Kind Regards,
    Dragon-Fur

  • Photoshop CS6 Installer says: Failed to initialize

    When I run the installer for Photoshop CS6, it says "installer failed to initialize"
    I've tried to use so many different methods but none of them worked.. I've searched up so many files that people said on regedit, including PendingFileRenameOperations and looking for RegistryKey. I renamed the OOBE folder to OOBEold, I restarted my PC many times, downloaded Adobe Application Manager but doesn't do anything, I've almost tried everything.
    I use a Windows 8, but I USED to have Photoshop CS6. So this is what keeps me believing that it's possible, I used to have Photoshop CS6. I resetted my PC due to the fact I had many viruses. Now I can't find a way to install Photoshop CS6. Someone please help me solve this problem.
    Another thing, I believe adobe has a huge ton of problems. I can't even install Photoshop CC because my Adobe Creative Cloud is just a blank screen when I run it. I've also tried to use many solutions to fix this, nothing worked. So please help me find a way to install Photoshop CS6. Thank you for trying to help me.

    Hey there JJMack,
    I am having similar issues as well. I have run the cleaner and it didn't do anything. I tried installing Adobe Application Manager too, but to no avail. I noticed a lot of warning: failed to remove file, folder...
    I am not the user of the software, but my wife is and she doesn't know how to solve these types of issues, so I have been looking into it myself. Below is the log.
    Please help!
    Gen_WWCombined-en_US-20121017_1230
    [Sun Sep 21 13:13:48 2014] Please enter (y) for Yes or (n) for No. ... >>
    [Sun Sep 21 13:14:01 2014] Choose from one of the following options to clean up :
    [Sun Sep 21 13:14:01 2014] 1.  All
    [Sun Sep 21 13:14:01 2014] 2.  Adobe Flash Player 10.2
    [Sun Sep 21 13:14:01 2014] 3.  Creative Cloud 2014 , Creative Cloud & CS6 Products
    [Sun Sep 21 13:14:01 2014] 4.  Creative Cloud 2014 only
    [Sun Sep 21 13:14:01 2014] 5.  Creative Cloud only
    [Sun Sep 21 13:14:01 2014] 6.  CS6 only
    [Sun Sep 21 13:14:01 2014] 7.  CS5-CS5.5-CS6
    [Sun Sep 21 13:14:01 2014] 8.  CS5-CS5.5
    [Sun Sep 21 13:14:01 2014] 9.  CS3, CS4
    [Sun Sep 21 13:14:01 2014] 10.  Adobe Id credentials
    [Sun Sep 21 13:14:01 2014] 11.  Quit
    [Sun Sep 21 13:14:01 2014] Choice :>
    [Sun Sep 21 13:15:07 2014] User selected: All
    [Sun Sep 21 13:15:07 2014] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sun Sep 21 13:15:07 2014] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sun Sep 21 13:15:07 2014] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sun Sep 21 13:15:07 2014] Orphan session will be removed : adbeadbeadbeadbeadbeadbeadbeadb
    [Sun Sep 21 13:15:07 2014] ..
    [Sun Sep 21 13:15:07 2014] Removing entries from the installer database
    [Sun Sep 21 13:15:07 2014] Updated tsInstalled status to 0 for removal from 2 for installation in the table ribs_collection_paylaod for session adbeadbeadbeadbeadbeadbeadbeadb
    [Sun Sep 21 13:15:07 2014] Updating installState
    [Sun Sep 21 13:15:07 2014] Removing content of Product : AdobeColorVideoProfilesCS CS4, Version : 2.0
    [Sun Sep 21 13:15:07 2014] Warning: Payload with ID : {4F3CE025-D60B-4E6B-8D39-B04CD3769008} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Sun Sep 21 13:15:07 2014] Deleting the paylaod: {4F3CE025-D60B-4E6B-8D39-B04CD3769008} from the table ribs_payload and other associated tables for payloads
    [Sun Sep 21 13:15:07 2014] Removing content of Product : AdobeColorCommonSetRGB, Version : 2.0
    [Sun Sep 21 13:15:08 2014] Warning: Payload with ID : {AB8E4534-C573-4CC9-BA6A-76DD14055510} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Sun Sep 21 13:15:08 2014] Deleting the paylaod: {AB8E4534-C573-4CC9-BA6A-76DD14055510} from the table ribs_payload and other associated tables for payloads
    [Sun Sep 21 13:15:08 2014] finished updating installState
    [Sun Sep 21 13:15:08 2014] Deleting session: adbeadbeadbeadbeadbeadbeadbeadb from ribs_collection and other associated tables
    [Sun Sep 21 13:15:08 2014] Updating caps schema pcd_meta to 2 if earlier version is less than 2
    [Sun Sep 21 13:15:08 2014] ..
    [Sun Sep 21 13:15:08 2014] Entries from the installer database have been removed
    [Sun Sep 21 13:15:08 2014] Sessions folder will be removed.
    [Sun Sep 21 13:15:08 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:08 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:08 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:08 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:08 2014]
    [Sun Sep 21 13:15:08 2014]
    [Sun Sep 21 13:15:08 2014] List of products installed on this machine
    [Sun Sep 21 13:15:08 2014] Listing products for cleanup:
    [Sun Sep 21 13:15:08 2014] 2 2. {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}  Adobe Photoshop CS6 Driver
    [Sun Sep 21 13:15:08 2014] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Sun Sep 21 13:15:19 2014] Are you sure you want to clean all the listed products and associated files?
    [Sun Sep 21 13:15:19 2014] Type (y) to confirm and remove or (n) to quit ... >>
    [Sun Sep 21 13:15:27 2014] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Sun Sep 21 13:15:27 2014] :: START - Uninstall sequence. Product: {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6} ::
    [Sun Sep 21 13:15:27 2014] Executing command "C:\Program Files (x86)\Common Files\Adobe\AdobeCreativeCloudCleanerTool\dephelp.exe {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}
    [Sun Sep 21 13:15:27 2014] {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6},{74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}
    [Sun Sep 21 13:15:27 2014] {29A80A19-9E35-455A-AF9D-B39AE5B3035D},{3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    [Sun Sep 21 13:15:27 2014] {DB03622D-0A16-4C9D-8567-D54135CCC38F},{3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    [Sun Sep 21 13:15:27 2014] {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4},{3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    [Sun Sep 21 13:15:27 2014] {8085C16A-3148-40B4-BC8B-12ED59C9C478},{8085C16A-3148-40B4-BC8B-12ED59C9C478}
    [Sun Sep 21 13:15:27 2014] {BF667E23-0186-41F1-ACAE-5786D4B34F56},{83463106-DD1C-4FE5-A61C-DF6715472AD4}
    [Sun Sep 21 13:15:27 2014] {83463106-DD1C-4FE5-A61C-DF6715472AD4},{83463106-DD1C-4FE5-A61C-DF6715472AD4}
    [Sun Sep 21 13:15:27 2014] {EFBC1075-F890-4293-A0D1-04BE66EE2AB3},{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    [Sun Sep 21 13:15:27 2014] {63594DD4-0241-422A-93A5-B6530040E1C7},{63594DD4-0241-422A-93A5-B6530040E1C7}
    [Sun Sep 21 13:15:27 2014] {7E91BB17-16A1-42CE-9502-D6C98BE04920},{7E91BB17-16A1-42CE-9502-D6C98BE04920}
    [Sun Sep 21 13:15:27 2014] {99FE4191-AC6B-11E0-B602-00215AEA26C9},{99FE4191-AC6B-11E0-B602-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {DE88AA40-6766-43D3-A755-8FC374B3D2C3},{DE88AA40-6766-43D3-A755-8FC374B3D2C3}
    [Sun Sep 21 13:15:27 2014] {0377892E-FCAC-46EC-AA70-C6AC8A86A81F},{0377892E-FCAC-46EC-AA70-C6AC8A86A81F}
    [Sun Sep 21 13:15:27 2014] {78E38D75-4D92-4F6E-B631-17A436BED680},{78E38D75-4D92-4F6E-B631-17A436BED680}
    [Sun Sep 21 13:15:27 2014] {48623899-C152-457D-9B30-1F957332AC2F},{48623899-C152-457D-9B30-1F957332AC2F}
    [Sun Sep 21 13:15:27 2014] {BB66788C-4C4F-4EB0-B146-9178857DE287},{BB66788C-4C4F-4EB0-B146-9178857DE287}
    [Sun Sep 21 13:15:27 2014] {26F763C9-076F-473D-9A0E-4050C973737C},{26F763C9-076F-473D-9A0E-4050C973737C}
    [Sun Sep 21 13:15:27 2014] {51C77DC1-5C75-4491-8645-A17CC33F5A36},{51C77DC1-5C75-4491-8645-A17CC33F5A36}
    [Sun Sep 21 13:15:27 2014] {C7B1C1B3-368D-4C32-A818-83F1554EB398},{C7B1C1B3-368D-4C32-A818-83F1554EB398}
    [Sun Sep 21 13:15:27 2014] {0C4E7429-E920-4125-980E-029A87AE0A4D},{0C4E7429-E920-4125-980E-029A87AE0A4D}
    [Sun Sep 21 13:15:27 2014] {7CA3FAD4-7B82-473C-8207-5A283E90742A},{7CA3FAD4-7B82-473C-8207-5A283E90742A}
    [Sun Sep 21 13:15:27 2014] {B98E0DCB-1A75-4394-9813-3A114AA3891D},{B98E0DCB-1A75-4394-9813-3A114AA3891D}
    [Sun Sep 21 13:15:27 2014] {C41A769E-27ED-44F7-8A11-F2E32F538E05},{C41A769E-27ED-44F7-8A11-F2E32F538E05}
    [Sun Sep 21 13:15:27 2014] {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6},{29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}
    [Sun Sep 21 13:15:27 2014] {36682D68-3834-487E-BA49-DFA4AB0A2E32},{36682D68-3834-487E-BA49-DFA4AB0A2E32}
    [Sun Sep 21 13:15:27 2014] {EB2A8CD4-B247-4810-A294-E3DB8EDC6060},{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    [Sun Sep 21 13:15:27 2014] {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB},{00496505-D56B-4B07-A8C5-70A0B4E689F7}
    [Sun Sep 21 13:15:27 2014] {00496505-D56B-4B07-A8C5-70A0B4E689F7},{00496505-D56B-4B07-A8C5-70A0B4E689F7}
    [Sun Sep 21 13:15:27 2014] {6D7CC1C2-62A9-4764-9536-CDC175C7B054},{1F955A4A-F365-4379-AEE2-B7C83E1AA883}
    [Sun Sep 21 13:15:27 2014] {1F955A4A-F365-4379-AEE2-B7C83E1AA883},{1F955A4A-F365-4379-AEE2-B7C83E1AA883}
    [Sun Sep 21 13:15:27 2014] {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8},{55F0AFED-606D-476A-A07A-134291002FBA}
    [Sun Sep 21 13:15:27 2014] {55F0AFED-606D-476A-A07A-134291002FBA},{55F0AFED-606D-476A-A07A-134291002FBA}
    [Sun Sep 21 13:15:27 2014] {51D82A20-B3A0-4409-9735-687590F2F0DF},{CFC3110A-491C-4DBF-A97D-66C567600A2F}
    [Sun Sep 21 13:15:27 2014] {CFC3110A-491C-4DBF-A97D-66C567600A2F},{CFC3110A-491C-4DBF-A97D-66C567600A2F}
    [Sun Sep 21 13:15:27 2014] {9D2A060F-AC6B-11E0-8C00-00215AEA26C9},{9D2A060F-AC6B-11E0-8C00-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {9C4AA28F-AC6B-11E0-8997-00215AEA26C9},{9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9},{9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9},{9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {B2D792AF-F407-4EFA-9A03-3F2A476146F6},{B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    [Sun Sep 21 13:15:27 2014] {246C4B99-19F7-4475-9787-5FF8595B86D7},{246C4B99-19F7-4475-9787-5FF8595B86D7}
    [Sun Sep 21 13:15:27 2014] {093DEFC4-542D-4D0A-8162-0592055515F4},{093DEFC4-542D-4D0A-8162-0592055515F4}
    [Sun Sep 21 13:15:27 2014] {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1},{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    [Sun Sep 21 13:15:27 2014] {99290358-A784-4218-A7BA-954AE5F9207C},{99290358-A784-4218-A7BA-954AE5F9207C}
    [Sun Sep 21 13:15:27 2014] {CFA46C39-C539-4BE9-9364-495003C714AD},{CFA46C39-C539-4BE9-9364-495003C714AD}
    [Sun Sep 21 13:15:27 2014] {9254D539-549A-41DD-A7DA-251766F2B76F},{9254D539-549A-41DD-A7DA-251766F2B76F}
    [Sun Sep 21 13:15:27 2014] {354D20E6-A25F-4728-9DA6-C9003D8F2928},{354D20E6-A25F-4728-9DA6-C9003D8F2928}
    [Sun Sep 21 13:15:27 2014] {9E0AF030-AC6B-11E0-8837-00215AEA26C9},{9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    [Sun Sep 21 13:15:27 2014] {977E1B5A-68B1-4A2A-99E0-BA3F251EE13A},{539AEF15-3A2B-4A31-A587-7E90F7D9C700}
    [Sun Sep 21 13:15:27 2014] {539AEF15-3A2B-4A31-A587-7E90F7D9C700},{539AEF15-3A2B-4A31-A587-7E90F7D9C700}
    [Sun Sep 21 13:15:27 2014] {08D2E121-7F6A-43EB-97FD-629B44903403},{08D2E121-7F6A-43EB-97FD-629B44903403}
    [Sun Sep 21 13:15:27 2014] {92D58719-BBC1-4CC3-A08B-56C9E884CC2C},{92D58719-BBC1-4CC3-A08B-56C9E884CC2C}
    [Sun Sep 21 13:15:27 2014] PayloadID : {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6} is installed.
    [Sun Sep 21 13:15:27 2014] ::Payload: {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}, Installed: True, RefCount (of {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}): 0, Action: Remove::
    [Sun Sep 21 13:15:27 2014] Removing update inventory for payload : {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}
    [Sun Sep 21 13:15:27 2014] Removing content of Product : Adobe Photoshop CS6 Driver, Version : 13.0
    [Sun Sep 21 13:15:27 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{74EB3499-8B95-4B5C-96EB-7B342F3 FD0C6}
    [Sun Sep 21 13:15:27 2014] ::Removing payload: {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6} from DB::
    [Sun Sep 21 13:15:27 2014] Finish : PayloadID deleted from PDB : {74EB3499-8B95-4B5C-96EB-7B342F3FD0C6}
    [Sun Sep 21 13:15:27 2014]
    [Sun Sep 21 13:15:27 2014] PayloadID : {29A80A19-9E35-455A-AF9D-B39AE5B3035D} is installed.
    [Sun Sep 21 13:15:27 2014] ::Payload: {29A80A19-9E35-455A-AF9D-B39AE5B3035D}, Installed: True, RefCount (of {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}): 0, Action: Remove::
    [Sun Sep 21 13:15:27 2014] Removing update inventory for payload : {29A80A19-9E35-455A-AF9D-B39AE5B3035D}
    [Sun Sep 21 13:15:27 2014] Removing content of Product : Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64, Version : 13.0
    [Sun Sep 21 13:15:28 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{29A80A19-9E35-455A-AF9D-B39AE5B 3035D}
    [Sun Sep 21 13:15:28 2014] ::Removing payload: {29A80A19-9E35-455A-AF9D-B39AE5B3035D} from DB::
    [Sun Sep 21 13:15:28 2014] Finish : PayloadID deleted from PDB : {29A80A19-9E35-455A-AF9D-B39AE5B3035D}
    [Sun Sep 21 13:15:28 2014]
    [Sun Sep 21 13:15:28 2014] PayloadID : {DB03622D-0A16-4C9D-8567-D54135CCC38F} is installed.
    [Sun Sep 21 13:15:28 2014] ::Payload: {DB03622D-0A16-4C9D-8567-D54135CCC38F}, Installed: True, RefCount (of {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}): 0, Action: Remove::
    [Sun Sep 21 13:15:28 2014] Removing update inventory for payload : {DB03622D-0A16-4C9D-8567-D54135CCC38F}
    [Sun Sep 21 13:15:28 2014] Removing content of Product : Adobe Photoshop CS6 Core_x64_13.0.1.3_AdobePhotoshop13-Core_x64, Version : 13.0.1.3
    [Sun Sep 21 13:15:28 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DB03622D-0A16-4C9D-8567-D54135C CC38F}
    [Sun Sep 21 13:15:28 2014] ::Removing payload: {DB03622D-0A16-4C9D-8567-D54135CCC38F} from DB::
    [Sun Sep 21 13:15:28 2014] Finish : PayloadID deleted from PDB : {DB03622D-0A16-4C9D-8567-D54135CCC38F}
    [Sun Sep 21 13:15:28 2014]
    [Sun Sep 21 13:15:28 2014] PayloadID : {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4} is installed.
    [Sun Sep 21 13:15:28 2014] ::Payload: {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}, Installed: True, RefCount (of {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}): 0, Action: Remove::
    [Sun Sep 21 13:15:28 2014] Removing update inventory for payload : {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    [Sun Sep 21 13:15:28 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:28 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:28 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:28 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:28 2014] Removing content of Product : Adobe Photoshop CS6 Core_x64, Version : 13.0
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\en_US\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\cs_CZ\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\de_DE\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] File does not exist: C:\Program Files\Common Files\Adobe\HelpCfg\en_GB\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\en_IL\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\en_AE\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\es_ES\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] File does not exist: C:\Program Files\Common Files\Adobe\HelpCfg\es_MX\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] File does not exist: C:\Program Files\Common Files\Adobe\HelpCfg\fr_CA\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\fr_FR\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] File does not exist: C:\Program Files\Common Files\Adobe\HelpCfg\fr_MA\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\hu_HU\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\it_IT\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\ja_JP\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\ko_KR\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\nb_NO\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\nl_NL\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\pl_PL\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\pt_BR\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\ru_RU\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\sv_SE\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\tr_TR\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\uk_UA\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\zh_CN\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] Deleting file : C:\Program Files\Common Files\Adobe\HelpCfg\zh_TW\Photoshop.helpcfg
    [Sun Sep 21 13:15:28 2014] File does not exist: C:\Program Files\Common Files\Adobe\Bridge CS6 Extensions\AutoStacks.jsx
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:30 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:30 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3289C0E8-78B9-47D4-98E5-F25BFF1 CBED4}
    [Sun Sep 21 13:15:30 2014] ::Removing payload: {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4} from DB::
    [Sun Sep 21 13:15:30 2014] Finish : PayloadID deleted from PDB : {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    [Sun Sep 21 13:15:30 2014]
    [Sun Sep 21 13:15:30 2014] PayloadID : {8085C16A-3148-40B4-BC8B-12ED59C9C478} is installed.
    [Sun Sep 21 13:15:30 2014] ::Payload: {8085C16A-3148-40B4-BC8B-12ED59C9C478}, Installed: True, RefCount (of {8085C16A-3148-40B4-BC8B-12ED59C9C478}): 0, Action: Remove::
    [Sun Sep 21 13:15:30 2014] Removing update inventory for payload : {8085C16A-3148-40B4-BC8B-12ED59C9C478}
    [Sun Sep 21 13:15:30 2014] Removing content of Product : Recommended Common Fonts Installation x64, Version : 2.0
    [Sun Sep 21 13:15:31 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8085C16A-3148-40B4-BC8B-12ED59C 9C478}
    [Sun Sep 21 13:15:31 2014] ::Removing payload: {8085C16A-3148-40B4-BC8B-12ED59C9C478} from DB::
    [Sun Sep 21 13:15:31 2014] Finish : PayloadID deleted from PDB : {8085C16A-3148-40B4-BC8B-12ED59C9C478}
    [Sun Sep 21 13:15:31 2014]
    [Sun Sep 21 13:15:31 2014] PayloadID : {BF667E23-0186-41F1-ACAE-5786D4B34F56} is installed.
    [Sun Sep 21 13:15:31 2014] ::Payload: {BF667E23-0186-41F1-ACAE-5786D4B34F56}, Installed: True, RefCount (of {83463106-DD1C-4FE5-A61C-DF6715472AD4}): 0, Action: Remove::
    [Sun Sep 21 13:15:31 2014] Removing update inventory for payload : {BF667E23-0186-41F1-ACAE-5786D4B34F56}
    [Sun Sep 21 13:15:31 2014] Removing content of Product : Adobe Extension Manager CS6_6.0.8_AdobeExtensionManager6.0All, Version : 6.0.8
    [Sun Sep 21 13:15:31 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BF667E23-0186-41F1-ACAE-5786D4B 34F56}
    [Sun Sep 21 13:15:31 2014] ::Removing payload: {BF667E23-0186-41F1-ACAE-5786D4B34F56} from DB::
    [Sun Sep 21 13:15:31 2014] Finish : PayloadID deleted from PDB : {BF667E23-0186-41F1-ACAE-5786D4B34F56}
    [Sun Sep 21 13:15:31 2014]
    [Sun Sep 21 13:15:31 2014] PayloadID : {83463106-DD1C-4FE5-A61C-DF6715472AD4} is installed.
    [Sun Sep 21 13:15:31 2014] ::Payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4}, Installed: True, RefCount (of {83463106-DD1C-4FE5-A61C-DF6715472AD4}): 0, Action: Remove::
    [Sun Sep 21 13:15:31 2014] Removing update inventory for payload : {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    [Sun Sep 21 13:15:31 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:31 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:31 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:31 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:31 2014] Removing content of Product : Adobe Extension Manager CS6, Version : 6.0
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\cs_CZ\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\da_DK\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\de_DE\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\en_US\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\es_ES\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\fi_FI\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\fr_FR\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\hu_HU\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\it_IT\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ja_JP\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ko_KR\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\nb_NO\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\nl_NL\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\pl_PL\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\pt_BR\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ru_RU\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\sv_SE\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\tr_TR\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\uk_UA\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\zh_CN\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] Deleting file : C:\Program Files (x86)\Common Files\Adobe\HelpCfg\zh_TW\ExtensionManager.helpcfg
    [Sun Sep 21 13:15:31 2014] File does not exist: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Extension Manager CS6.lnk
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\.mxi
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\.mxp
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\.zxp
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\Adobe.Extension.Information
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\Adobe.Extension.Package
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCR\Adobe.Extension.Package.ZipFormat
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mxi
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mxp
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.zxp
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{83463106-DD1C-4FE5-A61C-DF67154 72AD4}
    [Sun Sep 21 13:15:32 2014] ::Removing payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4} from DB::
    [Sun Sep 21 13:15:32 2014] Finish : PayloadID deleted from PDB : {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    [Sun Sep 21 13:15:32 2014]
    [Sun Sep 21 13:15:32 2014] PayloadID : {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} is installed.
    [Sun Sep 21 13:15:32 2014] ::Payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}, Installed: True, RefCount (of {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}): 0, Action: Remove::
    [Sun Sep 21 13:15:32 2014] Removing update inventory for payload : {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    [Sun Sep 21 13:15:32 2014] Removing content of Product : Adobe ExtendScript Toolkit CS6, Version : 3.8.0
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EFBC1075-F890-4293-A0D1-04BE66E E2AB3}
    [Sun Sep 21 13:15:32 2014] ::Removing payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} from DB::
    [Sun Sep 21 13:15:32 2014] Finish : PayloadID deleted from PDB : {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    [Sun Sep 21 13:15:32 2014]
    [Sun Sep 21 13:15:32 2014] PayloadID : {63594DD4-0241-422A-93A5-B6530040E1C7} is installed.
    [Sun Sep 21 13:15:32 2014] ::Payload: {63594DD4-0241-422A-93A5-B6530040E1C7}, Installed: True, RefCount (of {63594DD4-0241-422A-93A5-B6530040E1C7}): 0, Action: Remove::
    [Sun Sep 21 13:15:32 2014] Removing update inventory for payload : {63594DD4-0241-422A-93A5-B6530040E1C7}
    [Sun Sep 21 13:15:32 2014] Removing content of Product : Required Common Fonts Installation x64, Version : 2.0
    [Sun Sep 21 13:15:32 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{63594DD4-0241-422A-93A5-B653004 0E1C7}
    [Sun Sep 21 13:15:32 2014] ::Removing payload: {63594DD4-0241-422A-93A5-B6530040E1C7} from DB::
    [Sun Sep 21 13:15:32 2014] Finish : PayloadID deleted from PDB : {63594DD4-0241-422A-93A5-B6530040E1C7}
    [Sun Sep 21 13:15:32 2014]
    [Sun Sep 21 13:15:32 2014] PayloadID : {7E91BB17-16A1-42CE-9502-D6C98BE04920} is installed.
    [Sun Sep 21 13:15:32 2014] ::Payload: {7E91BB17-16A1-42CE-9502-D6C98BE04920}, Installed: True, RefCount (of {7E91BB17-16A1-42CE-9502-D6C98BE04920}): 0, Action: Remove::
    [Sun Sep 21 13:15:32 2014] Removing update inventory for payload : {7E91BB17-16A1-42CE-9502-D6C98BE04920}
    [Sun Sep 21 13:15:32 2014] Removing content of Product : PDF Settings CS6, Version : 11.0
    [Sun Sep 21 13:15:33 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7E91BB17-16A1-42CE-9502-D6C98BE 04920}
    [Sun Sep 21 13:15:33 2014] ::Removing payload: {7E91BB17-16A1-42CE-9502-D6C98BE04920} from DB::
    [Sun Sep 21 13:15:33 2014] Finish : PayloadID deleted from PDB : {7E91BB17-16A1-42CE-9502-D6C98BE04920}
    [Sun Sep 21 13:15:33 2014]
    [Sun Sep 21 13:15:33 2014] PayloadID : {99FE4191-AC6B-11E0-B602-00215AEA26C9} is installed.
    [Sun Sep 21 13:15:33 2014] ::Payload: {99FE4191-AC6B-11E0-B602-00215AEA26C9}, Installed: True, RefCount (of {99FE4191-AC6B-11E0-B602-00215AEA26C9}): 0, Action: Remove::
    [Sun Sep 21 13:15:33 2014] Removing update inventory for payload : {99FE4191-AC6B-11E0-B602-00215AEA26C9}
    [Sun Sep 21 13:15:33 2014] ChannelID not found for payload {99FE4191-AC6B-11E0-B602-00215AEA26C9}:
    [Sun Sep 21 13:15:33 2014] Removing content of Product : Microsoft Visual C++ 2005 Redistributable Package (x64), Version : 6.0.2900.2180
    [Sun Sep 21 13:15:33 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{99FE4191-AC6B-11E0-B602-00215AE A26C9}
    [Sun Sep 21 13:15:33 2014] ::Removing payload: {99FE4191-AC6B-11E0-B602-00215AEA26C9} from DB::
    [Sun Sep 21 13:15:33 2014] Finish : PayloadID deleted from PDB : {99FE4191-AC6B-11E0-B602-00215AEA26C9}
    [Sun Sep 21 13:15:33 2014]
    [Sun Sep 21 13:15:33 2014] PayloadID : {DE88AA40-6766-43D3-A755-8FC374B3D2C3} is installed.
    [Sun Sep 21 13:15:33 2014] ::Payload: {DE88AA40-6766-43D3-A755-8FC374B3D2C3}, Installed: True, RefCount (of {DE88AA40-6766-43D3-A755-8FC374B3D2C3}): 0, Action: Remove::
    [Sun Sep 21 13:15:33 2014] Removing update inventory for payload : {DE88AA40-6766-43D3-A755-8FC374B3D2C3}
    [Sun Sep 21 13:15:33 2014] Removing content of Product : DynamiclinkSupport, Version : 6
    [Sun Sep 21 13:15:33 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DE88AA40-6766-43D3-A755-8FC374B 3D2C3}
    [Sun Sep 21 13:15:33 2014] ::Removing payload: {DE88AA40-6766-43D3-A755-8FC374B3D2C3} from DB::
    [Sun Sep 21 13:15:33 2014] Finish : PayloadID deleted from PDB : {DE88AA40-6766-43D3-A755-8FC374B3D2C3}
    [Sun Sep 21 13:15:33 2014]
    [Sun Sep 21 13:15:33 2014] PayloadID : {0377892E-FCAC-46EC-AA70-C6AC8A86A81F} is installed.
    [Sun Sep 21 13:15:33 2014] ::Payload: {0377892E-FCAC-46EC-AA70-C6AC8A86A81F}, Installed: True, RefCount (of {0377892E-FCAC-46EC-AA70-C6AC8A86A81F}): 0, Action: Remove::
    [Sun Sep 21 13:15:33 2014] Removing update inventory for payload : {0377892E-FCAC-46EC-AA70-C6AC8A86A81F}
    [Sun Sep 21 13:15:33 2014] Removing content of Product : Dynamic Link Media Server, Version : 1.0
    [Sun Sep 21 13:15:34 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0377892E-FCAC-46EC-AA70-C6AC8A8 6A81F}
    [Sun Sep 21 13:15:34 2014] ::Removing payload: {0377892E-FCAC-46EC-AA70-C6AC8A86A81F} from DB::
    [Sun Sep 21 13:15:34 2014] Finish : PayloadID deleted from PDB : {0377892E-FCAC-46EC-AA70-C6AC8A86A81F}
    [Sun Sep 21 13:15:34 2014]
    [Sun Sep 21 13:15:34 2014] PayloadID : {78E38D75-4D92-4F6E-B631-17A436BED680} is installed.
    [Sun Sep 21 13:15:34 2014] ::Payload: {78E38D75-4D92-4F6E-B631-17A436BED680}, Installed: True, RefCount (of {78E38D75-4D92-4F6E-B631-17A436BED680}): 0, Action: Remove::
    [Sun Sep 21 13:15:34 2014] Removing update inventory for payload : {78E38D75-4D92-4F6E-B631-17A436BED680}
    [Sun Sep 21 13:15:34 2014] Removing content of Product : AdobeColorVideoProfilesCS CS6, Version : 4.0
    [Sun Sep 21 13:15:34 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{78E38D75-4D92-4F6E-B631-17A436B ED680}
    [Sun Sep 21 13:15:34 2014] ::Removing payload: {78E38D75-4D92-4F6E-B631-17A436BED680} from DB::
    [Sun Sep 21 13:15:34 2014] Finish : PayloadID deleted from PDB : {78E38D75-4D92-4F6E-B631-17A436BED680}
    [Sun Sep 21 13:15:34 2014]
    [Sun Sep 21 13:15:34 2014] PayloadID : {48623899-C152-457D-9B30-1F957332AC2F} is installed.
    [Sun Sep 21 13:15:34 2014] ::Payload: {48623899-C152-457D-9B30-1F957332AC2F}, Installed: True, RefCount (of {48623899-C152-457D-9B30-1F957332AC2F}): 0, Action: Remove::
    [Sun Sep 21 13:15:34 2014] Removing update inventory for payload : {48623899-C152-457D-9B30-1F957332AC2F}
    [Sun Sep 21 13:15:34 2014] Removing content of Product : AdobeColorPhotoshop CS6, Version : 4.0
    [Sun Sep 21 13:15:34 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{48623899-C152-457D-9B30-1F95733 2AC2F}
    [Sun Sep 21 13:15:34 2014] ::Removing payload: {48623899-C152-457D-9B30-1F957332AC2F} from DB::
    [Sun Sep 21 13:15:34 2014] Finish : PayloadID deleted from PDB : {48623899-C152-457D-9B30-1F957332AC2F}
    [Sun Sep 21 13:15:34 2014]
    [Sun Sep 21 13:15:34 2014] PayloadID : {BB66788C-4C4F-4EB0-B146-9178857DE287} is installed.
    [Sun Sep 21 13:15:34 2014] ::Payload: {BB66788C-4C4F-4EB0-B146-9178857DE287}, Installed: True, RefCount (of {BB66788C-4C4F-4EB0-B146-9178857DE287}): 0, Action: Remove::
    [Sun Sep 21 13:15:34 2014] Removing update inventory for payload : {BB66788C-4C4F-4EB0-B146-9178857DE287}
    [Sun Sep 21 13:15:34 2014] Removing content of Product : AdobeColorNA CS6, Version : 4.0
    [Sun Sep 21 13:15:35 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BB66788C-4C4F-4EB0-B146-9178857 DE287}
    [Sun Sep 21 13:15:35 2014] ::Removing payload: {BB66788C-4C4F-4EB0-B146-9178857DE287} from DB::
    [Sun Sep 21 13:15:35 2014] Finish : PayloadID deleted from PDB : {BB66788C-4C4F-4EB0-B146-9178857DE287}
    [Sun Sep 21 13:15:35 2014]
    [Sun Sep 21 13:15:35 2014] PayloadID : {26F763C9-076F-473D-9A0E-4050C973737C} is installed.
    [Sun Sep 21 13:15:35 2014] ::Payload: {26F763C9-076F-473D-9A0E-4050C973737C}, Installed: True, RefCount (of {26F763C9-076F-473D-9A0E-4050C973737C}): 0, Action: Remove::
    [Sun Sep 21 13:15:35 2014] Removing update inventory for payload : {26F763C9-076F-473D-9A0E-4050C973737C}
    [Sun Sep 21 13:15:35 2014] Removing content of Product : AdobeColorJA CS6, Version : 4.0
    [Sun Sep 21 13:15:35 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{26F763C9-076F-473D-9A0E-4050C97 3737C}
    [Sun Sep 21 13:15:35 2014] ::Removing payload: {26F763C9-076F-473D-9A0E-4050C973737C} from DB::
    [Sun Sep 21 13:15:35 2014] Finish : PayloadID deleted from PDB : {26F763C9-076F-473D-9A0E-4050C973737C}
    [Sun Sep 21 13:15:35 2014]
    [Sun Sep 21 13:15:35 2014] PayloadID : {51C77DC1-5C75-4491-8645-A17CC33F5A36} is installed.
    [Sun Sep 21 13:15:35 2014] ::Payload: {51C77DC1-5C75-4491-8645-A17CC33F5A36}, Installed: True, RefCount (of {51C77DC1-5C75-4491-8645-A17CC33F5A36}): 0, Action: Remove::
    [Sun Sep 21 13:15:35 2014] Removing update inventory for payload : {51C77DC1-5C75-4491-8645-A17CC33F5A36}
    [Sun Sep 21 13:15:35 2014] Removing content of Product : AdobeColorEU CS6, Version : 4.0
    [Sun Sep 21 13:15:35 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{51C77DC1-5C75-4491-8645-A17CC33 F5A36}
    [Sun Sep 21 13:15:35 2014] ::Removing payload: {51C77DC1-5C75-4491-8645-A17CC33F5A36} from DB::
    [Sun Sep 21 13:15:35 2014] Finish : PayloadID deleted from PDB : {51C77DC1-5C75-4491-8645-A17CC33F5A36}
    [Sun Sep 21 13:15:35 2014]
    [Sun Sep 21 13:15:35 2014] PayloadID : {C7B1C1B3-368D-4C32-A818-83F1554EB398} is installed.
    [Sun Sep 21 13:15:35 2014] ::Payload: {C7B1C1B3-368D-4C32-A818-83F1554EB398}, Installed: True, RefCount (of {C7B1C1B3-368D-4C32-A818-83F1554EB398}): 0, Action: Remove::
    [Sun Sep 21 13:15:35 2014] Removing update inventory for payload : {C7B1C1B3-368D-4C32-A818-83F1554EB398}
    [Sun Sep 21 13:15:35 2014] Removing content of Product : AdobeColorCommonSetRGB CS6, Version : 4.0
    [Sun Sep 21 13:15:36 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C7B1C1B3-368D-4C32-A818-83F1554 EB398}
    [Sun Sep 21 13:15:36 2014] ::Removing payload: {C7B1C1B3-368D-4C32-A818-83F1554EB398} from DB::
    [Sun Sep 21 13:15:36 2014] Finish : PayloadID deleted from PDB : {C7B1C1B3-368D-4C32-A818-83F1554EB398}
    [Sun Sep 21 13:15:36 2014]
    [Sun Sep 21 13:15:36 2014] PayloadID : {0C4E7429-E920-4125-980E-029A87AE0A4D} is installed.
    [Sun Sep 21 13:15:36 2014] ::Payload: {0C4E7429-E920-4125-980E-029A87AE0A4D}, Installed: True, RefCount (of {0C4E7429-E920-4125-980E-029A87AE0A4D}): 0, Action: Remove::
    [Sun Sep 21 13:15:36 2014] Removing update inventory for payload : {0C4E7429-E920-4125-980E-029A87AE0A4D}
    [Sun Sep 21 13:15:36 2014] Removing content of Product : AdobeColorCommonSetCMYK CS6, Version : 4.0
    [Sun Sep 21 13:15:36 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0C4E7429-E920-4125-980E-029A87A E0A4D}
    [Sun Sep 21 13:15:36 2014] ::Removing payload: {0C4E7429-E920-4125-980E-029A87AE0A4D} from DB::
    [Sun Sep 21 13:15:36 2014] Finish : PayloadID deleted from PDB : {0C4E7429-E920-4125-980E-029A87AE0A4D}
    [Sun Sep 21 13:15:36 2014]
    [Sun Sep 21 13:15:36 2014] PayloadID : {7CA3FAD4-7B82-473C-8207-5A283E90742A} is installed.
    [Sun Sep 21 13:15:36 2014] ::Payload: {7CA3FAD4-7B82-473C-8207-5A283E90742A}, Installed: True, RefCount (of {7CA3FAD4-7B82-473C-8207-5A283E90742A}): 0, Action: Remove::
    [Sun Sep 21 13:15:36 2014] Removing update inventory for payload : {7CA3FAD4-7B82-473C-8207-5A283E90742A}
    [Sun Sep 21 13:15:36 2014] Removing content of Product : Adobe WinSoft Linguistics Plugin CS6 x64, Version : 1.3
    [Sun Sep 21 13:15:37 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7CA3FAD4-7B82-473C-8207-5A283E9 0742A}
    [Sun Sep 21 13:15:37 2014] ::Removing payload: {7CA3FAD4-7B82-473C-8207-5A283E90742A} from DB::
    [Sun Sep 21 13:15:37 2014] Finish : PayloadID deleted from PDB : {7CA3FAD4-7B82-473C-8207-5A283E90742A}
    [Sun Sep 21 13:15:37 2014]
    [Sun Sep 21 13:15:37 2014] PayloadID : {B98E0DCB-1A75-4394-9813-3A114AA3891D} is installed.
    [Sun Sep 21 13:15:37 2014] ::Payload: {B98E0DCB-1A75-4394-9813-3A114AA3891D}, Installed: True, RefCount (of {B98E0DCB-1A75-4394-9813-3A114AA3891D}): 0, Action: Remove::
    [Sun Sep 21 13:15:37 2014] Removing update inventory for payload : {B98E0DCB-1A75-4394-9813-3A114AA3891D}
    [Sun Sep 21 13:15:37 2014] Removing content of Product : Adobe Mini Bridge CS6, Version : 2
    [Sun Sep 21 13:15:37 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B98E0DCB-1A75-4394-9813-3A114AA 3891D}
    [Sun Sep 21 13:15:37 2014] ::Removing payload: {B98E0DCB-1A75-4394-9813-3A114AA3891D} from DB::
    [Sun Sep 21 13:15:37 2014] Finish : PayloadID deleted from PDB : {B98E0DCB-1A75-4394-9813-3A114AA3891D}
    [Sun Sep 21 13:15:37 2014]
    [Sun Sep 21 13:15:37 2014] PayloadID : {C41A769E-27ED-44F7-8A11-F2E32F538E05} is installed.
    [Sun Sep 21 13:15:37 2014] ::Payload: {C41A769E-27ED-44F7-8A11-F2E32F538E05}, Installed: True, RefCount (of {C41A769E-27ED-44F7-8A11-F2E32F538E05}): 0, Action: Remove::
    [Sun Sep 21 13:15:37 2014] Removing update inventory for payload : {C41A769E-27ED-44F7-8A11-F2E32F538E05}
    [Sun Sep 21 13:15:37 2014] Removing content of Product : Adobe Linguistics CS6 x64, Version : 6.0.0
    [Sun Sep 21 13:15:37 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C41A769E-27ED-44F7-8A11-F2E32F5 38E05}
    [Sun Sep 21 13:15:37 2014] ::Removing payload: {C41A769E-27ED-44F7-8A11-F2E32F538E05} from DB::
    [Sun Sep 21 13:15:37 2014] Finish : PayloadID deleted from PDB : {C41A769E-27ED-44F7-8A11-F2E32F538E05}
    [Sun Sep 21 13:15:37 2014]
    [Sun Sep 21 13:15:37 2014] PayloadID : {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6} is installed.
    [Sun Sep 21 13:15:37 2014] ::Payload: {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}, Installed: True, RefCount (of {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}): 0, Action: Remove::
    [Sun Sep 21 13:15:37 2014] Removing update inventory for payload : {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}
    [Sun Sep 21 13:15:37 2014] Removing content of Product : Adobe Hunspell Linguistics Plugin CS6 x64, Version : 1.0
    [Sun Sep 21 13:15:38 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{29DB26AB-81CE-41D6-B0C9-BE15E36 C87C6}
    [Sun Sep 21 13:15:38 2014] ::Removing payload: {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6} from DB::
    [Sun Sep 21 13:15:38 2014] Finish : PayloadID deleted from PDB : {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}
    [Sun Sep 21 13:15:38 2014]
    [Sun Sep 21 13:15:38 2014] PayloadID : {36682D68-3834-487E-BA49-DFA4AB0A2E32} is installed.
    [Sun Sep 21 13:15:38 2014] ::Payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32}, Installed: True, RefCount (of {36682D68-3834-487E-BA49-DFA4AB0A2E32}): 0, Action: Remove::
    [Sun Sep 21 13:15:38 2014] Removing update inventory for payload : {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    [Sun Sep 21 13:15:38 2014] Removing content of Product : Adobe CSXS Infrastructure CS6, Version : 3
    [Sun Sep 21 13:15:38 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{36682D68-3834-487E-BA49-DFA4AB0 A2E32}
    [Sun Sep 21 13:15:38 2014] ::Removing payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} from DB::
    [Sun Sep 21 13:15:38 2014] Finish : PayloadID deleted from PDB : {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    [Sun Sep 21 13:15:38 2014]
    [Sun Sep 21 13:15:38 2014] PayloadID : {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} is installed.
    [Sun Sep 21 13:15:38 2014] ::Payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}, Installed: True, RefCount (of {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}): 0, Action: Remove::
    [Sun Sep 21 13:15:38 2014] Removing update inventory for payload : {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    [Sun Sep 21 13:15:38 2014] Removing content of Product : Adobe CSXS Extensions CS6, Version : 3
    [Sun Sep 21 13:15:38 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EB2A8CD4-B247-4810-A294-E3DB8ED C6060}
    [Sun Sep 21 13:15:38 2014] ::Removing payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} from DB::
    [Sun Sep 21 13:15:38 2014] Finish : PayloadID deleted from PDB : {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    [Sun Sep 21 13:15:38 2014]
    [Sun Sep 21 13:15:38 2014] PayloadID : {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB} is installed.
    [Sun Sep 21 13:15:38 2014] ::Payload: {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB}, Installed: True, RefCount (of {00496505-D56B-4B07-A8C5-70A0B4E689F7}): 0, Action: Remove::
    [Sun Sep 21 13:15:38 2014] Removing update inventory for payload : {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB}
    [Sun Sep 21 13:15:38 2014] Removing content of Product : Adobe Bridge CS6 (64 Bit)_5.0.2_AdobeBridge5-mul-x64, Version : 5.0.2
    [Sun Sep 21 13:15:39 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C2E9AD90-F09F-4160-ADBD-7C41E5D 2C7CB}
    [Sun Sep 21 13:15:39 2014] ::Removing payload: {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB} from DB::
    [Sun Sep 21 13:15:39 2014] Finish : PayloadID deleted from PDB : {C2E9AD90-F09F-4160-ADBD-7C41E5D2C7CB}
    [Sun Sep 21 13:15:39 2014]
    [Sun Sep 21 13:15:39 2014] PayloadID : {00496505-D56B-4B07-A8C5-70A0B4E689F7} is installed.
    [Sun Sep 21 13:15:39 2014] ::Payload: {00496505-D56B-4B07-A8C5-70A0B4E689F7}, Installed: True, RefCount (of {00496505-D56B-4B07-A8C5-70A0B4E689F7}): 0, Action: Remove::
    [Sun Sep 21 13:15:39 2014] Removing update inventory for payload : {00496505-D56B-4B07-A8C5-70A0B4E689F7}
    [Sun Sep 21 13:15:39 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:39 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:39 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:39 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:39 2014] Removing content of Product : Adobe Bridge CS6 (64 Bit), Version : 5.0
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\cs_CZ\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\da_DK\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\de_DE\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\en_AE\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\en_IL\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\en_US\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\es_ES\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\fi_FI\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\fr_FR\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\fr_MA\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\hu_HU\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\it_IT\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ja_JP\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ko_KR\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\nb_NO\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\nl_NL\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\pl_PL\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\pt_BR\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\ru_RU\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\sv_SE\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\tr_TR\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\uk_UA\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\zh_CN\Bridge.helpcfg
    [Sun Sep 21 13:15:39 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\HelpCfg\zh_TW\Bridge.helpcfg
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Adobe\Adobe Bridge\CS6\Installer
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\bridge.exe
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Adobe\DefaultLanguage\CS6
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BridgeC S6ImportMediaOnArrival
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Sh owPicturesOnArrival\BridgeCS6ImportMediaOnArrival
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Pl ayVideoFilesOnArrival\BridgeCS6ImportMediaOnArrival
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Mi xedContentOnArrival\BridgeCS6ImportMediaOnArrival
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BridgeC S6NonVolumeHandler\BridgeCS6ImportMediaOnArrival
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Adobe.adobebridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Adobe.adobebridgeCS6
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\.adobebridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\MIME\Database\Content Type\application/x-bridge-url
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\AppID\{9895D6BF-6EDF-4db2-815C-4D3FAC9A9A9D}
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Adobe.adobebridgeMTP_1
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Adobe.adobebridgeMTP_1.1
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\AppID\bridgeproxy.exe
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\CLSID\{1E6C711B-6D70-4a65-8AB6-745DC19BE2A6}
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\CLSID\{1B9F2299-F3D8-4c32-9DE5-717EA74B73F9}\VersionIndependentProgID
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\adobebridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Directory\shell\Bridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\.collection
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCR\Bridge.Collection
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCU\Software\Adobe\Bridge CS6
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.adobebridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\AdobeBridge
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{00496505-D56B-4B07-A8C5-70A0B4E 689F7}
    [Sun Sep 21 13:15:40 2014] ::Removing payload: {00496505-D56B-4B07-A8C5-70A0B4E689F7} from DB::
    [Sun Sep 21 13:15:40 2014] Finish : PayloadID deleted from PDB : {00496505-D56B-4B07-A8C5-70A0B4E689F7}
    [Sun Sep 21 13:15:40 2014]
    [Sun Sep 21 13:15:40 2014] PayloadID : {6D7CC1C2-62A9-4764-9536-CDC175C7B054} is installed.
    [Sun Sep 21 13:15:40 2014] ::Payload: {6D7CC1C2-62A9-4764-9536-CDC175C7B054}, Installed: True, RefCount (of {1F955A4A-F365-4379-AEE2-B7C83E1AA883}): 0, Action: Remove::
    [Sun Sep 21 13:15:40 2014] Removing update inventory for payload : {6D7CC1C2-62A9-4764-9536-CDC175C7B054}
    [Sun Sep 21 13:15:40 2014] Removing content of Product : Adobe Photoshop CS6 Support_13.0.1.3_AdobePhotoshop13-Support, Version : 13.0.1.3
    [Sun Sep 21 13:15:40 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6D7CC1C2-62A9-4764-9536-CDC175C 7B054}
    [Sun Sep 21 13:15:40 2014] ::Removing payload: {6D7CC1C2-62A9-4764-9536-CDC175C7B054} from DB::
    [Sun Sep 21 13:15:40 2014] Finish : PayloadID deleted from PDB : {6D7CC1C2-62A9-4764-9536-CDC175C7B054}
    [Sun Sep 21 13:15:40 2014]
    [Sun Sep 21 13:15:40 2014] PayloadID : {1F955A4A-F365-4379-AEE2-B7C83E1AA883} is installed.
    [Sun Sep 21 13:15:40 2014] ::Payload: {1F955A4A-F365-4379-AEE2-B7C83E1AA883}, Installed: True, RefCount (of {1F955A4A-F365-4379-AEE2-B7C83E1AA883}): 0, Action: Remove::
    [Sun Sep 21 13:15:40 2014] Removing update inventory for payload : {1F955A4A-F365-4379-AEE2-B7C83E1AA883}
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:40 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:40 2014] Removing content of Product : Adobe Photoshop CS6 Support, Version : 13.0
    [Sun Sep 21 13:15:41 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1F955A4A-F365-4379-AEE2-B7C83E1 AA883}
    [Sun Sep 21 13:15:41 2014] ::Removing payload: {1F955A4A-F365-4379-AEE2-B7C83E1AA883} from DB::
    [Sun Sep 21 13:15:41 2014] Finish : PayloadID deleted from PDB : {1F955A4A-F365-4379-AEE2-B7C83E1AA883}
    [Sun Sep 21 13:15:41 2014]
    [Sun Sep 21 13:15:41 2014] PayloadID : {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8} is installed.
    [Sun Sep 21 13:15:41 2014] ::Payload: {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8}, Installed: True, RefCount (of {55F0AFED-606D-476A-A07A-134291002FBA}): 0, Action: Remove::
    [Sun Sep 21 13:15:41 2014] Removing update inventory for payload : {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8}
    [Sun Sep 21 13:15:41 2014] Removing content of Product : Photoshop Camera Raw 7 (64 bit)_8.6_AdobeCameraRaw7.0All-x64, Version : 8.6
    [Sun Sep 21 13:15:41 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AE9C9300-A8D5-4BB8-87E0-2136E2E D5AE8}
    [Sun Sep 21 13:15:41 2014] ::Removing payload: {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8} from DB::
    [Sun Sep 21 13:15:41 2014] Finish : PayloadID deleted from PDB : {AE9C9300-A8D5-4BB8-87E0-2136E2ED5AE8}
    [Sun Sep 21 13:15:41 2014]
    [Sun Sep 21 13:15:41 2014] PayloadID : {55F0AFED-606D-476A-A07A-134291002FBA} is installed.
    [Sun Sep 21 13:15:41 2014] ::Payload: {55F0AFED-606D-476A-A07A-134291002FBA}, Installed: True, RefCount (of {55F0AFED-606D-476A-A07A-134291002FBA}): 0, Action: Remove::
    [Sun Sep 21 13:15:41 2014] Removing update inventory for payload : {55F0AFED-606D-476A-A07A-134291002FBA}
    [Sun Sep 21 13:15:41 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:41 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:41 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:41 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:41 2014] Removing content of Product : Photoshop Camera Raw 7 (64 bit), Version : 7.0
    [Sun Sep 21 13:15:41 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{55F0AFED-606D-476A-A07A-1342910 02FBA}
    [Sun Sep 21 13:15:41 2014] ::Removing payload: {55F0AFED-606D-476A-A07A-134291002FBA} from DB::
    [Sun Sep 21 13:15:41 2014] Finish : PayloadID deleted from PDB : {55F0AFED-606D-476A-A07A-134291002FBA}
    [Sun Sep 21 13:15:41 2014]
    [Sun Sep 21 13:15:41 2014] PayloadID : {51D82A20-B3A0-4409-9735-687590F2F0DF} is installed.
    [Sun Sep 21 13:15:41 2014] ::Payload: {51D82A20-B3A0-4409-9735-687590F2F0DF}, Installed: True, RefCount (of {CFC3110A-491C-4DBF-A97D-66C567600A2F}): 0, Action: Remove::
    [Sun Sep 21 13:15:41 2014] Removing update inventory for payload : {51D82A20-B3A0-4409-9735-687590F2F0DF}
    [Sun Sep 21 13:15:41 2014] Removing content of Product : Photoshop Camera Raw 7_8.6_AdobeCameraRaw7.0All, Version : 8.6
    [Sun Sep 21 13:15:42 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{51D82A20-B3A0-4409-9735-687590F 2F0DF}
    [Sun Sep 21 13:15:42 2014] ::Removing payload: {51D82A20-B3A0-4409-9735-687590F2F0DF} from DB::
    [Sun Sep 21 13:15:42 2014] Finish : PayloadID deleted from PDB : {51D82A20-B3A0-4409-9735-687590F2F0DF}
    [Sun Sep 21 13:15:42 2014]
    [Sun Sep 21 13:15:42 2014] PayloadID : {CFC3110A-491C-4DBF-A97D-66C567600A2F} is installed.
    [Sun Sep 21 13:15:42 2014] ::Payload: {CFC3110A-491C-4DBF-A97D-66C567600A2F}, Installed: True, RefCount (of {CFC3110A-491C-4DBF-A97D-66C567600A2F}): 0, Action: Remove::
    [Sun Sep 21 13:15:42 2014] Removing update inventory for payload : {CFC3110A-491C-4DBF-A97D-66C567600A2F}
    [Sun Sep 21 13:15:42 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:42 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:42 2014] Warning: Failed to remove file,folder trying again
    [Sun Sep 21 13:15:42 2014] Warning: Failed again to remove file,folder
    [Sun Sep 21 13:15:42 2014] Removing content of Product : Photoshop Camera Raw 7, Version : 7.0
    [Sun Sep 21 13:15:42 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CFC3110A-491C-4DBF-A97D-66C5676 00A2F}
    [Sun Sep 21 13:15:42 2014] ::Removing payload: {CFC3110A-491C-4DBF-A97D-66C567600A2F} from DB::
    [Sun Sep 21 13:15:42 2014] Finish : PayloadID deleted from PDB : {CFC3110A-491C-4DBF-A97D-66C567600A2F}
    [Sun Sep 21 13:15:42 2014]
    [Sun Sep 21 13:15:42 2014] PayloadID : {9D2A060F-AC6B-11E0-8C00-00215AEA26C9} is installed.
    [Sun Sep 21 13:15:42 2014] ::Payload: {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}, Installed: True, RefCount (of {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}): 0, Action: Remove::
    [Sun Sep 21 13:15:42 2014] Removing update inventory for payload : {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}
    [Sun Sep 21 13:15:42 2014] ChannelID not found for payload {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}:
    [Sun Sep 21 13:15:42 2014] Removing content of Product : Microsoft Visual C++ 2010 Redistributable Package (x64), Version : 10.0.40219.1
    [Sun Sep 21 13:15:43 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9D2A060F-AC6B-11E0-8C00-00215AE A26C9}
    [Sun Sep 21 13:15:43 2014] ::Removing payload: {9D2A060F-AC6B-11E0-8C00-00215AEA26C9} from DB::
    [Sun Sep 21 13:15:43 2014] Finish : PayloadID deleted from PDB : {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014]
    [Sun Sep 21 13:15:43 2014] PayloadID : {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} is installed.
    [Sun Sep 21 13:15:43 2014] ::Payload: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}, Installed: True, RefCount (of {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}): 0, Action: Remove::
    [Sun Sep 21 13:15:43 2014] Removing update inventory for payload : {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014] ChannelID not found for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}:
    [Sun Sep 21 13:15:43 2014] Removing content of Product : Microsoft Visual C++ 2008 Redistributable Package (x86), Version : 9.0.30729.4148
    [Sun Sep 21 13:15:43 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9C4AA28F-AC6B-11E0-8997-00215AE A26C9}
    [Sun Sep 21 13:15:43 2014] ::Removing payload: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} from DB::
    [Sun Sep 21 13:15:43 2014] Finish : PayloadID deleted from PDB : {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014]
    [Sun Sep 21 13:15:43 2014] PayloadID : {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9} is installed.
    [Sun Sep 21 13:15:43 2014] ::Payload: {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}, Installed: True, RefCount (of {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}): 0, Action: Remove::
    [Sun Sep 21 13:15:43 2014] Removing update inventory for payload : {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014] ChannelID not found for payload {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}:
    [Sun Sep 21 13:15:43 2014] Removing content of Product : Microsoft Visual C++ 2008 Redistributable Package (x64), Version : 9.0.30729.4148
    [Sun Sep 21 13:15:43 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9B78FAB0-AC6B-11E0-8EF3-00215AE A26C9}
    [Sun Sep 21 13:15:43 2014] ::Removing payload: {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9} from DB::
    [Sun Sep 21 13:15:43 2014] Finish : PayloadID deleted from PDB : {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014]
    [Sun Sep 21 13:15:43 2014] PayloadID : {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} is installed.
    [Sun Sep 21 13:15:43 2014] ::Payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}, Installed: True, RefCount (of {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}): 0, Action: Remove::
    [Sun Sep 21 13:15:43 2014] Removing update inventory for payload : {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    [Sun Sep 21 13:15:43 2014] ChannelID not found for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}:
    [Sun Sep 21 13:15:43 2014] Removing content of Product : Microsoft Visual C++ 2005 Redistributable Package (x86), Version : 6.0.2900.2180
    [Sun Sep 21 13:15:44 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9AB0EFC0-AC6B-11E0-9E61-00215AE A26C9}
    [Sun Sep 21 13:15:44 2014] ::Removing payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} from DB::
    [Sun Sep 21 13:15:44 2014] Finish : PayloadID deleted from PDB : {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    [Sun Sep 21 13:15:44 2014]
    [Sun Sep 21 13:15:44 2014] PayloadID : {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is installed.
    [Sun Sep 21 13:15:44 2014] ::Payload: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}, Installed: True, RefCount (of {B2D792AF-F407-4EFA-9A03-3F2A476146F6}): 0, Action: Remove::
    [Sun Sep 21 13:15:44 2014] Removing update inventory for payload : {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    [Sun Sep 21 13:15:44 2014] Removing content of Product : AdobeTypeSupport x64 CS6, Version : 11.0
    [Sun Sep 21 13:15:44 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B2D792AF-F407-4EFA-9A03-3F2A476 146F6}
    [Sun Sep 21 13:15:44 2014] ::Removing payload: {B2D792AF-F407-4EFA-9A03-3F2A476146F6} from DB::
    [Sun Sep 21 13:15:44 2014] Finish : PayloadID deleted from PDB : {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    [Sun Sep 21 13:15:44 2014]
    [Sun Sep 21 13:15:44 2014] PayloadID : {246C4B99-19F7-4475-9787-5FF8595B86D7} is installed.
    [Sun Sep 21 13:15:44 2014] ::Payload: {246C4B99-19F7-4475-9787-5FF8595B86D7}, Installed: True, RefCount (of {246C4B99-19F7-4475-9787-5FF8595B86D7}): 0, Action: Remove::
    [Sun Sep 21 13:15:44 2014] Removing update inventory for payload : {246C4B99-19F7-4475-9787-5FF8595B86D7}
    [Sun Sep 21 13:15:44 2014] Removing content of Product : AdobePDFL x64 CS6, Version : 10.9
    [Sun Sep 21 13:15:44 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{246C4B99-19F7-4475-9787-5FF8595 B86D7}
    [Sun Sep 21 13:15:44 2014] ::Removing payload: {246C4B99-19F7-4475-9787-5FF8595B86D7} from DB::
    [Sun Sep 21 13:15:44 2014] Finish : PayloadID deleted from PDB : {246C4B99-19F7-4475-9787-5FF8595B86D7}
    [Sun Sep 21 13:15:44 2014]
    [Sun Sep 21 13:15:44 2014] PayloadID : {093DEFC4-542D-4D0A-8162-0592055515F4} is installed.
    [Sun Sep 21 13:15:44 2014] ::Payload: {093DEFC4-542D-4D0A-8162-0592055515F4}, Installed: True, RefCount (of {093DEFC4-542D-4D0A-8162-0592055515F4}): 0, Action: Remove::
    [Sun Sep 21 13:15:44 2014] Removing update inventory for payload : {093DEFC4-542D-4D0A-8162-0592055515F4}
    [Sun Sep 21 13:15:44 2014] Removing content of Product : Adobe XMP Panels, Version : 4.0
    [Sun Sep 21 13:15:45 2014] Deleting Registy Entry : HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{093DEFC4-542D-4D0A-8162-0592055 515F4}
    [Sun Sep 21 13:15:45 2014] ::Removing payload: {093DEFC4-542D-4D0A-8162-0592055515F4} from DB::
    [Sun Sep 21 13:15:45 2014] Finish : PayloadID deleted from PDB : {093DEFC4-542D-4D0A-8162-0592055515F4}
    [Sun Sep 21 13:15:45 2014]
    [Sun Sep 21 13:15:45 2014] PayloadID : {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} is installed.
    [Sun Sep 21 13:15:45 2014] ::Payload: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1},

  • Failed to initialize the orb--please reply its urgent

    hi im using a stand alone java application to access a jndi data source configured on websphere 6.1
    im getting the following error
    failed to initialize the ORB...
    most of the solutions i got suggest to change from sun jdk to ibm jdk.BUT BUT how do we do that and what are the steps to be followed.
    he code im using is given below:
    //WebsphereJNDI.java
    import java.sql.*;
    import java.util.*;
    import javax.sql.*;
    import javax.naming.*;
    import javax.rmi.*;
    public class WebSphereJNDI
    private String websphere_server;
    private String jndi_datasource;
    private String sql_query;
    WebSphereJNDI(String serverpath, String jndiname, String query)
    websphere_server = serverpath;
    jndi_datasource = jndiname;
    sql_query = query;
    public ResultSet get_data() throws Exception
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
    env.put(Context.PROVIDER_URL, websphere_server);
    InitialContext ctx = new InitialContext(env);
    DataSource ds = (DataSource) ctx.lookup(jndi_datasource);
    Connection conn = ds.getConnection();
    Statement stm = conn.createStatement();
    ResultSet res = stm.executeQuery(sql_query);
    // moving cursor to first row
    res.next();
    return res;
    // ResultSetTester.java
    import java.sql.*;
    import java.util.*;
    import javax.sql.*;
    import javax.naming.*;
    import javax.rmi.*;
    public class ResultSetTester {
    public static void main(String[] args) throws Exception {
    WebSphereJNDI test = new WebSphereJNDI(
    "http://hostname:port no.", "jdbc/mydatasource",
    "SELECT * FROM pubs.dbo.authors");
    System.out.println(dump_data(test.get_data()));
    public static String dump_data(java.sql.ResultSet rs)
    throws Exception {
    int rowCount = 0;
    String result = "";
    result += "<P ALIGN='center'><TABLE BORDER=1>";
    ResultSetMetaData rsmd = rs.getMetaData();
    int columnCount = rsmd.getColumnCount();
    // table header
    result += "<TR>";
    for (int i = 0; i < columnCount; i++) {
    result += "<TH>" +
    rsmd.getColumnLabel(i + 1) + "</TH>";
    result += "</TR>";
    // the data
    while (rs.next()) {
    rowCount++;
    result += "<TR>";
    for (int i = 0; i < columnCount; i++) {
    result += "<TD>" +
    rs.getString(i + 1) + "</TD>";
    result += "</TR>";
    result += "</TABLE></P>";
    return result;
    Im an amateur...Please help its urgent

    Thanks Anuj.
    We use OSB apps (exported as jars only).
    We place the jars in domain/lib to be available for all services in this domain.
    Is there another place we can put our jars in it?? and how can we solve the problem of soa infra with using Spring 3.2 ??
    Thanks in advance.

  • "Failed to initialize Microsoft Outlook" after dow...

    Hi guys,
    I am desperate
    Win XP SP2
    Nokia PC Suite 6.84.10.4 (fresh download)
    Had Office 2003 + previous version of PC Suite.
    Everything worked smoothly until I upgraded to Office 2007, then had some office probs and downgraded back to 2003.
    I downgraded by first uninstalling all Office 2007 apps, then installing Office 2003.
    Office works perfect, but now I get "Failed to initialize Microsoft Outlook" when I try to access Outlook from PC Suite (for example, clicking "Select Folders" in the "Microsoft Outlook" tab).
    I saw this thread: /discussions/board/message?board.id=pcsuite&messag​e.id=19585&query.id=78693#M19585
    but when I run fixmapi I get "LoadLibrary: GetLastError = 126" and it doesn't fix PC Suite.
    Tried uninstalling/reinstalling PC Suite. To no avail.
    Anyone knows how to solve this? :-(
    Thanks,
    Moti

    Hi guys,
    I am desperate
    Win XP SP2
    Nokia PC Suite 6.84.10.4 (fresh download)
    Had Office 2003 + previous version of PC Suite.
    Everything worked smoothly until I upgraded to Office 2007, then had some office probs and downgraded back to 2003.
    I downgraded by first uninstalling all Office 2007 apps, then installing Office 2003.
    Office works perfect, but now I get "Failed to initialize Microsoft Outlook" when I try to access Outlook from PC Suite (for example, clicking "Select Folders" in the "Microsoft Outlook" tab).
    I saw this thread: /discussions/board/message?board.id=pcsuite&messag​e.id=19585&query.id=78693#M19585
    but when I run fixmapi I get "LoadLibrary: GetLastError = 126" and it doesn't fix PC Suite.
    Tried uninstalling/reinstalling PC Suite. To no avail.
    Anyone knows how to solve this? :-(
    Thanks,
    Moti

Maybe you are looking for