I have installed LCES2 in linux 5.0JBoss version is 4.2.1Linux's default locale is en-US.utf8liberation fonts are already installed.But when i submit form to the server, the Arabic characters are converted into question (?) marks.JAVA_OPTS is set to Dfile.encoding = utf8 as well.MySQL also with UTF8...
I created a process in workbench to pull data from a database and added a data connection to the service to call the process and bind the data fields to the form. When I click on the button to invoke the service I am challenged with entering my username and password before the service returns any da...
I created a script fragment that will contain common variables and functions that I want to be used in various different forms. When I place the fragment on a new form all the scripting becomes disabled for the entire form even for subforms that have nothing to do with the scripting fragment. I want...
We have a development and a production server for LC. I have events working on the development server that accept parameters.The services were deployed to the production server and the following error occured:2010-05-04 09:14:04,203 ERROR [STDERR] May 4, 2010 9:14:04 AM com.adobe.idp.scheduler.callb...
I need to be able to reset certain fields in my form (which has 40+ pages) and not the entire form.I made a button with this value:xfa.host.resetData("form1.Pagexx.OptionList");which works, but how can I add a range of items to be reset?There must be 50 or so fields that will need to be reset....Tha...
Hello:I have a requirement that 4-5 different fields need to have a way to read from XML file to popluate on load. I've seen some examples, but I need some answers to get a firm grasp.1. Does the XSD or XML document have to contain all the fields from the form or can the file only contain the fields...
I want to authenticate a username/password in my Workbench process from LDAP (Active Directory).I searched and found this component SAMLAuthProviderService in the Foundation.It requires input "credentials" (datatype Map), "AuthConfigs" (datatype List ), and output Echoed-Value (datatype AuthResponse...
Dear,We are facing an issue with PDF generation with 7.2.For .xls , .doc, .ppt no problem but it doesn't work for .MPPWhen I check log files on the server I have those errors:I don't understand what's wrong.Thanks a lot for your help.2010-05-05 14:58:12,761 INFO [com.adobe.native2pdf.internal.AESEng...
Hi,We are using Adobe LiveCycle 8.2.1 in our development machine and deployed in Webspheare application server. We use the rendition and overlay services from LCES. Now we want to use the Signature service to digitally sign the pdf documents but unfortunately we are not able to get the service.We us...
Hi AllThank you for looking at my post.I have a form which interacts with a SQL database.The process starts with one member of the team partially completing the form and submitting this.xfa.sourceSet.DataConnection.addnew(); on form initiaise functionthenxfa.sourceSet.DataConnection.update(); on the...