Reader Extensions Certificate

I have the Trial certificate which I have added to LiveCycle 2.5. Sure enough, in Reader 9, I can see clearly that it has FormImportExport rights enabled for Production mode, but I get this error message whenever I try to invoke importData:
NotAllowedError: Security settings prevent access to this property or method.
Doc.importXFAData:-1:XFA:books[0]:form1[0]:Button1[0]:click
...it also states that it has FormFillInAndSave usage rights (and others), but that too does not appear to be the case to me.
I've read quite extensively about these Reader Extensions, and the only conclusion that I have reached is that this only works by using LiveCycle Forms (Server-side); I'm only using LiveCycle ES on my own PC (Client-side). Is this the case?
Thanks for reading my issue.
P.S. I do prefer not to download the 30day Acrobat trial (1GB), only to realise that I have the same problem, if possible that is.

Thank you for responding.  I tried the certificate from there already.  Just to be sure I re-downloaded it and tried again and got the same error.  Is there anything I might be doing wrong?  I'm not importing from the server, it's a remote workstation through the web adminUI utility.  I also read some documentation that said you could only import .cer files and the download has a .pfx file and a text file.  Any info would be appreciated.

Similar Messages

  • 2D barcode decoding not working with Reader Extensions trial certificate

    Dear All
    After I import the last reader extensions trial certificate for ES4, but why 2D barcode decoding checkbox is disable in the service web page?
    thanks

    A new certificate with 2D barcode capabilities has been uploaded to the LiveCycle devnet site http://www.adobe.com/devnet/livecycle.html, the direct link is http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/livecycle/solutions/R eaderExtensionCert%20p16.zip

  • Configuring Watch Folder Problem - LiveCycle Reader Extensions ES

    Hi all,
    I am totally new to this process.
    We bought the LiveCycle licensed version 8.2 installed in Linux machine.
    LiveCycle PDF Generator ES and LiveCycle Reader Extension ES alone.
    The person who installed was resigned from service, so this task has came to me.
    I have just two question to all of them:
    1. Configure the LiveCycle Reader Extension ES.
    2. Create Watch folder concents for comment enabling purpose.
    I have created an watch folder using the Services-->Applications and services-->Archive Management-->Samples - Reader Extensions - ReviewAndCommenting 1.0--> Configure.
    The the configuring ReviewAndCommenting, "Security" tab "INVOKE_PERM" --> "allows Invocation of all operations on the Service", was checked.
    Setting-->Trust Store Management-->Local Credentials-->update Credentials--> Reader Extensions Credential
    Setting-->Trust Store Management-->Certificates-->update Ccertificate-->Trust for Certify Signature Trust for Certificate Authentication Trust for Signature Trust for SSL connections Trust for OCSP Server Trust for Identity
    Watch folders directory were properly created, when I place a pdf "INPUT" folder its immediately go to failure and .log file was generated.
    <----------------------------------------------------------------------------------------- ----->
    ailure Time----Thu May 20 10:57:40 IST 2010
    source location ---- Reason of failure is-----Invocation error.
    Invocation error.
    ALC-RES-001-002: No credential found with alias [SampleReaderExtensionsCredential].
    ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
        at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
        at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
        at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
        at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
        at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
        at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(Ej bTransactionCMTAdapterBean.java:259)
        at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <----------------------------------------------------------------------------------------- ----->
    I am not able to trace the problem why!, can any one help me out of this problem.
    SHAJI

    how do you solve that case? I am also stuck in RES LCES 8.0 version with turnkey installation and took very long time processing. I can't download anyway.
    I am using
    Win XP sp 2
    RAM 3 G
    HD free space over 20 G
    LCES JBOss turnkey v8.0
    RES credential file with vaild till 2023
    Regards,
    Ei Wah

  • Error: Accessing the Reader Extensions Server web application for the first time

    Hi,
    I've followed the the installation guide line by line. Everything OK.
    But when i access the Reader Extensions Server web application i see the following error:
    An error has occured
    Error 473: The credential permission settings could not be determined: 'com.adobe.document.pdf.CredentialLoginFailure: IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0'.
    Have you ever faced this kind of message before?
    To tell you the truth i'm not very sure if my Rights Credential file is valid. But is this the cause of this message?
    I use Form Server 6 and Reader Extensions 6 with a Websphere Application Server 6.0
    Thanks in advance

    Hi Stelios,
    Yes, it seems to me also, as a bad certificate issue.
    If memory serves, I run into this message once, where the certificate was valid. Anyway, Websphere v6 is not a supported app server. Have you tried installing on v5.1?
    You might want to read this post, too:
    matt cockburn, "Fix for LiveCycle Reader Extensions 7.0 install error" #, 6 May 2005 8:22 am
    If you are located in Greece, we may be able to help you. You may contact me "ekokkoris at anodos.gr", should you wish.
    Regards,
    Evangelos

  • Reading Mozilla certificates from an applet

    We have a web application that only works in Internet Explorer.
    It is a page that downloads the CAPICOM.dll and an ActiveX so we can read the Client certificates registered in Internet Explorer browser.
    But we want this web application to be accessible from Mozilla and Netscape. So in this case we think it is necessary to create an applet, and this applet might be capable of read the certificates registered in the Mozilla - Firefox - Netscape browser.
    There is a file called NSS.dll that is in charge of it for this browser. There is a Java wrapper called JSS (jss.jar file) that dialogs with it.
    But when we try in the applet something like:
    CryptoManager.initialize(dbdir);
    CryptoManager cm = CryptoManager.getInstance();
    X509Certificate[] certs = cm.getCACerts();
    there is a CheckPermission excepcion because of a loadNativeLibraries call to NSS
    How to resolve it? Is there any othe way to get the client certificate list from the Mozilla browser?
    There is another question, too:
    Witch would be the value for dbdir when calling CryptoManager.initialize(dbdir)? "secmod.db"? "key3.db"? "cert7.db"? "."? other?
    Thank you very-very-very much
    Robertico

    For accessing Native libraries from Applet here is the link
    http://www.javaworld.com/javaworld/jw-10-1998/jw-10-apptowin32.html

  • Questions regarding Adobe Reader Extensions for Adobe Livecycle.

    Hi,
    I'm relatively new to Adobe products, having just started to use Adobe Livecycle over the last couple of weeks. I've produced a set of interactive forms for field engineers to use. When completed, they will submit the xml data via email. However, there will be numerous occasions where they will need to stop in the middle of data collection and come back at a later point to finish, hence the need to locally save the information before submission.
    I understand this is where Adobe reader extensions would come in, unlocking this functionality.
    At the moment, i'm a bit of a loss on several points regarding how reader extensions work and i was wondering if anybody could fill in the gaps:
    1. Are they seperate modules that bolt in into the main Livecycle application?
    2. As these forms will be used off line, i would like to set the permissions to the pdf locally. From what i read, Reader Extensions is a server product. Is this correct, or can i use Reader Extensions to set these permissions before publishing the adobe form?
    3. Where can i get hold of Reader Extensions and how much do they cost? I have been reading information on similar topics on this forum (dating 3-4 years ago) that say reader extensions are comparitavely expensive to a Adobe Pro/Livecycle licence. ($50,000 upwards) Is this correct? If so, is there a cheaper alternative to achieve the same outcome?
    I hope someone can shed some light on these points!
    Thanks in advance.
    Rob

    Reader Extensions can be bought as a module in LiveCycle. There is a subset of RE functionality that exists in Acrobat. The ability to save locally is part of Acrobat. In both cases you woudl RE the form before distributing it, hence when the user gets your form they are ready to go. You can download a trial version of the server product. As far as pricing goes you woudl be better to talk to an Adobe salesrep as there are discounts for certain situations as well as different pricing options. If you decide tp gp the Acrobat route you ar limited, by licence, to distribute your form to a max of 500 users.
    Hope that helps
    Paul

  • Custom service (using Reader Extensions) for REST invocation

    Hello,
    is it possible to implement and configure a custom service (using Reader Extensions) for REST invocation?
    Best regards
    CommanderPeek

    Yes LiveCycle does support REST as an endpoint http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000562.html

  • Adding LifeCycle Reader Extensions to a PDF Form created in Acrobat Pro 6

    HELP!!!!
    I have already created a form in Acrobat PRO 6.0, but I am running into the issue where my clients who don't have Acrobat STD/PRO can not enter their data and then save the PDF form as a copy and email it back to me with the data included. I understand that this LifeCycle Reader Extensions allows for such a result, but I have not clue how to add this funtionality to my already created PDF?!? I have downloaded the trial version Adobe LifeCycle Designer 7.1 (which appears to have full functionality for only 60 days)in hopes to just add this capability, but I am tripping over my own feet trying to figure this out.
    If anyone could provide some guidance...I would totally appreciate it. I am trying to get away from the paper piles (as i'm sure we all are) and it is such a tease to see the demo documents from the Adobe site actually do what I am trying to do!!! :)
    Thanks in advance for any advice/guidance anyone can give.
    Cheers!
    -jon-

    >. I understand that this LifeCycle Reader Extensions allows for such a result
    That's correct.
    >but I have not clue how to add this funtionality to my already created PDF?!?
    LiveCycle Reader Extensions is a product. You buy it. Note that the
    price is "on application" and varies with your company's needs, but is
    typically either tens or hundreds of thousands of dollars. This is to
    offset the "lost sales" of Acrobat which people would otherwise have
    to buy to save forms.
    > I have downloaded the trial version Adobe LifeCycle Designer 7.1 (which appears to have full functionality for only 60 days)in hopes to just add this capability
    There are many products with LiveCycle in the name from Adobe. That's
    a different one.
    Aandi Inston

  • How to read security certificates from registry using java 1.4

    Hi All,
    I installed one Security certificate in IE browser. that certificate is UNExportable which contains private keys which are imported to use while server cuommunication.
    Now have to send that certificate for authentication to vendor server using java(J2SDK 1.4).I tried allways to do cummunication but filed due to unabalability of private key.
    Here I want to read that certificate from windows sertificate registry store which is installed from IE.
    Is there any way to read IE installed certificates using java. If so please provide me that code.
    Its very URGENT for me.....please help
    thank you
    Vinod

    while exporting the certificate the am able to export only public keys, private key option is disabled. but those private keys are very important for my communication. I should pass those private keys to vendor for authentication purpose.
    That's way am paling to read certificate from windows registry. but am new to these concepts.
    can anybody have code to read certificates from windows registry using java 1.4?

  • How do I purchase reader extensions to save a PDF form that has been filled out in Acrobat Reader?

    I have just discovered that in order to save a PDF form that has been electronically filled out in Acrobat Reader, that I have to purchase reader extensions to make this possible.  I would like to speak to someone about the price and how to purchase.
    I cannot find a phone number on your site, so I am hoping to get an answer from Adobe this way.
    Thanks,
    Chani

    Thanks everyone for responding.  I should have supplied more information.
    I was hired by my client to create PDF forms that can be downloaded from their website, filled out electronically in Acrobat Reader, and then saved (with all the form fields filled in) and emailed.
    I was supplied with scanned forms as the base for creating the form fields in Acrobat Pro.  These web visitors that will be filling out the forms and emailing them will only have Acrobat Reader, most likely.
    I created the forms in Acrobat Pro, and they worked great when I tested them ( in Acrobat Pro) - I could save the form field data.  However, my client has come back to me with numerous complaints from their web visitors - they cannot save the form once they have filled it out in Acrobat Reader and keep the data they have entered.  Instead, they have to print the form physically, scan it, and email it that way (kind of low tech for the year 2013, and not easy for these people).
    So, my end goal is to update these forms in Acrobat Pro so they can be filled out by folks only using Acrobat Reader and saved with the form field data intact.  Seems like a no-brainer that Acrobat Pro should have this capability without purchasing additional extensions.  However, in my research online, I have found several posts that suggest that purchasing "Reader Extensions" is the only way to enable Acrobat Pro to be able to do this.
    Can someone please clarify if I need to buy something to program these forms in Acrobat Pro to enable other people using Acrobat Reader to fill out these forms and save them with the form fields intact?
    If I do need to buy something, what is it exactly?  How do I find out clear, consise, specific information about buying it/the cost/the licensing?  I am a sole owner/employee of a graphic design firm and these forms are for my client, which is a locally-owned regional hospital.
    If this needs to move to the LiveCycle forum, fine, but I don't really know what that software is and since I'm only using Acrobat Pro (and the users, Acrobat Reader) I felt this was the appropriate place to post.
    Thanks for all of your responses!
    Chani

  • Extending a document in Adobe Acrobat if you have purchased and own LiveCycle Reader Extensions

    I work for an organization that has purchased adobe livcycle designer suite which includes Livecycle reader extensions. However we do not really have a need (besides perhaps per the EULA), nor the technical support to extend reader documents using the server based LiveCycle Reader extensions. We will definitly be collecting info from over 500 receipients so per the adobe acrobat license agreement:
    16.8.3 For any unique Extended Document, Customer may only (a) Deploy that Extended Document to an unlimited number of recipients, but Customer shall not extract data from more than five hundred (500) instances of such Extended Document (or any hardcopy representation of that Extended Document) that contains data from a recipient; or (b) Deploy an Extended Document to no more than five hundred (500) recipients without limits on the number of times Customer may extract data from a recipient from that Extended Document. Obtaining additional licenses to use Acrobat Standard, Acrobat Pro, or Adobe Acrobat Suite shall not increase
    the foregoing limits (that is, the foregoing limits are the aggregate total limits regardless of how many additional licenses to use Acrobat Standard, Acrobat Pro, or Adobe Acrobat Suite the Customer may have obtained). For the avoidance of doubt, if Customer purchases another Adobe product or service that allows Customer to send a greater number of PDF files or forms (e.g. Adobe FormsCentral or Adobe LiveCycle Reader Extensions), then the terms of that Adobe product or service shall supersede the terms of this Section 16.8.3
    Given the very last sentence, it sounds me like since my organization has provided me with a copy of LiveCycle Reader extensions I can extend the adobe document using adobe acrobat if I wish, and still be within the terms of the EULA, is this the correct interpretation? I would prefer not to actually use the LiveCycle reader extensions as once again we do not have the technical support, nor the need for this server based solutions.

    Hi Ben,
    Thank you for providing the detailed description of the problem.
    The contents of the password-protected PDF document are encrypted (so that nobody can read the contents until the correct password is entered).
    Acrobat DC mobile products (for iOS and Android) have the known limitation where changes cannot be saved to encrypted PDF documents.  Therefore, users are not able to make any changes (e.g. adding comments/annotations or filling out forms) to encrypted PDF documents.
    Sorry for the inconvenience.

  • LiveCycle Reader Extensions ES, version 8.2, and supported client Flash versions

    Hello,
    We are running Adobe LiveCycle Reader Extensions ES, Version 8.2.
    We have a couple users that connect through IE (version 7) to create fillable forms.
    Our companies standard version of Adobe Flash is 10.x
    When we upgraded to 10.x, the users could no longer open (convert) a pdf to be able to make it fillable.  The fix was to down grade the Flash version to version 9.
    Is there a better fix for this, as I have another user that requires access to the LiveCycle server but is running Flash 10, yet I would prefer not to downgrade them to Flash 9.
    Hopefully the above explanation makes sense, as I am technical support versus being a LiveCycle user.
    Thanks!
    Chris

    This particular service pack (LiveCycle ES Update 1 Service Pack 3 (SP3)) is has not been made public. As part  of their maintenance and support agreement with Adobe only LiveCycle customers are eligible to recieve access to this service pack. Please contact the Adobe Enterprise Support team directly and they will be able to help provide you with access to the download, provided you are eligible to download it. 
    Feel free to contact me directly ([email protected]) should you have any additional questions with concerns to this service pack.
    Kindest regards,
    Shelley

  • Editable Form: Reader Extensions

    I created an editable form with a digital signature field using Adobe Acrobat Pro X on a Mac and posted that form online. I enabled Reader Extensions.
    A user trying to fill out the form is consistently having problems where she can save the filled in form to her computer, but when she emails it, the content she entered in the fields is gone.
    I downloaded the form and tested filling it out and emailing it, and it worked fine. I also had a colleague who only has Acrobat Reader test it by downloading the form, filling it out and emailing it to me, and the content was there.
    Does anyone know what would be causing the issue for this one particular user? The form has a rapidly approaching deadline, so I would like to help her ASAP.
    Thanks!

    This is a known issue when the file is filled-in in Preview instead of in Adobe Reader.
    See here for a solution: http://blogs.adobe.com/pdfdevjunkie/2009/11/script_to_fix_mac_osx_previewa.html

  • Problem of loosing the rights after sending to Reader Extension

    I am getting a strange error.
    I was having a perfectly working version of Reader Extension and Forms Server. I am creating a dynamic PDF Form using the Forms Server. This form is being updated using the Adobe Reader and then submitted back to my application. I am also using ARES to enable rights for adding comments on the PDF document.
    I am using Forms Server 6.0 and also ARES 6.0.
    This was working fine with Adobe Reader 7.0 but recently I installed the Adobe Reader updates 7.0.1 to 7.0.3. I am not sure if this is related but suddenly I have started getting the following error:
    "This document contained certain rights to enable special features in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document."
    I am getting this error not only on the newly created forms and also for earlier forms to which I had dynamically added rights using ARES. These were the forms which were working absolutely fine earlier.
    I tried to uninstall and reinstall Reader on my system and also tried to open the document on a system on which the updates had not been done but this has not solved the problem.
    Does anyone have any idea of why this problem could suddenly come up into my application.

    Hi,
    We are getting the same error and did not have an evaluation so not quite the same.
    What it looks like here is if a computer only has Acrobat 7 Reader on it - we don't get the error but if this is a computer that has another version of Acrobat - ie. 7 professional - we do get the error. We can open up the file intially, fill in the form and do a save or save as and close. When you open up the file again to continue filling out the form - it gives you the exact error noted in this post.
    Any ideas would be appreciated.
    Thank you.

  • 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.

Maybe you are looking for

  • Slideshow works great in "live view" but does not in "preview browser"

    My slideshow looks just fine in "live view" but when I "preview in browser" it doesn't show up at all in Firefox and is a blue square with a question mark in Safari.  This was created in Dreamweaver and the slideshow is "Advanced Random Images" from

  • Dr. Damien's Development - The Xylophone Project VIII - Configuration Dialog

    The Configuration button was made active in this installment. The following changes were made. A full complement of Get and Set members were added to the NoteCalculations class. These were simply copied from the original members and the names and ico

  • Mail requesting password for 2 separate email accounts

    many times a day, please help. My settings and passwords are correct and have been fine until this week, now I'm getting asked on a minute to minute basis. Using Verizon DSL and GoDaddy, thanks!

  • How to obtain coordinates of each point in a polygon?

    How can we obtain the coordinates of each point in a polygon (say 6 sides)? Using pageitemref I had used GetPathBoundingBox method of IGeometry to get a PMRect as follows: InterfacePtr<IGeometry> geometry(pageitemRef, UseDefaultIID()); geometry->GetP

  • Linking subroutines from different directories

    <font class="fixed_width">{font:Courier, Monospaced}hello, How can i compile and link a program that uses subroutines in different directories? as for simple example; {font}</font>$ cat trial.f90         call lm(oidxdn,opnu,opold,oqnu,oqold,avw)