Using XSL to tranform xml in Livecycle designer es3

Hi,
I have a dynamic form (.xdp), an .xml data file binded to it, we need to make many manupulations to the text (the below xml does not have much text to show but that is our purpose)(i.e) to show partial bolds in some sentences etc, we figured out that this is not possible to manipulate the text in XML , so we thought of using XSL to overcome, but here comes the real problem,
i am starting it with real basic xsl-- used  The option Trnsforming Incomimg data, but when i try to preview the .pdf from the designer it throws
XSLT parsing error 1011: Parsing Error (1011):
    systemID:  'file:///C:/Users/c-sds/Desktop/ALC/'
    publicID:  ''
    line:    
    column:    !
Form version is higher than target version. This form may not run properly on target.
Xml:
Xml:
<Correspondance>
<Header>
<CaseNo>Record ID:  02/9441926</CaseNo>
<Barcode>*90002425393011</Barcode>
<CAOAddress>
<Name>SOUTHERN</Name>
<Address>
<AddressLine1>Linetest2</AddressLine1>
<AddressLine2>Linetest1</AddressLine2>
<city>XXXX</city>
<state>xx</state>
<zip>xxxxx</zip>
<Replyzip>xxxxx-xxxx</Replyzip>
</Address>
<PhoneNo>412-565-2232</PhoneNo>
<FaxNo>412-565-5179</FaxNo>
</CAOAddress>
<MailDate>Mail Date:  04/05/2013</MailDate>
<ClientAddress>
<Name>\b.INTERNET EXPLORER\b0.</Name>
<PaymentName></PaymentName>
<AlternateName></AlternateName>
<Address>
<AddressLine1>19</AddressLine1>
<AddressLine2></AddressLine2>
<city>ASDF</city>
<state>xx</state>
<zip>1xxx5</zip>
</Address>
<PhoneNo></PhoneNo>
</ClientAddress>
</Header>
<Correspondance>
my xsl:
<?xml version="1.0"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
<xsl:template match="Header">
      <xsl:text>CaseNo</xsl:text>&nl;
    <xsl:if test="//Correspondance/Header/CaseNo">
      <xsl:value-of select="//Correspondance/Header/CaseNo"/>&nl;
    </xsl:if>
            </xsl:template>
            </xsl:stylesheet>
i am just trying ot field by field in xsl but it doest seem to work any way
Thanks in Advance
V sri

Hi,
I have a dynamic form (.xdp), an .xml data file binded to it, we need to make many manupulations to the text (the below xml does not have much text to show but that is our purpose)(i.e) to show partial bolds in some sentences etc, we figured out that this is not possible to manipulate the text in XML , so we thought of using XSL to overcome, but here comes the real problem,
i am starting it with real basic xsl-- used  The option Trnsforming Incomimg data, but when i try to preview the .pdf from the designer it throws
XSLT parsing error 1011: Parsing Error (1011):
    systemID:  'file:///C:/Users/c-sds/Desktop/ALC/'
    publicID:  ''
    line:    
    column:    !
Form version is higher than target version. This form may not run properly on target.
Xml:
Xml:
<Correspondance>
<Header>
<CaseNo>Record ID:  02/9441926</CaseNo>
<Barcode>*90002425393011</Barcode>
<CAOAddress>
<Name>SOUTHERN</Name>
<Address>
<AddressLine1>Linetest2</AddressLine1>
<AddressLine2>Linetest1</AddressLine2>
<city>XXXX</city>
<state>xx</state>
<zip>xxxxx</zip>
<Replyzip>xxxxx-xxxx</Replyzip>
</Address>
<PhoneNo>412-565-2232</PhoneNo>
<FaxNo>412-565-5179</FaxNo>
</CAOAddress>
<MailDate>Mail Date:  04/05/2013</MailDate>
<ClientAddress>
<Name>\b.INTERNET EXPLORER\b0.</Name>
<PaymentName></PaymentName>
<AlternateName></AlternateName>
<Address>
<AddressLine1>19</AddressLine1>
<AddressLine2></AddressLine2>
<city>ASDF</city>
<state>xx</state>
<zip>1xxx5</zip>
</Address>
<PhoneNo></PhoneNo>
</ClientAddress>
</Header>
<Correspondance>
my xsl:
<?xml version="1.0"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
<xsl:template match="Header">
      <xsl:text>CaseNo</xsl:text>&nl;
    <xsl:if test="//Correspondance/Header/CaseNo">
      <xsl:value-of select="//Correspondance/Header/CaseNo"/>&nl;
    </xsl:if>
            </xsl:template>
            </xsl:stylesheet>
i am just trying ot field by field in xsl but it doest seem to work any way
Thanks in Advance
V sri

Similar Messages

  • Is it too much to ask that a Mac user can just OPEN and USE a PDF form created by LiveCycle Designer PC software?!?

    My problem is just that- I have created all my forms using LiveCycle Designer because it is easier to make the forms accessible to individuals with disabilities.  Apparently it doesn't make Mac users have access to the forms.  I've received complaints from Mac users that cannot complete or submit the forms that I created.  I'm not asking how to recreate using another software, I know how to do that.  I'm asking is there a work around to allow a Mac user to open a PDF form or even XML (bedded within an HTML page) on a Mac computer WITHOUT having to use bootcamp, parallels, etc. and be able to complete the form and submit, print or email it?????  I've exhausted all my knowledge on this thus far and I'm hoping to find something that will help.  So far all forums talk about how Mac users need to have a PC side to their computer.  Isn't there another way?
    I've attached an example form that we are no longer using (though still created exactly the same as the others)
    Thanks!

    Hi, as far as I can infer, that term means it's not loading any resources until needed, opposite of this...
    -bind_at_load
                     Sets a bit in the mach header of the resulting binary which tells dyld to bind all symbols                when the binary is loaded, rather than lazily.
    https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man1/ld.1.html
    Load resources lazily.
    You should never load a resource file until it is actually needed. Prefetching resource files may seem like a way to save time, but this practice actually slows down your app right away. In addition, if you end up not using the resource, loading it wastes memory for no good purpose.
    http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneos programmingguide/PerformanceTuning/PerformanceTuning.html
    And, higher OS versionsare even worse with Bonjour/mDNSResponder, but might see this...
    http://support.apple.com/kb/ht3789

  • Controlling XML output Livecycle Designer 8.0

    Hello.
    I am new to XML and somewhat new to LiveCycle Designer, however I have acclimated rather well.
    Here is what I want to do:
    1) Create a PDF fill-in-form (including various fields...text, numeric, radio buttons, and some FormCalc functions)
    2) Create a Submit button that emails an XML file to the form administrator
    3) Use MS Excel to import XML files into pre-mapped fields
    Basically, I do not have server database support, and this is the best workaround (and most functional) I could come up with.
    After mapping fields in Excel, I exported the *.xsd and created a new data connection within LiveCycle. Then, I linked the schema fields with the bindings - corrected any errors, and have tested the form (form1). I made the submit button - that's all good, too. When I import the XML into Excel - that's where I have a problem, and it's not an issue with Excel to my knowledge, but rather how the form generates the XML output.
    For example, I have 25 fields that will be outputted via XML. My PDF form consists of 4 pages (8.5" x 11"). When I created the form and got to the end of the page, I "inserted new page" and went on my merry way. When I import the XML, Excel properly maps the fields, however, it does not import the info to a single row. What I have discovered is that since my PDF form consists of 4 pages (each bound to "sheet[*]"), the XML output looks like the following:
    Example of the XML output from my form:
    <form1>
    <sheet>
    <submissionID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    >743</submissionID>
    <reviewerID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    >234</reviewerID>
    <date xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    >24/01/2008</date>
    </sheet>
    <sheet>
    <tag1>input</tag1>
    <tag2>input</tag2>
    </sheet>
    </form1>
    Wherever there is a "<form>" tag (hence a new page in my PDF document), Excel puts that data on a new column. All fields within form1 are imported and mapped to the correct field, however importing a single XML file will occur on 4 rows.
    I bound each "page" as "sheet[*]" mostly because that is the only way I knew how to use FormCalc to do calculations from fields that occur at different places throughout the document.
    So, I have tried to be as clear as possible, and would like suggestions/help as how to control the XML output from a LiveCycle document. If I am to modify the outputted XML and remove the multiple instances of <sheet> and </sheet> then Excel imports the data just fine and on a single row.
    I would love some help on this rather specific problem. I guess it's a very basic issue that someone with experience could help.
    Thank you so much!!
    Jim

    I have a vital form that clients fill out, which is passed to many people in the company along the workflow. The form is a Planner and we have in the following PDF, Word Doc..
    Well before, the Planner.pdf was originally created in Word, since most people have access to Word.. but evolved to a PDF form created from the Word Doc via Adobe LiveCycle Designer 8.0 w/ User Rights enabled so that the form could be filled out and saved using Adobe Reader.. which was a step better than Word.. being that it is free. But this needed to be easier and more to the point b/c some clients don't particularly like installing the latest version of Reader, even if you provide them the link. Nor do they like saving the form, filling the form, and attaching the form to send back.
    My goal is to have the client fill an HTML version of the form, submit and be done with it, but everyone in the workflow be able to easily receive the filled Planner as a PDF form.
    So some months ago I ran into this post Chris Trip, "Populate Livecycle PDF from mySQL database using PHP" #8, 22 Sep 2007 4:37 pm
    which uses the command line Win32 pdftk.exe to merge an FDF file into an existing PDF on the remote server, and serve this to whoever.
    My problem was with shared hosting and having the ability to use the Win32 pdftk.exe along with PHP which is predominantly used on Linux boxes. And we used a Linux box.
    so i created the following unorthodox method, which a client fills the HTML version of the Planner, all field values are INSERTED into a table in MySQL DB, I and all filled planners that have been filled by clients to date can be viewed from a repository page where an XML file is served up of the corresponding client, but someone would have to have Acrobat Professional, to import the form data from the XML file into a blank form.. altoughh this is simple for me.. I have the PHP file already created so that when a Planner is filled and client submits. >> the an email is sent to me with a table row from the repository of the client name, #, email, and a link to d-load the XML file,
    But I also have the PHP files created so that the Planner can be sent to by email to various people in the workflow with certain fileds ommitted they they do not need to see, but instead of the XML file beiong served up i need the filled PDF Planner to be served.
    I can do this locally with ease on a testing server, but I am currently trying to use another host that uses cross-platform compatibility so i can use PHP and the pdftk.exe to achieve this, as that is why I am having to serve up an XML file b/c we use a Linux server for our website, and cant execute the exe.
    Now that I am testing the other server (cross-platform host), just to use them to do the PDF handling (and it's only $5 per month) I am having problems with getting READ, WRITE, EXECUTE permissions..
    Si guess a good question to ask is can PHP do the same procedure as the pdftk.exe, and i can eleminate it.
    or how in the heck can i get this data from the DB into a blank PDF form, like i have described??
    here are some link to reference
    Populating a LiveCycle PDF with PHP and MySQL
    http://www.andrewheiss.com/Tutorials?page=LiveCycle_PDFs_and_MySQL
    HTML form that passed data into a PDF
    http://www.mactech.com/articles/mactech/Vol.20/20.11/FillOnlinePDFFormsUsingHTML/index.htm l
    and an example
    http://accesspdf.com/html_pdf_form/

  • Can use adobe livecycle reader extensions es to compile adobe livecycle designer ES3 file?

    Hi ,
    I am using livecycle designer ES and livecycle reader extensions es to create some PDF files. I want to use the new feature action builder, so I downloaded the designer ES3. After creating some new files, I tried to use livecycle reader extensions es (old version) to convert the file to add the saving function to adobe reader. It could not convert the file successfully and stuck at downloading the file page as the attached screen. Does that mean I have to upgrade livecycle reader extensions es to es3? Thanks in advance.
    Regards,
    Craig

    There were problems like this that were caused by a flashplayer security patch.  See https://groups.google.com/forum/?fromgroups=#!topic/livecycle/ZRj27vcLXOI
    My memory is a bit hazy on this, as it was three years ago. 
    There was a LiveCycle blog on this November 11, 2008
    http://blogs.adobe.com/livecycle/2008/11/livecycle_and_flash_player_10.html
    Flash Player 10 broke the Reader Extensions sample application included with LiveCycle ES 8.0.1, and 8.2.1. When you use it, it will essentially hang. The workaround is to revert back to Flash Player 9 on those machines you use as LiveCycle clients.
    This problem has been fixed in LC 8.2.1 SP3 as well as in ES2.
    The key is to either upgrade your server or downgrade to an earlier (9) version of the flash player. (copying from the google group)
    As you said, this issue is due to the changes in security in flash
    player 10.  The Reader Extensions webUI leverages flex.  For LiveCycle
    8.2.1, the file dialog automatically pops up after conversion is
    complete.  However, in flash player 10, there were changes to how file
    reference are is handled.  Since it is possible to pop up a file
    dialog based on user action), and automatically poping up that file
    dialog based on the old code base will no longer work.  This is a
    known issue in LC ES 8.2.1, and downgrading to flash player 9 works.
    However, in fix pack 2 of LiveCycle ES Update 1.  (8.2.1.2), this bug
    on flash player 10 has been resolved with an explicit button to
    download the file.

  • Problem using xsl to convert xml to xml

    I have and xml doc that has a format similar to this:
    <HEADER>
    <ORDER_NUMBER>
    <ORDER_DATE>
    <LINE>
    <LINE_NUMBER>
    <ITEM>
    </LINE>
    <LINE_NUMBER>
    <ITEM>
    </LINE>
    </HEADER>
    When I convert from xml to xml using xsl I do not get the second occurence of <LINE>, everything else looks fine.
    Please help.
    Thanks, John

    Hi John,
    I also have problems to convert xml to xml by xsl at command-line interface as follows.
    CLASSPATH=$ORACLE_HOME/rdbms/jlib/xsu12.jar:$ORACLE_HOME/lib/xmlparserv2.jar:$ORACLE_HOME/jdbc/lib/classes12.zip
    java oracle.xml.parser.v2.oraxsl source.xml -s myxsl.xsl destination.xml
    and I received error message as "Error occurred while processing myxsl.xsl: Error in expression: '*|/'."
    Actually, the source xml file and xsl script I used were copied from the book "Professional XML".
    Do you know what's the problem and could you show me setting for the classpath?
    Thanks.
    Yi

  • How would you launch an applet using xsl and some xml data?

    Is is possible?

    Thanks for your input but I got it working with the correct CDATA syntax. The concept is to launch a database driven system using xml instead, so the applet piece is completely modular and can be added to any other application that can call a url. No databases need to be created. Its not crazy if the amount of info int he database is managebable.

  • Is it possible to save a copy of a PDF form created in Livecycle Designer ES3?

    Hey,
    I've created a form using the trial version of Livecycle ES3 however when I view the form I get this message:
    "you cannot save data typed into this form. Please print your completed form if you would like to keep a copy for your records."
    Is there a way around this/ is this just with the trial version? If I download the full version will the forms then be saveable?
    I don't want to send out the form to people unless they are able to save a copy as I think that this could cause issues.
    Answers much appreciated!

    If you use the File > Distribute Form this does allow recipients to save data entered into the form.  However, beware of the following points:
    1.  File > Distribute Form will take you through a process to gather information about your preferences for distribution including destination email addresses.  Once you have gone through this process, subsequently there is no option to change or reset any of the original inputs.  For example, if you wish to change the destination email address, you need to open the PDF in Acrobat Pro and go to Edit > Preferences and select the identity category.  The email address can be changed there.
    2.The File > Distribute Form, seems to make other changes to the PDF too, because it uses the email address entered when Distribute Form is first used, to submit the PDF by email.  If you have an email submit button in your form, like I did, this does not work any longer in Adobe Reader.  Clicking it now simply prompts to save a local copy of the PDF. The submit does work in Acrobat Pro, but this is useless for a distributed form.
    Paul

  • Adobe Acrobat aborts when using LiveCycle Designer PDF Preview tab.

    Whenever I try to use the PDF preview tab in LiveCycle Designer, Adobe Acrobat aborts.  I get the notice that "Adobe Acrobat 8.1 has encoutered a problem and needs to close.  We are sorry for the inconvenience.  Yadda, yadda, yadda,....." .
    The error signature is:

    Please increase your Buffer memeory for appalications.
    Before you go for a preview. try to kill the exisitign process of adobe reader.
    We need to see hte size of the XDP being generated.
    If it is over 20 0r 30 MB, we may need to bring it down to 2 - 4 MB.
    Again if the problem still persists, Re install the acrobat and try.
    Lastly, check if the same problem happens when you use a adobe reader 8.1.3 or 9.4 (stable versions).

  • Adobe LiveCycle Designer ES closes every time I open it :(

    Hello all, I want to thank you beforehand for the help regarding this matter. I use Windows Vista and my Adobe LiveCycle Designer was working before but for the last week and a half or so I have not been able to get it to work! I have done scandisk/defrag/and have multiple software to keep my computer clean so I have taken those precautions beforehand. To the problem...:
    My Adobe LiveCycle Designer opens up and it was working previously as mentioned, but when I try to open it by either opening or converting a form or creating a new form with a template, I am not able to as it gives me an error message and closes! It gives me an error message of "Adobe LiveCycle Designer ES has stopped working" and a screenshot of this is provided at the following link:
    http://www.mediafire.com/imgbnc.php/bc59d422150595157c212a5b181313244g.jpg
    I don't know what to do and wanted to see if I could solve this problem before I was forced to try to manually reinstall it so hopefully I don't have to go through that. I appreciate the help once again!

    I am dealing with the same problem. I called Adobe technical support and spent hours to fix the problem but none worked. I tried to explain them the error might be caused by the Activation process but they just made me uninstall and install application several times.
    When I start LiveCycle it gives the following error: adobe livecycle designer es has stopped working.
    I start debugger to see what's going on and get the following exception: Unhandled exception at 0x773db663 in FormDesigner.exe: 0xC015000F: The activation context being deactivated is not the most recently activated one.
    Does anyone know how to deactivate this product manually? Because deactivate menu is dimmed and I cannot deactivate product from the program. I believe if I can just remove activation info and activate it again this problem might disappear.
    Thanks

  • My Adobe LiveCycle Designer ES closes when I open it....:(

    Hello all, I want to thank you beforehand for the help regarding this matter. I use Windows Vista and my Adobe LiveCycle Designer was working before but for the last week and a half or so I have not been able to get it to work! I have done scandisk/defrag/and have multiple software to keep my computer clean so I have taken those precautions beforehand. To the problem...:
    My Adobe LiveCycle Designer opens up and it was working previously as mentioned, but when I try to open it by either opening or converting a form or creating a new form with a template, I am not able to as it gives me an error message and closes! It gives me an error message of "Adobe LiveCycle Designer ES has stopped working" and a screenshot of this is provided at the following link:
    http://www.mediafire.com/imgbnc.php/bc59d422150595157c212a5b181313244g.jpg
    I don't know what to do and wanted to see if I could solve this problem before I was forced to try to manually reinstall it so hopefully I don't have to go through that. I appreciate the help once again!

    Hi,
    I have a few screenshots here that show Windows XP and Vista: http://forums.adobe.com/message/2226510#2226510.
    C:\Users\Username\AppData\Roaming\Adobe\Designer\8.2\
    In addition it is the same location for Windows 7:
    Good luck,
    Niall

  • Adobe LiveCycle Designer ES closes when I open it...

    Hello all, I want to thank you beforehand for the help regarding this matter. I use Windows Vista and my Adobe LiveCycle Designer was working before but for the last week and a half or so I have not been able to get it to work! I have done scandisk/defrag/and have multiple software to keep my computer clean so I have taken those precautions beforehand. To the problem...:
    My Adobe LiveCycle Designer opens up and it was working previously as mentioned, but when I try to open it by either opening or converting a form or creating a new form with a template, I am not able to as it gives me an error message and closes! It gives me an error message of "Adobe LiveCycle Designer ES has stopped working" and a screenshot of this is provided at the following link:
    http://www.mediafire.com/imgbnc.php/bc59d422150595157c212a5b181313244g.jpg
    I don't know what to do and wanted to see if I could solve this problem before I was forced to try to manually reinstall it so hopefully I don't have to go through that. I appreciate the help once again!

    Shawn,
    This may be a couple of known things; one is related to your specific installation (may have become corrupted if you did an upgrade from a previous version, especially if you upgraded from Beta?) Or, it may be related to a known SQL Server compatibility bug for which a hotfix will shortly be posted. (Problem with some Microsoft DLLs that get updated if you install SQL server).
    If you have SQL Server installed, try looking on these forums for a patch that should be posted within the next 2 days. If not - please contact me directly, as I'd like to get someone on my development team to help look through your installation and see what the problem is, so we can fix this properly.
    Mike

  • Adobe LiveCycle Designer and Office 2010

    Hi guys,
    I'm using Adobe LiveCycle Designer (version 9 / ES2). I try to open a MS Word file, but I receive an error message.
    Word (version XP or higher) cannot be found on the machine.
    OS: Windows 7 Enterprise
    Office: 2010
    I read that the version 8.2 of LiveCycle Designer doesn't work with Office 2007 and higher. In this constellation the same error message appears. Is it the same problem on my side? How can I solve it?
    Many Thanks,
    untalentiert

    I'm running Win XP using Parallels 8... LiveCycle Designer is WIndows only and Acrobat XI will only import hyperlinks correctly from Windows versions of Office - which is why I use Office on both the Mac and Windows side, as well as Acrobat XI on both platforms. You can't use the Office plug-ins for Office using LibreOffice (or even Office 2011 for Mac) hence the need to open docs in Word on the Windows side instead of the Mac side.
    What I'm confused by is the pricing difference between the packages - I guessing that the $163 package is the 'full retail' and not an OEM or anything - but I don't know if an OEM would even work under a VM with Parallels...
    So I may end up with the full retail version, although I'd like to save the $70 difference if I can!
    Thanks,
    Clinton

  • Adobe Livecycle Designer 8.0 launches Acrobat 8.1.1 instead

    I use
    Vista OS. When
    Adobe Livecycle Designer 8.0 is launched, the splash screen is displayed and then the main window pops up only for a split second before launching
    Adobe Acrobat 8.1.1 Professional instead.
    I've tried
    Repairing Acrobat Installation under the Help menu in Adobe Acrobat, but it hasn't helped the situation.
    I had this same problem on my old computer running XP with Acrobat 7.0 Professional & Livecycle 7.0 and the problem was fixed by repairing something in the registry. The tech described that it had some conflict with some trial software but I do not know if that is the case in this instance nor do I remember the specific keys that were searched & deleted.
    How do I remedy this situation?

    I had the same issue. I have a brand new computer running Vista and the only software that I have installed is what came from the manufacturer and Acrobat 8 Pro. I downloaded the trial version of Livecycle ES over the weekend and think that may have been the problem.My system was running a bit odd with some forms I was working on Wed. Problem happened yesterday, I tried uninstalling and reinstalling that didn't work, tried different set up points. I finally caved and reverted the computer back to factory settings by the backup and reinstalled everything and am back to running normal.

  • How to use xsl in the veriable (of type Document  packorg.w3c.dom)?

    I have xml document in the variable of type Document from the package "org.w3c.dom". I want to use xsl to this xml document to format it.
    I am trying to do something like this:
    <c:set var="aaa">
              doc // doc is of type Document created by traversing the ResultSet.           
    <c:set>
         <c:import url="/generic_stylesheet.xsl" var="xsl" />
         <x:transform xml="${aaa}" xslt="${xsl}" />
    </td></tr></table>
    Help

    hi "user615720"
    If you have questions about JDeveloper 11g TP, you might also want to try this forum :
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • No Preview PDF tab in LiveCycle Designer

    I have both LiveCycle Designer ES3 and Adobe Pro 11 installed on my computer. I am unable to select the Preview PDF option from the View menu item and there is no Preview PDF tab next to the Design View tab like there used to be. I can't recall what could have happened, but I know I had it before.
    All I can find when I search on this issue is that I must have both LiveCycle and Adobe Pro or Adobe Reader installed. Like I said, I have Adobe Pro, so that isn't the issue.
    Can anyone help?
    thanks.
    Amy

    Thanks. I tried that and it did not work. Ultimately I fixed it by uninstalling Reader and installing the latest version.

Maybe you are looking for

  • Exporting Issues after Mountain Lion install.

    FCP 10.0.3 and recently upgraded to Mavericks. Getting this message when trying to go to Youtube: com.apple.Compressor.CompressorKit.ErrorDomain I don't have Apple compressor. Export won't work. It's not greyed out either. Just does nothing when I hi

  • Vision Box only + Sky functionality

    I'm currently a BT Broadband customer and I am looking for the cheapest way to access Sky Sports. If I just get the Vision Box for a one-off £90 and then add Sky 1 and 2 for £16.99 pm, this seems to me to be the cheapest option. My question is what f

  • Please Help On TMG2010

    I Want Right way to install SurfCop for TMG 2010 if any One Try it please Tell me how it work

  • Alets for sender adapter

    Is it possible to handle the sender adapter errors/exceptions thru alerts? Regards, Naresh

  • Use naming datasource in WebStart application

    Hello! I created a simple WebStart application with ADF Swing components.(JDeveloper version is 11.1.1.3) I deployed this application on Weblogic server (version is 10.3.3). But my application works fine, when I use JDBC connection in configuration o