OVM 3.0.1 agent bug, fixes and workaround

In OVM 3.0.1, the yaml configuration file in /etc/monitor/ disappears upon serveur add in a pool if /tmp is a different filesystem than /etc/monitor. The addition to the pool fails. This is due to the agent preparing the new configuration file in /tmp then calling python os.rename() to move it to /etc/monitor/. Possible fixes for OVM developpers ; don't use os.rename(), or create the new configuration file in os.path.dirname(MONITOR_CFG). For users, just umount /tmp before adding the server to a pool.
Hope it helps.
Christophe Varoqui

user9336528 wrote:
In OVM 3.0.1, the yaml configuration file in /etc/monitor/ disappears upon serveur add in a pool if /tmp is a different filesystem than /etc/monitor. The addition to the pool fails. This is due to the agent preparing the new configuration file in /tmp then calling python os.rename() to move it to /etc/monitor/. Possible fixes for OVM developpers ; don't use os.rename(), or create the new configuration file in os.path.dirname(MONITOR_CFG). For users, just umount /tmp before adding the server to a pool.Can you log this bug at http://bugzilla.oracle.com, please?

Similar Messages

  • After Effects CS6 (11.0.2) update: bug fixes and added GPUs for ray-traced 3D renderer

    We just released the After Effects CS6 (11.0.2) update.
    There are a lot of bug fixes and additions in this update.
    See this page for details:
    http://adobe.ly/AE1102
    Let us know if you have any trouble with this update.

    I have this too, with ML 10.8.2 - pretty sure you can't install custom drivers. Did you find a solution?
    EDIT: Didn't realise I had to update the CUDA drivers manually on OS X! Downloaded from here: http://www.nvidia.com/object/cuda-mac-driver.html and all is OK

  • [svn:fx-trunk] 9661: Compiler optimized FXG 2. 0 bug fixes and updating to latest FXGUtils.

    Revision: 9661
    Author:   [email protected]
    Date:     2009-08-26 13:26:12 -0700 (Wed, 26 Aug 2009)
    Log Message:
    Compiler optimized FXG 2.0 bug fixes and updating to latest FXGUtils.
    From FXGUtils:
    Width and height attributes are now allowed on RichText.
    The textRotation attribute is now supported.
    Simple fix to recognize the paragraphEndIndent attribute.
    Added support for resizeMode in BitmapGraphic.
    From MXMLC: Simple fix to get tag for static FXG.
    Partially Fixed Bugs:
    SDK-22846 - Compiled FXG text with subformatting loses some text, colors, etc.
    SDK-22855 - tags don't work in static FXG content
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22867
        http://bugs.adobe.com/jira/browse/SDK-22852
        http://bugs.adobe.com/jira/browse/SDK-22846
        http://bugs.adobe.com/jira/browse/SDK-22855
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexParagraphNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexSpanNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexTextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGVersionHandlerRegi stry.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TextRotation.ja va

  • [svn:fx-trunk] 13129: ASDoc bug fixes, and added a note that Scroller no longer has a default value of hasFocusableChildren ="false" and focusEnabled="true"

    Revision: 13129
    Revision: 13129
    Author:   [email protected]
    Date:     2009-12-21 13:50:37 -0800 (Mon, 21 Dec 2009)
    Log Message:
    ASDoc bug fixes, and added a note that Scroller no longer has a default value of hasFocusableChildren="false" and focusEnabled="true"
    QE notes: -
    Doc notes: -
    Bugs: - FLEXDOCS-386
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-386
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/interpolation/MultiValueInterp olator.as

    I had a while ago similar problem with USB memory stick. At the end, I don't know why, just formatting it using WinXP helped me.
    S-
    Last edited by StenM (2011-07-22 17:56:32)

  • ITunes 11 is a bag of hurt in Snow Leopard (multiple bugs) - Fixes? Workarounds?

    iTunes 11 is a bag of hurt in Snow Leopard (multiple bugs) - Fixes? Workarounds?
    I had been using iTunes 11.0.2 in Snow Leopard 10.6.8 on early 2011 Mac Book Pro. When I went to iTunes store on August 1, it would no longer display the iTunes store, it shows just a blank white screen. Upgrading to the current iTunes 11.0.4 does not help, I still get white screens when I try to go to the iTunes store. If I run iTunes 11.0.2 on a different Lion machine it displays the store just fine.
    Before this crippling issue began, I was having two other problems with iTunes 11.
    1) When I was able and did view app descriptions in the iTunes store, I would try to click on the links for reviews, or related apps, etc, and none of the links worked. This problems also does not occur in Lion.
    2) Also, I really do not like the new app sync buttons, "Remove", "Will Remove", "Update", "Will Update". Sometimes iTunes becomes confused on the state of an app, especially when I sync two devices to have the same apps on each. Also, when I have many apps, its a pain to find and click all the "Update" buttons to make them say "Will Update" as I have to read the buttons closely. There should at least be a way to sort the apps by status so I can see all the ones that say "Update" together.
    I am on Snow Leopard because I have some Mac apps that still require Rosetta and I do not wish to upgrade. However, it seems that even though Apple says iTunes is compatible with Snow Leopard, they are doing a poor job of testing it in Snow Leopard.
    Anyone else seeing these issues with iTunes 11 in Snow Leopard? Any Fixes? Or Workarounds?

    tkoyn wrote:
    2) Also, I really do not like the new app sync buttons, "Remove", "Will Remove", "Update", "Will Update". Sometimes iTunes becomes confused on the state of an app, especially when I sync two devices to have the same apps on each. Also, when I have many apps, its a pain to find and click all the "Update" buttons to make them say "Will Update" as I have to read the buttons closely. There should at least be a way to sort the apps by status so I can see all the ones that say "Update" together.
    You are simply not understanding how app updating works in iTunes 11. Apple has changed it up a bit. When viewing your apps in iTunes, along the top, directly under the LED display click the "updates" tab. This will show you all the apps that have available updates. Then click the "update" button in the lower right of the screen.
    tkoyn wrote:
    1) When I was able and did view app descriptions in the iTunes store, I would try to click on the links for reviews, or related apps, etc, and none of the links worked. This problems also does not occur in Lion.
    This is generally a network issue. As a first trouble shooting step, restart your computer. If that does not work power cycling the internet modem will generally clear up the problem.

  • IOS 7 bug list and workarounds

    Here's the list of bugs I've found so far in iOS7 (I have an iPhone 4S).  Anyone know workarounds, or better yet, fixes to them?
    * volume disabled in Music appt
    Workaround: have to unplug and replug headphones to enable.
    Fix: unknown.
    * calendar does not have a setting for list view
    Workaround: now requires constantly clicking on magnifying glass
    Fix: unknown
    * ".com" button missing from keyboard layout when typing into URL field in Safari
    Workaround: tap and hold '.'
    Fix: unknown.
    Anyone else want to contribute to the known bug list and workarounds?
    Also, are iPhone 5 users experiencing the same problems?  (I would assume so, but well, assumptions.)

    dcltdw wrote:
    * calendar does not have a setting for list view
    Workaround: now requires constantly clicking on magnifying glass
    A "bug" is an unintentional error in software. Though you may not like this change, it's fairly obviously working the way Apple intended.

  • Photoshop plugin bug fixes and release schedule?

    Hi,
    I am a TD working in 3D computer graphics for architectural visualisation.
    First off I really like Pixel Bender and the power it has. Amongst other things we use Photoshop and AE in our workflow. Photoshop for still compositing and AE for Animations. I already have some Pixel Bender tools coded for normal map relighting, toon lines for normal passes and a screen space ambient occlusion shader.
    My question is with the Photoshop plugin for PIxel bender. I have the following problems with it:
    If the GPU runs out of memory when using a filter it crashes Photoshop. Can we get an error message instead and have it switch to CPU processing? We have different spec machines in the studio so one person could crank up some sampling options and then the next person just gets a crashing file. Could the plugin run independently from Photoshop so if it does crash it does not take Photoshop with it?
    UI. It seems that almost all of the UI meta data is ignored? Not sure why? While on the same subject it would be great to have a group box for UI layout or something for more complex filters. Can we also have it update the filter, not during the typing of a number but after enter is hit? Is it possible to get a typable number for integers and not just floats? Could we get something like presets implemeted that change multiple parameters? etc.
    Multiple image inputs. It would be insanely useful to have, especially as pixel Bender supports it.
    32 bit support image support. Is this planned at some point?
    So I suppose my bigger question is asking if this is still something that is in active development and are any of these points planned to be fixed or implemented in the next 6months/ year. Is pixel bender more of a bonus feature not meant for production? Like I said, I really like Pixel Bender and the power it offers but I do not want to invest everyone into a technology that is not getting worked on or just seen as a lab project or something.

    Thanks for the reply.
    We have a few different cards. Quadro FX 1500, Quadro FX 1800, Geforce GTX 470 amongst others. They all have latest drivers and the Quadro's have the performance drivers installed. The gaming card is actually the most robust one with no errors or crashes so far.
    The Quadro FX 1500 cards will not process an image over 4096x4096 because of the Max texture size limit in the GFX card.  It seems that Pixel Bender will process very big images in AE because it is using the CPU. Photoshop does not even launch if the image is above the max texture size. It would be nice to have the Photoshop Pixel Bender still work but just use the CPU only in these cases. Anyway I will add this to the wish list thread.
    In terms of crashing, I have a sampling option in one of the kernels I have made that performs a 'sample' image in a for loop. The more times it samples the more likely it is to crash PB. Using the GeForce the sampling can be cranked up and be fine. Using the Quadros it will just crash when the sampling number gets too high even at dimensions of 720x480.
    If you have any suggestions to stop the crash, please let me know what you would recommend next. I have no problem sending you a .pbk file and the steps to break Photoshop. It might be difficult to reproduce though if you do not have the same hardware. I could also make a video or send you any other info if you need it.
    I understand that it is not possible to talk about specifics in terms of development. However, is it possible to give a very rough guide to how often releases and updates are planned. E.g. once every 6 months, once every 2 years? Once every 5 years? Is Pixel Bender 3D going to be the focus for the next few years? It is difficult to know which direction to steer our own development. I don't know if I have jumped on this too soon and if I should wait a couple of years for it to mature?
    I will make a list and add it to the forum. Almost all my comments are for the Photoshop implementation of PB.

  • Logic Releases Bug-Fix and Enhancement List for 7.2 & 7.2.1

    ...I found this announcement on a post from nearly 1 month ago on www.logicprohelp.com...
    "Yesterday, Apple released two new articles listing in detail the enhancements that found their way in Logic 7.2 and Logic 7.2.1"
    Logic Pro/Express 7.2.1 Enhancements
    =AND=
    Logic Pro/Express 7.2.1 Enhancements

    Woah.
    Those are fixes? And there's still problems left? woah.
    Like swiss cheese, this program is.
    X
    but I love it anyway.

  • Bug fixing and enhancements in reports

    can u please provide me the belo mentioned object 
       changes in budget variance report, added a new functionality by displaying the report in treeformat when user inputs fsv

    Welcome to SDN, please work yourself first on your requirement and study the rules of engagement before posting.
    Thread locked.
    Thomas

  • AdvancedDataGrid + IHierarchicalCollectionView + filterFunction bug: Example and workaround

    Yay, bugs!
    My first question is, do you get this bug too? I'm running Flex 3.4 in Flash player 9.
    My second question is, am I doing something wrong, or is this something that should be fixed in Flex?
    Error: Bookmark no longer valid.
        at ListCollectionViewCursor/seek()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ollections\ListCollectionView.as:2048]
        at mx.collections::HierarchicalCollectionViewCursor/get current()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\collections\Hiera rchicalCollectionViewCursor.as:198]
        at mx.collections::HierarchicalCollectionViewCursor/collectionChangeHandler()[C:\work\flex\d mv_automation\projects\datavisualisation\src\mx\collections\HierarchicalCollectionViewCurs or.as:1056]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.collections::HierarchicalCollectionView/internalRefresh()[C:\work\flex\dmv_automation\ projects\datavisualisation\src\mx\collections\HierarchicalCollectionView.as:806]
        at mx.collections::HierarchicalCollectionView/refresh()[C:\work\flex\dmv_automation\projects \datavisualisation\src\mx\collections\HierarchicalCollectionView.as:686]
        at ADGBookMarkBug/step4()[C:\eclipse-clearcase-flex-datatools\workspace-usOnCC\ADGBookMarkBu g\src\ADGBookMarkBug.mxml:70]
        at ADGBookMarkBug/___ADGBookMarkBug_Button6_click()[C:\eclipse-clearcase-flex-datatools\work space-usOnCC\ADGBookMarkBug\src\ADGBookMarkBug.mxml:99]
    My code is here:
    http://jafile.com/uploads/kristopherwindsor/paste/wowflexreally.txt
    I was able to reproduce the bug in the above code after discovering it in a larger project.
    If you run that, and click the buttons for steps 1 - 4 in that order, it will crash when you click button "step4", unless you click the button for step 3.5, which prevents it from crashing. Button "step3info" just shows the selected item in the ADG.
    I don't know if this needs any more explanation, but if it does, just ask.
    Thanks!

    Looks like the problem is with GroupingCollection2 as it works fine with GroupingCollection in Flex 3

  • Oracle SQL Developer Data Modeler 3.0 Bugs, Resolution and workarounds

    The purpose of this thread is to list bugs discovered while using ORACLE SQL Developer Data Modeler 3.0
    Mainly with SQL SERVER 2005 and ORACLE 10g models.

    SQL Server Physical model doesn't save table identity column.
    here are the steps to get this bug:
    1. create a table in relational model with a column as an integer to be used as an identity.
    2. create or open a physical model for SQL-SERVER 2005
    3. open the table in the physical model
    4. edit the integer column property dialog
    5. tick the identity check box and close the property dialog
    6. save the model and close it
    7. open it again, you will find the identity check is removed! (probably not saved from the start)

  • Error Handling - jbo25013 bug? - and workaround

    When I insert a record with a duplicate key and use errorpage.jsp to catch the exception(s), then every legitimate insert I do thereafter produces the same exceptions ie. JBO-26041, then JBO-25013.
    A workaround for this is to surround my submission code in submit.jsp with a try {..)catch{} block.
    i.e.
    <%
    try
    %>
    <jbo:PostChanges appid="Dbproject4Module" />
    <jbo:Commit appid="Dbproject4Module" />
    <%
    catch(Exception exc)
    out.println("<pre>");
    exc.printStackTrace(new java.io.PrintWriter(out));
    out.println("</pre>");
    out.println("</BODY></HTML>");
    return;
    %>
    This works fine.
    However I have a number of queries:
    i. Is this behavior of getting stuck on an error a bug in bc4j or perhaps in JDev's internal webserver?
    ii. When errors are generated by errorpage.jsp, I first get JBO-26041, then if I press the refresh button on my browser I get JBO-25013, a more detailled message. I though that using
    (oracle.jbo.JboException)exception.getDetails()
    as errorpage.jsp does, would trap all the errors in the one page.
    Any comments on the above behavior would be welcome.
    thanks,
    David Roberts

    Repost

  • Fixes and Workarounds from HP

    The best way to get the latest software and fixes from HP is to run HP Update.
    This can be found on the Start menu under HP.  This program can be setup to run automatically.  For more information about HP Update and how it works please visit this web site.
    For more information about HP Update please click here
    Listed below are some of the patches that have been released to fix various HP software issues.
    All the fixes listed below cover various versions of HP Software, if you download and install an update and the update gives a message that it is not needed, this means that your installed version of the HP software already has the fix installed or it is not needed.
    1)  Solution Center Upgrade (Needed for HP Software versions 10 thru 12)
    This update corrects two issues:
          1) Solution Center prompting for disk when launched or during a pc reboot and
          2) Prevents an application error with hpqgpc01.exe when PC is shut down
    2)  HP Core Software Patch (Needed for HP Software versions 8 thru 10)
    Corrects an issue that causes the network connected printer to disappear from the system and/or the USB connected printer to repeatedly attempt to reinstall, and improves system responsiveness while spooling and printing documents.
    3)  HP Printer Communication Patch (Needed for HP Software versions 8 thru 10)
    This update corrects an issue that can cause your computer to lose the connection with your printer, which may result in incomplete print jobs and loss of printer status messaging.
    4) Printer Driver Patch 
    This Print Driver Update contains improvements for issues related to the following applications and/or print functionality:
         Microsoft Office 2007
         Duplex printing via network
         Printing from Intuit applications
         Print margin accuracy
         Thai language font
    5) Double sided Printer Patches and Work around
           How to setup duplex printing in the printer driver
                 Xp and Win 2k  Windows Vista  Windows 7
           Duplex Printing Second Page comes out upside down
                 Reverse Side of Two-sided Printout is Upside Down in Vista
                 Second Page Prints Upside Down When Using the Automatic Two-Sided Printing Accessory (Duplexer) in W...
    6) Latest Version of HP Smart Web Printing Application (Fixes crashing in IE 8)
            Download from Here
    7) HP Solution Center displays a Blank Screen on startup.
            For more information about this problem read this document
    JonW
    I work for HP

    This is some really good information. Thanks for taking the time to post !
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • May Release: New partner support, Infrastructure updates, Site templates and bug fixes

    Link: http://www.businesscatalyst.com/_blog/BC_Blog/post/May-release-New-partner-support-Infrast ructure-updates-Site-templates-and_bug-fixes/
    We are announcing a new Business Catalyst release, scheduled to go live on Thursday, May 3rd. With this release, we are continuing our investments in system performance and stability by increasing our web servers capacity, enabling HTTP acceleration to provide faster site loading times, and improving the site creation speed by using pre-generated sites.
    On the product side, we have completely revamped our partner support workflow taking advantage of the Adobe support infrastructure and tools, enhanced the site templates workflow for partners, and included lots of bug fixes and improvements. Read through the following sections to get detailed information about this release:
    Partner support
    Infrastructure updates
    Features and enhancements
    Issues fixed by this release
    What's next
    You can jump to the corresponding section by clicking the above links.
    Partner support
    Updated Help & Support partner experience
    Following Adobe ID support, we have upgraded BC  support tools (cases, chat, documentation) with standard Adobe tools. As a partner, you can now benefit from the same support tools as the rest of Adobe Creative Suite, and can track your support cases with Adobe BC, Dreamweaver, Muse or Photoshop in a single place.
    Partners with more than 100 paid sites will get 2nd level chat support, which includes a higher priority, by default. If you have more than 100 paid sites, but spread across different Partner Portals, please ask support to enable 2nd level chat for you.
    Support experience for your Small Business owner clients can now be owned by partners (see below).
    Custom Help & Support URL for your clients
    As a partner, you are probably already offering various additional services to your clients besides building & maintaining their BC site. Support, tailored specifically to your client needs, is usually one of these value-added services. We are now enabling you to take your Support service to the next level. In  Partner Portal Settings, you have the option to set a custom URL for what will open when your client clicks on Help & Support inside Admin Console:
    If you have multiple partner accounts, for different verticals, you can specify a Support URL for each of these.
    The default Support experience provided by BC for your clients will be updated in a few releases to be similar to the partner support experience. This includes BC-branded support cases and documentation. If you'd like to keep a white-label experience for your customers, please set your own Help & Support URL in Partner Portal.
    For more details please read the Improved support workflow and new forums announcement on our blog.
    Infrastructure updates
    Between our April release and the following infrastructure updates have been enabled
    Limited trial sites for free partners – starting with our May release, the number of trial sites a Free Partner can have will be limited to 100. Once the limit is reached, Free Partners that need to create a new trial site have the options to upgrade to a higher partner plan, upgrade some of the trial sites to paid or delete unused/expired trials.
    Automatic trial expiry extension - with this release, trial site expiry date will be automatically extended with 30 days every time an admin user logs in  the system through the admin interface or through FTP.
    Installed additional hardware - we have installed additional web servers on all our data centers, that translate into an increase of the existing capacity with over 70%.
    Updated DNS infrastructure - we have improved the DNS resolution for email delivery so that we can increase the rate at which we're sending the system operational emails
    HTTP acceleration – all sites static assets are served from a new cache engine (images, CSS and JavaScript files, together with improved headers that should allow the browser to cache them better for a browsing session). This update has been turned on along with our April release, and has made all the BC sites load faster on first and on subsequent loads.   
    Accelerated site/partner creation – we've changed the way new sites are created for faster speed, pre-creating them and reusing pre-created sites when needed, and have also improved the creation process for new partners, minimizing the impact of new CCM customers on the existing datacenters.
    Adobe ID for partners - in order to support an integrating experience between the various Adobe tools a partner may use (Dreamweaver, Muse, Support forums) we have added Adobe ID support for Business Catalyst partner accounts. Starting April 19, partners are asked to merge their current Business Catalyst account with their Adobe ID accounts. For more details about the transition process and FAQ please read the Introducing Adobe ID blog post.
    Updated Terms of Use - Along with several other changes in our processes in the past few months, we also revamped our Terms of Use and the signature process by requesting every admin user to sign a TOU. We have completed the rollout for partners, and we might be pushing an updated partner Terms of Use version within the following weeks. For more details and questions about this change, read the New Terms of Use for Business Catalyst blog post.
    Features and enhancements
    Site templates
    To support the increasing number of partners building, sharing or reusing  templates to create  new sites, we're extending our site templates support from our partner portal with a new template type and improved  management support. The update is going to enable partners to mark sites as templates and   choose between making them available in Online Business Builder and keeping them private in their partner portal. A template site will not expire and has the same limits as any other trial site.
    Based on your partner level, you can create private or public templates using the Site Details screen or the Tools>My Site Template section from your Partner Portal. Standard partners can only create private templates, while Free Partners can only view site templates that have been transferred to their accounts by other partners.
    The number of templates a partner will have will be limited and will vary based on partner level: free partners can store up to 5 templates in their partner portal, standard partners have up to 100 site templates while Premium Partners might have up to 200 templates. Paid sites marked as templates are not counted against these limits.
    Business Catalyst Partner fixes
    While we are really focused on making the Business Catalyst integration into Creative Cloud a smashing success, we are slowly resuming our efforts to deliver fixes that have been requested by our partners. This release includes the following partner fixes:
    Improved product custom fields - we have increased the maximum number of characters for product custom fields to 1024 (previous limit was 256); this gives partners and customers additional space to use when working with products
    Improved Secure Zone subscribers list - we have added the customer email address in the Secure Zone Subscribers list to enable partners better filter and manage customers
    Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    Social plugins integration updates
    Starting with our May release, we are updating the social plugins support to require users to get the plugin code from the third party provider and saving into his Business Catalyst website. The module tags and configuration will remain unchanged, but will render an empty tag until the partner or site owner will  update the module template to include the corresponding module code snippet from the third party platform provider.
    For more information about how you can enable the Social Plugins on a Business Catalyst websites, read the Social Media: Integrating Facebook and Twitter knowledge base article.
    Other changes
    Updated weekly emails - Starting with our May release, the information in the site weekly emails has been filtered based on the site's plan. For example, webBasics site reports will no longer include the sales report.
    Localization - we improved and increased the coverage of the admin interface translations into German, French and Japanese
    Site Settings -> Ignored IP addresses has been relocated under Reports -> Visitors -> More.
    BC-Dreamweaver integration performance improvements
    Development Dashboard has been removed, as it didn't provide a clear useful, ongoing benefit. The information present in the development dashboard has been integrated into our new Help & Support section.
    Payment gateway settings - for more privacy and data protection, we have updated the Payment Gateway configuration screens to obfuscate the sensitive login information. Fields that have been obfuscated are now requiring confirmation.
    Report abuse badge on trial sites - for compliance reasons, a "Report Abuse" link has been added to the front-end of all trial sites of free partners that don't have any paid sites. When they click the Report Abuse link, site visitors are redirected to a form submission page on businesscatalyst.com site.
    Issues fixed by May release
    Issues 3051303, 3168786 - Workflow notifications - Fixed a problem preventing workflow notifications emails from being sent.(see get satisfaction forum discussion)
    Issue 3164074 - Fixed a bug causing the lightbox gallery created from Muse to be displayed behind page elements
    Issue 3162810 - Fixed a bug in rendering engine to prevent  content placed between body and head tags being incorrectly moved inside the body tag
    Issue 3166610 - Fixed a broken link to Partner Portal in Internet Explorer
    Issue 3175003 - Fixed an issue that caused an incorrect price display for the Year One-Off Setup Fee when upgrading a site from Admin using CB
    Issue 2567278 - Fixed a bug causing site replication to ignore product attributes
    Issue 2947989 - CRM passwords are now case sensitive
    Issue 2723731 - Removed CSS files from the head section of the Layouts files, when downloaded and opened in Dreamweaver, via the BC extension
    Business Catalyst new admin interface updates
    Added "Save and Add New" button in Web App Item Add & Edit screens (see get satisfaction forum discussion)
    Updated Quick Actions menus to add more actions (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to display deleted items (see get satisfaction forum discussion)
    Fixed a display issue on File Manager making top buttons unreachable (see get satisfaction forum discussion)
    Fixed the scrollbars in Email Marketing>Campaign>Stats>Bounced Emails reports (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to brake after selecting the current page from the Recent Items menu (see get satisfaction forum discussion)
    Replaced the Success notification displayed when selecting Users or Permissions tabs from User Roles with an Warning
    Change the action label displayed in User Roles list from View to Edit to match the list pattern from Admin Users
    Fixed a missing file JavaScript error occurring when trying to open image manager from product details-> Attributes -> options
    Moved System Emails section from Site Setting to Site Manager (see get satisfaction forum discussion)
    Updated Domain Management interfaces to close the modal window and refresh the domain list after successfully adding a domain
    Fixed an issue preventing the Hyperlink Manager to function properly (see get satisfaction forum discussion)
    Updated the confirmation message received after copying a page to match the new workflow and button names
    Fixed an issue causing the current screen or section to not be highlighted in the menu
    Updated styling on the new dashboard, user management and email accounts interfaces
    Updated  dashboard reports filters and chart display; made the chart and the filter use the site time zone
    Fixed an issue preventing users from inviting new admin users or create new email accounts on Internet Explorer 8
    Fixed an issue preventing users from deleting Email Accounts or Admin Users in Internet Explorer 8
    Fixed some issues preventing password recovery email from being sent
    Removed the alert message displayed when the user or email account limit has been reached
    Added localization for the simplified dashboard
    Fixed display issues for site limits, domains and user list in the simplified dashboard
    Added Custom reports for webBasics plan
    Fixed a bug generating a "500:Collection error" on the simplified dashboard when user did not had View users permission
    Added TOU checkbox in the email account setup screen
    Updated Site Preview link in the dashboard to load the default domain
    Fixed an issue in the new File Manager forcing a user to press Undo twice in order to see the change take effect if the code that was previously formatted contained any <"tag" with more than 2 lines
    Fixed an issue causing the File Manager editor toolbar to incorrectly render if page URL path is longer than certain value; starting with this release, the site URL is trimmed
    Fixed an issue causing the invite users to be displayed as [object Object] in dashboard and admin user list
    Fixed a bug in the new admin causing the interface to become unresponsive when using the browser Back button
    Fixed an issue in the new File Manager causing "Save Draft" button to publish the default page template instead of creating a draft version
    Fixed a broken invite link issue in the Email Account invite email
    Updated loading indicators in File Manager and Email Accounts screens
    What's next
    The first item on the what's next list might not be news for many of you, but it's definitely one of the most important milestones this year. The Creative Cloud launch is just around the corner, and Business Catalyst is playing an important role in that, as the publishing platform for Adobe® Muse and Dreamweaver. This launch will capture all our attention within the next weeks as we want it to be our best ever. 
    We'll start our next development cycle on May 15th, while the next Business Catalyst release is going to be pushed live in mid June. That being said, the following items are already on our launch plan for the next release and a few more will join the list. Please expect an update on our 2012 plans around mid May.
    HTTP throttling – all page load and API calls to BC will be protected against attacks, this might trigger problems for API heavy sites. We are looking into enabling this update along with our June release, and will help make sure that a reasonable number of requests will be accepted from the same computer per minute.
    Automatic site deletion - Starting with the June release, we are going to start automatically delete expired trial sites and canceled sites. Customers will be notified twice before we are going to proceed with deleting the sites.
    Thank you,
    Cristinel Anastasoaie
    Adobe Business Catalyst Product Manager

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

  • How long for updates and bug fixes usually?

    I'm new to Logic and even new to Macs. I'm just wondering how long does it usually take for Apple to release bug fixes and updates to Logic?
    Also, how long did Apple take to get around to providing worthwhile updates to Logic 7? Were there substantial updates changed work flow, functionality, etc?
    Basically I'm wondering how long until Logic 8 will be more stable and complete?

    Logic 7 was never updated so as to provide any significant changes in workflow over its initial release. But apparently L7 so intrinsically broken that they abandoned any effort to fix it. Instead, they developed Logic 8.
    L8 has some very obvious bugs, yes. They need to be fixed yesterday. But as usual, Apple is dragging its feet in this regard.
    To your question, how long.... well, L7 updates occurred about every 4 months. There's no telling if they'll be on a more conscientious schedule for releasing L8 updates. They only offer end-users one choice: wait and see what happens.

Maybe you are looking for

  • IPod not recignised as a device in iTunes, although in Windows

    I have two problems (which are possibly linked). (1) In iTunes when I connect my iPod, the 'Device' option does not come up. I have tried several times, but nothing. The iPod just charges. So I cannot copy music into my iPod this way. For info, I hav

  • HT2484 my MAC does not have iSync in the apps menu.   how can i get it???

    Im trying to Sync a Nokia Phone, so I'll need the iSync App in my MAC.   In every page I have read, the assumption is tath the MAC OS already has the iSync but my MAC does not have it.  How can I get it? Or what do I do in this case???

  • Best wifi hardware for airport express

    Hi m looking for ideas for buying the best wifi hardware (accespoint) good for running the airport express. I have an asus wifi-onboard card right now, but the card looses connection after aprox one hour - then I have to reassosiate with the airport

  • Preview Icons Missing after Drag and Drop from Cumulous/Mediadex

    When using Cumulous to drag images from the catalogue to a folder, the image icon reverts to the generic .eps. or tiff or jpg. Let me add this this is inconsistent. Some images from the folder retain their icon identity, while others don't. Further,

  • Report printing w/ BI Publisher and group by data

    I'm attempting to test BI Publisher for use here and am seeing a problem. It seems that when I have a report query that uses a group by clause, I get an empty report in BI Publisher. It works fine for non-group by stuff. Am I not supposed to do group