Product Comparison Application

Hi All,
I attended an Abobe 'Fully Loaded Tour' today and during the
Flash session, the presenter showed an application - in this case
on a digital camera site where thumbnails of all cameras were
initially shown. The user could then either move sliders or enter
values directly, such as price range, mega pixels, card type etc
and as these were chosen, the number of images (and therefore
products) decreased or increased. A very effective product locator.
I wonder if anyone has built anything similar? We develop a
lot of e-commerce systems where data is stored in Access or SQL
Server etc and thumbnails/detail images are available. What would
be required is the flash interface and the admin interface to
populate the flash application from the database.
If anyone would be kind enough to point us in the direction
of where to start, it would be much appreciated.
Best wishes
Dave

I have never used this droplet.
I am not able to find any parameter named elementName in it's api docs .
ColorSizeDroplet (ATG Commerce Reference Store API)
Oracle ATG Web Commerce - Product Detail Pages
Try this:
<dsp:droplet name="/atg/store/droplet/ColorSizeDroplet">
      <dsp:param name="skus" param="product.childSKUs" />
       <dsp:param name="product" param="product" />
       <dsp:param name="elementName" value="colorObject" />
             <dsp:oparam name="output">
                   <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                    <dsp:param name="array" param="color" />
                     <dsp:oparam name="output">
                                  colors found
                       </dsp:oparam>
                       <dsp:oparam name="empty">
                                   empty clothing sku found
                       </dsp:oparam>
                    </dsp:droplet>
             </dsp:oparam>
             <dsp:oparam name="empty">
                    No clothing sku found
             </dsp:oparam>
      </dsp:droplet>
I think it should work,
If it doesn't work, enable logdebug, It will help u to trace the problem.
Regards,
Nitin.

Similar Messages

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • Creating a Product Comparison Chart

    Hello,
    I was wondering if anyone had any suggestions about where I could find resourses/tutorials on how to create product comparison charts for a website?  I have some very basic knowledge of php and MySQL so is this something I could learn on my own or should I download some kind of plugin for it?
    Thank you!

    Why not use a table the way Adobe did for this Product Comparison Chart?
    http://www.adobe.com/products/creativesuite/buying-guide.html
    Nancy O.

  • Product comparison color swatches

    Hello Everyone,
    I am implementing Product Comparison page. So i have to display color swatches in every product.
    I am using most of Out-Of-The-Box features to product comparison.
    In the repository level i have created clothing-sku and added to a product.
    Then i used /atg/store/droplet/ColorSizeDroplet to list down available color segments for given product.
    Still it returns empty color list.
    Please share solutions if you came across such issues.
    I have one JSP pages. It has both add/remove products and compare products.
    Following is my ProductComparison.jsp ( Included droplet content )
    // This to add product to comparison list.
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductList" />
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductListContains" />
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductListHandler" />
    <dsp:form action="MobileDevicesPhonesComparison.jsp" method="POST" id="form1">
    <dsp:droplet name="ProductListContains">
           <dsp:param name="productList" bean="ProductList" />
          <dsp:param name="productID" value="50811121" />
           <dsp:oparam name="true">
                <dsp:input bean="ProductListHandler.productID" paramvalue="productID" type="text" />
                <dsp:input bean="ProductListHandler.removeProduct" value="Remove from comparison list" type="submit" />
            </dsp:oparam>
             <dsp:oparam name="false">
                 <dsp:input bean="ProductListHandler.productID" paramvalue="productID" type="text" />
                 <dsp:input bean="ProductListHandler.addProduct" value="Add to comparison list" type="submit" />
              </dsp:oparam>
      </dsp:droplet>
      </dsp:form>
    // This to display color segments.
    <dsp:droplet name="/atg/store/droplet/ColorSizeDroplet">
          <dsp:param name="skus" param="product.childSKUs" />
           <dsp:param name="product" param="product" />
           <dsp:param name="elementName" value="colorObject" />
                 <dsp:oparam name="output">
                       <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                        <dsp:param name="array" param="colorObject" />
                         <dsp:oparam name="output">
                                      colors found
                           </dsp:oparam>
                           <dsp:oparam name="empty">
                                       empty clothing sku found
                           </dsp:oparam>
                        </dsp:droplet>
                 </dsp:oparam>
                 <dsp:oparam name="empty">
                        No clothing sku found
                 </dsp:oparam>
          </dsp:droplet>
    Still it returns empty color list.
    Thanks
    saminda

    I have never used this droplet.
    I am not able to find any parameter named elementName in it's api docs .
    ColorSizeDroplet (ATG Commerce Reference Store API)
    Oracle ATG Web Commerce - Product Detail Pages
    Try this:
    <dsp:droplet name="/atg/store/droplet/ColorSizeDroplet">
          <dsp:param name="skus" param="product.childSKUs" />
           <dsp:param name="product" param="product" />
           <dsp:param name="elementName" value="colorObject" />
                 <dsp:oparam name="output">
                       <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                        <dsp:param name="array" param="color" />
                         <dsp:oparam name="output">
                                      colors found
                           </dsp:oparam>
                           <dsp:oparam name="empty">
                                       empty clothing sku found
                           </dsp:oparam>
                        </dsp:droplet>
                 </dsp:oparam>
                 <dsp:oparam name="empty">
                        No clothing sku found
                 </dsp:oparam>
          </dsp:droplet>
    I think it should work,
    If it doesn't work, enable logdebug, It will help u to trace the problem.
    Regards,
    Nitin.

  • Creating a Product Configurator application in Flash and AS3

    Hi, can someone give me an idea on how to make a Product
    Configurator Application in Flash/AS3. I am looking for something
    like this -
    http://www.uberprints.com/studio/?pId=AN923&cId=WHT_BLK.
    If not the complete part, I am more concentrating on the text
    editing part, similar to the Add Text section in the above
    link.

    Deepak,
    Some good information on NWDI is in [Concepts of the Development Infrastructure|http://help.sap.com/saphelp_nw70/helpdata/EN/44/312b1a8bea3ec8e10000000a1553f6/frameset.htm].
    Ask yourself the questions:
    How do I want to use NWDI? Just as versionmanager? Or do I want to use the Central Build Services also?
    Do I want to use the Content Management Services for transporting my stuff?
    If you are going to use all these services, then you need a Software Component and Product to be created in the SLD; create a CMS track with your runtime systems; import the newly created Development Configureation into NWDS; and create your J2EE application DC in your Software Component.
    So as you can see: some steps to do before you can use the complete NWDI.
    I hope this helps a little.
    Regards,
    Alain

  • Product Comparison Table

    I noticed a very nice product comparison table that
    apparently was developed using Flash at Westinghouse Digital
    Electronics.
    Link
    Any suggestions on how this was created or references of a
    developer that could create something similiar would be
    appreciated.
    Thanks!

    Originally posted by: jasonweathersby.windstream.net
    Galen,
    That document is wrong. The engine is multi threaded. The document
    should say something about multi-priority Queuing.
    Jason
    Galen Boyer wrote:
    > Hi,
    >
    > I was reviewing the following URL,
    > http://www.birt-exchange.com/be/download/deployment-product- comparison-table.pdf
    >
    >
    > In the table with row of "Multi-threaded", only "Actuate IServer
    > Enterprise" is checked. What does not being checked in the other
    > choices actually mean? Is BIRT single-threaded for other choices?
    >

  • Product Comparison

    Hi All,
    I am looking for an Adobe Reader or Acrobat programme, Id love to know a few points on what the main differences are between the two. I simply cannot see the correct forum to post this thread.
    Anyhow the product needs to support online learning as a student.
    Of course the product should also offer comprehensive A-Z education of PDF ability.
    Acrobat 9 is quite expensive and Im wondering is there a cheaper alternative?
    Product advisory should include ability to include flash imagery and still images.
    Is it possible that some of the free versions might suit my needs?
    All good advice welcome.
    Berne F

    Bottom line is in the name of Reader. That is what it does. It can also fill forms and submit them (to a web site typically). The key is that Reader is free, but just reads and a bit more as allowed by the PDF developer in Acrobat.
    Acrobat is the package that allows for creating PDF file, making them forms, doing limited changes (often with difficulty), and adding things to the PDF. Basically, Acrobat is a creation tool and Reader is a reading tool. Acrobat is not free, only Reader. Acrobat includes about 280 pages of a manual in the help. This is the standard approach for software documentation these days. May folks look for additional training resources and there are many, both free and for a cost (keep in mind that you often get what you pay for). I think that the online learning for Acrobat is an additional cost. Most folks just learn by doing and using the manual, though not always the fastest and most complete way to learn.
    You asked for advice related to your needs, but did not state any needs. I would suggest just looking at the information that Adobe provides on their site. For Acrobat, there are a lot of comments and comparisons on their store site for Acrobat. I think that Reader is included in the comparison. There are all sorts of videos and such on the Adobe site about the products. The comparison is at
    http://www.adobe.com/products/acrobat/matrix.html
    This basically answers your questions at an overview level. The price is high and you can always look for some 3rd party products if most of the functions are not needed by you.

  • Product: Apple Application Support -- Error 1935. An error occurred during the installation of assembly 'policy.8.0.Microsoft.VC80.CRT,type="win32-policy",version="8.0.50727.6195",pub licKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. what shoul

    Please refer to Help and support for more information.
    HRESULT:0x80070003 assembly interface : IAassemplyCache, function : CreateAssemplyCacheltem, component:
    {63E949F6-03BC-5C40-A01F-C8B3B9A1E18E}

    OK.  You may have to reinstall everything from scratch but follow following steps:
    1. Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes & related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.
    2. You should remove all instances of iTunes and the rest of the components listed below:
    it may be necessary to remove all traces of iTunes, QuickTime, and related software components from your computer before reinstalling iTunes.
    Use the Control Panel to uninstall iTunes and related software components in the following order:
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Follow the instructions from Apple article listed here: http://support.apple.com/kb/HT1923 to remove all components
    3. Reboot your computer. Next, download iTunes from here:http://www.apple.com/itunes/download/ and install from scratch

  • Product Comparison in ERP E-Commerce

    Hello,
    can somebody tell me if it's possible to compare products in ERP E-Commerce B2B product catalog? SAP lists this as a feature in some marketing materials but it is (to my knowledge) nowhere documented nor can I find an option to enable it.
    Maybe someone can point me into the right direction. Thanks.

    CaN you chk in mm02 for those materials if a valid unit of measurement is maintained?
    Pradeep

  • PRA interfacing with legacy production accounting applications

    Can you share your experiences in interfacing PRA with production accounting systems like Tietonator's EC or P2ES tools?
    What is the business case for doing it?
    What are the gaps in PRA that are addressed in these tools?
    Edited by: Ramakrishna Avasarala on Dec 8, 2008 6:18 AM

    Thanks Larry, I just found some documentation on the connector and this does look
    promising. Unfortunately, I'm going to be constrained by what the customer has in
    place. I don't know yet if the customer is using WebLogic. They are in South Africa
    and I'm here in the east coast and just got this request this morning. I need to
    find out more information to make a better decision.
    Thanks again for the response.
    Brett
    Larry Presswood <[email protected]> wrote:
    Or you could use weblogic with the weblogic connector which would allow
    you to expose web services and directly invoke legacy tuxedo services
    Brett Bergquist wrote:
    I'm tasked with interfacing our XML/HTTP based network management systemwithin a
    Tuxedo framework for a large customer. I have not received many detailsas of yet
    of the customers infrastructure, all that I know is that it is Tuxedobased.
    Our network management system is accessible via a XML over HTTP interface.From
    what I gather, the customer wants to interact with our NMS via their clientapplications
    which use Tuxedo as their messaging architecture.
    From what I've read (only a little today), I will need to create a Tuxedocomponent
    that advertises services, accepts service requests, interacts with ourNMS via XML/HTTP,
    and packages up the response which is sent back to the client.
    Does this sound like the correct path to take?
    Any and all comments are appreciated.

  • Architecture for product selector application

    I am working on a Flex app that will recommend a product based on input that the user enters in a viewstack.  The viewstack has 5 pages and as a user selects checkboxes and the search is being narrowed down.  The data is in an XML.
    I did some filtering on the XML data for the first part of the viewstack but it seems that I need a way to save/store the narrowed srach so the next section in the viewstack can be evaluated using the narrowed-down list created in the first part... and so on.
    There is probably a better approach to this and I'm new to Flex so any information you can provide would be helpful.
    Thanks

    Hi,
    Use creationPolicy="all" property of the ViewStack.Then you can apply the sampe approach which you have applied on the
    First Child of viewstack. It does not matter then that the Check Box of which  one Child of viewstack you are using then.
    Let me know if you have any issue with this.
    with Reagards,
    Shardul Singh Bartwal

  • If you can help develop technology products and applications, please respond.

    Pretty self explanatory, looking for someone in Chicago preferrably. If you have resources, it is even better. Leave your email or skype name.

    Launch Daemons-    [failed] com.apple.systemstatsd.plist                                  The systemstats process is used to retrieve information about system statistics and power usage, and though it usually runs unnoticed in the background, the systemstatsd and systemstats processes have been known to randomly go haywire in OS X, eating up 100%-300% or more CPU while slowing down a Mac. You Built in Search engine could be indexing Maybe

  • This is suppose to be the forum where Apple provides solution to all their products and application.

    Its been 2 weeks and my Itunes 11 is not working and syncing. all my songs and videos from Ipod is gone. i have gone thru all possbilities, but in vein.
    i restored the software IOS7.2,
    unsynced, and synced back,
    reformated. but no repsonse. all it shows is "waiting for changes to be applied".
    Please Help.

    Have you looked here:
    "Waiting for changes to be applied": Apple Support Communities
    There is no iOS 7.2. The latest is 7.0.2
    Have you
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or
      Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Installed iTunes 11.1.1
    Restored to factory setting/new iPod (not from backup)?

  • Problem description: My MacBook Pro is running really slow. Applications won't open or take up to 10 min.  EtreCheck version: 2.1.5 (108) Report generated December 27, 2014 at 9:15:58 PM CST  Click the [Support] links for help with non-Apple products

    Problem description:
    My MacBook Pro is running really slow. Applications won’t open or take up to 10 min.
    EtreCheck version: 2.1.5 (108)
    Report generated December 27, 2014 at 9:15:58 PM CST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: one day 6:55:8
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HD (disk1) /  [Startup]: 498.88 GB (5.04 GB free) (Low!)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.epson.driver.EPSONProjectorUDAudio (1.30 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Support]
    Problem System Launch Agents: ℹ️
      [killed] com.apple.CallHistoryPluginHelper.plist
      [killed] com.apple.coreservices.appleid.authentication.plist
      [killed] com.apple.icloud.fmfd.plist
      [killed] com.apple.telephonyutilities.callservicesd.plist
      4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
      [killed] com.apple.ctkd.plist
      [killed] com.apple.icloud.findmydeviced.plist
      [killed] com.apple.ifdreader.plist
      [killed] com.apple.nehelper.plist
      [killed] com.apple.wdhelper.plist
      [running] com.seagate.TBDecorator.plist [Support]
      5 processes killed due to memory pressure
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.carbonite.launchd.carbonitealerts.plist [Support]
      [running] com.carbonite.launchd.carbonitestatus.plist [Support]
      [loaded] com.coupons.coupond.plist [Support]
      [loaded] com.hp.help.tocgenerator.plist [Support]
      [loaded] com.trendmicro.itis.dca.plist [Support]
      [running] com.trendmicro.itis.uimgmt.agent.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support]
      [running] com.carbonite.launchd.carbonitedaemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.trendmicro.icore.av.plist [Support]
      [running] com.trendmicro.icore.main.plist [Support]
      [running] com.trendmicro.icore.wp.plist [Support]
      [running] com.trendmicro.itis.plugin.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.jdibackup.JustCloud.autostart.plist [Support]
      [invalid?] com.jdibackup.JustCloud.backupstart.plist [Support]
      [loaded] com.trendmicro.itis.uninstaller.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      WDDriveUtilityHelper Application (/Applications/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      WDSecurityHelper Application (/Applications/WD Security.app/Contents/Resources/WDSecurityHelper.app)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 [Support]
      CouponPrinter-FireFox_v2: Version: 5.0.5 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
      npBcsMcTcIO: Version: Unknown [Support]
    Safari Extensions: ℹ️
      Trend Micro Toolbar [Installed]
    3rd Party Preference Panes: ℹ️
      Carbonite  [Support]
      Flash Player  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
      Seagate Dashboard for Mac OSX  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      HD: Disk size: 498.88 GB Disk used: 493.84 GB
      Destinations:
      Jens Seagate Backup [Local]
      Total size: 999.86 GB
      Total number of backups: 6
      Oldest backup: 2014-06-24 10:33:56 +0000
      Last backup: 2014-12-17 17:14:18 +0000
      Size of backup disk: Too small
      Backup size 999.86 GB < (Disk used 493.84 GB X 3)
      My Passport for Mac [Local]
      Total size: 2.00 TB
      Total number of backups: 14
      Oldest backup: 2013-08-21 19:19:35 +0000
      Last backup: 2014-12-19 11:44:23 +0000
      Size of backup disk: Excellent
      Backup size 2.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          6% coreaudiod
          5% CarboniteDaemon
          4% iMovie
          3% JustCloud
          3% Wondershare Player
    Top Processes by Memory: ℹ️
      335 MB iPhoto Library Manager
      180 MB Finder
      142 MB iMovie
      70 MB Preview
      51 MB Microsoft Word
    Virtual Memory Information: ℹ️
      149 MB Free RAM
      1.04 GB Active RAM
      897 MB Inactive RAM
      1.17 GB Wired RAM
      30.53 GB Page-ins
      1.42 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 26, 2014, 05:17:12 PM /Library/Logs/DiagnosticReports/iPhoto_2014-12-26-171712_[redacted].cpu_resourc e.diag [Details]
      Dec 26, 2014, 03:47:17 PM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-154717_[redacted].cp u_resource.diag [Details]
      Dec 26, 2014, 02:22:01 PM Self test - passed
      Dec 26, 2014, 11:48:03 AM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-114803_[redacted].cp u_resource.diag [Details]

    You have nearly run out of disk space.  Either purchase a larger one or start cleaning out the one you have?

  • Application Manager Stalls When Updating Any Adobe Product

    I'm a CS6 Master Collection owner, and I've been dealing with this issue for a couple of months now. 
    Whenever I try to update or install any Adobe product, the Application Manager launches but then does nothing. 
    I can see that it is active in the OS X dock, and I can see that the process is running in the Acitivity Monitor.  However, Application Manager is "Not Responding" (right click on icon) and absolutely nothing happens. I'm completely unable to install, uninstall, update, or otherwise alter any Adobe application that uses the Application Manager (which, to my knowledge, is *everything*).
    The only thing left to try is to compltely blow away my CS6 installation with the Cleaner Script, which I am reluctant to do.  Before I do, I'm hoping someone can help me with less drastic measures.
    Thanks,
    Steve

    Hi,
    Please try to install the patch available at following link:
    http://www.adobe.com/applicationmanagerpatch/index.html
    Thanks
    Kapil Malik

Maybe you are looking for