Execute Script problem - NoClassDefFoundError importing com.adobe.idp.Document
I have a small Java utility jar that uses com.adobe.idp.Document in one of the method calls so I added the following line to my ExecuteScript: import com.adobe.idp.Document;Then I got the following...
View ArticleHow to convert XML document to xml variable?
Hi,I have taken an xml variable in my process and reading a xml document file. Can anyone tell me how can i convert this xml document to xml variable so that i can parse the xml variable. I am able to...
View Articleprocess timeout......300 seconds.
Hi All, Currently we have 2 applications deployed in workbench where App1 has a process (Foundation->ApplicationUtility-1.0->readApplicationAsset->getAsset) that gets a TIF file from APP2....
View ArticleAny email provider to test workbench EmailService ?
Hi,I'm trying to configure any email provider with EmailService in aworkbench.When using gmail I got an exception must issue a "STARTTLS commandfirst".Anybody can recommend an email provider that can...
View ArticleOutOfMemory in Workbench when creating a group under 7.x compenents
Dear all, Under Eclipse Version: 3.3.0 I have installed the workbench ES SP2Update : I did the same with a fresh install of eclipse 3.2.1Update2 : Did the same with the workbench Whenever I try to...
View ArticlegetContentType returns NULL for a list of attachments
Hello. I'm designing a process whose input document is a doc which contains a couple of attach (and an XML portion of data); during the life of the process, I use the AssignTask service to render a...
View ArticleMultiple activities "Execute SQL statement" in transaction
I have defined a process with multiple activities "Execute SQL statement".Then, I noticed that when an INSERT SQL fails, and the other ones success, the transaction does not rollback all the...
View ArticleNeed help: error message in Log.
Hi, I got the following error in log file when I open form in LC ES2 workspace. Does anyone solve it before? WARN [com.adobe.document.XMLFormService] ALC-XTG-029-217: [2800] Bad value:...
View ArticleOutOfMemoryError Deploying Application from LiveCycle ES2 Workbench
Enironnment:Suse Enterprise Linux 10 64bitLiveCycle ES2 9.0Database: MySQL Currently, the LiveCycle JBoss is set to run with: -Xms2048m -Xmx2816m When I go to deploy our application that has several...
View ArticleHOWTO - Invoke Webservice using WSDL on Local File System
Hi, I am unable to access a Web Service from our Development Environment; however I have been provided with the WSDL and all the appropriate XSDs, does anyone know how to use this to populate the Web...
View ArticleRun javascript in adobe live cycle work bench
Hi All, Is there anyway we can execute the javascript in workbench? or is there any method to convert javascript to adobe script(execute script activity)? Actually i have written javascript in live...
View ArticleManipulate XML
I want to convert from XML1 to XML2. Is it possible to do this through set value? Or, do I have to write a custom script? I want to group the repeating elements by the id and merge it with the form as...
View Articleextracting data from a pdf form
Hi, livecycle es2, workbench 9.0 I'm new to workbench and have a problem extracting data from a pdf form submitted to a short lived process. I have set up the following very simple process :default...
View Articlealternate of RenderPDFForm
Hi all, I have a process whcih takes a XDP and a XML to generate PDF, and for the I am using RenderPDFForm service. it works find but the problem is. RenderPDFform return generated PDF in stream...
View Article"XFA template Model is empty" error
I have a process that takes an interactive form and makes it non-interactive. It works really well for one form when I use the literal for the input to my Render PDF. I need to be able to give the...
View ArticleCreate Livecycle Archive LCA and process global variable
Hi,Is there any quick and efficent way of create LCA for a group of process category, instead of doing it one at a time?Is there a way to share a common global variable for all sub-process of a...
View Articlehandling 'Exception Event Catch' from invokeDDX
I have a long-lived process that uses the invokeDDX service. The invokeDDX has a primary route that connects it to a setValue/execute service under normal circumstances. I want to now draw another...
View ArticlegeneratePDFOutput with a variable form.
Hi I have a process which uses generatePDFOutput2 to produce a PDF. This works fine at the moment, but I need to pick the form based on a variable value which is passed in. I've tried every...
View ArticleUsing the LiveCycle SQL (JDBC) component
The LiveCycle JDBC/SQL component is probably the most useful component in the Foundation category. You can use it to query a database, which can help pre-populate forms, make routing decisions, and...
View ArticleAttached Documnets couldnt be retrived after rendering the Form
Hello, I am using a process in which I render a pdf form (as XDP) and use a exceuteScript service to retrive attachment form a Database as a BLOB.I have done required conversions of BLOB to...
View Article