Are Solutions Accelerators supported in LiveCycle ES2

I have been doing some testing on using the current version of the solution accelerators in LiveCycle ES 2.  I have run into some issues and I have been informed that they are not natively supported in this environment, as of yet.  I was just curious if the next version of accelerators will be supported in ES and, if so, when will they be available?

Yes the next version of the accelerators will run on ES2. There are pre-release versions on the prerelease site. Not sure if the release date but I think it shoudl be on that site.
Paul

Similar Messages

  • Is DB2 version 10.5 supported by LiveCycle ES2?

    We have several LC ES2 environments with DB2 9.5 and we would like to upgrade the database engine. Wich is the highest DB2 version supported by it?
    Kind regards

    Stefan-
    Just to be clear, there are no known incompatibilities with DB2 7.2, and
    we know that there are people who are using Kodo with it without
    problems. However, it is not an officially verified version of the
    database against which we certify Kodo.
    If you have any problems with your testing against DB2, be sure to let
    us know, and we can help work through them.
    In article <c2hi2r$llo$[email protected]>, Stefan wrote:
    Abe White wrote:
    Only version 8.1 is officially supported. Other versions might work, but
    we don't test against them.Is this a real good decision ?
    We have to support many customers having a wide range of databases (mainly
    oracle 8 or 9 or DB2 7.2 or 8.1 respectively).
    We thought that in using kodo we could provide the support needed, because
    database abstraction is handled by kodo.
    Actually we run on kodo 2.5.8 just because we didn't have time to jump to
    3.0 yet. At the time it works quite well with the databases we support, so
    existing applications we will leave at 2.5.8.
    New applications we want to write with kodo 3 because all the new features
    of course are quite nice.
    As far as I understand you now, we could run into deep problems when just
    switching to 3.
    Of course we test our programs against our supported databases, but lets
    say somewhen we would find a case, where the application runs smooth on
    DB2 8 but not DB2 7 any more.
    We could'nt hope for a fix then, could we ?--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Please help with "You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported." I have seen other responses on this but am not a techie and would not know how to start with that solution.

    Please help with the message I am receving on startup ""You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported."
    I have read some of the replies in the Apple Support Communities, but as I am no techie, I would have no idea how I would implement that solution.
    Please help with what I need to type, how, where, etc.
    Many thanks
    AppleSueIn HunterCreek

    I am afraid there is no solution.
    PowerPC refers to the processing chip used by Apple before they transferred to Intel chips. They are very different, and applications written only for PPC Macs cannot work on a Mac running Lion.
    You could contact the developers to see if they have an updated version in the pipeline.

  • TS3938 The message "PowerPC applications are no longer supported" sounds like the end, not an interruption. Nevertheless the gaming world could use a wake up call. Is this really a solution?

    The message "PowerPC applications are no longer supported" sounds like the end, not an interruption. Nevertheless the gaming world could use a wake up call. Is this really a solution?

    Scot Lee wrote:
    The message "PowerPC applications are no longer supported" sounds like the end, not an interruption. Nevertheless the gaming world could use a wake up call. Is this really a solution?
    Yes Rosetta has been gone for over two years. You can always search here for how Michael Lax's instructions on how to run SL Server in a virtul environment, but I don't think it is too kind to gamers.
    Advice? Buy an old Mac that runs PPC software.
    Cheers
    Pete

  • XSLT  - Exception error when using XSLT 2.0 code in Transform on LiveCycle ES2

    I'm new to using this forum, so apologies in advance in I have posted this to the wrong place.
    I'm using Adobe LiveCycle ES2.5 (Jboss) and have written several complex XSLT scripts.  All have worked, with the exception of the latest one in which I have to sum a repeating subnode that maynot exist and if it does, may contain a number or be empty.  When I have used SUM by itself, it works perfectly if I all the nodes have values, but returns zero if any are missing or are empty.  After some searching I found a solution (which I have made bold) in the fragment below.
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...>
    <xsl:variable name="varUnitValueTotal" select="sum( (if(SOURCEUNITVALUE='') then 0 else SOURCEUNITVALUE) )"/>
    </xsl:stylesheet>
    I developed and tested this xslt in XMLSpy 2011 and it works a treat.  However, when I invoke the XSLT using the Services\XSLT Transformation 1.0\Transform, I get the following exception error:
    javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Could not find function: if
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.jav a:936)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.j ava:774)
        at com.adobe.livecycle.xslt.XsltTransformer.transform(XsltTransformer.java:151)
    Now as far as the documentation is concerned ES2 and better should be using XSLT 2.0.  However to test a theory I changed the stylesheet version from 2.0 to 1.0 and re-ran the xslt in XMLSpy and it fell over at exactly the same place as the exception error.  Which makes me conclude that LC ES2+ is still using XSLT 1.0.
    Now I am stuck.  The only work around that I can see is to attempt to do the calculation in the form (which sort of defeats the point of usng XSLT).  That said I am reluctant to go down that path, since the maintenance overhead is going to be shocking if I have to apply to dozens of forms.
    Is there a way to tell the Transform service to use XSLT 2.0 and if so, how and what are the settings?  Or do I need to find and use a different transform engine, again if so which one should I use and what settings should I make at either JBoss and/or AdminUI level.
    Really hoping that someone can help.

    The XSLT service is configurable.
    http://help.adobe.com/en_US/LiveCycle/9.5/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a 20dd-6750.html
    1) Stop LiveCycle.
    2) Add the .jars of your XSLT processor of choice to the LiveCycle server lib folder.
    3) Restart LiveCycle.
    4) Go to Workbench and stop the XSLT service. Right-click on XSLTService:1.0 and Edit Service Configuration.
    5) Enter the factory name for the given XSLT processor. I think for Xalan 2.7.1 it is org.apache.xalan.processor.TransformerFactoryImpl (but I could be wrong).
    6) Restart the service.
    Steve

  • Task selection disabled in Adobe Livecycle ES2 installation

    While running the configuration manager for Adobe Livecycle ES2 in the task selection screen few option are disabled why its disable/how to enable it?
    I have installed weblogic and made the configuraions but i havnot deployed the EAR's .
    Refer screenshot

    Those options are not applicable if you choose to install to JBoss manually.
    Please note that LiveCycle has separate install binaries for each of the three apservers it supports and separately for Windows and Unix.  So at the trial download site (http://www.adobe.com/devnet/livecycle/trial/), you will see options such as:
    - JBoss Unix
    - JBoss Windows
    - WebLogic Unix
    - WebLogic Windows
    Please make sure you have the right binaries.

  • Livecycle ES2, microsoft word 2013 not playing well

    I am trying to open a word document in livecycle ES2 and have the same error message alot of other people also have (Word (version XP or onwards) could not be found). I have adjusted the registry and have had no luck with a solution. All of the other users with this same problem involve microsoft word 2010. Is there a specific set of instructions or different registry edit process if i am utilizing microsoft word 2013.
    Windows 7
    Livecycle ES2
    Microsoft Office 2013
    Thank you for your time and guidance.

    Have you already tried this http://blogs.adobe.com/dmcmahon/2012/09/16/livecycle-designer-es2-word-version-xp-or-onwar ds-could-not-be-found-on-the-machine/  ?
    Also LC Designer ES2 supported only Word XP & Word 2003 http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000196.html
    --Santosh

  • Not able to install Logic on mac with OSX.  10.8.2. Error message: Logic Studio.mpkg cannot be opened as the power pc programs are no longer supported. I have logic studio 8 software purchased in 2007 and upgraded with logic studio 9 (purchased in 2009)

    After an earlier attempt to move Logic from my other mac (OSX 10.6.8) with the migration assistant to my new mac with OSX 10.8.2. I've re-started the whole start up process by erasing the hard drive from the new machine and build it up from scratch. After a new "out of the box" start, I decided to install LOGIC from my disks : starting with my 2007 package Logic Studio 8 and upgrading with my Logic 9 package from 2009. When trying to start to install 2008 I got the error message : Logic Studio.mpkg cannot be opened as the power pc programs are no longer supported.
    What does this mean? HOw do I get this working under 10.8.2 as it works flawlessly under OSX 10.6.8. For sure I didn't buy a new machine to have OSX 10.8.2 but I suspect this is the roadblock to installing my logic package.
    Help!

    Mark,
    Sorry...
    I completely lost the thread (I actually got confused between you and another poster on a another forum that was asking the same basic question) and somehow ended up thinking you were trying to install on a PPC Mac
    My apologies and please ingnore those parts of my last post relating to the PPC Macs...
    You have an Intel Mac and therefore Logic Studio 2 Boxed Upgrade set should install/run on your Mac without issue. As I said earlier.. you do not need to try and install from the original Logic Studio 1 /Logic 8 Boxed set...(It won't work anyhow because you have an Intel Mac and that version had a PPC installer)  but just install from the Logic Studio 2 / Logic Pro 9 Upgrade Boxed setof DVDs instead...
    Have you tried the "Make Disk Image" solution I gave earlier? That normnally works under such circumstances as what you are describing can happen when your DVD drive cannot read the DVDs correctly... I have had this situation myself where one drive read them okay and another failed to do so for whatever reason. Making and then installing from Disk images of those exact same disks resolved the issue for me...
    You can try to reinstall directly from the DVDs of course though under some circumstances it may not allow you to reinstall Logic Pro itself if that part of the original installation attempt was successful... in which case you can also try this... (It's probably the easiest method if Logic 9 was already installed and present in your Apps Folder)
    If the Logic Pro App is in your applications folder..
    Run Software Updates to update Logic Pro to a version that will run under 10.8.2 (The initially installed version of Logic will not)
    Run Logic
    Go to the menu bar in Logic and select Logic Pro/Install Additional Content and select all content in there..
    This content is basically exactly the same as what is stored on the remaining DVDs of the boxed set so you might not need to use the rest of the DVDs to install from but download it all instead from Apple Servers...

  • So I've been trying to open some Microsoft Word Documents and it says it can't be opened because PowerPC applications are no longer supported. What do I do about this?

    So I've been trying to open some Microsoft Word Documents and it says it can't be opened because PowerPC applications are no longer supported. What do I do about this?

    Workarounds:
    1.  Restore the OS X that you formerly used to run Word 2004;
    2.  Partition your hard drive or attach an external hard drive and install Snow Leopard (and Rosetta) so that you can "dual-boot" into Microsoft Word 2004;
    3.  Upgrade to Word 2011 or use an alternative program; or
    4.  The solution I use: Install Snow Leopard (and Rosetta) into Parallels 7 or 8:
                                  [click on image to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439

  • I have just bought a new Imac and it will not load my copy of FCE 3.5 as it says "PowerPC applications are no longer supported". So how do I get to use the version of FCE I am used to and have paid for ?

    I have just bought a new Imac and it will not load my copy of FCE 3.5 as it says "PowerPC applications are no longer supported". So how do I get to use the version of FCE I am used to and have paid for ?

    I do not have any experience with Final Cut, but if you have existing projects that you MUST access; then you are in need of a solution on your new iMac in Mountain Lion!
    Unfortunately you got caught up in the minor miracle of Rosetta.  Originally licensed by Apple when it migrated from the PowerPC CPU platform that it had used from the mid-1990's until the Intel CPU platform in 2006, Rosetta allowed Mac users to continue to use their library of PPC software transparently in emulation.
    However, Apple's license to continue to use this technology expired with new releases of OS X commencing with Lion (and now Mountain Lion).  While educational efforts have been made over the last 6 years, the fact is that Rosetta was SO successful that many users were caught unaware UNTIL they upgraded to Lion or Mountain Lion.
    Workarounds:
    1.  Purchase a used Mac that will run Snow Leopard (with the optional Rosetta installed) and continue to run FCE on that Mac (you can actually use Screen Sharing with a "headless" used Snow Leopard Mac Mini and use the 27" screen from your iMac to view and work FCE in the Mac Mini environment);
    2.  Upgrade to an Intel compatible version of FCE and hope it converts your existing projects to its newer format correctly.  There is much debate that the newer version of Final Cut are eliminating many needed features; for example Final Cut Pro X vs. Final Cut Pro 6 -- many users are staying with version 6;
    3.  Install Snow Leopard (with Rosetta) into Parallels and then install FCE in the Snow Leopard environment:
                                  [click on image to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439
    NOTE: STEP ONE of the instructions must currently be completed on a Snow Leopard or Lion Mac and the resulting modified Snow Leopard.cdr install file can then be moved over to your Mountain Lion Mac for completion of the remaining steps.
    NOTE 2:  Computer games with complex, 3D or fast motion graphics make not work well or at all in virtualization.

  • I have a 4yo MacBook Pro, that has a super-old version of Microsoft Word ('04?) on it. I upgraded to Mavericks. Now Word PowerPC apps are no longer supported. How do I change my default opener to Pages?

    I have a 4yo MacBook Pro that has a super-old version of Microsoft Word ('04?).  When I try to open a Word document, a note pops up saying that PowerPC apps are no longer supported.  How do I change my default document opener to Pages?

    Okbart wrote:
    Can I safely send the Word Office icons and anything else related to it that shows up in spotlight to the trash?
    You mean for Office apps? That, I don't know for sure as I don't use MS Office on my Mac. I would check to see if there is some sort of MS Office uninstaller that needs to be run before dragging the icons to Trash. Either from one of the Office apps Help or About or search the Internet for a solution.
    EDIT: A quick Google search found this link which may help you.

  • I am getting a message "can't open because PowerPC applications are no longer supported"  What do I do about these programs?

    I am getting a message "can't open because PowerPC applications are no longer supported."  What do I do about these programs?

    In defense of the original poster, I just went through the Lion page (http://www.apple.com/macosx/) and the sub-pages linked on the top (including the 250 new features) and nowhere does it say anything about dropping Rosetta/PowerPC compatibility. A simple compatibility line in the tech specs page could help these kinds of threads. Nevertheless, the argument that Apple should have made this change more prominent is quite valid IMO.
    Remember that Apple prides itself on being simple so don't expect everyone to be as up to date on compatibility issues as you. With the big uptake of new users in the last couple of years, these kind of questions should be expected, especially since most users are coming from Windows where compatibility is king (I can run apps from 10+ years ago with almost no issues).
    Complicating the issue further is that there is no obvious way to see which older applications are PPC and which are not (who knew Warcraft 3 was PPC and not universal??).
    A simple solution could be for Apple to provide copy of Rosetta that users can purchase if they want compatibility. Who knows, maybe such a solution is going to come from a third party

  • How to crop pages using Adobe LiveCycle ES2 PDF Generator and Acrobat 9.2 Pro Extended

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

  • How to convert the Adobe 10 PDF to Adobe LiveCycle ES2 so that I can make the text boxes expandable?

    When I convert the Adobe 10 PDF to Adobe LiveCycle ES2 it is a static document, thus not allowing me to make the text boxes expandable.  How do I take a current Adobe 10 PDF with Text and convert it to Adobe LiveCycle ES2 so that I can make the text boxes expandable?

    Hi Alan,
    TextField objects can expand dynamically.  There are a few things that you need to do:
    1. The TextField object should be contained in a subform that is set to Content: Flowed.  This isn't technically necessary, but if you have anything below the expanding text box and the subform is set to Positioned, the text will expand and overlay what's below.
    2. On the Field tab of the text field's Object property tab, check the Allow Multiple Lines checkbox
    3. On the Layout tab, check the Expand To Fit checkbox under Y:/Height
    4. Set the PDF Render Format under Form Properties/Defaults to Dynamic XML Form.  If you're previewing in Designer, don't forget to set the preview to Dynamic too.
    Regards,
    Rave

  • How to fix ? please advise: In Adobe LiveCycle ES2, JBOSS(4.2.1.GA) node unable to join cluster after restart.

    Hi Team,
    We are using Adobe LiveCycle ES2, JBOSS(4.2.1.GA)  on windows OS.
    We are facing issue after every time we restart JBOSS. JBOSS node after restart is coming up but unable to join the cluster.
    We are getting below error in the jboss server.log:
    2014-07-18 00:25:37,206 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:44,206 WARN  [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:51,206 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:58,207 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:26:05,207 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    Could you please help to advise on this.
    Thanks.

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

Maybe you are looking for

  • Problem with focusListener

    Hi All, I have created 2 text fields and added the focus listener to check user data. EX: Whenever user leaves the text field blank progrm will alert not to leave the text field blank. Whenever I press tab to go to next text field I receive alert for

  • How to stop the Collun Drag on JTable

    hi, I want to stop the possibilities og draging column. I try the setDragEnabled method but it doesnot stop the colun drag. I try the setTransferHandler no more result. If itis possible to stop the drag column could you let me know how. And if it is

  • MacBook Pro camera konked after installing latest security download today

    After installing the latest security update for OS 10.5 on my 2006 MacBook Pro today, I had to reinstall a Canon multifunction machine driver (which worked), and my camera has died...last used it last night for a Skype call. Has anybody else experien

  • Retreive Application from previous version of HTML DB

    I recently upgraded from HTML DB 1.4 to 1.6. There was no direct path between 1.4 and 1.6, so I created a new 1.6 version, but not before exporting all the workspaces and applications that I used from 1.4 into 1.6. It appears that I missed an applica

  • Initial ALV output display

    Hello, I have one query witl regards to ALV output. After entering data in the selection screnn my ALV output gets displayed and there is no issue with it. The ALV is in display mode and if i click on the change button the ALV becomes editable. So fa