ADS: com.adobe.ProcessingException: Error exporting Data into PDF

Hi Experts,
when trying to upload a PDF file to my WD4A application and extract the data I am getting this ADS Error:
ADS: com.adobe.ProcessingException: Error exporting Data into PDF - PDF Exception: Invalid object for the XFA entry in the forms dictionary.(200201).
The error only appears when I`m trying to upload a PDF file that has been created after an Java Script Update of the Adobe Form Builder. My actual version is 710.20070621204053.403203.403203 - ContainerFoundation_JS.
All PDF files created before this update can be uploaded without problems. Am I missing something to be updated?!
Thanx & best regards,
Oliver

Dear Oliver,
I am facing this problem, can you recall how did you resolve this, please ? Thank you.
Regards
Kir chern

Similar Messages

  • ADS: com.adobe.ProcessingException

    Hi Experts,
    When I am trying to convert pdf document to XML through ADS, I am getting below error message.
    "ADS: com.adobe.ProcessingException: Error exporting Data into PDF - PDF Exception: Invalid object for the XFA entry in the forms dictionary."
    I've searched forums, but I cannot find any exact answer to this issue.
    Can anybody help ?
    ===
    DATA: l_fp     TYPE REF TO if_fp,
          l_pdfobj TYPE REF TO if_fp_pdf_object,
          l_pdf    TYPE xstring,
          l_data   TYPE xstring,
          l_fpex   TYPE REF TO cx_fp_runtime.
    Get FP reference.
      l_fp = cl_fp=>get_reference( ).
      TRY.
    Create PDF Object.
          l_pdfobj = l_fp->create_pdf_object( connection = 'ADS' ).
    Set document.
          l_pdfobj->set_document( pdfdata = l_pdf ). 
    Tell PDF object to extract data.
          l_pdfobj->set_task_extractdata( ).
    Execute, call ADS.
          l_pdfobj->execute( ).
    Get the result.
          l_pdfobj->get_data( IMPORTING formdata = l_data ).
        CATCH cx_fp_runtime_internal
              cx_fp_runtime_system
              cx_fp_runtime_usage INTO l_fpex.
          PERFORM error USING l_fpex.
      ENDTRY.
    Thanks in Advance
    Raghu

    Hi Raghu,
    I could see in that PDF Exception: Invalid object for the XFA entry in the forms dictionary that the issue could be with the data entered in the form which cannot be mapped correctly to SAP data types. See Otto's better answer in that thread.
    Best regards,
    sandra

  • Error Info... FPRUNX 001: ADS: com.adobe.ProcessingException:

    Anyone every run into this error after saving a PO?
    Error Info...   FPRUNX 001: ADS: com.adobe.ProcessingException: com.adobe.Processin
    The full message is:
    System ID....   PR3
    Client.......   100
    User.........  ELBURGD
    Transaction..   ME21N
    Update key...   4EC42600E07900E1E10080000A14402B
    Generated....   17.11.2011, 06:09:20
    Completed....   17.11.2011, 06:09:24
    Error Info...   FPRUNX 001: ADS: com.adobe.ProcessingException: com.adobe.Processin
    Using SM13 it says:
    Function Module:  RV_MESSAGE_UPDATE
    Status:                  Update was Terminated
    Class:                   FPRUNX      Number: 001
    FPRUNX 001: ADS: com.adobe.ProcessingException: com.adobe.Processin
    This happens seemingly randomly in production after the user saves a PO.  They'll create a PO, save it, get the PO number , start a new PO and a message box pops up saying: 
    Express document 'Update was terminated' received from author 'xxxx xxxxx'
    If the user goes back to the PO to look it up, the PO does not exist.  If the user creates a new PO (or recreates the one that failed to commit to the database), it'll save with no trouble... same print settings, same everything.  This leads me to believe the problem isn't with the PO form but with the ADS.  The PO form is custom and works without error in dev and QA.  I do believe the users are setting the message options to Print Immediately.
    I am unable to recreate the problem in dev or QA, and it appears randomly in production.  I've run the ADS test programs in production and they come back without errors.
    Has anyone run into this before?  Are there some settings on the ADS that might need to be adjusted?  I don't think this is form related since we're able to recreate the same PO and save without error immediately afterwards, but could this be a form problem?
    I am open to any and all experiences you've encounted, and any suggestions you may have.
    Jeff Kulbeth

    Recently I had the same error with Adobe Form. In my case there were a few problems regarding data binding and data format. In a Form there was unresolved data binding warning and data format mismatch with one field - Form interface contained variable of type decimal and in the Form content that variable was bound to the field of type numeric with data format integer. Adobe Form with such kind of issues can be activated without errors but during Form call you get error FPRUNX001
    So my advice would be to consider things like:
    Resolve data binding warnings. Its in the Report palette witch by default is located in the bottom left corner of the vertical palettes bar.
    Check that Form interface data types match with Form content fields data formats in data binding sub-menu.
    Also in your Form calling application you can trace ADS by using these function modules:
    FP_GET_LAST_ADS_ERRSTR - provides texts about the cause of the error
    FP_GET_LAST_ADS_TRACE - provides a trace of the Adobe document services

  • Error "ADS: com.adobe.ProcessingException: X Exception - P(200101)"

    Hi folks,
    I created a new Adobe Interactive Form which is quite simple. There's just a header and the personal number of an employee to be printed. I binded a structure (contains 10 fields) to the context and de-activated all of the fields except  the field personel_number (defined as CHAR8).
    The form is ok when it's execuded by TA SFP.
    Running the form via a print program it aborts with "ADS: com.adobe.ProcessingException: X Exception - P(200101)".
    When I deactivate the personel_number in the context the form the error does not occur.
    The ADS works well. FP_CHK_REPORT and FP_PDF_TEST_00 report no problems.
    My problem is quite similar to [ADS: com.adobe.ProcessingException: com.adobe.Processin(200101); just the other way round.
    Regards,
    Steffen

    I fixed the problem on my own. There were probably 2 bugs:
    1. I deleted the form, the interface and the ddic objects. Then I started from scratch that means creating again ddic objects and the interface. When I created the form I recognized the layout type "standard form". I'm quite sure that this option was not selectable on form I deleted.
    2. It also could have been that the data structure of the context contained wrong data e.g. a numeric field contained non-numeric stuff (X'00')
    Maybe these informations are helpful for somebody.
    Regards,
    Steffen

  • Sytem Error:com.adobe.ProcessingException:Problem accesing data

    HI Experts,
    We are trying to perform ADS Configuration from ERP(DEV) system  to SOlman Java. One more thing is we already have ADS connection(GSD) from another ABAP system to Solman Java.
    In GSD,ADS is working fine but in DEV System(2nd ADS connection to Solman) we are getting below error when we execute FP_CHECK_DESTINATION SERVICE but we are able to execute FP_TEST_00 and FP_PDF_TEST_00 reports successfully.
    SYSTEM ERROR : com/adobe.processingexception:Problem accessing data from Destination dest :FP_ICF_DATA_DEV//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
    My question is:
    1.Is it possible to create 2 ADS connections to one Java System(in my case GSD,DEV ABAP systems trying to connect to Solman Java system via ADS)?
    2.If yes, please tell us how can we rectify the above issue we are facing.
    We didnt miss anythig from the config guide, thus we are able to config GSD perfectly.
    Thank in advance
    Rkumar

    Hi Sethu
    I rechecked roles and found the below roles assigned to the ADSUSER but not generated. i generated and executed the program FP_CHECK_DESTINATION_SERVICE and now ADS  setup is perfectly working fine.
    Z_ADS_SAP_BC_FP_ICF
    Z_ADS_SAP_BC_FPADS_ICF
    Z_ADS_SAP_BC_JSF_COMMUNICATION
    It was a mistake that i forgot to generate roles after copying from one system to another system.
    my problem is solved.
    Thank you

  • SYSTEM ERROR : com/adobe.processingexception:Problem accessing data from De

    Hi SAP Guru,
    We have configured ADOBE for separate ABAP server and Java Server.
    But when I am execution report FP_TEST_00 getting below error
    ADS: com.adobe.ProcessingException: Problem accessing d(200101) Message no. FPRUNX001
    FP_CHECK_DESTINATION_SERVICE
    FP_CHECK_HTTP_DATA_TRANSFER giving error
    SYSTEM ERROR : com/adobe.processingexception:Problem accessing data from Destination dest :FP_ICF_DATA_IP1//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
    But report fp_pdf_test_00 is giving postive response.
    I have troubles hooted according to note 944221 , my configuration is ok but no success.
    Please help to resolve this issue.

    Hi,
    Check your ADS Connection .
    Do one thing
    Go to T-code "SM59"  -  "RFC Destinations (Display/Maintain)"
    select "HTTP Connections to External Server" - > ADS
    Double click there and check the all the settings " Administrations "  ,  Technical setting , Logon and security , Special option .
    Please check the log on and pass word with the help of your SAP BASIS consultant it will work fine .

  • Error ADS: com.adobe.ProcessingException:Could not retrieve(200101)getting

    Hi,
    In our development system CD2(ECC backend system) when I am acessing t-code PHAP_CATALOG_PA->Category Group/Category/Template>Zero Harm>DRA JKSW2>Preview --->Print Layout giving below error.Here PD7( Dev portal ) is acting as frontend.
    Error :
    ADS: com.adobe.ProcessingException: Could not retrieve(200101)
    Message no. FPRUNX001
    Diagnosis
    An error occurred when Adobe Document Services (ADS) was launched.
    System Response
    Error message
    Procedure
    When troubleshooting, follow the steps described in SAP Note 944221.
    First check the connection to ADS. You can use the program FP_PDF_TEST_00 to do this. From SAP NetWeaver Release 7.0, the program FP_CHECK_DESTINATION_SERVICE must also run successfully (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuration.
    Please help in this case.
    Regards
    Nilesh

    Hi,
    Perform the ADS configuration check as specified in : http://help.sap.com/saphelp_nwmobile71/helpdata/en/43/f0638873b56bede10000000a11466f/frameset.htm
    You need to check all the configuration steps to makesure everything is setup right. Also, try after restarting your Java engine where ADS is installed. Check your ADS RFC connection using SM59 tcode, and check whether ADSUSER and ADS_AGENT are not locked.
    Try and let know.
    Regards,
    Shahid.

  • System Error:ADS :com.adobe processingException:XMLFM Exception during render Exception

    Dear All, We have configured ADS in DEV and QAS it is working fine. We have done the same configuration in PRD but it is giving the following error when we execute the program FP_CHECK_DESTINATION_SERVICE: SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE(200,101). Exception of class CX_FP_RUNTIME_INTERNAL System Info : SAP ECC EHP6 SAP NW 7.31 Kindly suggest some solution. Regards, Mustafa

    HI
    Note 944221 - Troubleshooting if problems occur in forms processing
    Note 717568 - FPRUNX001, 002 or 004 with output of PDF-based forms
    Note "959462 - ISR/Adobe/Web Dynpro Java: Configuration problems"
    Note 1288500 - HR-RU: ADS: XMLFM Exception-P(200101) message no.FPRUNX001
    Note 1143442 - Shift report: Error "ADS: XMLFM Exception"
    AND YOU CAN CHACK AGAINST FOLLOWING Problem:
    1). Check the JCO RFC from Java to ABAP server.
    2). Check the ADS connection in SM59.
    Check the document more troubleshooting steps
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ec0508-9438-2c10-f393-a41fb255698d?QuickLink=index&overridelayout=true
    http://forums.sdn.sap.com/thread.jspa?threadID=842415

  • ADS: com.adobe.ProcessingException: PDF is not interactive

    Hi All,
    I have a ECC 6.0 ABAP SP12Stack installation and a seperate NW04s SP13 Portal installation. I have done all the configuration steps of ADS integration on those 2 systems.
    I developed a WebDynpro application and used the interactive form object referring to a simple  Adobe form created with transaction SFP. As I test the Webdynpro ABAP application I get the following error "ADS: com.adobe.ProcessingException: PDF is not interactive.  Data can only be imported into interactive forms.(201501)" in UPDATE_PDF method of class CL_WD_ADOBE_SERVICES. Do you have any idea for the reason of this error?
    Best Regards,

    Hi.
    Can it be applied to AS Java version too? Our system was updated from SPS12 to SPS16, and the following problem comes up:
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Processing exception during a "MergeData" operation.
    Request start time: Wed Oct 08 16:49:20 BRT 2008 com.adobe.ProcessingException: PDF is not interactive. Data can only be
    imported into interactive forms. Exception Stack Trace: com.adobe.ProcessingException: PDF is not interactive. Data can only be
    imported into interactive forms. at com.adobe.ads.remote.EJB_PDFAgent.importFormData(Unknown Source) at
    com.adobe.ads.operation.MergeData.execute(Unknown Source) at com.adobe.ads.operation.ADSOperation.doWork(Unknown
    Source) at com.adobe.ads.request.Request.processOperations(Unknown Source) at com.adobe.ads.request.Request.process
    (Unknown Source) at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source) at
    com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source) at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120) at
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
    java.lang.reflect.Method.invoke(Method.java:324) at
    com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126) at
    com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157) at
    com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79) at
    com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92) at
    SoapServlet.doPost(SoapServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet
    (HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at
    com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at
    java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
        at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:400)
        at com.sap.tc.webdynpro.pdfobject.core.PDFObject.inputPDF(PDFObject.java:4003)
        at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInputPDFHandler.handle(PDFDocumentInputPDFHandler.java:139)
        at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
        at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:100)
    The Interactive Form was working well before the update. As soon as we set our patched Web Dynpro development environment to use an ADS not yet patched, it works perfectly.
    Regards,
    Douglas Frankenberger

  • ADS: com.adobe.ProcessingException: XMLFM Exception - P(200101)

    Hi,
    Exception       SYSTEM_ERROR
    Message ID:          FPRUNX                     Message number:           001
    Message:
    ADS: com.adobe.ProcessingException: XMLFM Exception - P(200101)
    I am getting the above error while executing adobe forms function module.
    Any ideas.
    Regards,
    Thiyagu

    the J2EE User Management Engine has a configuration for setting an expiry date for passwords. Because of this setting, you can get an error after the password expires. (see documentation at http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/frameset.htm) This could be a reason here.
    Try this:
    Check the user ADSUser in the Visual Admin: -> Server -> Service -> Security provider -> UserManagement tab
    -> ADSUser
    Enter a password again and check 'No password change is required'.

  • Com.adobe.processingException : Problem accessing data from destination

    hi guys,
    i have an ECC 6.0 server(db : sql) and i am getting the below error while testing the destination service
    (((com.adobe.processingException:Problem accessing data from destination
    dest: fp_icf_data_isp)))
    i checked rfc connection and it is working fine .
    i dont remember the ADS_AGENT password for checking the user.but i have provided all the required roles for that.
    please guide me to resolve this issue

    Hi
    When you say you checked the rfc are you refering to the one in SM59? The fp_icf_data_isp should be an entry in the visual admin of the server that runs the ADS. In the visual admin under server->services->destinations goto to the http folder and check that there is an entry with that name there. Also the address should be http://<host of abap system>:<abap http port> and the client field and username field should be filled in.
    Regards
    Thashin

  • ADS com.adobe.ProcessingException : Could not retrieve credential for alias

    Hi,
    I have configured ADS in NW730 EP system which is connected to ECC 6.0 system.
    When i perform the configuration tests in SA38 as per note 944221 ,
    i get the following error when executing FP_TEST_IA_01
    ADS com.adobe.ProcessingException : Could not retrieve credential for alias : ReadersRights(200.101)
    I have installed the credentials in the \usr\sap\<SID>\SYS\global\AdobeDocumentServices\TrustManagerService\trust\credentials
    Please help me with the situation

    Hi Florian,
    In my case the NW is 731. In NWA / Configuration / Infrastructure / Adobe Document Services / Documento Security, I put the pfx file through Manage P12 files... After this I added ReaderRights Alias and password that SAP sent me with pfx file.
    But after configured this alert message appear:
    "Could not retrieve the expiry date of the selected credential. This means that either the entered password is incorrect, or no JCE (unrestricted version) installation is available. See SAP note 1294782 for further details"
    I think that this is my problem. I think that because this message that FP_TEST_IA_01 report doesn't run. I've already updated JCE files and password is correct because SAP sent me.
    Regards,
    Alexandre

  • ADS: com.adobe.ProcessingException: XMLFM Exception  in ABAP Webdynpro

    Hi All,
         When I test the ABAP Webdynpro with Adobe form embeded in it. I get very unreliable results.  When trying to bring up the forms, sometimes, it comes up the 2nd attempt, sometimes after several attempts.
    And the error message is :
    ADS: com.adobe.ProcessingException: XMLFM Exception - PDF render operation exception, reason code: 20484 : Font Helvetica_Normal_Normal could not be found(200,101)
    I have checked several notes: 944221, 717568 etc........but no use.
    I also have checked the test programes in SA38, user account, sicf services and destinations. It seems everything is ok except the program FP_CHECK_DESTINATION_SERVICE in SA38. The test result is the same as the unreliable result of the ABAP webdynpro app.
    Any usefull hints to solve this problem..thanks in advance

    Hello,
    the message tells you about one (of possible many) problem. You must maintain your fonts to fix the message. Or there is a single option (I use this when I am in a hurry and don´t have access to the customers basis) - change the fonts: Use for example Myriad Pro, that always worked for me.
    Use this help: http://help.sap.com/saphelp_nwmobile71/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    or wander around for other useful hints and tips.
    Regards, Otto

  • ADS: com.adobe.ProcessingException: Unable to create a FileDataBuffer

    Hi Experts ,
    i am uploading the filled PDF(Adobe) form in a Zprogram  to update the table in the background.
    But i am getting the Error  as follows -:
    ADS: com.adobe.ProcessingException: Unable to create a FileDataBuffer .
    pls help me out with this issue ....

    Dear Nelis,
    We saw the ADS trace file and we found that Operation properties file was missing.
    As we have moved to the new server, we copied the properties finle in the new server and the problem is solved.
    Thanks for your valuable suggestions.
    With Regards,
    Pradeep.B

  • ADS: com.adobe.ProcessingException: Unable to load or c(200101)

    Hi,
    We configured ADS and it was working fine.
    Now it is giving me an error "ADS: com.adobe.ProcessingException: Unable to load or c(200101) "
    when i execute FP_TEST_00 program where as it is giving me the version info when i execute FP_PDF_TEST_00.
    All the settings are in place but it is giving me this error and am unable to get any solution for this.
    Please guide me with a solution.
    With Regards,
    Pradeep.B

    Dear Nelis,
    We saw the ADS trace file and we found that Operation properties file was missing.
    As we have moved to the new server, we copied the properties finle in the new server and the problem is solved.
    Thanks for your valuable suggestions.
    With Regards,
    Pradeep.B

Maybe you are looking for

  • About to purchase Mac Mini

    I have never used a Mac Mini. What else do I need once purchased to get it up and running. For example, will accessories previously used with Windows 7 work, i.e. Samsung monitor with it's own controls External DVD writer And, does the Mac Mini have

  • No Power Adaptor--How to Restore

    I was trying to restore my old IPOD mini to factory settings. My problem is, in the second step I need to plug the Ipod into the power adaptor it originally came with, however I have lost it over the years. I really don't care if it is restored anymo

  • Exception during event dispatching...

    Hello, Here is the Exception. Exception occurred during event dispatching: java.lang.NullPointerException int oracle.dacf.control.NavigationManager._getChangeLevel(java.lang.String, java.lang.String, boolean) boolean oracle.dacf.control.NavigationMan

  • Sort ArrayList by length

    I need to remove the string(s) with the least number of letters from an ArrayList. How can I sort the ArrayList by the length of the strings contained in it?

  • LAB Swatches produce different colors in ID, PS & Illy

    Hello. I have CS4 and have sychronized the color management settings. I have a set of swatches in .ase format that were defined as LAB process colors. When I load them into InDesign, Photoshop and Illustrator they all three produce different CMYK val