Render a xfa-based document in workspace

Hi,
  I'm wondering if process management can handle rendering of a xfa-base document and xml data inside workspace without Forms being installed.  I did a quick test by installing livecycle without forms and it failed to render a xfa-base document.  On the other hand, it worked with forms being installed.
  Looking closely, workspace is calling "Render PDF Form" to render the pdf and the subprocess will eventually call a forms component to do the merging of data.  Just want to ensure my findings is valid, and process management cannot handle xfa-base workflow without forms.
Thanks,
Justin

You are correct.  Forms is needed to render an xfa-based document.  Note that you can create a custom Render process that will merge the xml data with a PDF form using the importData operation of the FormDataIntegration service.

Similar Messages

  • Assembler Error - PDFM_S02011: cannot be assemble because it is an XFA-based form

    I am unable to assemble or stitch together multiple PDFs into one.<br /><br />Runtime DDX<br />  <?xml version="1.0" encoding="UTF-8" ?> <br />- <DDX xmlns="http://ns.adobe.com/DDX/1.0/"><br />- <PDF format="XDP" result="package.pdf"><br />  <PDF source="PDF2.pdf" /> <br />- <PDF source="PDF1.pdf"><br />  <NoForms /> <br />  </PDF><br />  </PDF><br />  </DDX><br /><br />Runtime Error<br />com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.makeResult(AssemblerServiceImpl.java:8 28)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:467) <br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.invoke(AssemblerServiceImpl.java:408)< br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />     at java.lang.reflect.Method.invoke(Method.java:585)<br />     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)<br />     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doS upports(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:223)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)<br />     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)<br />     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:315)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 156)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl.invoke(Invocation_f pvhue_EOImpl.java:60)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl_WLSkel.invoke(Unkno wn Source)<br />     at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)<br />     at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)<br />     at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)<br />     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.

    The current version of LC Assembler does not allow you to merge more than one XFA based PDF into a single document while retaining the document's interactivity.  <br /><br />You can have one XFA based PDF but it must be flagged as the baseDocument (an attribute on the PDF tag).<br /><br />You can still merge other XFA documents, but you must first remove the "XFAness" from the PDF using the NoXFA or NoForms tag in the PDF Source.(the result is that these documents are no longer interactive).<br /><br />I see from your DDX that the second PDF input has its "XFAness" removed, but the first does not.  I added the baseDocument attribute to your DDX and it works fine:<br /><br /><?xml version="1.0" encoding="UTF-8" ?><br /> <DDX xmlns="http://ns.adobe.com/DDX/1.0/"><br /> <PDF format="XDP" result="package.pdf"><br />      <PDF source="PDF2.pdf" baseDocument="true"/><br />      <PDF source="PDF1.pdf"><br />          <NoForms /><br />       </PDF><br />  </PDF><br />  </DDX>

  • How to render web items based on the authorisation profile of the user

    Hello,
    Is there any way to render web items based on the authorisation profile of the user. The only way i can think of is:
    - Write ABAP to look up into the security mapping tables.
    - Convert the ABAP report into RFC-Enabled FM. The selection variables will be part of the import/export parameters of FM and table can be used to display the result.
    - Create HTML template using WAD, write Java Script to call the FM and map the import/export parameter. Display the result in Table.
    But i don't know How to use the Java Script to call Function Module (FM) and get back the authorization through parameter.
    Is anyone know about it or is there any other method to do it? I can't find any solution and it is very critical for me.
    Any help is highly appreciated.
    Rajat

    Hi Rajat,
    Do you mean that you want certain users to be able to use only certain web items? I think you can use the libraries for that and assign them to roles:
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/0f813b420ce60ee10000000a114084/content.htm
    Hope this helps...

  • How can I print a document from "workspace?"

    How can I print a document from "workspace?"

    1. Buy a AirPrint enabled printer; see list below
    http://support.apple.com/kb/ht4356
    2. Run the CD provided and setup as network printer; this will setup your printer to the same network as your iPad
    http://i1224.photobucket.com/albums/ee374/Diavonex/1a30ee42.jpg
    3. Start printing from your iPad without wire
    http://i1224.photobucket.com/albums/ee374/Diavonex/93ec77e5.jpg

  • Export web analysis document from workspace to excel

    Hi all i have the problem regarding exporting the webanalysis document from workspace,i.e when i drilldown the webanalysis document to lowest level and right click on the report and select "export to excel " i am being prompted the webanalysis login and password and unable to view the report in excel . i have the requirement of export to excel directly without the webanalysis login page. pls do provide me the help.

    It's possible to do it but it requires using a script. You can't do it by using the built-in Export Form Data command.

  • Hi there, I currently subscribe to Adobe Pro Subscription (yearly) and I also subscribe to Adobe PDF pack (monthly).  I only require Adobe to read and create PDF documents such as converting word/excel document or a web based document.  Can someone tell m

    Hi there, I currently subscribe to Adobe Pro Subscription (yearly) and I also subscribe to Adobe PDF pack (monthly).  I only require Adobe to read and create PDF documents such as converting word/excel document or a web based document.  Can someone tell me if I'm doubling up as I'm not sure of the differences between the products and would like to save a few dollars.

    Acrobat Pro can do a lot more than the PDF Pack online service.
    Try if you can do everything you need with PDF Pack; otherwise keep Acrobat Pro.

  • Based document series need to be copied to target document

    Hi,
    There are 4 document series for every marketing document as Manufacturing - Series 1, Trading - Series 2, Retail - Series 3, Wholesale - Series 4, Shoppers - Series 5.
    Now User A is been given permission / authorization for document series 1 and 2 which is for Manufacturing and Trading and user B is given permission for document series 3,4 and 5 for Retail, Wholesale and Shoppers. Now when user B makes a sales order in say Wholesale which is document series 4 and then makes a delivery based on the sales order it is seen that in delivery note he has to again select the document series manually which is series 4 Wholesale. Why it is not possible to copy the based document series to the target document.
    Again for example user A makes PO in series 1 which is Manufacturing and then makes a Good Reciept PO then again he has to select the document series in the target document as 1 manually.
    Is there any way by which the base document series can be copied to the target document without manually selecting the same as its creates a mess if the user forgets to select the document series in the target document....Means SO is made in in Wholesales and Delivery is done in Shoppers. No default series also can be done as in any series as per requirement the user does the base document and he wants that once he put the series in the base document then automatically while doing the target document the base document series should be selected.
    Kindly let me know is there any possibility in SBO 2005B.
    Regards,
    Kamlesh

    Dear Shamseer,
    Default series has been set for that particular user. But for that user only 2-3 series are defined as per clients requirement. Now user wants that once in the base document the series is selected. All the corresponding target document should come with the same series ( Note all marketing document has the same series name but have diffrent series number )
    Regards,
    Kamlesh

  • Printing a WA document in Workspace

    I have a WA document that consists of a dashboard of 4 objects (spreadsheets and charts) in a 2x2 matrix. All objects are on a single panel, and I have manually aligned them. When I open the document in Workspace, all objects are properly aligned on the screen, but when I do a "print screen via PDF" , the printed output loses much of the alignment (i.e. one chart will overlap another).
    Is there a better way to print a WA document in Workspace? How do I retain alignment of objects on the screen when printing?

    Hi,
    Have you tried using anchors instead of manual alignment? Also try using 1 horizontal split panel and 2 vertical ones for the 2x2 matrix.
    Regards,
    Gerd

  • Screen based document max dimensions

    Hi,
    I'd like to create a flash screen based document/application
    that will automatically load when the CD that contains it is put
    into the disc drive of a computer. What do you have to do to make
    this happen?
    I was also wondering if anyone knew how to make it so that
    the flash document automatically opens to fill the full screen of
    the monitor. How would this be affected if the user had a wide
    screen? Would it better to set the size of the window that the
    flash file will open in to an absolute set of values (for example
    set the size of the window to 800x600)?
    Any insight would be appreciated.
    Thanks!

    for full screen, you put the code below in 1st frame of your
    movie:
    fscommand("fullscreen", true);
    for autorun, you need to create a autorun.inf file put in the
    root of your cd
    more info about autorun.inf
    http://www.phdcc.com/shellrun/autorun.htm
    http://autorun.moonvalley.com/autoruninf.htm

  • An extra prompt appears for Credentials Opening Office Document in Workspac

    Hi,
    Anybody have any knowledge about this issue? and how to solve these issue?
    *6959959* An extra prompt appears for Credentials Opening Office Document using Internet Explorer with Smartcut or from EPM Workspace.
    If a security agent with a cookie-based session management mechanism is used, opening Microsoft Office documents from Microsoft Internet Explorer sometimes another prompt for credentials is displayed. This occurs because Microsoft Office issues an HTTP OPTIONS request when attempting to open documents. This OPTIONS request does not contain the same session-related cookies as requests made from the browser, so the security provider issues the prompt for credentials. Please see http://support.microsoft.com/?scid=kb;en-us;838028 for details about how Microsoft Office and Microsoft Internet Explorer open documents.
    To resolve this issue, reconfigure the security provider by disabling authentication for OPTIONS requests.
    Thanks in Advance.

    Not sure if this is what you are describing or not, but please take a look at Document ID 1350828.1 (I have pasted the text below):
    Windows Security Login Window Appears When Exporting Financial Reporting (FR) Reports To Ppt/Doc Or Xls with Office 2010 and Windows 2008 [ID 1350828.1]
    Modified 02-MAY-2012 Type PROBLEM Status PUBLISHED
    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References
    Applies to:
    Hyperion BI+ - Version 9.3.3.0.00 and later
    Information in this document applies to any platform.
    Symptoms
    Unable to export FR reports to Excel, Powerpoint or Word from Workspace.
    When exporting and selecting to open the file, a new "Windows Security" window appears with a login/password to the server Windows security
    "Connect to server.system.local"
    No matter what user enters, the window comes back and the file doesn't open.
    If the file is saved then it can be opened.
    Changes
    Office 2010 was installed.
    Cause
    The cause of this issue is unknown.
    This issue has been identified in unpublished Bug 11891558 - "WINDOWS SECURITY" LOGIN WINDOW EXPORTING FR REPORTS TO PPT/DOC OR XLS :IE8/WIN7
    Solution
    For versions prior to 11.1.2.0:
    Amend the web.xml file for FR with this syntax:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Suppress OPTIONS,HEAD for Office</web-resource-name>
    <url-pattern>/hrget/*</url-pattern>
    <http-method>OPTIONS</http-method>
    <http-method>HEAD</http-method>
    </web-resource-collection>
    <auth-constraint/>
    </security-constraint>
    Restart the Financial Reporting Web Application service and then export the report(s) to Excel, Word or PPT.
    Note: File should be located under: Hyperion/deployments/Weblogic9/servers/Financial Reporting/Web Applications/hr/WEB-INF
    This has been fixed in Patch Set 11.1.1.3.519 for Oracle Hyperion Reporting and Analysis Financial Reporting (patch number 13024655)
    Beginning with version 11.1.2.0.00:
    Please apply the following steps to resolve:
    1. On the Financial Reporting server browse to the location:
    oraclehome\Middleware\EPMSystem11R1\products\financialreporting\InstallableApps
    2. Take a backup copy of the HReports.ear file.
    3. Rename the file to zip and extract the "hr.war".
    4. HReports.ear file contains hr.war, where inside this file in the "web-inf" folder there is the web.xml file.
    5. Edit the web.xml file with a text editor and add the same syntax as the earlier release, at the end before the very last line---></web-app>

  • CAN I APPLY TEXT TO A PROTECTED DOCUMENT IN WORKSPACE

    I AM TRYING TO FILL OUT AN RFP THAT I DOWNLOADED FROM THE WEBSITE.  IT IS PASSWORD PROTECTED, HOW CAN I APPLY MY TEXT TO THE DOCUMENT?

    It depends on the type of document.
    Please note that there is nothing about Workspaces that alters the document; it's merely a storage location for it. You should contact the person/organization that provided the document to you to ask how they want you to add text to it.

  • Render a column based on other column value in the same table

    JDev 11.1.1.6.0
    This may be a silly question but I am stuck
    I need to conditionally render a column say A. Condition is like if the value in the other column B of same table is equal to F. I should render column A only when this condition is satisfied. I have tried the following code:
    <af:column sortProperty="PhoneNumber1"
    sortable="false"
    headerText="#{bindings.A.hints.PhoneNumber1.label}"
    id="c146"
    rendered="#{row.PhoneNumber1ResponseFlag eq 'F'}">
    <af:outputText value="#{row.PhoneNumber1}"
    id="ot130"/>
    </af:column>
    <af:column sortProperty="PhoneNumber1ResponseFlag"
    sortable="false"
    headerText="#{bindings.B.hints.PhoneNumber1ResponseFlag.label}"
    id="c80" rendered="true">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag}"
    id="ot129"/>
    </af:column>
    The data shown in the table for column  PhoneNumber1ResponseFlag is F. Still my condition is not working.

    Timo was saying that it is not possible to render the column in some situations and not in anothers, you will always have to render the column.
    The best way to do this is instead of showing a column with the text ' ', show something meaningfull to the user. This is a DataWarehouse advice to you and may be usefull since you're using ADF in a area that uses DataWarehouse..
    So the code could be something like this (based on Timo's code):
    <af:column sortProperty="PhoneNumber1"
    sortable="false"
    headerText="#{bindings.A.hints.PhoneNumber1.label}"
    id="c146">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag eq 'False.' ? row.PhoneNumber1 : 'No value applied.'"
        id="ot130"/>
    </af:column>
    <af:column sortProperty="PhoneNumber1ResponseFlag"
    sortable="false"
    headerText="#{bindings.B.hints.PhoneNumber1ResponseFlag.label}"
    id="c80">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag}"
        id="ot129"/>
    </af:column>
    Hope that helps,
    Frederico.

  • Can I open and render a local .PHP document?

    I have some .PHP documents on my local harddrive. I have Textmate (a text editor) set as the default application to open these documents. However, I would also like to open and render them in Safari. If I click COMMAND-O in Safari to get a Finder window, I can navigate to my .PHP documents, but I cannot open them because they are grayed out. I can't find any preference that would allow me to open them.
    In Firefox I can open a .PHP document in this way and it will render (albeit somewhat incompletely). Is this functionality absent in Safari?

    This doesn't work for me. I enabled web sharing in system preferences and enabled PHP5 by following the instructions here, but when I try to open a .PHP file in Safari, they are still grayed out in the Finder window.
    Is the idea that I need to drop the .PHP files into the Sites directory and view them through Apache? (I'm hoping to be able to just view them from any directory on the harddrive, the same as I can do with Firefox.)
    Message was edited by: billmcn

  • Embedding a Web Analysis document in Workspace

    Does anyone know if you can embed a WA document into a Personal Page w/in Workspace? I know that you can embed a IR document, but could not figure out how to embed a WA document. Any help would be greatly appreciated.
    Thanks,
    John

    Not sure if this applies but there is a bug (fixed by patch 41) in v931 in which user session cookie info is not deleted - this could be causing the error if you are using the same browser - you will need to exit completely and clear cookies and cache. Then login as a new user.

  • How to access (or configure) the web based Oracle Beehive workspaces client

    Hello,
    In the one of the Oracle Beehive online trial, there is a demo about working with workspaces using a web interface:
    https://beehive-ondemand.oracle.com/Documents.html
    I've been searching the documentation how can I access this web client on my installation, but I hadn't find the URL.
    I'm wondering if this web client is included in the 1.4 version, if so, how can I access it? Do I have to configure it or install it? How?
    Thanks for your help.
    Edited by: user3585264 on Oct 18, 2008 9:33 PM

    Hello
    this client is not provided with the 1.4.1., but it is expected with the next release (in a couple of month normally, that's what great weith beehive releases, every 2-3 month you get a lot of news !! )
    Stay tuned on MGMT - Kids, that's Oracle new anthem (or it should be :D, that song was everywhere during OOW, along with Time to Pretend)

Maybe you are looking for