ZCI Layout

Dear Experts,
I am new to PDF and interactive forms development and i have a webdynpro component where the layout is Interactive form. However my PDF form is not an interactive one, Its just a PDF print form.
I recently went for the BC480 and BC481 training and confused about the layout part when used with Webdynpro. Is it mandatory that we have to use ZCI layout for non interactive forms also?
Can anyone throw some inputs on this?
Thanks,
Rajesh.

Hi,
I inserted a interactiveForm element under rootuielementcontainer.
I entered a "Z_temp_form" in templatesource property of interactiveform element.
Then I select the interactiveform element and rightclick and in the context menu I selected the "Navigation to form builder". It opens the Adobe Live Cycle Desinger.  The form layout type property is set to Unknow Layout Type. When I tried to change it to ZCI layout. I am getting the same error.
Thanks
Sundar

Similar Messages

  • Online Interactive form - ZCI Layout

    Hi All,
    I'm creating an online form on release 701 level 2 and am having problems with ZCI layout.
    I have created forms before with this layout to use feautures such as search help.
    Can anyone tell me what the latest recommended layout format is, ZCI or Standard?
    With Standard layout my form interface binding works but search helps lock up the form after use but with ZCI the search help works but only the field with the help is bound to my interface successfully on the submit method.
    I have reverted back to Adobe Reader 8.2 but this is still extremely flaky.
    Thanks,
    Gregor

    Hi Chintan,
    Yes the script has been inserted. The more I look at this the more I am thinking that online interactive forms are not fit for purpose.
    I guess there are some use cases but a web dynpro page would serve this purpose better with better integration into SAP etc.
    I am using version 8.2 of Adobe Designer but keeping versions of Designer and Reader and different versions of the ZCI script in line is not feasible. Adobe Reader can auto update so what if a user has updated from 8.2 to 8.3 and suddenly all the forms stop working?
    I understand that integrating between the browser and the embedded PDF is no mean feat but I'm going to stick to using Adobe Forms for offline use or print outputs.
    tl;dr HERE BE DRAGONS

  • ISR drop-down lists with ZCI layout

    Hi,
    We are developing a custom ISR scenario on Netweaver 2004s SP11 and Adobe LiveCycle Designer 7.1. Our Interactive form has a drop-down list which is supposed to get prefilled. When we use the ZCI layout, the drop-down is not showing any values. If we simply change the layout type to Standard, it is working fine. While using ZCI layout, we inserted the webdynpro script and used ISR native controls.
    Why the drop-down is not working with ZCI layout? Are we missing any thing?
    Appreciate your response
    Thanks
    Ram

    It is solved. The issue was with binding.

  • ZCI Layout error

    Friends,
    I am creating an Adobe Interactive form of ZCI Layout type.
    When i select "ZCI Layout" type in Properties tab of the form, i get the message "Check the Web Dynpro script of the layout". I opened the Utilities menu entries and the "Insert Web Dynpro Script" options is not enabled. i am unable to leave the Properties tab to Layout tab, unless i change the Layout type to "Standard Layout" type.
    Please let me know how to create a form with ZCI Layout type.
    Points will be rewarded for helpful answers.
    Thanks and Regards.

    Hi,
    I inserted a interactiveForm element under rootuielementcontainer.
    I entered a "Z_temp_form" in templatesource property of interactiveform element.
    Then I select the interactiveform element and rightclick and in the context menu I selected the "Navigation to form builder". It opens the Adobe Live Cycle Desinger.  The form layout type property is set to Unknow Layout Type. When I tried to change it to ZCI layout. I am getting the same error.
    Thanks
    Sundar

  • Large interactive form ( ZCI layout ) SAVE problem

    Hi Experts,
    Please advice.
    We migrated our interactive forms to ZCI layout and they work fine.
    But when the form size exceeds 2 MB (this varies), we observed the following two cases.
    <b>Case 1 )</b> In upload of an offline form, on 'ShowForm' action, the form opens, but when the 'SAVE' button ( placed in the webdynpro and not on the adobe form) is pressed, the browser shows the processing icon, but nothing happens at the server side. The corresponding action method is not called.
    If the size of the form is small, then it executes successfully.
    <b>Case 2)</b> During upload of the offline form ( only when large form), on 'ShowForm', after showing processing icon for a long time, nothing happens and the following exception is thrown.
    <b>Initial exception</b> --   java.net.SocketTimeoutException: Read timed out
    <b>Detailed exception</b>
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  GENERATEPDF
            at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:392)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:895)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
            at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            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:387)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
            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:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
            at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:244)
            ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
            java.net.SocketTimeoutException: Read timed out
            at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:408)
            at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3958)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:148)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
            ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
            java.net.SocketTimeoutException: Read timed out
            at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
            at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
            at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:385)
            ... 35 more
    Caused by: java.net.SocketTimeoutException: Read timed out
            at java.net.SocketInputStream.socketRead0(Native Method)
            at java.net.SocketInputStream.read(SocketInputStream.java:129)
            at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
            at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
            at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
            at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:341)
            at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:250)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:362)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:553)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1432)
            at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)

    Hi Mona...
    Refer to the following SAP Note 867502 . In addition you can also check out this blog:
    /people/r.eijpe/blog/2007/01/08/performing-sap-interactive-forms-by-adobe
    Hope this helps.
    PS. Reward points for helpful answers.

  • Pagination not active in ZCI layout

    Hello,
    I have designed a ZCI layout type adobe form . In the adobe form for none of the subforms which I have desinged pagination tab is enable . It is always disable for all the subforms .
    Can someone help me knowing the reason ?
    thanks
    Sneha

    Hi,
    Check the hierarchy of the subforms you have placed. If the hierarch of the subform is under the Page node then the pagination is not allowed.
    If the hierarchy of the subforms is under the same level of the master page then it is allowed.
    Regards,
    Raju.

  • Forms with Native(ZCI) Layout.

    Hi Experts,
    I am developing Forms with Native(ZCI) Layout. Offline the form is working fine. But online the form is creating issues. I have a button on my web dynpro screen. When I click on it to save the data in the form the form gets reloaded and data gets disappeared from the form. Please provide a solution.
    Regards,
    Vaibhav Tiwari.

    Hi, Robert
    In my scenario I have 2 views: General view with data and Print button and second view with PDF form. When pressed Print button I need display Pdf form on the second view with data from general screen.
    I created a window and embeded a second view in it. And I displaying an Adobe Form in a pop up modal window.

  • No Save option with ZCI Layout

    Hi,
    We are currently implementing HCM Forms in MSS and using Adobe interactive forms for the same. We were initially using the standard layout. However, as recommended by SAP, we switched to the ZCI layout format.
    However, with the new layout, when the Adobe forms shows up on the portal, the save icon to save the form on the hard disk is not coming up anymore. Basically the entire toolbar which allows Saving, Printing etc is not there anymore. We can still print the form by right clicking on it and selecting the Print option. However, there is no option to save the form.
    We would also like to add the Digital signature functionality to the form and wondering how to go about that.
    Any help will be appreciated.
    Regards,
    Alok

    I am checking this out. In all the scenario which i have tested.. by default the toolbar is visible. I doubt somebody might have written some code to hide it by default.
    We can hide the tool bar through coding ... But not very sure why it is happening in your case
    Please refer to the help file for the coding to hide the toolbar
    http://help.sap.com/saphelp_nw2004s/helpdata/en/45/2dbb13d79f3446e10000000a155369/frameset.htm
    Also we can hide the tool bar through java script.
    Please check if any of the code is written in your case. Otherwise you can do coding to do the reverse means to display the tool bar by default.
    Cheers
    Satya

  • Adobe forms : problem with ZCI layout

    Hi,
    I am trying to run webdynpro application 'WDR_TEST_ADOBE'
    Navigation path in it,
    TestCases -> ZCI ->XML Shnittstelle -> Version 1 -> Editieren Form
    Its opens up view with 'X' icon in interactive form area. Also it opens  Adobe applciation. But the form is not visible.
    Any idea on why the form is not visible ?
    -Trupti

    Hi,
    just go through this thread...
    Re: Adobe interactive form
    and also go through this link
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/c480dff23c0f2ce10000000a1553f7/frameset.htm
    Regards,
    anand

  • Button is not working in ZCI layout type form

    Dear Friends
              I am struggeling with one problem in my form, I have one form called zptrv_expense_form.  It is given by SAP only i need to add two buttons named approve and reject. i did and make them as submit button and proved them the url as well. now in the preview and in the portal as well when i go to the button link is missing i mean that button look like text or image of button that cant react on clicking. nothing happens. please tell me how i can rectify this issue.
    you any help will be greatly appreciated. thanking you
    Regards
    Naeem

    The form type needs to be dynamic for such features. Make sure you are setting the SFPDOCPARAMS-DYNAMIC flag to X in your driver program.
    Also most likely the Travel Request form provided by SAP is a Static Print form and if you want that the preview also needs to be dynamic then once you have opened form in LiveCycle Designer go to Edit --> Form Properties -->  Defaults --> Preview Type : Interactive Form and XDP Preview format --> Acrobat Dynamic Form.
    Chintan

  • Adobe Interactive Form - Layout type

    Friends,
    I am working on an Adobe Interactive Form.
    Regarding the Layout Type in the Properties Tab, what option should i choose:
    Unknown Layout Type / xACF Layout / ZCI layout / Standard Layout.
    I have used print forms in the past and chose Standard Layout. Please let me know what is the right choice for an interactive form.
    I am trying to populate Drop Down box with values. I have chosen "Enumerated Drop-down List" from Web Dynpro Native Library.
    I have done the binding under Binding tab -> Specify Item Values -> Dynamic Properties -> Binding.
    Still the values are not getting displayed in the PDF preview.
    Is the layout type the reason for this or do i need to work with ABAP Dynpro to rectify this error.
    Points will be rewarded for helpful answers.
    Thanks.

    Hi,
    The basic difference is:
    1) ActiveX Dropdowns requires ACF to be installed on each client machine to get back the data from interactive form back to context.
    2) While, the use of Native dropdowns makes a form to ZCI type, so that does not require any xACF component to be installed on each and every machine that uses the Interactive forms.
    So, it is recommended to use Native dropdowns in your forms,
    Also, for the population of dropdowns of type native you can go through SAP note: 1013227.
    Hope this helps,
    Thanks,
    Amita

  • ZCI and ADS problem when creating forms in ABAP WEB DYNPRO

    1.)
    My ZCI problem is, whenever I try to create a form, i choose ZCI layout, then want to insert Web Dynpro Script, i get the message:
    "Error when inserting Web Dynpro Script"
    Therefore I cannot activate my forms.
    2.)
    I also tried to configurate ADS in transaction SM59. When trying the Check connection button, it works, but when trying report FP_PDF_TEST_00, a logon window pops up, whichafter I get the errormessage:
    ERRORCODE : 100.101
    Why is that, and how can I solve this?
    Thanks, Bye,
    Peter

    Hi !
    I found 5 server logs.
    In server.2.log I found this, that' s probably the exception I caused:
    #1.5#0013D3EA4A430047000005330000031800043F71AC53F84C#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A430047000005340000031800043F71AC53F8BE#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A430047000005360000031800043F71AC53FC53#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.
    Request start time: Wed Nov 21 16:02:41 CET 2007
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
         at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
         at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
         at com.adobe.ads.data.DestURLData.setData(Unknown Source)
         at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
         at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
         at com.adobe.ads.data.PDFData.create(Unknown Source)
         at com.adobe.ads.request.Template.setPDFData(Unknown Source)
         at com.adobe.ads.request.Template.initialize(Unknown Source)
         at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
         at com.adobe.ads.request.Renderer.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.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:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0013D3EA4A4300500000011B0000031800043F71CEEDC838#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A4300500000011C0000031800043F71CEEDC8B3#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A4300500000011E0000031800043F71CEEDCC40#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.
    Request start time: Wed Nov 21 16:12:22 CET 2007
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
         at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
         at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
         at com.adobe.ads.data.DestURLData.setData(Unknown Source)
         at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
         at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
         at com.adobe.ads.data.PDFData.create(Unknown Source)
         at com.adobe.ads.request.Template.setPDFData(Unknown Source)
         at com.adobe.ads.request.Template.initialize(Unknown Source)
         at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
         at com.adobe.ads.request.Renderer.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.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:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0013D3EA4A430051000001570000031800043F71DDC53630#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A430051000001580000031800043F71DDC536AC#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A4300510000015A0000031800043F71DDC53A39#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.

  • Want to change the layout

    Hi,
    I have created the XML schema interface adobe form with XACF layout. I read it may need some extra software installation in user side too.
    I have designed the form and everything. It works fine. If I change the layout to ZCI layout,
    1) Will it corrupt the form?.
    2) Do we need to use any transaction (SFP_ZCI_UPDATE) to update the layout type?.
    3) or XACF is ok?.
    Thanks
    Ram

    SAP is no longer supporting the ACF layout - you should change it to ZCI.
    You could always clone the existing one and try it there first, however, I don't think it would hurt it to change it manually or to use the SFP_ZCI_UPDATE program to update the type.

  • Layout type

    Hi all,
    I am new to Interactive forms.Could anybody please tell me under what scenario the ZCI layout and XACF layout should be used?I know both are used to integrate the form in webdynpro at runtime.How can I decide whether ZCI or XACF is to be used?
    Thanks and Regards,
    Rohini Shankar

    Hi Rohani,
    If the form is interactive you need to add Utilities->Insert web Dynpro script. This command automatically add java script to the form which allow ZCI usage. This command not be used in you are using xACF layout. It is important to add the script before adding interactive button on the form. ZCI must be used for newly created form.  xACF will be used for the existing form.
    Regards,
    Shaira.

  • Adobe form taking too much time to render using Web dynpro ABAP

    Dear All,
      we are rendering an Adobe form online to view employee profile, the form is hardly 100KB but it takes 5 minutes to render in the browser. I have checked the performance of abap code and there is no performance issue. the form shows downloaded 100kb ot 100kb and then I get the wait symbol for quite sometime and after a few minutes wait it renders. the form has XML based interface and ZCI layout. I have done a HTTP trace and could not trace out anything, so I suspect it is something to do at the client level.
    Can anyone help me to identify what and where exaclty is the problem.
    Is it with the
    1. Adobe Reader ? - I have adobe X reader
    2. Is it to do with any browser or Adobe reader settings?
    3. Is it do with ADS?
    4. Or any other compatibility issues?
    Any pointers is appreciated. 5 minutes is too long to render a 100 KB form.
    Thanks in Advance.
    Raghavendra Prabhu

    Please go through the below link, hope you may get any help...
    http://www.stechno.net/sap-notes.html?view=sapnote&id=1785100
    Naveen

Maybe you are looking for

  • Export Issues

    On 2 of the computers I have, I'm having an issue with export information using the clipboard option. When I select the clipboard option it will paste java.io.BufferedOutputStream@16509fe instead of the actual values from the dataset. Any ideas as to

  • Send multiple records to rfc without using BPM

    Dear Experts, Could you please help on the following scenario. I need to send multiple customer master data records from a file  to rfc without using BPM. The following is the mapping i am using source                                                

  • Dynamic Thread Creation

    To anyone that can help, I am very new to JAVA, and have been given the job of creating an application that allows a user to dynamically create a number of process which perform the same task (its a load-testing tool). I thought that using threads wo

  • Photoshop CC 2014: Missing old standard filters

    Hi everyone, I'm missing couple of filters in the filter menu (they are not greyed out) such as Sketch and Artistic. I checked the preferences if they are simply turned off but there's no sign of them. Any idea where I can find/activate them? Thanks,

  • Cisco wireless specialists certification

    Hi guys and girls last month I passed my CCDA and Cisco Lfecycle exam for wireless LAN. Now I should receive 2 certificates: CCDA and Cisco Advanced Wireless LAN implementation specialist. I received the CCDA certificate but no e-mail or certificate