Hi,
i want to orchestrate a process where input is interactive forma and output is xml data.
i mean i want to read data/fields of the pdf form.
Which activity do i use on workbench.
Regards
Sunil
Hi,
i want to orchestrate a process where input is interactive forma and output is xml data.
i mean i want to read data/fields of the pdf form.
Which activity do i use on workbench.
Regards
Sunil
Hi,
I am getting the error below , whenever i am uploading the XDP file into workbench. Anyone know how to fix this issue??
Currently my oracle database is located in drive E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\.
how can i set the access for the file "UNDOTBS01.DBF" from drive 'D' to Drive 'E'.
Pls Assist.
Caused by: com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-106-000: Caught DSCException: ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
Caused by: java.io.IOException: EJB Exception: ; nested exception is: java.io.IOException: ORA-00376: file 2 cannot be read at this time
ORA-01110: data file 2: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF'
Guys,
I have a requirement in which the process has n number of approvers in the flow, and each approver can add attachments to the form in the list<document> variable which carries the attahced documents.
At the end of the process i am supposed to send a email with all the attached files to a help desk team.
I know that the Email with attachment activity supports one attachment. is there any posibility or other activity that i can use to send an email with any number of attachments?
Hi
I updated from ES2 to ES2.5 and installed workbench 9.5.
I followed the tutorial "Creating Your First LiveCycle Application" to create a same workflow which I've done by workbench 9.0.
Every setting of the application is the same of workbench 9.0.
I created a new task, and clicked the "done" button under the page, but the application does not run to the approver called "John Jacobs".
The same workflow can run properly on ES2's workspace. I don't know why this happened.
I checked the log that it seems that when I press the button, the whole workflow will be over. But I can not shoot the trouble only by this.
2010-11-24 18:10:57,778 INFO [com.adobe.livecycle.reviewandcommenting.dsc.impl.ReviewAndCommenting ServiceImpl] ALC-CSV-001-000-ON ASYNC EVENT : Asynchronous : TaskCreated
2010-11-24 18:11:17,981 INFO [com.adobe.livecycle.reviewandcommenting.dsc.impl.ReviewAndCommenting ServiceImpl] ALC-CSV-001-000-ON ASYNC EVENT : Asynchronous : TaskCompleted
I really need some help.
En Shoku
Hi,
I downloaded the DSC component tool for use in eclipse and created a very simple component to append messages to a log file. I then created the component, created a jar file and installed the component in workbench as described in http://www.adobe.com/devnet/livecycle/articles/dsc_development.html.
Now I can incorporate the component in my process. So far so good. Unfortunately when I go to run my process, I get an indication that the service is not running, and sure enough, when I go to the LiveCycle Admin UI I see that the service is stopped. Unfortunately, when I try to start the service I get the following message:
MessageLogger Service failed to start
ALC-AAC-0017-000: Service(s) failed to start. It could be configuration problem.
which is fine as far as it goes, but doesn't really tell me what I can do to address the problem. Can anyone suggest next steps to troubleshoot the problem?
Thanks!
When invoking Assembling a PDF document quick start I'm having a compilation error when creating a ServiceClientFactory instance:
//Create a ServiceClientFactory instance
ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps); The error is: The type com.adobe.idp.Context cannot be resolved. It is indirectly referenced from required .class files All the required jars are a path. What esle can be a problem ? Thanks, Yan
We're getting an error when closing workbench -- below is information from the log:
!MESSAGE Bundle update@plugins/org.eclipse.emf.compare.diff_0.8.0.v200806180301.jar was not resolved.
!MESSAGE Missing required bundle org.eclipse.emf.compare.match_0.0.0.
Does anyone know why we would be getting this error?
Thanks,
Janis
Hi All,
I am preparing for interview on adobe livecycle designer and developer first time.
Can you send or tell me the interview questions please?
Regards,
Srujan
Hi everyone,
I'm trying to prepopulate a dropdown list using an xml file. There are many tutorials on the internet that allows me to do that from the preview tab of the designer. However, when I did that it worked well, but i'm not able to "embed" the xml file so that the values will appear in the workspace when the user start a process.
I tried to load the xml file with read resource content in the action profile of the first task, and put the result in the "xmlPrepareData" but the problem is that I can't set any values of the xmlPrepareData after because the xml template isn't exactly the one used by LiveCycle.
Any thought ? Is anyone already succeded in prepopulate a dropdown list with an xml file inside the process ?
Regards,
Thomas
Hi,
I am getting following error while configuring ConvertPdfService: 1.2 as a watch folder:
location ---- Reason of failure is-----Cannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Cannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
I want to convert PDF to TIFF but not sure what should be the values of below configurations for achiving the same.
Please help to advise on the same.
The method call "createPDF" is failing with IllegalStateException as shown in the log below. I've included the list of jars mentioned in thread http://forums.adobe.com/thread/797685. Do you have any suggestions for resolving this or getting a verbose error message that help resolve the issue? Thanks.
Also - I'm doing this as a SOAP call.
This is the program call..
DistillerServiceClient dsc = new DistillerServiceClient(myFactory);
result = dsc.createPDF(inDoc, inputFileName, adobePDFSettings, securitySettings, optDoc, null);
These jars are in the class path..
This is what I see in the logs..
LiveCycle Server request failed:
java.lang.IllegalStateException
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory$1.handleThrowable(ServiceClientFactory.j ava:67)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:220)
at com.adobe.livecycle.distiller.client.DistillerServiceClient.createPDF(DistillerServiceCli ent.java:149)
at com.principal.corp.watcher.LiveCycleFunctions.callLiveCycle(LiveCycleFunctions.java:77)
at com.principal.corp.watcher.FolderListner.run(FolderListner.java:268)
at java.lang.Thread.run(Thread.java:811)
Caused by:
java.lang.NoClassDefFoundError: org.apache.axis.soap.SOAPConstants
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:69)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:131)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.createMessageDispatcher(ServiceClientFac tory.java:593)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.getMessageDispatcher(ServiceClientFactor y.java:550)
at com.adobe.idp.dsc.clientsdk.ServiceClient.getMessageDispatcher(ServiceClient.java:239)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:205)
... 4 more
Caused by:
java.lang.ClassNotFoundException: org.apache.axis.soap.SOAPConstants
at java.net.URLClassLoader.findClass(URLClassLoader.java:497)
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:132)
at java.lang.ClassLoader.loadClass(ClassLoader.java:650)
at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:616)
... 13 more
Hello,
I want to assemble some native documents to PDF. Landscape is Windows 7 pro, JBoss turnkey, MS Office 2010 and OpenOffice 3.4.
The server logs shows that PDF generator fails when trying to use MSWord...and then switches to fallback OpenOffice. I did verify that could use Acrobat menu in Word to create PDF. The error from server log seems to be centered around: calling funciton to clean registry resiliency entry - ALC-PDG-001-000 Access is denied. Thank you for any insight. See server log snippet, below, for detail info. (thank you for any insight):
// server log fragment
0278e-f90869-96d63c\pdfg Standard 6670048395604951908.joboptions
2012-07-31 10:59:10,251 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg-MICROSAGE_3_\88\dd81-5a7669-cabfbd-b0278e-f90869-96d63c\notes-testin g.docx
2012-07-31 10:59:11,478 WARN [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:11,479 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry
2012-07-31 10:59:11,479 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.
2012-07-31 10:59:13,304 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry
2012-07-31 10:59:13,305 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.
2012-07-31 10:59:13,384 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry
2012-07-31 10:59:13,385 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.
2012-07-31 10:59:14,929 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg-MICROSAGE_3_\88\dd81-5a7669-cabfbd-b0278e-f90869-96d63c\notes-testin g.docx
2012-07-31 10:59:16,071 WARN [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:16,095 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry
2012-07-31 10:59:16,098 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Access is denied.
2012-07-31 10:59:17,901 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry
2012-07-31 10:59:17,902 INFO [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Access is denied.
2012-07-31 10:59:17,966 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-028-notes-testing.docx: Job Completion Status: Failed
2012-07-31 10:59:17,966 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-025-notes-testing.docx: Time Job Completed: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:17,966 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-030-notes-testing.docx: Waiting time in queue: 0 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:17,967 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-026-notes-testing.docx: Time of Job Execution: 7,819 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:17,967 ERROR [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.
2012-07-31 10:59:17,967 INFO [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-Conversion failed : ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.
2012-07-31 10:59:17,968 INFO [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-Trying to find a fallback route if available
2012-07-31 10:59:17,969 INFO [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-fallback appconfig found :com.adobe.native2pdf.xml.impl.FiletypeSettingsTypeImpl$SettingsTypeImpl$OpenOfficeTypeIm pl
2012-07-31 10:59:17,969 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-001-Begin processing job : notes-testing.docx
2012-07-31 10:59:17,969 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-024-notes-testing.docx: Time Job Submitted: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:17,969 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-017-notes-testing.docx: Job Submitted by User: administrator
2012-07-31 10:59:17,969 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-016-notes-testing.docx: Job Type: OpenOffice to PDF
2012-07-31 10:59:17,980 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-022-notes-testing.docx: Security Settings Used: No Security
2012-07-31 10:59:17,981 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-023-notes-testing.docx: FileType Settings Used: Standard
2012-07-31 10:59:20,315 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-027-notes-testing.docx: Job Completion Status: Succeeded
2012-07-31 10:59:20,316 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-025-notes-testing.docx: Time Job Completed: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:20,316 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-030-notes-testing.docx: Waiting time in queue: 0 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
2012-07-31 10:59:20,316 INFO [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-026-notes-testing.docx: Time of Job Execution: 2,346 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592
//
Hello,
Can any one please advise on the formatting the date so it can be inserted into the database without getting error.
insert into tableA(fieldA, fieldB, dateC)
values (?, ?, ?)
or
insert into tableA(fieldA, fieldB, dateC)
values ('?', '?', '?')
I tried either insert statements above for SQL server but keep getting the below error:
[4/22/13 13:39:43:444 CDT] 0000002e ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "doBMT" on bean "BeanId(LiveCycle8#adobe-dscf.jar#EjbTransactionBMTAdapter, null)". Exception data: java.lang.RuntimeException: Conversion failed when converting date and/or time from character string.
But if I manually place the value like the below then it works fine.
insert into tableA(fieldA, fieldB, dateC)
values ('test', 'description', '4/22/2013')
Thanks,
HD
Hi!
I need to work with layers (OCG) in a single site PDF.
I was able to do all steps in 4 different action wizard scripts in Acrobat XI. How can I access them in a LiveCycle process?
If this is not possible, how can I access preflight corrections into a LiveCycle process to achieve the same?
Thanks a lot!
Andreas
I understand that Signature Service can't Add Invisible Signature Field to a Dynamic XFA PDF, so I'm trying the following:
However I still get the error: ALC-DSS-300-007 Addition of Signature Fields is not supported for Dynamic XFA PDFs
This seems to indicate that previous steps I took do not in fact transform a Dynamic XFA PDF to Static PDF.
Is there are way to transform a Dynamic XFA PDF to a Static PDF so that I can add an invisible signature field that can be used by the Signature Service's Certify PDF operation?
(I feel like I must be overlooking something simple, and my google-fu is failing me.)
Hi All,
I want to send an acknowledgement an email by placing/embeding an image in the body of the email using EMAIL WITH DOUCMENT activity picker.
I am able to send an email using "email with document" but i am not able to add/embed an image in body of the email.
Please help me .
Thanks ,
Bharathi.
Hi all,
I am migrating our backend application to an OSGi arquitecture (with karaf as OSGi container).
So I need to call ALC services from our application OSGi bundles and we are facing bundles dependencies issues at runtime.
I added the following ALC OSGifyed jars as a feature in karaf:
usermanager-client
livecycle-client
contentservices-client
utilities
To do OSGIyed jar, I used bnd tool.
But we cannot make it work, this is what I see in the logs..
java.lang.IllegalStateException
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory$1.handleThrowable(ServiceClientFactory.j ava:72)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:220)
at com.citi.edelng.engine.logic.alc.FraudAffidavitServiceImpl.submitAffidavitToAdobe(FraudAf fidavitServiceImpl.java:37)
at com.citi.edelng.engine.logic.alc.MilitaryDocumentsServiceImpl.submit(MilitaryDocumentsSer viceImpl.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
.....
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NoClassDefFoundError: org/apache/axis/soap/SOAPConstants
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:188)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.createMessageDispatcher(ServiceClientFac tory.java:624)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.getMessageDispatcher(ServiceClientFactor y.java:580)
at com.adobe.idp.dsc.clientsdk.ServiceClient.getMessageDispatcher(ServiceClient.java:239)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:205)
... 112 more
Caused by: java.lang.ClassNotFoundException: org.apache.axis.soap.SOAPConstants
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
I added axis.jar but It didn't work.
I execute in karaf console, osgi:headers mybundleId, under the Import-Package I see the package name listed in a red color..
Import-Package =
com.adobe.edc.server.spi.storage.pof;resolution:=optional,
com.adobe.framework;resolution:=optional,
com.adobe.idp.dsc.boi;resolution:=optional,
com.adobe.idp.dsc.engine;resolution:=optional,
com.adobe.idp.dsc.engine.impl;resolution:=optional,
com.adobe.idp.dsc.registry.component.impl;resolution:=optional,
com.adobe.idp.dsc.registry.connector.impl;resolution:=optional,
com.adobe.idp.dsc.registry.datatype.impl;resolution:=optional,
com.adobe.idp.dsc.registry.impl;resolution:=optional,
com.adobe.idp.dsc.registry.service.impl;resolution:=optional,
com.adobe.idp.um.api;resolution:=optional,
com.adobe.idp.um.api.infomodel;resolution:=optional,
com.adobe.jmx;resolution:=optional,
com.adobe.livecycle.cache;resolution:=optional,
com.adobe.livecycle.cache.adapter;resolution:=optional,
com.adobe.livecycle.cache.admin;resolution:=optional,
com.adobe.pof;resolution:=optional,
com.adobe.pof.odapi;resolution:=optional,
com.adobe.pof.omapi;resolution:=optional,
com.adobe.pof.schema;resolution:=optional,
com.jamonapi;resolution:=optional,
com.thoughtworks.xstream;resolution:=optional,
com.thoughtworks.xstream.io;resolution:=optional,
com.thoughtworks.xstream.io.xml;resolution:=optional,
javax.ejb;resolution:=optional,
org.apache.axis.attachments;resolution:=optional,
org.apache.axis.client;resolution:=optional,
org.apache.axis.constants;resolution:=optional,
org.apache.axis.description;resolution:=optional,
org.apache.axis.soap;resolution:=optional,
......
any clue?
Thanks in advance!